@font-face {
  font-family: "Mvwaheed 1";
  src: url('../fonts/MVWaheed-1.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --elements-webflow-library--neutral--3002: #eff0f6;
  --elements-webflow-library--neutral--100: var(--black);
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--ooredoo-red: #ed1c24;
  --elements-webflow-library--secondary--color-1: #cb2c30;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --ooredoo--font--ooredoo-large-title: Outfit, sans-serif;
  --ooredoo--color--stroke-gray: #e0e0e0;
  --ooredoo--color--primary-black: black;
  --ooredoo--color--text-dark-gray: #414141;
  --color-data: #2ecdf3;
  --white: white;
  --color: var(--transparent);
  --ooredoo--color--background-light-gray: #eee;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --ooredoo--color--primary-red: #ed1c24;
  --ooredoo--color--primary-white: white;
  --transparent: #fff0;
  --blue-ooredoo: #0047bb;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary600: var(--color);
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary800: #53389e;
  --shadownew: #3a1d2b;
  --untitled-ui--success700: #027a48;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--primary300: #d6bbfb;
  --ooredoo--font--ooredoo-body-font: "Noto Sans", sans-serif;
  --newwhite: #ffffff4f;
  --ooredoo--font--ooredoo-title: Rubik, sans-serif;
  --untitled-ui--primary500: #9e77ed;
  --untitled-ui--primary50-2: #f9f5ff;
  --ooredoo--color--secondary-pastel-pink: #f09491;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --ooredoo--color--background-lighter-gray: #f4f4f4;
  --ooredoo--color--text-light-gray: #aaa;
  --ooredoo--color--secondary-dark-blue: #141b4d;
  --b42224: var(--elements-webflow-library--neutral--3002);
  --eed: #b42224;
  --elements-webflow-library--neutral--400: #dcddeb;
  --insid-panel: #18181d;
  --ooredoo--color--background-lightest-gray: #f9f9f9;
  --main-panel: #1e1d22;
  --elements-webflow-library--neutral--700: #4a4566;
  --untitled-ui--warning300: #fec84b;
  --ooredoo--color--secondary-blue: #0047bb;
  --size: 0px;
  --green-voice: #b0e020;
  --untitled-ui--primary200: #e9d7fe;
  --elements-webflow-library--general--shadow-05: #14142b29;
  --ooredoo--color--secondary-yellow: #ffd100;
  --desktop--monitor: 0px;
  --ooredoo--color--secondary-pink: #f04e98;
  --ooredoo--color--secondary-rose-pink: #ff585d;
  --ooredoo--color--secondary-turquoise: #3cdbc0;
  --ooredoo--color--secondary-pastel-turquoise: #86c8bc;
  --ooredoo--color--secondary-dark-yellow: #f1c400;
  --ooredoo--color--font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --ooredoo--font--size: 0px;
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  text-decoration: underline;
}

.frame-1261153276 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1338px;
  text-decoration: none;
  display: flex;
}

.usp-transparent {
  grid-row-gap: 12px;
  background-color: #fff;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  padding: 42px 57px 42px 106px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-1066 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.satellite-connectivity-5595884-1 {
  object-fit: cover;
}

.ooredoo-h1 {
  color: #000;
  letter-spacing: .15px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.error-c9b49f05-a7a1-53cb-8928-063774d1c350 {
  color: #000;
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.usp-transparent-2 {
  background-color: #fff;
  border-radius: 24px;
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  height: 299px;
  padding: 42px 57px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 72.3577px;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.frame-1261153277 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.usp-transparent-3 {
  background-color: #fff;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  height: 299px;
  padding: 42px 105px 42px 57px;
  text-decoration: none;
  display: flex;
}

.frame-1050 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 98px;
  text-decoration: none;
  display: flex;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 60px;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.team-rectangles {
  grid-row-gap: 64px;
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container-2 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.section-title {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 530px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.columns {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  display: flex;
}

.image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  text-decoration: none;
  display: flex;
}

.info {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.name {
  color: red;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.description {
  color: red;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.navbar-logo-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #fff;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: static;
  overflow: auto;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.navbar-button {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.section {
  background-color: #fff;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.linkbtn {
  color: #fff;
  object-fit: fill;
  background-color: #c00;
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 12px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.navbar-logo-left-2 {
  background-color: #fff;
  box-shadow: 0 2px 19px -12px #0003;
}

.navbar-logo-left-2.linkbar {
  background-color: #eee;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.navbar-logo-left-container.shadow-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  height: 10svh;
  margin-bottom: 0;
  padding: 20px 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.navbar-wrapper {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
  overflow: visible;
}

.nav-menu-wrapper {
  flex: 0 auto;
  order: 1;
  align-self: auto;
}

.nav-menu-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 43px;
  list-style-type: none;
  display: flex;
}

.nav-menu-two.linkbar {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  padding-left: 77px;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.text-block {
  font-weight: 700;
}

.list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-end;
  max-width: 1140px;
  padding-bottom: 20px;
  list-style-type: none;
  display: flex;
}

.list-item {
  padding-left: 10px;
}

.linkbtn {
  color: #fff;
  background-color: #c00000;
  margin-left: 2px;
  margin-right: 2px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  list-style-type: none;
  display: flex;
}

.linkbar {
  justify-content: flex-end;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.list-2 {
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  align-self: center;
  display: flex;
}

.brix---opacity-10 {
  opacity: .1;
}

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---floating-image-hero-v1---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---grid-hero-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-hero-primary {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper-v9 {
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.brix---social-icon-square-30px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---mbl-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---top-header-left-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---link-text {
  transition: color .3s;
  display: inline-block;
}

.brix---link-icon-left {
  margin-right: 6px;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---mg-left-24px---mg-top-16px-mbp {
  margin-left: 24px;
}

.brix---top-header-right-col {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---grid-header-top {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---header-top-wrapper {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--3002);
  padding-top: 22px;
  padding-bottom: 22px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper-v9 {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 0;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---hero-bg-image-dark {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#0009, #0009);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 1246px;
  max-width: none;
  padding-top: 234px;
  padding-bottom: 234px;
  display: block;
  position: relative;
  overflow: hidden;
}

.frame-1261153299 {
  grid-row-gap: 24px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 77px 750px 93px 92px;
  text-decoration: none;
  display: flex;
}

.label {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.ooredoo-h1-2 {
  color: #fff;
  letter-spacing: -.5px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 61px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.text-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18.5px;
  text-decoration: none;
}

.frame-1261153300 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1441px;
  text-decoration: none;
  display: flex;
}

.frame-1261153301 {
  grid-row-gap: 10px;
  background-color: #3f3f3f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 42px 1222px 42px 92px;
  text-decoration: none;
  display: flex;
}

.frame-11 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 25.5573px;
  text-decoration: none;
  display: flex;
}

.frame-1261153302 {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 92px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 11px;
  text-decoration: none;
  display: flex;
}

.frame-917 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.noto-body-4-regular {
  color: #aaa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 12px;
  text-decoration: none;
  display: flex;
}

.frame-1261153303 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.noto-body-4-regular-2 {
  color: #ed1c24;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.frame-1261153304 {
  grid-row-gap: 24px;
  background-image: url('../images/elements-hero-v11-image-brix-templates.jpeg');
  background-position: 0 0;
  background-size: 1440px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  padding: 77px 750px 93px 92px;
  text-decoration: none;
  display: flex;
}

.ooredoo-h1-3 {
  color: #fff;
  letter-spacing: -.5px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 61px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.text-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18.5px;
  text-decoration: none;
}

.frame-1261153305 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1339px;
  text-decoration: none;
  display: flex;
}

.frame-1261153306 {
  grid-row-gap: 10px;
  background-color: #3f3f3f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 42px 1222px 42px 92px;
  text-decoration: none;
  display: flex;
}

.frame-1261153307 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 25.5573px;
  text-decoration: none;
  display: flex;
}

.frame-1261153308 {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 92px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 11px;
  text-decoration: none;
  display: flex;
}

.frame-1261153309 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.noto-body-4-regular-3 {
  color: #aaa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 12px;
  text-decoration: none;
  display: flex;
}

.frame-1261153310 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.noto-body-4-regular-4 {
  color: #ed1c24;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.frame-1261153311 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 72px;
  text-decoration: none;
  display: flex;
}

.frame-1261153312 {
  grid-row-gap: 24px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 77px 83px 93px 92px;
  text-decoration: none;
  display: flex;
}

.label-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.ooredoo-h1-4 {
  font-family: var(--ooredoo--font--ooredoo-large-title);
  color: #fff;
  letter-spacing: -.5px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 61px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.text-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18.5px;
  text-decoration: none;
}

.div-block {
  flex-flow: column;
  display: flex;
}

.frame-1261153313 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 72px;
  text-decoration: none;
  display: flex;
}

.banner {
  grid-row-gap: 24px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 77px 83px 93px 92px;
  text-decoration: none;
  display: flex;
}

.label-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.ooredoo-h1-5 {
  color: #fff;
  letter-spacing: -.5px;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 61px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.text-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18.5px;
  text-decoration: none;
}

.frame-1261153314 {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 92px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 11px;
  text-decoration: none;
  display: flex;
}

.frame-1261153315 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 12px;
  text-decoration: none;
  display: flex;
}

.frame-1261153316 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.noto-body-4-regular-5 {
  color: #ed1c24;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.background-video {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding-right: 0;
  position: absolute;
  inset: 11% 7% auto 0%;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-2 {
  background-color: #1f1f1f;
}

.nav {
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #dadada;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  padding: 22px 64px 23px;
  display: flex;
}

.header {
  background-color: var(--black);
}

.bacground-video-2 {
  background-color: #0000;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  font-family: Outfit, sans-serif;
  font-weight: 500;
}

.container-8 {
  max-width: 1440px;
}

.heading {
  padding-right: 0;
  font-family: Outfit, sans-serif;
  font-size: 61px;
  font-weight: 700;
  line-height: 58px;
}

.paragraph {
  font-family: Rubik, sans-serif;
}

.banner-container {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 505px;
  margin-top: 62px;
  margin-right: auto;
  padding-top: 125px;
  padding-left: 60px;
  display: block;
  position: static;
}

.frame-1261153289 {
  grid-column-gap: 81px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 52px 111px;
  text-decoration: none;
  display: flex;
}

.rebrand-lionsgateplay-3 {
  object-fit: cover;
}

.section-4 {
  position: static;
  inset: auto 0% 0%;
}

.container-9 {
  clear: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 52%;
  margin-left: 0%;
  font-family: Outfit, sans-serif;
  font-weight: 400;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  display: flex;
}

.pagetitle {
  padding-bottom: 9px;
  font-family: Rubik Bold;
  line-height: 18px;
}

.title-header {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 42px;
  display: block;
}

.title-description {
  font-family: Rubik Bold;
  font-size: 14px;
  line-height: 18.5px;
}

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

.carousel-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.logo-container {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.logo-image {
  width: 100%;
  min-width: 150px;
  height: auto;
  padding-left: 38px;
  padding-right: 65px;
}

.logo-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 40px 0 40px 136px;
  display: flex;
  overflow: hidden;
}

.logo-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100vw;
  min-width: 100vw;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.image-3 {
  max-width: 90%;
}

.image-4 {
  max-width: 180px;
  height: 51px;
}

.lionsgate-section {
  justify-content: flex-start;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 824.92px;
  bottom: 253.086px;
}

.div-block-4 {
  background-color: #2e2e2e;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
  position: relative;
  top: auto;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  order: 0;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
  padding-top: 34px;
  padding-bottom: 766px;
  padding-right: 119px;
  display: flex;
}

.heading-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  justify-content: flex-start;
  width: 100%;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 3px;
  padding-right: 20%;
  font-family: Outfit, sans-serif;
  font-size: 38px;
  font-weight: 800;
  display: flex;
}

.sonyliv-log {
  padding-right: 0;
}

.div-block-6 {
  background-color: #383838;
  border-radius: 20px 0 0 20px;
  flex-flow: column;
  align-items: stretch;
  padding: 60px 0 60px 60px;
  display: flex;
  position: static;
  bottom: -412.922px;
  overflow: hidden;
}

.image-6 {
  vertical-align: baseline;
  padding-bottom: 37px;
}

.paragraph-2 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0%;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  display: flex;
}

.lionsgate-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  padding-right: 0%;
  display: flex;
}

.movie-poster {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: space-around;
  align-items: center;
  display: flex;
  overflow: visible;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Rubik, sans-serif;
  font-weight: 600;
}

.lionsgate-content {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  justify-content: flex-start;
  padding-top: 41px;
  display: flex;
}

.price {
  color: red;
  padding-top: 0;
  font-family: Rubik, sans-serif;
  font-weight: 600;
}

.div-block-10 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: baseline;
  font-family: Rubik, sans-serif;
  display: flex;
}

.overline {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-weight: 300;
}

.section-5 {
  width: 100%;
  height: auto;
}

.lionsgate-container {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-left: 10%;
  padding-bottom: 62px;
  display: flex;
}

.sonyliv-container {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: none;
  margin-top: 81px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 8%;
  display: flex;
}

.sonyliv-wrap {
  background-color: #1f1f1f;
  background-image: linear-gradient(#00000096, #00000096), url('../images/04fgr2.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 1px solid #fff;
  border-left-width: 0;
  border-radius: 0 32px 32px 0;
  flex-flow: column;
  align-items: stretch;
  padding: 60px 0 60px 155px;
  display: flex;
  position: static;
  bottom: -412.922px;
  overflow: hidden;
}

.add-on {
  grid-row-gap: .5px;
  border: 1px undefined undefined;
  background-color: #221e20;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 328px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 -3px 22.6px #ffffff1a;
}

.vectors-wrapper-10 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 168px;
  text-decoration: none;
  display: flex;
}

.allowance-bar {
  grid-column-gap: 20px;
  background-color: #fff;
  border-left: .5px solid #757373;
  border-right: .5px solid #747474;
  border-radius: 8px 8px 0 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.allowance-bar.dark {
  color: #0a0a0a;
  background-color: #000;
}

.frame-611 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-388 {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.qr-20-week {
  color: #ffd500;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
}

.qr-20-week-2 {
  color: #898989;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.qr-20-week-3 {
  color: #2ecdf3;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
}

.frame-399 {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.qr-20-week-4 {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.price-bar {
  background-color: #ed1c24;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.price-text {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.controls {
  grid-column-gap: 4px;
  background-color: #221e20;
  border-radius: 48px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.price-text-0 {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.price-text-1 {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.content-addon {
  grid-row-gap: .5px;
  border: 1px undefined undefined;
  background-color: #221e20;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 348px;
  padding: 4px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 -3px 22.6px #ffffff1a;
}

.addown-detail {
  grid-row-gap: 12px;
  background-color: #eee;
  border: 0 solid #747474;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 4px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.addown-detail.dark {
  background-color: #000;
}

.logo-2 {
  object-fit: cover;
}

.title {
  color: #000;
  letter-spacing: .15px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.title:where(.w-variant-11d2f371-d402-0266-2aad-32aa0bcd56d8), .title:where(.w-variant-4a99bc6d-ce86-67ff-3b2b-378be609f477), .title.dark {
  color: #fff;
}

.addont-detail {
  color: #858585;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 124%;
  text-decoration: none;
}

.addont-detail:where(.w-variant-11d2f371-d402-0266-2aad-32aa0bcd56d8), .addont-detail:where(.w-variant-4a99bc6d-ce86-67ff-3b2b-378be609f477) {
  color: #fff;
}

.allowancebar-wrapper {
  grid-column-gap: 22px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.subscription {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.allowance-detail {
  color: #ffd500;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
}

.allowance-detail.datatext {
  color: var(--color-data);
}

.allowance-detail.validity-text {
  color: var(--black);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  overflow: hidden;
}

.allowance-detail.validity-text:where(.w-variant-11d2f371-d402-0266-2aad-32aa0bcd56d8), .allowance-detail.validity-text:where(.w-variant-4a99bc6d-ce86-67ff-3b2b-378be609f477) {
  color: var(--white);
}

.allowance-detail.validity-text.dark {
  color: var(--white);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.subscriptiontitle {
  color: #898989;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.data-des {
  color: #2ecdf3;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
}

.validity {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.validity-des {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-1261153317 {
  grid-column-gap: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 11.288px;
  height: 7.776px;
  text-decoration: none;
  display: flex;
}

.price-text-2 {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.addon-wrapper {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 41px;
  display: flex;
}

.beats-wrap {
  color: var(--black);
  background-color: #1f1f1f;
  background-image: linear-gradient(#2b2b2b, #2b2b2b);
  border: 1px #9c3f3f;
  border-radius: 32px 0 0 32px;
  flex-flow: column;
  align-items: stretch;
  margin-top: 54px;
  padding: 67px 20% 60px 126px;
  display: flex;
  position: static;
  bottom: -412.922px;
  overflow: hidden;
}

.heading-bold {
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10%;
  font-family: Outfit, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.beats1 {
  position: absolute;
  top: 2611.45px;
  left: 1103px;
  right: 984px;
}

.beats1.sm {
  padding-top: 91px;
  position: static;
}

.beats-2 {
  position: static;
  top: 2535.45px;
  left: 946px;
  right: 951px;
}

.beats-container {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 75px;
  padding-left: 129px;
  padding-right: 0%;
  display: flex;
}

.karti-container {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 75px;
  padding-right: 0%;
  display: flex;
}

.karti-wrap {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  background-color: #3b3b3b;
  border: 1px #9c3f3f;
  border-radius: 0 32px 32px 0;
  flex-flow: row;
  align-items: stretch;
  padding: 60px 0 59px 155px;
  display: flex;
  position: static;
  bottom: -412.922px;
  overflow: hidden;
}

.brix---paragraph-default-3 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  color: var(--elements-webflow-library--secondary--color-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-weight: 600;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---accordion-header {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.brix---accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-btn-horizontal-line {
  background-color: var(--elements-webflow-library--secondary--color-1);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.brix---accordion-btn-vertical-line {
  background-color: var(--elements-webflow-library--secondary--color-1);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.brix---btn-circle-accordion-btn {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border: 1px #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-circle-accordion-btn:visited {
  color: var(--black);
}

.brix---accordion-side {
  margin-right: 24px;
}

.brix---accordion-item-wrapper {
  border: 1px solid var(--black);
  background-color: var(--black);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  -webkit-text-stroke-color: var(--black);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 8px;
  width: 100%;
  padding: 35px 29px 33px 48px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-1-column-gap-row-32px {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.brix---inner-container-856---center {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 63px;
  padding-right: 503px;
  display: flex;
}

.brix---heading-h2-size {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik Bold;
  font-size: 38px;
  font-weight: 300;
  line-height: 50px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---text-center {
  text-align: left;
  display: block;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  text-align: left;
  margin-bottom: 48px;
  display: block;
}

.brix---container-default-3 {
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section, .test {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: flex-start;
  display: flex;
  position: static;
}

.snap-container {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 75px;
  padding-right: 0%;
  display: flex;
}

.snap-wrap {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  border: 1px solid #ffbf00;
  border-right-width: 0;
  border-radius: 32px 0 0 32px;
  flex-flow: row;
  align-items: flex-start;
  padding: 60px 415px 48px 90px;
  display: flex;
  position: static;
  bottom: -412.922px;
  overflow: hidden;
}

.snap-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
  padding-right: 0%;
  display: flex;
}

.image-7 {
  padding-bottom: 61px;
  padding-left: 0;
  padding-right: 35px;
}

.tiktok-containe {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 75px;
  padding-right: 0%;
  display: flex;
}

.tiktok-wrap {
  background-color: #1f1f1f;
  background-image: linear-gradient(#c7161d, #c7161d);
  border: 1px #9c3f3f;
  border-radius: 0 32px 32px 0;
  flex-flow: row;
  align-items: stretch;
  padding: 60px 0 0 155px;
  display: flex;
  position: static;
  bottom: -412.922px;
  overflow: hidden;
}

.ooredoo_nation {
  grid-column-gap: 58px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 47px;
  text-decoration: none;
  display: grid;
}

.image-47 {
  object-fit: cover;
  border-radius: 24px;
  max-width: none;
  display: block;
  box-shadow: 0 16px 24px #16223314, 0 4px 8px #16223314;
}

.conent {
  grid-column-gap: 44px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 542.5px;
  text-decoration: none;
  display: flex;
}

.logo-3 {
  object-fit: cover;
}

.detailcopy {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 396px;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #fff;
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 39px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.usp-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 396px;
  padding-bottom: 52px;
  text-decoration: none;
  display: flex;
}

.usp1 {
  grid-column-gap: 12px;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: 51px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  text-decoration: none;
  display: flex;
}

.usp1_title {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.ooredoo-h1-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.cta {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 396px;
  text-decoration: none;
  display: flex;
}

.controls-2 {
  grid-row-gap: 4px;
  background-color: #fff;
  border-radius: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #000;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-1261153318 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1198px;
  text-decoration: none;
  display: flex;
}

.frame-1261153319 {
  grid-row-gap: 32px;
  background-color: #3e3e3e;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 70px 80px;
  text-decoration: none;
  display: flex;
}

.frame-1261153320 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.https-lottiefiles-com-animations-music-a6uo1xrent {
  object-fit: cover;
  align-self: auto;
}

.personalize-your-calls-with {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

.text-12 {
  color: #ed1c24;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-13 {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.frame-1261153298 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 82px;
  text-decoration: none;
  display: flex;
}

.frame-1261153321 {
  grid-row-gap: 32px;
  background-color: #000;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-left: -35px;
  padding: 70px 80px;
  display: flex;
}

.frame-1261153322 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 293px;
  text-decoration: none;
  display: flex;
}

.container-11 {
  max-width: 1440px;
  padding-left: 106px;
  padding-right: 110px;
  display: flex;
}

.heading-3 {
  color: var(--elements-webflow-library--secondary--color-2);
  padding-bottom: 43px;
  font-family: Outfit, sans-serif;
  font-size: 49px;
  font-weight: 300;
}

.header-secondary {
  max-width: 100%;
  font-size: 40px;
  line-height: 120%;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.spacer-60._60-width {
  width: 60px;
}

.marquee-cover {
  z-index: 10;
  background-image: linear-gradient(#fff0 70%, #1f1f1f), linear-gradient(#1f1f1f, #0000 30%);
  position: absolute;
  inset: 0%;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 30px;
}

.icon {
  width: 100%;
}

.col {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.col.small {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  width: 41%;
}

.header-quaternary {
  letter-spacing: 1px;
  max-width: 100%;
  font-size: 14px;
}

.header-quaternary.grey-text.uppercase {
  padding: 2px 4px;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-vertical.marquee-fix {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  margin-top: 30px;
}

.paragraph-large {
  font-size: 20px;
}

.track-vertical {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.container-12 {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.container-12.flex-vertical {
  margin-top: 108px;
  margin-bottom: 114px;
}

.icon-container {
  box-shadow: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 15vw;
  display: flex;
}

.track-vertical-alt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.button-2 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #8f00ff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 10px 12px;
  font-size: 16px;
  display: flex;
}

.marquee {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal.flex-left {
  justify-content: flex-start;
}

.flex-horizontal.flip-svp {
  justify-content: center;
  align-items: flex-start;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

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

.image-48 {
  padding-top: 2px;
  padding-bottom: 0;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-circle-logo-strip-v7-sec-right {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 64px;
  bottom: 0%;
  right: 42.5%;
}

.brix---btn-circle-logo-strip-v7-sec-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-circle-logo-strip-v7-sec-left {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 64px;
  bottom: 0%;
  left: 42.5%;
}

.brix---btn-circle-logo-strip-v7-sec-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-center-2 {
  text-align: center;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---container-default-4 {
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small---bottom-large {
  padding-top: 59px;
  padding-bottom: 100px;
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--black);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 9px 32px;
  font-family: Rubik Bold;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-3 {
  margin-right: 24px;
}

.brix---buttons-row-3 {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.blob {
  z-index: -1;
  color: #fff;
  text-align: center;
  background-color: #ed1c24;
  border-radius: 150px;
  width: 100px;
  height: 100px;
  padding-top: 26px;
  padding-left: 11px;
  padding-right: 11px;
  font-family: Rubik Bold;
  font-weight: 600;
  position: absolute;
  top: 59px;
  left: 249px;
}

.modal-wrapper {
  z-index: 9999;
  background-color: #000000cf;
  justify-content: center;
  align-items: center;
  padding-top: 8vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.wrapper-addon-modal {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: var(--ooredoo--color--background-light-gray);
  color: #fff;
  mix-blend-mode: normal;
  border-radius: 8px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 75%;
  padding: 60px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #00000045;
}

.wrapper-addon {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.paragraph-3 {
  max-width: 50%;
}

.close-modal-btn {
  width: 32px;
  margin-right: 20px;
  padding: 5px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.div-block-17 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.price-text-2-copy {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.image-49 {
  position: absolute;
  top: 1686.39px;
  left: 382px;
}

.ott-addon {
  grid-row-gap: .5px;
  border: 1px undefined undefined;
  background-color: #221e20;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 348px;
  height: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 -3px 22.6px #ffffff1a;
}

.add-on-ott {
  grid-row-gap: .5px;
  border: 1px undefined undefined;
  background-color: #221e20;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 328px;
  text-decoration: none;
  display: flex;
}

.detail {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 328px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.title-2 {
  color: #fff;
  letter-spacing: .15px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.addont-detail-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 124%;
  text-decoration: none;
}

.app-logo-bar {
  grid-row-gap: 12px;
  border: 0 solid #6b6b6b;
  border-top-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 328px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.logos {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.logo-4 {
  object-fit: cover;
  border-radius: 4px;
}

.logo-5 {
  object-fit: cover;
}

.allowance-bar-2 {
  grid-column-gap: 20px;
  background-color: #000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 12px 20px 20px;
  text-decoration: none;
  display: flex;
}

.allowancebar-wrapper-2 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.data {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.data-des-2 {
  color: #2ecdf3;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
}

.data-title {
  color: #898989;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.validity-2 {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.validity-des-2 {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.price-bar-2 {
  background-color: #ed1c24;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.frame-1261153323 {
  grid-column-gap: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 11.288px;
  height: 7.776px;
  text-decoration: none;
  display: flex;
}

.price-text-3 {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.controls-3 {
  grid-column-gap: 4px;
  background-color: #221e20;
  border-radius: 48px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.body-3 {
  background-color: #000;
}

.udesly-paragraph-small {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-small.udesly-text-color-neutral-900 {
  font-weight: 700;
}

.udesly-dot {
  color: #737373;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 20px;
}

.udesly-flex {
  align-items: center;
  display: flex;
}

.udesly-flex.udesly-gap-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
}

.udesly-image {
  border: 2px solid #d6d6d6;
  border-radius: 100px;
}

.udesly-avatar {
  outline-offset: 0px;
  border-radius: 50%;
  outline: 1px solid #fff;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.udesly-paragraph-medium {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.udesly-paragraph-medium.udesly-text-color-neutral-500 {
  font-weight: 500;
}

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

.udesly-card-v-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 2px -1px #1018281a, 0 1px 3px #10182840;
}

.udesly-cards-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.udesly-section {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.container-13 {
  max-width: 1440px;
}

.brix---bg-image-full-width-2 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary-white-2 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-2:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.ooredoobtn {
  background-color: var(--elements-webflow-library--neutral--200);
  color: var(--elements-webflow-library--secondary--color-2);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 8px 20px;
  font-family: Rubik Bold;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: block;
}

.ooredoobtn:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  transform: translate3d(0, -3px, .01px);
}

.ooredoobtn.btnred {
  background-color: var(--ooredoo--color--primary-red);
  color: var(--ooredoo--color--primary-white);
  text-transform: uppercase;
  font-family: Rubik, sans-serif;
}

.brix---button-row-left-4 {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-3 {
  color: var(--elements-webflow-library--neutral--200);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---text-center-3 {
  text-align: center;
}

.brix---inner-container-574px---center-2 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---hero-card-bg-image {
  background-image: linear-gradient(#0009, #0009);
  border-radius: 40px;
  max-width: 1440px;
  padding: 196px 40px;
  position: relative;
  overflow: hidden;
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-extra-small {
  max-width: 1440px;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.brix---btn-secondary-3 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-3:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-3 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-4 {
  align-items: center;
  display: flex;
}

.brix---grid-2-col---1-col-t-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---hero-bg-image-dark-header-top {
  background-image: linear-gradient(#0009, #0009);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---btn-primary-small-2 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl-2 {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom-white, .brix---hamburger-menu-bar-top-white {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper-2 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-2:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-2.w--open {
  background-color: #0000;
}

.brix---header-nav-list-item-show-in-mbl-2 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-white {
  color: var(--elements-webflow-library--neutral--100);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white:hover {
  opacity: .48;
}

.brix---header-nav-list-item-2 {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link-2 {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---dropdown-links-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd-2 {
  padding: 40px;
}

.brix---dropdown-card-2 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper-2 {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-2.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.brix---show-on-tablet {
  display: none;
}

.brix---dropdown-toggle-white {
  color: var(--elements-webflow-library--neutral--100);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white:hover {
  opacity: .59;
}

.brix---header-nav-menu-list-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo-2 {
  max-width: 250px;
}

.brix---header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-wrapper-transparent {
  background-color: #0000;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---position-relative {
  position: relative;
}

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

.brix---hero-full-width-right-hero-v5 {
  max-width: 45%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---opacity-20-2 {
  opacity: .2;
}

.brix---floating-image-hero-v2---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: -1% auto auto -21%;
  transform: rotate(140deg);
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---grid-hero-v1-2 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-hero-full-width-right {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---heading-h1-size-4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---hero-bg-image-dark-2 {
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.ooredooh1 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Outfit Thin;
  font-size: 54px;
  font-weight: 800;
  line-height: 90%;
}

.ooredooh1.titlewhite {
  color: var(--ooredoo--color--primary-white);
}

.brix---bg-split-v4-right {
  z-index: -2;
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  width: 100%;
  max-width: 40%;
  min-height: 600px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.brix---bg-split-v4-left {
  z-index: -2;
  background-color: var(--elements-webflow-library--neutral--200);
  width: 100%;
  max-width: 60%;
  min-height: 600px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---btn-circle-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-secondary:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---mg-top-56px {
  margin-top: 56px;
}

.brix---paragraph-default-6 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h1-size-5 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---grid-hero-v4 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---section-hero-v4 {
  margin-top: 87px;
  padding-top: 100px;
  padding-bottom: 109px;
  position: relative;
  overflow: hidden;
}

.container-14 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.inline-block {
  display: inline-block;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--elements-webflow-library--secondary--color-1), var(--elements-webflow-library--secondary--color-1));
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-white {
  color: #fff;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.section-timeline {
  z-index: -3;
  background-color: #0a0a0a;
  position: relative;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.js-clock {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: #fff;
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-label {
  color: var(--transparent);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.container-15 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  background-color: #2cd5c4;
  flex-flow: column;
  align-items: center;
  max-width: none;
  padding-top: 102px;
  padding-bottom: 110px;
  display: flex;
}

.background-video-2 {
  z-index: 999;
}

.brix---bg-image-full-width-3 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary-4 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-4:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-4 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-4:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-5 {
  margin-top: 37px;
  margin-right: 24px;
  font-family: Rubik, sans-serif;
  display: flex;
}

.brix---buttons-row-5 {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-7 {
  color: var(--black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-811 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-4 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---grid-2-col---1-col-t-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 288px;
  display: grid;
}

.brix---container-default-7 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---hero-bg-image-dark-header-top-2 {
  padding-top: 91px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---btn-primary-small-3 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-3:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl-3 {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom-white-2, .brix---hamburger-menu-bar-top-white-2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper-3 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-3:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-3.w--open {
  background-color: #0000;
}

.brix---header-nav-list-item-show-in-mbl-3 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-white-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white-2:hover {
  opacity: .48;
}

.brix---header-nav-list-item-3 {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link-3 {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-3:hover {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---dropdown-links-grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd-3 {
  padding: 40px;
}

.brix---dropdown-card-3 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper-3 {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-3.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron-3 {
  width: 14px;
  margin-left: 6px;
}

.brix---show-on-tablet-2 {
  display: none;
}

.brix---dropdown-toggle-white-2 {
  color: var(--elements-webflow-library--neutral--100);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white-2:hover {
  opacity: .59;
}

.brix---header-nav-menu-list-3 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo-3 {
  max-width: 250px;
}

.brix---header-logo-link-3 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-3:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-wrapper-transparent-2 {
  background-color: #0000;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---position-relative-2 {
  position: relative;
}

.div-block-18 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  max-width: 150px;
  padding-bottom: 25px;
  display: flex;
}

.brix---bg-split-v4-right-2 {
  z-index: -2;
  background-color: var(--blue-ooredoo);
  width: 100%;
  max-width: 40%;
  min-height: 600px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.brix---bg-split-v4-left-2 {
  z-index: -2;
  background-color: var(--elements-webflow-library--neutral--200);
  width: 100%;
  max-width: 60%;
  min-height: 600px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brix---opacity-20-3 {
  opacity: .2;
}

.brix---floating-image-hero-v2---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: -1% auto auto -21%;
  transform: rotate(140deg);
}

.brix---border-radius-24px-2 {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---btn-circle-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-secondary-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---mg-top-56px-2 {
  margin-top: 56px;
}

.brix---paragraph-default-8 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Rubik Bold;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.brix---color-neutral-812 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-813 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---grid-hero-v4-2 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---container-default-8 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-hero-v4-2 {
  color: #f1f1f1;
  padding-top: 100px;
  padding-bottom: 97px;
  position: relative;
  overflow: hidden;
}

.brix---full-width-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-right: 165px;
}

.brix---hero-full-width-right-hero-v5-2 {
  max-width: 45%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---color-neutral-814 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---grid-hero-v1-3 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-hero-full-width-right-2 {
  background-color: #000;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.ooredoobody {
  color: var(--black);
  margin-bottom: 0;
  font-family: Rubik Bold;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.ooredoobody.white {
  color: var(--ooredoo--color--primary-white);
}

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

.moil {
  z-index: 9999;
  width: 100%;
  max-width: none;
  height: 688px;
}

.container-16 {
  width: 100%;
}

.videomobile {
  z-index: 9999;
  width: 100%;
  max-width: none;
  height: 688px;
}

.image-50 {
  padding-bottom: 60px;
}

.brix---paragraph-default-9 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-815 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---grid-hero-v1-4 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-hero-full-width-right-3 {
  background-color: var(--elements-webflow-library--secondary--color-1);
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.div-block-21 {
  flex-flow: column;
  display: flex;
}

.tiktok-wrap-copy {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--black);
  border: 1px #9c3f3f;
  border-radius: 32px 0 0 32px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 67px 7% 0 126px;
  display: flex;
  position: static;
  bottom: -412.922px;
  overflow: hidden;
}

.tik-container-copy {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 75px;
  padding-left: 129px;
  padding-right: 0%;
  display: flex;
}

.snap-container-new {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 75px;
  padding-left: 0;
  padding-right: 0%;
  display: flex;
}

.add-on-binge {
  grid-row-gap: .5px;
  border-style: undefined;
  -webkit-text-stroke-color: #fff;
  background-color: #221e20;
  border-width: 1px;
  border-color: #e2e2e29e;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 328px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 -3px 22.6px #ffffff1a;
}

.detail-2 {
  grid-row-gap: 12px;
  border-top: .5px solid #747474;
  border-left: .5px solid #747474;
  border-right: .5px solid #747474;
  border-radius: 8px 8px 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 328px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.title-3 {
  color: #fff;
  letter-spacing: .15px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.addont-detail-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 124%;
  text-decoration: none;
}

.app-logo-bar-2 {
  grid-row-gap: 12px;
  border: .5px solid #6b6b6b;
  border-bottom-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 328px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.frame-1261153324 {
  grid-column-gap: 7px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  text-decoration: none;
  display: flex;
}

.image-18 {
  object-fit: cover;
  border: 1px solid #cb2c30;
  border-radius: 60px;
}

.image-52 {
  border: .5px undefined undefined;
  object-fit: cover;
  border-radius: 3px;
}

.allowance-bar-3 {
  grid-column-gap: 20px;
  background-color: #000;
  border-left: .5px solid #747474;
  border-right: .5px solid #747474;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 12px 20px 20px;
  text-decoration: none;
  display: flex;
}

.allowancebar-wrapper-3 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.subscription-2 {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.subscription-detail {
  color: #ffd500;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
}

.subscriptiontitle-2 {
  color: #898989;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.data-des-3 {
  color: #2ecdf3;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
}

.validity-3 {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.validity-des-3 {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.price-bar-3 {
  background-color: #ed1c24;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.frame-1261153325 {
  grid-column-gap: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 11.288px;
  height: 7.776px;
  text-decoration: none;
  display: flex;
}

.price-text-4 {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.controls-4 {
  grid-column-gap: 4px;
  background-color: #221e20;
  border-radius: 48px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.binge-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #1f1f1f;
  background-image: linear-gradient(#00000096, #00000096);
  border: 1px solid #fff;
  border-left-width: 0;
  border-radius: 0 32px 32px 0;
  flex-flow: row;
  align-items: stretch;
  margin-right: 86px;
  padding: 60px 89px 60px 119px;
  display: flex;
  position: static;
  bottom: -412.922px;
  overflow: hidden;
}

.binge-container-copy {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: none;
  margin-top: 81px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0%;
  display: flex;
}

.image-53 {
  padding-bottom: 32px;
}

.div-block-22 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  display: flex;
}

.frame-1045 {
  grid-row-gap: 24px;
  background-color: #1e1e1e;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 200px;
  padding: 26px;
  text-decoration: none;
  display: flex;
}

.content {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 255px;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.frame-1261153326 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 26px;
  margin-right: 26px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ooredoo-h1-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 112%;
  text-decoration: none;
}

.text-16 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.button-3 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.controls-5 {
  grid-row-gap: 4px;
  background-color: #fff;
  border-radius: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 101px;
  height: 30px;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-17 {
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ea060e 0%, #751b56 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.container-17 {
  width: 100%;
  max-width: none;
  position: fixed;
}

.body-4 {
  background-color: var(--black);
}

.image-54, .image-55 {
  align-self: center;
}

.brix---full-width-image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brix---hero-full-width-right-hero-v5-3 {
  max-width: 45%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---opacity-20-4 {
  opacity: .2;
}

.brix---floating-image-hero-v2---3 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: -1% auto auto -21%;
  transform: rotate(140deg);
}

.brix---btn-secondary-5 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-5:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-5 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-5:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-6 {
  margin-right: 24px;
}

.brix---buttons-row-6 {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-10 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-816 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-5 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-7 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-817 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---grid-hero-v1-5 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-9 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-hero-full-width-right-4 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---floating-image-hero-v1---3 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---opacity-10-2 {
  opacity: .1;
}

.brix---floating-image-hero-v1---4 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.brix---border-radius-24px-3 {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---img-below-card {
  max-width: 976px;
  margin-left: auto;
}

.brix---color-neutral-818 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---card-over-image {
  z-index: 1;
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff63;
  border-radius: 24px;
  max-width: 728px;
  padding: 80px 72px;
  position: absolute;
}

.brix---flex-card---image-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.brix---section-hero-short {
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  overflow: hidden;
}

.addon-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 322px;
  margin-bottom: 10px;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.addon-detail-container {
  grid-row-gap: 7px;
  background-color: #ecf6fe;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  max-height: none;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.addon-details-text {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.addon-main-title-frame {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.addon-main-title {
  color: #221e20;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.addon-short-desc {
  color: #000;
  word-break: break-all;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.addon-allowance-frame {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.addon-main-allowance-frame {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.data-frame {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.data-value {
  color: #2ecdf3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-decoration: none;
}

.data-title-2 {
  color: #898989;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
}

.validity-value {
  color: #221e20;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-decoration: none;
}

.addon-cta {
  grid-column-gap: 1px;
  background-color: #1877f2;
  border-radius: 4%;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 7px 12px;
  text-decoration: none;
  display: flex;
}

.ruffiya-sign {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 7px;
  padding-top: 1px;
  padding-bottom: 1px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 7px;
  height: 6px;
  text-decoration: none;
  display: flex;
}

.price-text-5 {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.icon-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  height: 14px;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-18 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 2.75px;
  height: 5.92308px;
  text-decoration: none;
  display: flex;
}

.container-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 12px;
  display: flex;
}

.subheader {
  text-align: center;
  font-size: 16px;
}

.container-19 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 322px;
  padding-top: 24px;
  display: flex;
}

.section-7 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.ooredoo_nav_white {
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #dadada;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding: 22px 10px 23px;
  display: flex;
}

.udesly-button-navigation {
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation:hover {
  background-color: #171717d9;
}

.udesly-button-navigation-secondary {
  color: #171717;
  background-color: #0000;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation-secondary:hover {
  background-color: #f5f5f5;
}

.udesly-navigation-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.udesly-navigation-buttons.udesly-align-right {
  border-left: 1px solid #e6e6e6;
  padding-left: 20px;
}

.udesly-menu-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: none;
}

.udesly-dropdown-link-title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.udesly-dropdown-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.udesly-dropdown-icon {
  width: 20px;
}

.udesly-icon-circle-wrapper {
  background-color: #f2f2f2;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-bottom: 0;
  margin-right: 10px;
  display: flex;
}

.udesly-dropdown-link {
  opacity: 1;
  background-color: #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  padding: 20px 0;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.udesly-dropdown-link:hover {
  background-color: #f9f9f9;
  border-radius: 0;
}

.udesly-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.udesly-dropdown-arrow {
  margin-right: 15px;
  font-size: 12px;
}

.udesly-nav-link {
  color: #404040;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 6px;
  min-height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-nav-link:hover {
  color: #000;
  border: 1px solid #e6e6e6;
}

.udesly-nav-link.w--current {
  color: #171717;
  transition-property: all;
}

.udesly-nav-link.udesly-dropdown {
  padding-right: 32px;
}

.udesly-menu-links.udesly-margin-right {
  margin-right: 16px;
}

.udesly-nav-content-container {
  display: flex;
}

.udesly-container-navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-navigation {
  background-color: #fff;
  width: 100%;
  padding: 16px 5%;
}

.uui-navbar06_styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.uui-navbar06_menu-button {
  padding: 0;
}

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

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

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

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

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray700);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.show-tablet, .show-tablet {
  display: none;
}

.uui-navbar06_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar06_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar06_link {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar06_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar06_link.w--current {
  color: #000;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-navbar06_item-heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar06_blog-item-content {
  flex-direction: column;
  font-weight: 400;
  display: flex;
}

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

.uui-navbar06_blog-item-image-wrapper {
  border-radius: .375rem;
  width: 100%;
  min-width: 9rem;
  padding-top: 66.6667%;
  position: relative;
  overflow: hidden;
}

.uui-navbar06_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar06_blog-item:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-navbar06_blog-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: max-content;
  align-items: start;
  width: 100%;
  display: grid;
}

.uui-navbar06_dropdown-content-right {
  flex-wrap: wrap;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.uui-navbar06_dropdown-link {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-navbar06_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-navbar06_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .25rem;
  grid-template-rows: max-content max-content max-content max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar06_heading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar06_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 15rem;
  padding: 2rem 2rem 2rem 0;
}

.uui-navbar06_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar06_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar06_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar06_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar06_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar06_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar06_menu-dropdown {
  position: static;
}

.uui-navbar06_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-navbar06_logo-link {
  padding-left: 0;
}

.uui-navbar06_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-navbar01_menu-button {
  padding: 0;
}

.uui-navbar01_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar01_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar01_link {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar01_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar01_link.w--current {
  color: #000;
}

.uui-navbar01_dropdown-right-overlay-absolute {
  background-color: var(--untitled-ui--gray50);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

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

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

.uui-button-link.is-button-xsmall {
  font-size: .875rem;
}

.uui-navbar01_dropdown-content-button-wrapper {
  letter-spacing: normal;
  margin-top: 1rem;
  margin-left: .75rem;
  font-size: .875rem;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-navbar01_item-button-wrapper {
  margin-top: .75rem;
}

.uui-navbar01_item-heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar01_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar01_large-item-content {
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
}

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

.uui-navbar01_blog-image-wrapper {
  border-radius: .375rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 11rem;
  height: 6.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-navbar01_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar01_blog-item:hover {
  background-color: var(--untitled-ui--white);
}

.uui-navbar01_dropdown-blog-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.uui-navbar01_dropdown-content-heading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-left: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar01_dropdown-content-wrapper {
  z-index: 1;
  grid-row-gap: .75rem;
  grid-template-rows: min-content;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-navbar01_dropdown-content-right {
  flex: 1;
  max-width: 35rem;
  padding: 2rem 0 2rem 1.25rem;
  display: flex;
  position: relative;
}

.uui-navbar01_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar01_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
}

.uui-navbar01_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar01_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--shadownew);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar01_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar01_heading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar01_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar01_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.uui-navbar01_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar01_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar01_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar01_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.uui-navbar01_dropdown-toggle {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: var(--untitled-ui--gray600);
  justify-content: flex-end;
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar01_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar01_menu-dropdown {
  position: static;
}

.uui-navbar01_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar01_logo-link {
  padding-left: 0;
}

.uui-navbar01_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-footer08_legal-link {
  color: var(--untitled-ui--gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer08_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer08_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-2.text-color-gray500 {
  color: var(--untitled-ui--gray500);
}

.uui-footer08_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

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

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

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

.uui-button-2.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-footer08_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer08_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.uui-footer08_heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-footer08_right-wrapper {
  flex-direction: column;
  display: flex;
}

.uui-footer08_link {
  color: var(--untitled-ui--gray600);
  text-align: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer08_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-footer08_link-list {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-logo_image-2 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype-2 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot-2 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-2 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-2 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component-2 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-footer08_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

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

.uui-footer08_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

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

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.uui-logos04_logo {
  height: 3rem;
}

.uui-logos04_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.uui-logos04_list {
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center start;
  width: 175rem;
  display: flex;
}

.uui-logo-loop_inner {
  display: flex;
}

.uui-logo-loop_component {
  height: 4.5rem;
  margin-top: 2rem;
}

.uui-logos04_text {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-section_logos04 {
  overflow: hidden;
}

.nav-enter {
  box-sizing: border-box;
  background-color: var(--black);
  border-bottom: 1px #dadada;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  padding: 22px 0 23px 40px;
  display: flex;
}

.jiosaavn {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #f09491;
  background-image: linear-gradient(#a73569, #f09491);
  border: 1px solid #b29595;
  border-radius: 0 32px 32px 0;
  flex-flow: row;
  align-items: stretch;
  margin-right: 86px;
  padding: 60px 89px 60px 119px;
  display: flex;
  position: static;
  bottom: -412.922px;
  overflow: hidden;
}

.ooredoobtn-enter {
  background-color: var(--elements-webflow-library--neutral--200);
  color: var(--elements-webflow-library--secondary--color-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 8px 20px;
  font-family: Rubik Bold;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: block;
}

.ooredoobtn-enter:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  transform: translate3d(0, -3px, .01px);
}

.ooredoobtn-enter.btnred {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--color);
  text-transform: uppercase;
}

.lionsgate-title-copy {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  padding-right: 0%;
  display: flex;
}

.image-56 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  object-fit: cover;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: none;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: block;
  overflow: visible;
}

.section-8 {
  height: 100%;
  min-height: 100vh;
  max-height: 100vh;
}

.body-5 {
  background-color: var(--elements-webflow-library--secondary--color-1);
}

.ooredoobtn-copy {
  background-color: var(--elements-webflow-library--neutral--200);
  color: var(--elements-webflow-library--secondary--color-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 8px 20px;
  font-family: Rubik Bold;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: block;
}

.ooredoobtn-copy:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  transform: translate3d(0, -3px, .01px);
}

.ooredoobtn-copy.btnred {
  background-color: var(--ooredoo--color--primary-red);
  color: var(--color);
  text-transform: uppercase;
}

.navbar-logo-top-bottom {
  padding-top: 16px;
  padding-bottom: 16px;
}

.container-20 {
  margin-left: 127.5px;
  margin-right: 127.5px;
}

.ooredoo-navbar-logo-only {
  background-color: var(--ooredoo--color--primary-black);
  border-bottom: 1px solid #2e2e2e;
}

.hero-banner {
  background-image: url('../images/fahehjeee.png');
  background-position: 0 0;
  background-size: auto;
  text-decoration: line-through;
}

.brix---bg-image-full-width-4 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary-white-3 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-3:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-7 {
  margin-right: 24px;
}

.brix---buttons-row-7 {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-11 {
  font-family: var(--ooredoo--font--ooredoo-body-font);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-819 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-6 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---grid-2-col---1-col-t-4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-10 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---hero-bg-image-dark-3 {
  background-image: none;
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---hero-bg-image-dark-3-copy {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Rubik Bold;
  position: relative;
  overflow: hidden;
}

.brix---heading-h1-size-8-copy {
  color: var(--newwhite);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---paragraph-default-11-copy {
  font-family: var(--ooredoo--font--ooredoo-body-font);
  color: var(--newwhite);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 100;
}

.ooredoo-5g-page {
  font-family: var(--ooredoo--font--ooredoo-large-title);
  color: #fff;
  letter-spacing: -.5px;
  -webkit-text-stroke-color: #000;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 61px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.bold-text-2 {
  font-family: var(--ooredoo--font--ooredoo-title);
  line-height: .5em;
}

.ooredoo-5g-page-secound {
  font-family: var(--ooredoo--font--ooredoo-large-title);
  color: #000;
  letter-spacing: -.5px;
  -webkit-text-stroke-color: #000;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.bold-text-2-copy {
  color: var(--ooredoo--color--text-dark-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 2px;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---link-wrapper-color-primary {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---flex-center {
  justify-content: center;
  display: flex;
}

.brix---color-neutral-820 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-821 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---display-2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---text-center-4 {
  text-align: center;
}

.brix---grid-stats-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---section-3 {
  background-color: var(--ooredoo--color--primary-black);
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.uui-heroheader21_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.uui-text-style-link-2 {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

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

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

.uui-button-3:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

.uui-form_input-2 {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
  color: var(--untitled-ui--gray900);
}

.uui-form_input-2::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-heroheader21_form {
  max-width: 32rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: var(--untitled-ui--primary500);
  margin-right: -.25rem;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
}

.uui-badge-group {
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  text-decoration: none;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-heroheader21_content {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heroheader21_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-layout01_image {
  border: .25rem solid var(--untitled-ui--gray900);
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  inset: auto auto auto 3rem;
}

.uui-layout01_image-wrapper {
  background-color: var(--untitled-ui--gray100);
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 33rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

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

.uui-text-size-large {
  font-family: var(--ooredoo--font--ooredoo-body-font);
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 1.5;
}

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

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout01_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

._5g-secoud {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

._5g-section-2-title-2 {
  font-family: var(--ooredoo--font--ooredoo-title);
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-layout12_image {
  border: .25rem solid var(--untitled-ui--gray900);
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  inset: auto auto auto 3rem;
}

.uui-layout12_image-wrapper {
  background-color: var(--untitled-ui--gray100);
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 33rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout12_number-text {
  color: var(--untitled-ui--gray900);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.uui-layout12_number {
  color: var(--ooredoo--color--primary-red);
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-layout12_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-layout12_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-block-2 {
  font-family: var(--ooredoo--font--ooredoo-body-font);
  font-size: 18px;
  line-height: 28px;
}

._5g-page-usp-title {
  font-family: var(--ooredoo--font--ooredoo-title);
  color: var(--untitled-ui--gray900);
  font-weight: 500;
}

._5g-page-usp-value {
  font-family: var(--ooredoo--font--ooredoo-large-title);
  color: var(--ooredoo--color--primary-red);
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1.2;
}

.up-banner-bg-5g-page {
  background-color: var(--ooredoo--color--secondary-pastel-pink);
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 33rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.udesly-button-tertiary-small {
  color: #404040;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-tertiary-small:hover {
  background-color: #f5f5f5;
  border-color: #d4d4d4;
}

.udesly-button-tertiary-small.udesly-width-full {
  text-align: center;
  flex: none;
  width: 100%;
}

.udesly-button-small {
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-small:hover {
  background-color: #171717d9;
}

.udesly-button-small.udesly-width-full {
  text-align: center;
  width: 100%;
}

.udesly-modal-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.udesly-paragraph-small-2 {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-large {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-button-close {
  border: 1px solid #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  transition: all .25s ease-out;
  display: flex;
}

.udesly-button-close:hover {
  border-color: #e6e6e6;
}

.udesly-icon-block-medium-2 {
  background-color: #f5f5f5;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.udesly-modal-icons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: grid;
}

.udesly-modal {
  z-index: 999999;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 384px;
  padding: 24px;
  display: flex;
  position: static;
  bottom: 20px;
  right: 20px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-822 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---social-icon-square-30px-2 {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px-2:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---mbp-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---btn-primary-6 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-6:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---text-area {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---input-label {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---input {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---grid-contact-v11 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---mg-bottom-64px {
  margin-bottom: 64px;
}

.brix---color-neutral-823 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---inner-container-490px-center {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.brix---contact-v4-half-bg-image {
  z-index: -1;
  width: 65%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.brix---color-neutral-824 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---heading-h1-size-9 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-825 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---card-form-v2 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 78px;
}

.brix---grid-contact-v4 {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-position-relative, ._5g---section-position-relative {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.brix---color-neutral-826 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---btn-primary-7 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-7:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input-label-2 {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---card-form {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  min-height: 576px;
  margin-bottom: 0;
  padding: 56px 40px;
}

.brix---heading-h1-size-10 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-827 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---grid-contact-v1 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

._5g---card-form {
  background-color: var(--ooredoo--color--primary-black);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border: 1px solid #e0e0e04f;
  border-radius: 24px;
  min-height: auto;
  margin-bottom: 0;
  padding: 56px 40px;
}

._5g---input-copy {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--ooredoo--color--primary-black);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  text-align: left;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  display: flex;
  position: static;
  overflow: clip;
}

._5g---input-copy:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

._5g---input-copy:focus {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--800);
}

._5g---input-copy::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

._5g---text-area-copy {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--ooredoo--color--primary-black);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

._5g---text-area-copy:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

._5g---text-area-copy:focus {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--800);
}

._5g---text-area-copy::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

._5g---btn-primary-7 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--newwhite);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

._5g---btn-primary-7:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

._5g---subtitle-copy {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Rubik Bold;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

._5g---heading-h1-size-10-copy {
  font-family: var(--ooredoo--font--ooredoo-title);
  color: var(--newwhite);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.div-block-24 {
  padding-top: 61px;
}

._5g---input-label-2-copy {
  color: var(--newwhite);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

._5g---paragraph-default-11-copy {
  font-family: var(--ooredoo--font--ooredoo-body-font);
  color: var(--ooredoo--color--text-dark-gray);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

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

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

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-small {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-layout35_image {
  background-color: var(--untitled-ui--gray50);
}

.uui-layout35_image-wrapper {
  background-color: var(--untitled-ui--gray100);
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
}

.uui-layout35_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-block-3 {
  color: var(--elements-webflow-library--neutral--600);
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 8px;
  padding-right: 163px;
  display: flex;
}

.container-21 {
  max-width: 1440px;
}

.ord-body {
  background-color: var(--ooredoo--color--background-lighter-gray);
  font-family: var(--ooredoo--font--ooredoo-body-font);
  color: var(--ooredoo--color--text-light-gray);
  padding-bottom: 50px;
}

.image-57 {
  margin-top: 6%;
  padding-top: 13%;
  padding-bottom: 13%;
}

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

.ord-wrapper.ord-wrapper-negetivemargin {
  margin-top: -159px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.ord-navbar-with-language {
  border-bottom: 1px none var(--ooredoo--color--stroke-gray);
  background-color: var(--newwhite);
  box-shadow: none;
}

.nav-link-3 {
  font-family: var(--ooredoo--font--ooredoo-title);
  font-weight: 600;
}

.uui-navbar02_menu-button {
  padding: 0;
}

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

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

.uui-button-4:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

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

.uui-button-tertiary-gray-2:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray700);
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-3:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-3:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray-3.show-tablet, .show-tablet-2 {
  display: none;
}

.uui-navbar02_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar02_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar02_link {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar02_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar02_link.w--current {
  color: #000;
}

.uui-navbar02_dropdown-right-overlay-absolute {
  background-color: var(--untitled-ui--gray50);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

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

.uui-button-link-3.is-button-xsmall {
  font-size: .875rem;
}

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

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

.uui-button-link-gray.is-button-xsmall {
  font-size: .875rem;
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-navbar02_dropdown-content-button-wrapper {
  letter-spacing: normal;
  margin-top: .75rem;
  font-size: .875rem;
}

.uui-text-size-small-4 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-navbar02_item-heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar02_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar02_blog-content {
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
}

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

.uui-navbar02_blog-image-wrapper {
  border-radius: .375rem;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}

.uui-navbar02_blog-item {
  border-radius: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-navbar02_blog-item:hover {
  background-color: var(--untitled-ui--white);
}

.uui-navbar02_dropdown-blog-item-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
}

.uui-navbar02_dropdown-content-wrapper {
  z-index: 1;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-navbar02_dropdown-content-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: max-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 22rem;
  padding: 1.25rem;
  position: relative;
}

.uui-badge-small-success-2 {
  grid-column-gap: .25rem;
  background-color: var(--shadownew);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar02_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar02_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar02_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
}

.uui-navbar02_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar02_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-navbar02_heading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar02_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar02_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.uui-navbar02_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar02_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar02_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar02_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.uui-dropdown-icon-2 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar02_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar02_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar02_menu-dropdown {
  position: static;
}

.uui-navbar02_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_image-3 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype-3 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot-3 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur-3 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-3 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-3 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component-3 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-navbar02_logo-link {
  padding-left: 0;
}

.uui-navbar02_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.ord-hero-full {
  background-color: var(--ooredoo--color--secondary-dark-blue);
  border-radius: 16px;
  height: auto;
  padding-top: 98px;
  padding-bottom: 204px;
}

.heading-4 {
  font-family: var(--ooredoo--font--ooredoo-large-title);
  color: var(--transparent);
  text-transform: uppercase;
  min-width: auto;
  max-width: 22ch;
  font-size: 40px;
  font-weight: 800;
  line-height: 90%;
}

.ord-heading-h1 {
  opacity: 1;
  font-family: var(--ooredoo--font--ooredoo-large-title);
  color: var(--ooredoo--color--primary-white);
  text-transform: uppercase;
  min-width: auto;
  max-width: 22ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 90%;
}

.ord-template-body1 {
  font-family: var(--ooredoo--font--ooredoo-body-font);
  color: var(--ooredoo--color--text-light-gray);
  font-size: 14px;
  font-weight: 400;
}

.ord-template-body1.template-light {
  color: var(--ooredoo--color--primary-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.ord-template-body1.template-light:where(.w-variant-7036a8f7-9af8-6dcd-15bd-26d18f062533) {
  color: var(--ooredoo--color--primary-white);
}

.ord-template-body1.dark {
  color: var(--ooredoo--color--text-dark-gray);
}

.div-block-26 {
  padding-top: 20px;
  display: flex;
}

.div-block-27 {
  padding-left: 9px;
}

.ord-template-label12 {
  font-family: var(--ooredoo--font--ooredoo-body-font);
  color: var(--ooredoo--color--text-dark-gray);
  font-size: 12px;
  font-weight: 200;
  line-height: 1.3;
}

.quick-stack {
  color: var(--ooredoo--color--text-light-gray);
  padding-left: 0;
  padding-right: 0;
}

.image-58, .image-59 {
  align-self: flex-start;
}

.add-on-binge-2 {
  grid-row-gap: .5px;
  border: 1px undefined undefined;
  background-color: var(--newwhite);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 328px;
  margin-left: 0;
  margin-right: 21px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 -3px 22.6px #aaaaaa70;
}

.detail-3 {
  grid-row-gap: 12px;
  -webkit-text-stroke-color: var(--ooredoo--color--stroke-gray);
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 328px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.title-4 {
  font-family: var(--ooredoo--font--ooredoo-title);
  color: #000;
  letter-spacing: .15px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.allowance-bar-4 {
  grid-column-gap: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-style: solid none;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 12px 20px 20px;
  text-decoration: none;
  display: flex;
}

.allowancebar-wrapper-4 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.subscription-3 {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.subscription-detail-2 {
  color: #2ecdf3;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.subscriptiontitle-3 {
  font-family: var(--ooredoo--font--ooredoo-title);
  color: #898989;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.data-des-4 {
  color: #b0e020;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
}

.ord-addon-perks {
  grid-column-gap: 20px;
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 12px 20px 20px;
  text-decoration: none;
  display: flex;
}

.includes-title {
  color: #221e20;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.key-usp {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
}

.frame-1261153327 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-19 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.ooredoo-h1-8 {
  font-family: var(--ooredoo--font--ooredoo-body-font);
  color: #000;
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.ord-plan-tourist {
  grid-row-gap: 0px;
  border-top-style: undefined;
  border-top-width: 1px;
  border-top-color: undefined;
  border-right-style: undefined;
  border-right-width: 1px;
  border-right-color: undefined;
  border-bottom-style: undefined;
  border-bottom-width: 1px;
  border-bottom-color: undefined;
  border-left-style: undefined;
  border-left-width: 1px;
  border-left-color: undefined;
  background-color: var(--color);
  white-space: nowrap;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 328px;
  height: 100%;
  margin-left: 0;
  margin-right: 21px;
  text-decoration: none;
  transition-property: padding-bottom;
  transition-duration: .25s;
  transition-timing-function: ease;
  display: flex;
  box-shadow: 0 -3px 22.6px #aaaaaa70;
}

.ord-smalltitle {
  font-family: var(--ooredoo--font--ooredoo-title);
  color: #000;
  letter-spacing: .15px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.ord-allowance-data-detail {
  color: #2ecdf3;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.ord-allowance-voice-detail {
  color: #b0e020;
  text-transform: uppercase;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.ord-button-small {
  font-family: var(--ooredoo--font--ooredoo-title);
  color: var(--ooredoo--color--text-light-gray);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.ord-bodytext-large {
  font-family: var(--ooredoo--font--ooredoo-body-font);
  color: var(--ooredoo--color--text-dark-gray);
  letter-spacing: .25px;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.quick-stack-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 0;
  padding-right: 0;
}

.ord-heading-h2 {
  font-family: var(--ooredoo--font--ooredoo-title);
  color: var(--ooredoo--color--primary-black);
  text-transform: none;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.div-block-28 {
  flex-flow: column;
  padding-top: 84px;
  padding-bottom: 38px;
  display: flex;
}

.paragraph-5 {
  font-size: 14px;
  line-height: 1;
}

.ord-heading-h3 {
  font-family: var(--ooredoo--font--ooredoo-title);
  color: var(--ooredoo--color--primary-black);
  text-transform: none;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.ord-heading-h4, .ord-title-h4-copy {
  font-family: var(--ooredoo--font--ooredoo-title);
  color: var(--ooredoo--color--primary-black);
  text-transform: none;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.ord-largetitle {
  font-family: var(--ooredoo--font--ooredoo-title);
  color: #000;
  letter-spacing: .15px;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.ord-bodytext-small {
  font-family: var(--ooredoo--font--ooredoo-body-font);
  color: var(--ooredoo--color--text-dark-gray);
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.ord-button {
  background-color: var(--ooredoo--color--primary-red);
  color: var(--elements-webflow-library--secondary--color-2);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  max-width: 75%;
  padding: 8px 20px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.368, -.005, .25, 1), transform .3s, color .3s;
  display: block;
}

.ord-button:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  transform: translate3d(0, -3px, .01px);
}

.ord-button.btnred, .ord-button.btnred-copy {
  background-color: var(--ooredoo--color--primary-red);
  color: var(--color);
  text-transform: uppercase;
}

.div-block-29 {
  box-sizing: border-box;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border: 1px solid var(--ooredoo--color--stroke-gray);
  background-color: var(--ooredoo--color--background-lighter-gray);
  object-fit: fill;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 29px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 2px 15px -20px #0003;
}

.div-block-29:hover {
  border-color: var(--newwhite);
  background-color: var(--newwhite);
  box-shadow: 0 2px 20px -4px #0003;
}

.quick-stack-3 {
  padding: 0;
}

.lottie-animation {
  height: 72px;
  margin-left: -12px;
  padding-left: 0;
}

.div-block-30 {
  align-self: flex-start;
}

.container-22 {
  justify-content: space-between;
  display: flex;
}

.ord-card-lottie {
  height: 72px;
  margin-left: -12px;
  padding-left: 0;
}

.ord-menu-wrapper {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  display: block;
}

.ord-menu-wrapper.ord-wrapper-negetivemargin {
  margin-top: -159px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.button-4 {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--newwhite);
  text-align: left;
  background-color: #3898ec00;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.ord-select-language-btn {
  border: 1px solid var(--ooredoo--color--stroke-gray);
  background-color: var(--newwhite);
  font-family: var(--ooredoo--font--ooredoo-title);
  border-radius: 20px;
  width: 100%;
  padding: 10px 10px 10px 20px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.ord-select-language-btn:hover {
  border-width: .5px;
  border-color: var(--ooredoo--color--stroke-gray);
  background-color: var(--ooredoo--color--stroke-gray);
}

.image-61 {
  margin-right: 8px;
}

.text-block-4 {
  color: var(--ooredoo--color--primary-black);
  text-decoration: none;
}

.div-block-32 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.ord-sticky-button-w-icon {
  border: 1px solid var(--ooredoo--color--primary-red);
  color: var(--ooredoo--color--primary-black);
  background-color: #fff0;
  border-radius: 20px;
  width: 100%;
  padding: 10px 48px 10px 21px;
  font-weight: 600;
  display: flex;
}

.text-block-5 {
  font-family: var(--ooredoo--font--ooredoo-title);
  color: var(--ooredoo--color--primary-red);
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
}

.ord-wrapper-airport {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: var(--ooredoo--color--background-light-gray);
  color: #fff;
  mix-blend-mode: normal;
  border-radius: 8px;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  max-width: 50%;
  padding: 54px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #00000045;
}

.quick-stack-4 {
  padding: 0;
}

.image-62 {
  border-radius: 12px;
  box-shadow: 0 2px 14px -2px #00000024;
}

.go-play-wraper {
  color: var(--black);
  background-color: #1f1f1f;
  background-image: linear-gradient(#2b2b2b, #2b2b2b);
  border: 1px #9c3f3f;
  border-radius: 32px 0 0 32px;
  flex-flow: column;
  align-items: stretch;
  padding: 67px 20% 60px 126px;
  display: flex;
  position: static;
  bottom: -412.922px;
  overflow: hidden;
}

.goplaylogo {
  padding-bottom: 24px;
  padding-left: 0;
  padding-right: 35px;
}

.div-block-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-63 {
  width: 100%;
  height: 100%;
  margin-bottom: -105px;
}

.lottie-animation-2 {
  width: 20px;
}

.modal-wrapper-airport {
  z-index: 9999;
  background-color: #000000cf;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.cell {
  align-items: stretch;
}

.apple-navbar {
  border-bottom: 1px none var(--ooredoo--color--stroke-gray);
  background-color: var(--transparent);
  box-shadow: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.apple-main-bg {
  background-color: var(--black);
  overflow: visible;
}

.hero-without-image-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-23 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.background-video-3 {
  box-shadow: 0 0 17px 2px var(--newwhite);
  mix-blend-mode: normal;
  border-radius: 30px;
  margin: 30px 60px;
  transition: opacity .2s;
}

.apple-menu-wrapper {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  display: block;
}

.apple-menu-wrapper.ord-wrapper-negetivemargin {
  margin-top: -159px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.brand-3 {
  margin-left: -188px;
}

.hero-without-image-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ap-title-main {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0;
}

.hero-without-image-3-copy, .hero-without-image-3-copy-copy {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.ap-h1 {
  color: var(--black);
  font-family: Outfit, sans-serif;
}

.ap-p1 {
  color: var(--untitled-ui--gray400);
  flex: 0 auto;
  align-self: center;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.ap-p2 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.ap-p3 {
  color: var(--white);
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.ap-counter {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.ap-counter:hover {
  color: #fff;
  background-color: #32343a;
}

.ap-counter:active {
  background-color: #43464d;
}

.div-block-35 {
  color: #fff;
}

.ap-h2 {
  color: var(--black);
  font-family: Outfit, sans-serif;
}

.ap-p4 {
  color: var(--white);
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.ap-vi {
  z-index: 10;
  mix-blend-mode: normal;
  border-radius: 30px;
  margin: 30px 60px;
  transition: opacity .2s;
  position: absolute;
  inset: 8% 0% 0%;
}

.ap-vi-copy {
  box-shadow: 0 0 17px 2px var(--newwhite);
  mix-blend-mode: normal;
  border-radius: 30px;
  margin: 30px 60px;
  transition: opacity .2s;
}

.brix---opacity-20-5 {
  opacity: .2;
}

.brix---floating-image-hero-v1---5 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---opacity-10-3 {
  opacity: .1;
}

.brix---floating-image-hero-v1---6 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.brix---text-200-bold-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-828 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message {
  margin-bottom: 10px;
}

.brix---success-message-2 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary-8 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-8:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input-2 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-2:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input-2:focus {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input-2::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---grid-subscribe-form-button-left {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---paragraph-default-12 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-829 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---heading-h1-size-11 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---grid-hero-v1-6 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-11 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-hero-primary-2 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.wrapper {
  background-image: linear-gradient(135deg, #3e0c68, #13031d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.div-block-36 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.icon-4 {
  color: #34ffda;
  width: 36px;
  height: 36px;
  margin-right: 16px;
}

.page-title {
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
}

.box-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number-2 {
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-label-2 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.clock-number-sec {
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-number-min {
  transform-style: preserve-3d;
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-number-hrs {
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-number-days {
  transform-style: preserve-3d;
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.card-title-app {
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
}

.js-clock-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-copy, .wrapper-count {
  background-image: linear-gradient(135deg, #3e0c68, #13031d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.image-67 {
  position: relative;
  left: -110px;
}

.image-68 {
  position: relative;
  right: -110px;
}

.ap-h2-copy {
  color: var(--b42224);
  margin-top: 30px;
  margin-bottom: 50px;
  font-family: Outfit, sans-serif;
  font-weight: 500;
}

.clock-label-2-copy {
  letter-spacing: 5px;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-transform: uppercase;
  transform-style: preserve-3d;
  margin-top: 10px;
  margin-right: -5px;
}

.clock-label-2-copy-copy, .clock-label-2-copy {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.ord-addon-detail {
  grid-row-gap: 12px;
  background-color: var(--ooredoo--color--primary-white);
  -webkit-text-stroke-color: var(--ooredoo--color--stroke-gray);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 328px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.ord-addon-allowance-bar {
  grid-column-gap: 20px;
  border-style: solid none;
  border-width: .5px 1px;
  border-color: var(--ooredoo--color--stroke-gray) #e0e0e0;
  background-color: var(--ooredoo--color--primary-white);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 12px 20px 20px;
  text-decoration: none;
  display: flex;
}

.add-on-binge-3 {
  grid-row-gap: .5px;
  border: 1px undefined undefined;
  color: var(--ooredoo--color--primary-white);
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 328px;
  height: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 -3px 22.6px #ffffff1a;
}

.detail-4 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 328px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.title-5 {
  color: #000;
  letter-spacing: .15px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.frame-1261153288 {
  grid-column-gap: 2px;
  border: 1px none var(--elements-webflow-library--accent--ooredoo-red);
  background-color: var(--ooredoo--color--primary-black);
  color: var(--ooredoo--color--primary-white);
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 2px 7px;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: var(--ooredoo--color--primary-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.allowance-bar-5 {
  grid-column-gap: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 12px 20px 20px;
  text-decoration: none;
  display: flex;
}

.allowancebar-wrapper-5 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.subscription-4 {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.subscription-detail-3 {
  color: #2ecdf3;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
}

.subscriptiontitle-4 {
  color: #898989;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.data-des-5 {
  color: #b0e020;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
}

.allowance-bar-6 {
  grid-column-gap: 20px;
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 12px 20px 20px;
  text-decoration: none;
  display: flex;
}

.includes-title-2 {
  color: #221e20;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.key-usp-2 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1261153328 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-20 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.ooredoo-h1-9 {
  color: #000;
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.ord-addon-detail-with-badge {
  grid-row-gap: 10px;
  background-color: var(--ooredoo--color--primary-white);
  -webkit-text-stroke-color: var(--ooredoo--color--stroke-gray);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 328px;
  padding: 20px 20px 13px;
  text-decoration: none;
  display: flex;
}

.chat-buble-wrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-69 {
  display: block;
}

.div-block-40 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 93%;
  height: 85vw;
  display: flex;
}

.ord-wrapper-language {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: var(--ooredoo--color--background-light-gray);
  color: #fff;
  mix-blend-mode: normal;
  border-radius: 8px;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  max-width: 325px;
  padding: 54px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #00000045;
}

.js-clock-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-label-3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.js-clock-apple {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  overflow: clip;
}

.number-days {
  pointer-events: auto;
  color: var(--white);
  cursor: auto;
  font-family: Rubik, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 70px;
}

.number-hours, .number-minutes {
  color: var(--white);
  font-family: Rubik, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 70px;
}

.clock-label-apple {
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-right: -5px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.box-3-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.ap-vi-copy {
  z-index: 20;
  box-shadow: none;
  filter: blur(18px);
  mix-blend-mode: normal;
  border-radius: 0;
  flex-flow: column;
  margin: 115px 60px 30px;
  transition-property: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-10 {
  height: 560px;
}

.ap-vi-copy {
  z-index: 5;
  filter: invert(10%) blur(80px);
  mix-blend-mode: normal;
  border-radius: 30px;
  margin: 30px 60px;
  transition: opacity .2s;
  position: absolute;
  inset: 8% 0% 0%;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-5 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #1a1b1fbf;
}

.nav-link-5:focus-visible, .nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-4:focus-visible, .nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.nav-dropdown-list-4 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-4.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-4:focus-visible, .nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-13 {
  position: relative;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.applepage-nav {
  float: none;
  clear: none;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}

.appplepage-noshadow-container {
  z-index: 5;
  background-color: #0000;
  width: auto;
  max-width: none;
  margin-left: 60px;
  margin-right: 60px;
  padding: 20px;
  position: relative;
}

.applepage-contianer-regular {
  width: auto;
  max-width: none;
  min-height: 30px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.applepage-navwrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.applepage-nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.image-70 {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: block;
  position: relative;
  right: 0;
}

.image-72 {
  width: 100%;
  max-width: none;
  height: 40px;
  min-height: 40px;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  left: 0;
}

.div-block-41 {
  border: 1px solid var(--untitled-ui--gray400);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 70px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: underline;
  display: flex;
  position: relative;
  inset: 0%;
}

.section-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 50px;
  display: flex;
  position: static;
  overflow: visible;
}

.image-73 {
  width: 40px;
  height: 40px;
  margin-top: -40px;
}

.image-74 {
  width: 100%;
  max-width: 150%;
  margin-top: 20px;
}

.image-74-copy {
  box-sizing: content-box;
  vertical-align: baseline;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 1000px;
  min-width: auto;
  max-width: none;
  height: auto;
  margin-top: 61px;
  margin-bottom: 152px;
  display: block;
  position: static;
  overflow: visible;
}

.div-block-42 {
  overflow: clip;
}

.div-block-43 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1000px;
  margin-top: -93px;
  padding: 0 200px 80px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.section-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 40px 0;
  display: flex;
}

.div-block-44 {
  width: auto;
  height: auto;
}

.ap-card {
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 660px;
  padding: 10px;
  display: flex;
  position: relative;
}

.image-75 {
  width: 240px;
  position: relative;
}

.flex-block-3 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 20px;
}

.ap-prio-title-1 {
  color: var(--black);
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.div-block-45 {
  width: 100%;
  margin-bottom: 10px;
  padding: 20px;
}

.div-block-46 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 40px;
  display: flex;
}

.div-block-45-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 0 auto;
  order: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  display: flex;
  position: relative;
}

.circle {
  background-color: var(--color-data);
  border-radius: 100px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 20px;
}

.imageholder {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  height: 360px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.circle-blue {
  background-color: var(--color-data);
  border-radius: 100px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  padding: 20px;
  position: relative;
  left: 0;
}

.circle-red {
  background-color: var(--blue-ooredoo);
  border-radius: 100px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  padding: 20px;
  position: relative;
  inset: 0% auto 0% 0%;
}

.circle-yellow {
  background-color: var(--eed);
  border-radius: 100px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  padding: 20px;
  position: relative;
  left: 0;
}

.circle-gray {
  background-color: var(--black);
  border-radius: 100px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  padding: 20px;
  position: relative;
  inset: 0% auto 0% 0%;
}

.div-block-45-copy, .pridc {
  width: 100%;
  margin-bottom: 10px;
  padding: 20px;
}

.pr21 {
  color: var(--untitled-ui--gray500);
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.pr21-copy {
  color: var(--black);
  margin-bottom: 6px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.nametageas {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-47 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  width: 100%;
  display: flex;
}

.pr21-copy-copy {
  color: var(--black);
  margin-bottom: 6px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-48 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.colorbox {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-47-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  display: flex;
}

.slider {
  flex: 1;
}

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

.product-image-apple {
  width: 260px;
  max-width: 100%;
}

.ap-prod-title {
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-weight: 700;
}

.brix---text-300-bold-2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-830 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---paragraph-default-13 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-831 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---heading-h4-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---mg-bottom-16px-4 {
  margin-bottom: 16px;
}

.brix---product-card-content {
  background-color: var(--transparent);
  padding: 32px 32px 48px;
}

.brix---badge-wrapper-top-right {
  position: absolute;
  inset: 20px 20px auto auto;
}

.brix---product-card-image {
  background-color: var(--ooredoo--color--background-lighter-gray);
}

.brix---product-card-image-inside-card {
  object-fit: fill;
  border-radius: 24px 24px 0 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---product-card-wrapper-v1 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--white);
  color: var(--elements-webflow-library--neutral--600);
  border-radius: 24px;
  max-width: 1010px;
  height: 100%;
  margin-left: auto;
  text-decoration: none;
  transition: transform .3s;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---product-card-wrapper-v1:hover {
  transform: scale(.96);
}

.brix---badge-secondary-small {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---grid-3-columns-gap-row-48px {
  grid-column-gap: 28px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-40px-7 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-12 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle-2 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---text-center-5 {
  text-align: center;
}

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-12 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-4 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 0;
}

.apple-product-car {
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.product-block {
  color: var(--elements-webflow-library--neutral--100);
  flex: 1;
  width: 1280px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.product-card-wrapper {
  border: 0px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--untitled-ui--white);
  pointer-events: auto;
  color: var(--elements-webflow-library--neutral--600);
  cursor: auto;
  background-image: linear-gradient(#000000e3, #000000e3);
  border-radius: 24px;
  order: 0;
  max-width: 1010px;
  height: 100%;
  margin-left: auto;
  text-decoration: none;
  transition: transform .3s;
}

.product-card-wrapper:hover {
  transform: scale(.96);
}

.product-card-inside-image-holder {
  object-fit: fill;
  border-radius: 24px 24px 0 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-card-image {
  background-color: var(--transparent);
  width: 70%;
  max-width: 70%;
  height: 70%;
  padding-top: 20px;
  padding-bottom: 0;
}

.product-card0-info-block {
  background-color: var(--transparent);
  padding: 20px 0;
}

.product-title {
  margin-bottom: 20px;
}

.product-description {
  margin-bottom: 0;
}

.product-prize {
  color: var(--elements-webflow-library--neutral--800);
  margin-top: 26px;
  margin-bottom: 26px;
}

.product-block-3-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.product-title-type {
  color: var(--elements-webflow-library--neutral--800);
}

.product-title-ize {
  color: var(--elements-webflow-library--neutral--3002);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.product-description-type {
  color: var(--elements-webflow-library--neutral--600);
}

.product-description-size {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.product-prize-type {
  color: var(--elements-webflow-library--neutral--3002);
  padding-top: 10px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.product-card-sub-type {
  color: var(--ooredoo--color--text-light-gray);
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-49 {
  border: 1px solid var(--white);
  background-color: var(--black);
  border-radius: 100px;
  width: 28%;
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  min-height: 28px;
  max-height: 28px;
}

.div-block-50 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: flex;
}

.product-card-colors {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.product-pre-order-button {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  overflow-wrap: normal;
  border-radius: 100px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  height: 46px;
  min-height: 46px;
  max-height: 46px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  display: flex;
}

.product-card-action-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
  display: flex;
}

.ap-p1-copy {
  color: var(--untitled-ui--gray400);
  flex: 0 auto;
  align-self: center;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.linktext-button {
  background-color: var(--transparent);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  margin-bottom: 0;
  margin-left: 30px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.product-body-block {
  box-sizing: border-box;
  background-color: var(--white);
  background-image: linear-gradient(#18181d, #18181d);
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 14px;
  display: flex;
}

.brix---text-300-bold-3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-832 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---paragraph-default-14 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-833 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---heading-h4-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---mg-bottom-16px-5 {
  margin-bottom: 16px;
}

.brix---product-card-content-2 {
  padding: 32px 32px 48px;
}

.brix---badge-wrapper-top-right-2 {
  position: absolute;
  inset: 20px 20px auto auto;
}

.brix---product-card-image-inside-card-2 {
  object-fit: fill;
  border-radius: 24px 24px 0 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---product-card-wrapper-v1-2 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--600);
  border-radius: 24px;
  max-width: 1010px;
  height: 100%;
  margin-left: auto;
  text-decoration: none;
  transition: transform .3s;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---product-card-wrapper-v1-2:hover {
  transform: scale(.96);
}

.brix---badge-secondary-small-2 {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---grid-3-columns-gap-row-48px-2 {
  grid-column-gap: 28px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-40px-8 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-13 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle-3 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---text-center-6 {
  text-align: center;
}

.brix---inner-container-640px---center-2 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-13 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-5 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---opacity-20-6 {
  opacity: .2;
}

.brix---floating-image-hero-v1---7 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---opacity-10-4 {
  opacity: .1;
}

.brix---floating-image-hero-v1---8 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.brix---text-200-bold-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---icon-list-2 {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper-2 {
  align-items: center;
  display: flex;
}

.brix---error-message-3 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message-2 {
  margin-bottom: 10px;
}

.brix---success-message-3 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary-9 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-9:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input-3 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-3:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input-3:focus {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input-3::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---grid-subscribe-form-button-left-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.brix---mg-bottom-32px-3 {
  margin-bottom: 32px;
}

.brix---color-neutral-834 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-48px-4 {
  margin-bottom: 48px;
}

.brix---grid-hero-v1-7 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-hero-primary-3 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.apple-flex-prod-card {
  background-color: var(--ooredoo--color--background-lightest-gray);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#1e1d22, #1e1d22);
  background-clip: border-box;
  border: 1px solid #202020;
  border-radius: 26px;
  justify-content: center;
  align-items: center;
  width: 1140px;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
  font-family: Rubik, sans-serif;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: visible;
}

.apple-flex-product-card-main {
  background-color: #2c2c2c;
  border-radius: 26px;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
}

.apple-flex-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.apple-flex-image-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: none;
  margin-bottom: 40px;
  padding: 0;
  display: flex;
}

.apple-flex-image {
  box-sizing: content-box;
  float: none;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: scale-down;
  width: auto;
  max-width: none;
  height: 420px;
  max-height: 566px;
  margin-top: 50px;
  margin-left: 0;
  padding: 0;
  display: inline-block;
  position: static;
  inset: 0%;
  overflow: clip;
}

.apple-flex-content-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-right: 40px;
  display: flex;
}

.apple-flex-content-title {
  color: var(--elements-webflow-library--neutral--800);
}

.apple-flex-content-detai {
  border-bottom: 2px solid var(--elements-webflow-library--neutral--700);
  margin-bottom: 30px;
}

.apple-flex-action-block {
  margin-bottom: 32px;
}

.apple-flex-extra {
  align-items: center;
  display: flex;
}

.apple-flex-title-tage {
  color: var(--elements-webflow-library--neutral--3002);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 66px;
}

.brix---success-message-3-copy {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.apple-flex-p1 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.apple-flex-type-block {
  color: var(--elements-webflow-library--neutral--600);
  margin-bottom: 20px;
}

.div-block-51 {
  border: 1px solid var(--white);
  border-radius: 100px;
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
}

.slide {
  position: relative;
}

.apple-flex-slider {
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin: 40px;
  padding: 40px;
  display: flex;
  position: relative;
}

.image-77 {
  overflow: clip;
}

.slide-2 {
  vertical-align: baseline;
}

.mask {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  flex: 0 auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: clip;
}

.slide-nav {
  aspect-ratio: auto;
  object-fit: fill;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 2%;
}

.right-arrow {
  position: absolute;
}

.apple-image-slide {
  object-fit: scale-down;
  max-width: 100%;
}

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

.prod-card {
  background-color: var(--white);
  color: var(--untitled-ui--gray500);
  padding: 20px;
  display: flex;
}

.div-block-54 {
  width: 460px;
  min-width: 360px;
  max-width: 100%;
  height: 560px;
  min-height: 360px;
  max-height: 100%;
  padding: 20px;
}

.div-block-55 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-2 {
  background-color: var(--transparent);
  width: auto;
  height: 560px;
  min-height: 10%;
  max-height: 100%;
  display: block;
  overflow: visible;
}

.slide-4 {
  height: 560px;
  max-height: 33%;
}

.slide-nav-2 {
  min-width: auto;
  height: auto;
  min-height: auto;
  position: absolute;
}

.div-block-56 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
  bottom: -12px;
}

.apple-flex-product-descriptiom {
  color: var(--ooredoo--color--text-dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-57 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-58 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  overflow: visible;
}

.brix---text-300-bold-4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-835 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---paragraph-default-15 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-836 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px-3 {
  margin-bottom: 24px;
}

.brix---heading-h4-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---mg-bottom-16px-6 {
  margin-bottom: 16px;
}

.brix---product-card-content-3 {
  padding: 32px 32px 48px;
}

.brix---badge-wrapper-top-right-3 {
  position: absolute;
  inset: 20px 20px auto auto;
}

.brix---product-card-image-inside-card-3 {
  object-fit: fill;
  border-radius: 24px 24px 0 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---product-card-wrapper-v1-3 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--600);
  border-radius: 24px;
  max-width: 1010px;
  height: 100%;
  margin-left: auto;
  text-decoration: none;
  transition: transform .3s;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---product-card-wrapper-v1-3:hover {
  transform: scale(.96);
}

.brix---badge-secondary-small-3 {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---grid-3-columns-gap-row-48px-3 {
  grid-column-gap: 28px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-40px-9 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-14 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle-4 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---text-center-7 {
  text-align: center;
}

.brix---inner-container-640px---center-3 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-14 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-6 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.subtitle {
  color: #fcd7ff;
}

.uui-text-size-small-5 {
  color: var(--ooredoo--color--secondary-pastel-pink);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-testimonial16_client-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-testimonial16_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.uui-testimonial16_client-image-wrapper {
  margin-right: .75rem;
}

.uui-testimonial16_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall.text-weight-medium {
  color: var(--ooredoo--color--stroke-gray);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.uui-testimonial16_rating-icon {
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial16_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial16_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--untitled-ui--gray50);
  background-color: var(--untitled-ui--gray50);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  min-width: 25rem;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.uui-testimonial16_loop-trigger {
  display: flex;
}

.uui-testimonial16_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: flex;
}

.uui-text-size-large-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

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

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray900);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center-2, .align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-2 {
  text-align: center;
}

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

.uui-section_testimonial16 {
  overflow: hidden;
}

.slide-nav-styling-embed {
  aspect-ratio: auto;
  position: static;
}

.uui-testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-button-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial15_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% -10% 5%;
}

.uui-testimonial15_arrow:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-testimonial15_arrow.left {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  inset: auto 5% -10% 0%;
}

.uui-testimonial15_client-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-testimonial15_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.uui-testimonial15_client-image-wrapper {
  margin-right: .75rem;
}

.uui-testimonial15_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.uui-testimonial15_rating-icon {
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial15_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial15_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 0px solid var(--untitled-ui--gray800);
  background-color: var(--untitled-ui--gray50);
  box-shadow: 0 0 7.4rem -11px var(--untitled-ui--gray800);
  background-image: url('../images/apple_intelligence__gbh77cvflkia_xlarge.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 26px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 2rem 40rem;
  display: flex;
}

.uui-testimonial15_slide {
  padding-right: 2rem;
}

.uui-testimonial15_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial15_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 2px;
  padding-bottom: 7px;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

.uui-section_testimonial15 {
  padding-top: 50px;
  overflow: hidden;
}

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

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

.uui-button-5:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

.uui-blogsection10_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-blogsection10_button-row.mobile-landscape {
  display: none;
}

.uui-blogsection10_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-blogsection10_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-blogsection10_arrow:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-blogsection10_arrow.left {
  right: 4rem;
}

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

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

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.uui-blogsection10_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

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

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

.uui-blogsection10_meta-wrapper {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--untitled-ui--primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

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

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

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

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

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

.uui-blogsection10_slide {
  padding-right: 2rem;
}

.uui-blogsection10_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-blogsection10_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-blogsection10_heading {
  flex: 1;
}

.uui-blogsection10_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

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

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

.uui-section_blogsection10 {
  overflow: hidden;
}

.heading-6 {
  color: #ffd5fb;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-6-copy {
  color: var(--untitled-ui--primary300);
  justify-content: center;
  align-items: center;
  font-family: Outfit, sans-serif;
  font-size: 38px;
  font-weight: 400;
  display: flex;
}

.apple-carousal-main {
  padding-top: 50px;
  overflow: clip;
}

.apple-carousel-div {
  box-sizing: border-box;
  object-fit: cover;
  padding-left: 9rem;
  padding-right: 9rem;
  position: static;
  overflow: clip;
}

.apple-carousal-wrapper {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.apple-carousal-vert-pad {
  padding-top: 2rem;
  padding-bottom: 5rem;
  padding-right: 0;
  display: block;
  position: static;
  overflow: visible;
}

.apple-carausal-compenent-container {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  margin-bottom: 30px;
  padding-bottom: 5rem;
  position: relative;
}

.apple-carausel-mask {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial15_slide-copy {
  padding-right: 2rem;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 150px;
  margin-right: 150px;
}

.div-block-60 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack-5 {
  max-width: 1280px;
}

.container-25 {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}

.grid-3 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.apple-flex-small-div {
  background-color: var(--transparent);
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  overflow: clip;
}

.text-block-6 {
  padding-left: 20px;
}

.text-block-7 {
  padding-left: 20px;
  padding-right: 20px;
}

.deco-text-sub {
  color: var(--ooredoo--color--text-light-gray);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding: 26px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  display: block;
}

.deco-text-sub-main {
  color: var(--ooredoo--color--stroke-gray);
  padding-top: 26px;
  padding-left: 26px;
  padding-right: 26px;
  font-family: Rubik, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 26px;
}

.div-block-61 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-62 {
  background-color: var(--transparent);
  margin-bottom: 0;
  padding: 20px;
}

.div-block-61-copy, .div-block-61-c2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.deco-text-sub-copy {
  color: var(--ooredoo--color--text-light-gray);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding: 26px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  display: block;
  position: relative;
  top: -10px;
}

.blocktitle {
  color: #c5fff2;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 50px;
  font-family: Outfit, sans-serif;
  font-size: 38px;
  font-weight: 400;
  display: flex;
}

.div-block-63 {
  margin-left: 200px;
  margin-right: 200px;
}

.div-block-64 {
  border-top: 1px solid var(--elements-webflow-library--neutral--700);
}

.card1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 2px solid var(--untitled-ui--gray50);
  background-color: var(--untitled-ui--gray50);
  background-image: url('../images/apple_intelligence__gbh77cvflkia_xlarge.jpg');
  background-position: 50% 20%;
  background-size: auto;
  border-radius: 26px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 2rem 20rem;
  display: flex;
}

.card1-wrap {
  padding-right: 2rem;
}

.card2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 2px solid var(--untitled-ui--gray50);
  background-color: var(--untitled-ui--gray50);
  background-image: url('../images/innovation__os9bmmo3mjee_xlarge.jpg');
  background-position: 50% 20%;
  background-size: auto;
  border-radius: 26px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 2rem 20rem;
  display: flex;
}

.card2-wrap {
  padding-right: 2rem;
}

.card3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 2px solid var(--untitled-ui--gray50);
  background-color: var(--untitled-ui--gray50);
  background-image: url('../images/battery__2v7w6kmztvm2_xlarge.jpg');
  background-position: 50% 40%;
  background-size: auto;
  border-radius: 26px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 2rem 20rem;
  display: flex;
}

.card3-wrap {
  padding-right: 2rem;
}

.card4 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 2px solid var(--untitled-ui--gray50);
  background-color: var(--untitled-ui--gray50);
  background-image: url('../images/environment__e3v3gj88dl6q_xlarge.jpg');
  background-position: 0 20%;
  background-size: auto;
  border-radius: 26px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 2rem 20rem;
  display: flex;
}

.card4-wrap {
  padding-right: 2rem;
}

.card5 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 2px solid var(--untitled-ui--gray50);
  background-color: var(--untitled-ui--gray50);
  background-image: url('../images/personalize__dwg8srggrbo2_xlarge.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 26px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 2rem 20rem;
  display: flex;
}

.card5-wrap {
  padding-right: 2rem;
}

.uui-heading-xxsmall-copy {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-copy.text-weight-medium {
  color: var(--ooredoo--color--stroke-gray);
  font-size: 24px;
  font-weight: 500;
}

.uui-heading-xxsmall-copy.text-weight-medium-copy {
  color: var(--ooredoo--color--secondary-dark-blue);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.uui-text-size-small-5-copy {
  color: var(--ooredoo--color--secondary-blue);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.black-titanium {
  border: 1px solid var(--white);
  background-color: var(--black);
  background-image: linear-gradient(#181919, #181919);
  border-radius: 100px;
  width: 28%;
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  min-height: 28px;
  max-height: 28px;
}

.desert-titanium {
  border: 1px solid var(--white);
  background-color: var(--black);
  background-image: linear-gradient(#977e6b, #977e6b);
  border-radius: 100px;
  width: 28%;
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  min-height: 28px;
  max-height: 28px;
}

.natural-titanium {
  border: 1px solid var(--white);
  background-color: var(--black);
  background-image: linear-gradient(#959086, #959086);
  border-radius: 100px;
  width: 28%;
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  min-height: 28px;
  max-height: 28px;
}

.div-block-65 {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.div-block-66 {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-14 {
  position: relative;
}

.action-button-jump {
  border: 1px solid var(--untitled-ui--gray400);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 70px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0%;
}

.image-78 {
  margin-top: -20px;
}

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

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

.uui-button-6:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

.uui-button-row-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-4.button-row-center {
  justify-content: center;
}

.uui-space-small-3 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-large-4 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-avatar-group_item, .uui-avatar-stack_item {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.avatar-stack_component {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.uui-text-align-center-3 {
  text-align: center;
}

.uui-faq01_cta {
  background-color: var(--untitled-ui--gray50);
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-space-medium-2 {
  border-bottom: 1px #000;
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_vertical-line {
  background-color: var(--white);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--white);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component {
  border: 2px solid var(--untitled-ui--gray400);
  color: var(--untitled-ui--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper {
  color: var(--untitled-ui--primary600);
  margin-left: 20px;
}

.uui-faq01_heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_accordion {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: #0000;
}

.uui-faq01_accordion.last-item-copy {
  border: 0 solid #000;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_component {
  margin-top: 4rem;
}

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

.uui-heading-medium-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
}

.uui-heading-subheading-3 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-3.align-center-3, .align-center-3 {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-5, .apple-flex-faq-padding {
  padding-left: 0;
  padding-right: 0;
}

.apple-flex-faq-container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.apple-flex-faq-vert-huge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.apple-flex-title {
  text-align: center;
}

.apple-flex-faq-componant {
  margin-top: 4rem;
}

.apple-flex-faq-cta {
  background-color: var(--white);
  background-image: url('../images/gradienta-ByiHd_Cim84-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-text-align-center-3-copy {
  text-align: center;
}

.uui-heading-xxsmall-2-copy {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-size-large-4-copy {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.avatar-stack_component-copy {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.uui-avatar-stack_item-copy {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-group_item-copy, .uui-avatar-stack_item-copy {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item-copy.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.uui-faq01_accordion-copy {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion-copy.last-item {
  border-bottom-color: #0000;
}

.apple-flex-icon {
  border: 2px solid var(--white);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.faq-heading {
  color: var(--white);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.faq-content {
  color: var(--untitled-ui--gray500);
  letter-spacing: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.flex-accordion-line {
  border-bottom: 1px solid var(--untitled-ui--gray700);
}

.uui-button-6-copy {
  grid-column-gap: .5rem;
  border: 1px none var(--ooredoo--color--primary-red);
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .625rem 2rem;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-button-6-copy:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-6-copy:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

.text-block-8 {
  font-family: Rubik, sans-serif;
}

.div-block-67 {
  background-color: var(--ooredoo--color--primary-red);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: auto;
  height: 50px;
  min-height: 42px;
  text-decoration: none;
  display: flex;
}

.text-block-9 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-button-order {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.apple-flex-faq-cta-copy {
  background-color: var(--white);
  background-image: url('../images/gradienta-ByiHd_Cim84-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.div-info {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.main-box-content {
  color: var(--untitled-ui--gray500);
  letter-spacing: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.box-title {
  color: var(--ooredoo--color--background-lightest-gray);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
}

.div-block-67-copy {
  border: 2px solid var(--white);
  background-color: var(--transparent);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 220px;
  min-width: auto;
  height: 50px;
  min-height: 42px;
  text-decoration: none;
  display: flex;
}

.link-button-order-copy {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.main-box-cotainer-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  background-image: linear-gradient(#1e1d22, #1e1d22);
  border-radius: 26px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 1140px;
  min-width: auto;
  max-width: none;
  margin-top: 4rem;
  margin-left: 0;
  margin-right: 0;
  padding: 2rem;
  display: flex;
}

.comingsoon {
  color: var(--ooredoo--color--text-light-gray);
  text-align: center;
  background-color: #1e1e1e;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 5px 26px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  display: block;
  position: absolute;
  top: 1065.43px;
}

.image-79 {
  margin-bottom: 26px;
  padding-bottom: 0;
  position: relative;
  bottom: -15px;
}

.text-block-10 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 5px 20px;
  display: flex;
}

.div-block-68 {
  flex: 0 auto;
  align-self: auto;
}

.div-block-69 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-10-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 5px 20px;
  display: flex;
}

.comings {
  color: #6a6a6a;
  background-color: #1e1e1e;
  border-radius: 100px;
  padding: 5px 20px;
}

.newsection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 50px;
  display: flex;
  position: static;
  overflow: visible;
}

.modal-wrapper-airport-chinease {
  z-index: 9999;
  background-color: #000000cf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.brix---bg-image-full-width-5 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary-6 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-6:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-10 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-10:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-8 {
  margin-right: 24px;
}

.brix---buttons-row-8 {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-16 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-837 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-10 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-15 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---grid-2-col---1-col-t-5 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-15 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---hero-bg-image-dark-header-top-3 {
  background-image: linear-gradient(#0009, #0009);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---btn-primary-small-4 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-4:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl-4 {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom-white-3, .brix---hamburger-menu-bar-top-white-3 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper-4 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-4:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-4.w--open {
  background-color: #0000;
}

.brix---header-nav-list-item-show-in-mbl-4 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-white-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white-3:hover {
  opacity: .48;
}

.brix---header-nav-list-item-4 {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link-4 {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-4:hover {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---dropdown-links-grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd-4 {
  padding: 40px;
}

.brix---dropdown-card-4 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper-4 {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-4.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron-4 {
  width: 14px;
  margin-left: 6px;
}

.brix---show-on-tablet-3 {
  display: none;
}

.brix---dropdown-toggle-white-3 {
  color: var(--elements-webflow-library--neutral--100);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white-3:hover {
  opacity: .59;
}

.brix---header-nav-menu-list-4 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo-4 {
  max-width: 250px;
}

.brix---header-logo-link-4 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-4:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-wrapper-transparent-3 {
  background-color: #0000;
  width: 100%;
  padding: 21px;
  position: absolute;
}

.brix---position-relative-3 {
  position: relative;
}

.ooredooheader-libey {
  color: var(--ooredoo--color--primary-white);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Rubik Bold;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.ooredoo-sub-heading-libey {
  color: var(--elements-webflow-library--neutral--3002);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.ord-header-logocentre {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ord-header-logo-center {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 22px 23px 23px 10px;
  display: flex;
}

.container-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--ooredoo--color--primary-red);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 3px 14px 20px 15px #0000000f;
}

.libey-heroimage {
  border-radius: 12px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.libey-title, .libey-subtitle {
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
}

.image-80 {
  position: absolute;
}

.uui-button-icon-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

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

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

.uui-button-row-5 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-5.button-row-center {
  justify-content: center;
}

.uui-space-small-4 {
  width: 100%;
  min-height: 1.5rem;
}

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

.uui-space-xxsmall-3 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-3 {
  font-family: var(--ooredoo--font--ooredoo-large-title);
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout73_image {
  width: 100%;
}

.uui-layout73_image-wrapper {
  background-color: var(--untitled-ui--gray50);
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
}

.uui-layout73_item {
  background-color: var(--ooredoo--color--background-light-gray);
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 22px 22px 22px 40px;
  display: block;
}

.uui-layout73_component {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

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

.uui-padding-vertical-xhuge-6.gift {
  padding-top: 0;
}

.uui-container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-6 {
  border-bottom: 1px none var(--ooredoo--color--stroke-gray);
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

.uui-button-7:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

.uui-text-size-large-5 {
  font-family: var(--ooredoo--font--ooredoo-body-font);
  color: var(--untitled-ui--gray600);
  text-align: center;
  letter-spacing: normal;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.uui-avatar-group_item-2, .uui-avatar-stack_item-2 {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item-2.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.avatar-stack_component-2 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.uui-text-align-center-4 {
  text-align: center;
}

.uui-faq01_cta-2 {
  background-color: var(--untitled-ui--gray50);
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-space-medium-3 {
  width: 100%;
  min-height: 2rem;
}

.uui-faq01_answer-2 {
  overflow: hidden;
}

.accordion-icon_vertical-line-2 {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line-2 {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component-2 {
  border: 2px solid var(--untitled-ui--gray400);
  color: var(--untitled-ui--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper-2 {
  color: var(--untitled-ui--primary600);
}

.uui-faq01_heading-2 {
  font-family: var(--ooredoo--font--ooredoo-title);
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-faq01_question-2 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_accordion-2 {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion-2.last-item {
  border-bottom-color: #0000;
}

.uui-faq01_list-2 {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_component-2 {
  background-color: var(--ooredoo--color--background-lighter-gray);
  border-radius: 20px;
  max-width: 200%;
  margin-top: 4rem;
  padding: 76px 56px 73px;
}

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

.uui-heading-medium-4 {
  font-family: var(--ooredoo--font--ooredoo-large-title);
  color: var(--untitled-ui--gray900);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-4 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-4 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-4.align-center-4, .align-center-4 {
  margin-left: auto;
  margin-right: auto;
}

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

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

.container-27 {
  border-bottom: 1px solid var(--ooredoo--color--stroke-gray);
  max-width: 100%;
}

.body-6 {
  border-bottom: 1px solid var(--ooredoo--color--stroke-gray);
  background-color: var(--white);
  padding: 0;
}

.section-15 {
  background-color: var(--ooredoo--color--primary-black);
}

.container-28 {
  font-family: var(--ooredoo--font--ooredoo-body-font);
  text-align: left;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  padding-top: 0;
  padding-bottom: 38px;
  display: flex;
}

.link {
  color: var(--eed);
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.libey-faq-continter {
  border-bottom: 1px none var(--ooredoo--color--stroke-gray);
  padding-left: 15.7%;
  padding-right: 15.7%;
}

.libet-usp {
  border-bottom: 1px none var(--ooredoo--color--stroke-gray);
  padding-left: 0;
  padding-right: 0;
}

.image-81 {
  max-width: 25%;
  padding-top: 7px;
  padding-bottom: 20px;
}

.uui-button-icon-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

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

.uui-button-link-6:hover {
  color: var(--ooredoo--color--secondary-pastel-pink);
}

.uui-button-row-6 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-small-5 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-5 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-4 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-4 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-space-xxlarge-2 {
  width: 100%;
  min-height: 5rem;
}

.uui-icon-1x1-xsmall-3 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-square-large {
  background-color: var(--untitled-ui--primary500);
  color: var(--untitled-ui--white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-layout72_item {
  background-color: var(--untitled-ui--gray50);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

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

.uui-padding-vertical-xhuge-7 {
  text-align: left;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-6 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 52px;
  padding-right: 52px;
}

.uui-page-padding-7 {
  flex: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_layout72 {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 207px;
  margin-right: 207px;
  display: flex;
}

.libet-usp-copy, .libet-usp-copy-copy {
  border-bottom: 1px none var(--ooredoo--color--stroke-gray);
  padding-left: 0;
  padding-right: 0;
}

.libey-cion {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.libey-action-card {
  padding-top: 1.2rem;
  padding-bottom: 3.9rem;
}

.lubey-lay {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.libey-card {
  background-color: #eee0;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 22px 0;
  display: block;
}

.uui-heading-xsmall-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50-2);
  background-color: var(--white);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout47_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.uui-padding-vertical-xhuge-8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.text-block-11, .text-block-12, .text-block-13 {
  font-family: var(--ooredoo--font--ooredoo-title);
  text-transform: uppercase;
}

.bold-text-3 {
  font-family: var(--ooredoo--font--ooredoo-title);
}

.text-block-14 {
  font-family: var(--ooredoo--font--ooredoo-body-font);
  text-align: center;
  font-size: 15px;
  line-height: 22px;
}

.libeykike {
  border: 1px solid var(--ooredoo--color--stroke-gray);
  background-color: #eee0;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 68px;
  padding: 22px 22px 22px 40px;
  display: flex;
}

.libey-text-2 {
  font-family: var(--ooredoo--font--ooredoo-body-font);
  color: var(--untitled-ui--gray900);
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
}

.libey-cycle-image {
  align-self: center;
  max-width: 70%;
  padding-top: 7px;
  padding-bottom: 20px;
  display: block;
}

.container-29 {
  flex-flow: column;
  margin-bottom: 73px;
  display: flex;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---color-neutral-838 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---badge-primary-small-light {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}

.brix---flex-horizontal-space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---divider-32px {
  background-color: var(--elements-webflow-library--neutral--400);
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.brix---paragraph-default-17 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-839 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px-7 {
  margin-bottom: 16px;
}

.brix---blog-card-content-inside {
  padding: 32px 32px 40px;
}

.brix---blog-card-image-wrapper-inside-card {
  object-fit: fill;
  border-radius: 24px 24px 0 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---blog-card-wrapper-shadow {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--ooredoo--color--primary-white);
  border-radius: 24px;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b0d;
}

.brix---height-100 {
  height: 100%;
}

.brix---grid-2-columns---gap-48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---badge-secondary-category-badges {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--ooredoo--color--primary-white);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-left: 24px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary-category-badges:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---badge-secondary-category-badges.w--current {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  cursor: default;
}

.brix---categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.brix---categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---grid-title-and-categories {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 64px;
  display: grid;
}

.brix---container-default-16 {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 24px;
}

.brix---section-bg-neutral-200 {
  background-color: var(--elements-webflow-library--neutral--200);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h4-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---text-100-medium {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-left-24px---mg-top-16px-mbp-2 {
  margin-left: 24px;
}

.brix---blog-card-wrapper-width-218px {
  border-radius: 24px;
  width: 100%;
  max-width: 218px;
  overflow: hidden;
  transform: translate(0);
}

.brix---blog-card-wrapper-featured-sidebar {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.brix---grid-1-column-gap-row-24px {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---divider-24px {
  background-color: var(--elements-webflow-library--neutral--400);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.brix---blog-card-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-bottom-32px-4 {
  margin-bottom: 32px;
}

.brix---blog-card-wrapper {
  text-decoration: none;
}

.brix---grid-blog-featured-v3 {
  grid-column-gap: 32px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---heading-h1-size-16 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle-5 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---grid-title-and-paragraph {
  grid-column-gap: 140px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 56px;
  display: grid;
}

.brix---section-7 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 60px;
  padding-bottom: 176px;
}

.ord-navbar-with-language-copy {
  border-bottom: 1px none var(--ooredoo--color--stroke-gray);
  background-color: var(--newwhite);
  box-shadow: none;
  border-bottom: 1px none var(--ooredoo--color--stroke-gray);
  background-color: var(--newwhite);
  box-shadow: none;
}

.ord-menu-wrapper-1200 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 1200px;
  margin-left: 87px;
  margin-right: 87px;
  display: block;
}

.ord-menu-wrapper-1200.ord-wrapper-negetivemargin {
  margin-top: -159px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.testimonial-column-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-30 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.uui-text-style-link-3 {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-3:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small-6 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.ingeytha-button-8 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.ingeytha-button-8:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.ingeytha-button-8:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

.ingeytha-button-8.ingeytha-button-small {
  grid-column-gap: .5rem;
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  border-radius: 8rem;
  padding: .5rem 1rem;
}

.uui-form_input-3 {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-3:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
  color: var(--untitled-ui--gray900);
}

.uui-form_input-3::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-blogpost04_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.uui-blogpost04_form {
  margin-bottom: 0;
}

.uui-space-small-6 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 1.5rem;
  display: flex;
}

.uui-text-size-medium-6 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-5 {
  width: 100%;
  min-height: .5rem;
}

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

.uui-space-medium-4 {
  width: 100%;
  min-height: 2rem;
}

.uui-icon-1x1-xsmall-4 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large {
  background-color: var(--white);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-blogpost04_newsletter {
  background-color: var(--untitled-ui--gray50);
  border-radius: 1rem;
  padding: 2rem 2rem 2.5rem;
  position: sticky;
  top: 5rem;
}

.uui-text-rich-text {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h5, .uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text p {
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: italic;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  color: var(--untitled-ui--gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blogpost04_content {
  margin-bottom: 4rem;
}

.uui-blogpost04_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-button-icon-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-6.text-color-gray400 {
  color: var(--untitled-ui--gray400);
}

.uui-button-secondary-gray-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-4:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-4:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray-4.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray-4.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray-4.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.uui-blogpost04_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.uui-blogpost04_author-text {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-blogpost04_author-subheading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogpost04_author-content {
  margin-right: 4rem;
}

.uui-blogpost04_author-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogpost04_content-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

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

.uui-blogpost04_image-wrapper {
  width: 100%;
  margin: 4rem auto 2rem;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.uui-text-size-xlarge-2 {
  color: var(--untitled-ui--gray600);
  padding-bottom: 55px;
  font-family: Outfit, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-heading-large {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.uui-blogpost04_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-blogpost04_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

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

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

.uui-blogpost04_meta-wrapper {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--untitled-ui--primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

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

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

.uui-button-row-7 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.uui-max-width-large-5 {
  width: 100%;
  max-width: 48rem;
}

.uui-padding-vertical-xhuge-9 {
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 7.7rem;
}

.uui-container-large-7 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.uui-blogsection03_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-blogsection03_button-row.mobile-landscape {
  display: none;
}

.uui-text-divider {
  color: var(--untitled-ui--gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider.text-size-small {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blogsection03_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogsection03_author-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogsection03_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.uui-blogsection03_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blogsection03_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-blogsection03_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-blogsection03_title-link {
  color: var(--untitled-ui--gray900);
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blogsection03_category-link {
  color: var(--untitled-ui--primary700);
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

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

.uui-blogsection03_category-link.w--current {
  border-bottom: 2px solid #000;
}

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

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

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

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

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

.uui-text-size-large-6 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

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

.uui-heading-medium-5 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-5 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-blogsection03_heading {
  flex: 1;
}

.uui-blogsection03_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

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

.ingeytha-padding-vertical-xhuge-9-copy {
  width: 100%;
  padding-top: 3.3rem;
  padding-bottom: 0;
}

.body-7 {
  background-color: var(--ooredoo--color--background-light-gray);
}

.ingeytha-blogpost04_category-link {
  background-color: var(--transparent);
  color: var(--ooredoo--color--primary-red);
  border-radius: 1rem;
  align-items: center;
  padding: 0;
  font-size: .75rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.ingeytha-blogpost04_category-link:hover {
  color: var(--untitled-ui--primary800);
}

.text-block-15 {
  background-color: #fff0;
  margin-top: 37px;
  font-family: Outfit, sans-serif;
  text-decoration: none;
}

.ingeytha-blogpost04_header-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-text-rich-text-copy {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text-copy h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text-copy h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text-copy h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text-copy h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text-copy h5, .uui-text-rich-text-copy h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text-copy p {
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text-copy blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: italic;
}

.uui-text-rich-text-copy a {
  text-decoration: underline;
}

.uui-text-rich-text-copy figcaption {
  color: var(--untitled-ui--gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.ingeytha-text-rich-text {
  background-color: var(--ooredoo--color--background-lightest-gray);
  color: var(--untitled-ui--gray600);
  border-radius: 20px;
  padding: 43px;
  font-family: Outfit, sans-serif;
}

.ingeytha-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.ingeytha-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.ingeytha-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.ingeytha-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.ingeytha-text-rich-text h5, .ingeytha-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.ingeytha-text-rich-text p {
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.ingeytha-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: italic;
}

.ingeytha-text-rich-text a {
  text-decoration: underline;
}

.ingeytha-text-rich-text figcaption {
  color: var(--untitled-ui--gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.ingeytha-blogpost04_form-wrapper-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.uui-space-medium-5 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium-7 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-max-width-large-6 {
  width: 100%;
  max-width: 48rem;
}

.uui-faq02_answer {
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.accordion-icon_vertical-line-3 {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line-3 {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component-3 {
  border: 2px solid var(--untitled-ui--gray400);
  color: var(--untitled-ui--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq02_icon-wrapper {
  color: var(--untitled-ui--gray400);
}

.uui-faq02_heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-faq02_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.uui-faq02_accordion {
  background-color: #0000;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq02_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

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

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

.uui-button-8:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

.uui-button-row-8 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-text-size-large-7 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

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

.uui-heading-medium-6 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-6 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-faq02_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-10 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-8 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.ingeythanav {
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #dadada;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 22px 75px 23px;
  display: block;
}

.brix---link-icon-right-2 {
  margin-left: 6px;
}

.brix---text-200-bold-4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---link-wrapper-color-primary-2 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary-2:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---color-neutral-840 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-32px-5 {
  margin-bottom: 32px;
}

.brix---text-201 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---color-neutral-841 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---divider-details {
  background-color: var(--elements-webflow-library--neutral--400);
  width: 32px;
  height: 1px;
  margin-left: 16px;
  margin-right: 16px;
}

.brix---color-accent-3 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---flex-horizontal-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---blog-card-link-block {
  text-decoration: none;
}

.brix---blog-card-item-link-last {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--400);
  padding-top: 45px;
  padding-bottom: 0;
}

.brix---blog-card-item-link-last:last-child {
  border-bottom-width: 0;
}

.brix---blog-card-item-link {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--400);
  padding-top: 45px;
  padding-bottom: 45px;
}

.brix---blog-card-item-link:last-child {
  border-bottom-width: 0;
}

.brix---blog-card-item-link-first {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--400);
  padding-top: 0;
  padding-bottom: 45px;
}

.brix---blog-card-item-link-first:last-child {
  border-bottom-width: 0;
}

.brix---grid-1-column-gap-row-0 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---category-link {
  color: var(--elements-webflow-library--neutral--600);
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 26px;
  text-decoration: none;
}

.brix---category-link:hover, .brix---category-link.w--current {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---blog-categories-item-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brix---heading-h2-size-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-64px-2 {
  margin-bottom: 64px;
}

.brix---sticky-top-24px {
  position: sticky;
  top: 24px;
}

.brix---grid-blog-sidebar {
  grid-column-gap: 210px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---container-default-17 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-bg-neutral-201 {
  background-color: var(--elements-webflow-library--neutral--200);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---blog-card-content-inside-2 {
  padding: 32px 32px 40px;
}

.brix---blog-card-image-wrapper-inside-card-2 {
  object-fit: fill;
  border-radius: 24px 24px 0 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---blog-card-featured-wrapper-card {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 2px 8px #14142b0f;
}

.brix---grid-blog-featured-v7 {
  grid-column-gap: 64px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---heading-h1-size-17 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle-6 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---text-center-8 {
  text-align: center;
}

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-5 {
  margin-bottom: 48px;
}

.brix---section-8 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---color-neutral-842 {
  color: var(--elements-webflow-library--neutral--600);
}

.ingeytha---text-201-copy {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.ingeytha---text-200-bold-4-copy {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.ingeytha---display-4-copy {
  font-family: Rubik Bold;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.ingeytha---text-201-copy-copy {
  color: var(--black);
  font-family: Rubik Bold;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.ingeytha---text-201-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.ingeytha---link-icon-right-2-copy {
  margin-left: 6px;
}

.ingeytha---link-icon-right-2-copy---heading-h2-size-5-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik Bold;
  font-size: 70px;
  font-weight: 700;
  line-height: 50px;
}

.ingeytha---section-bg-neutral-201-copy {
  background-color: var(--elements-webflow-library--neutral--200);
  padding-top: 176px;
  padding-bottom: 176px;
}

.image-82 {
  margin-left: -15px;
  margin-right: -15px;
}

.ingeythanav-copy {
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #dadada;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  padding: 22px 73px 23px;
  display: flex;
}

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

.uui-text-size-small-7 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-divider-2 {
  color: var(--untitled-ui--gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider-2.text-size-small {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blog01_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blog01_author-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blog01_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.uui-blog01_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blog01_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-text-size-medium-8 {
  color: var(--ooredoo--color--text-light-gray);
  letter-spacing: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-blog01_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-heading-xsmall-4 {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-blog01_title-link {
  color: var(--untitled-ui--gray900);
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blog01_category-link {
  color: var(--untitled-ui--primary700);
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

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

.uui-blog01_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-blog01_image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blog01_image-wrapper {
  border-radius: 16px;
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blog01_image-link {
  border-radius: 16px;
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

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

.uui-blog01_item {
  border-radius: 16px;
  min-height: 500px;
}

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

.uui-blog01_menu-link {
  color: var(--untitled-ui--gray500);
  white-space: nowrap;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-blog01_menu-link:hover, .uui-blog01_menu-link.w--current {
  border-bottom-color: var(--untitled-ui--primary700);
  color: var(--untitled-ui--primary700);
}

.uui-blog01_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blog01_category-menu.no-scrollbar {
  box-shadow: inset 0 -1px 0 0 var(--untitled-ui--gray200);
}

.uui-blog01_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 6rem;
  display: flex;
}

.uui-text-size-large-8 {
  color: var(--ooredoo--color--text-dark-gray);
  letter-spacing: normal;
  font-family: Rubik, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-space-small-7 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-large-2 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

.uui-heading-subheading-7 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-7 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-7.align-center-5, .align-center-5 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-5 {
  text-align: center;
}

.uui-padding-vertical-xhuge-11 {
  padding-top: 7rem;
  padding-bottom: .7rem;
}

.uui-container-large-9 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-11 {
  background-color: var(--ooredoo--color--background-lightest-gray);
  padding-left: 2rem;
  padding-right: 2rem;
}

.collection-item {
  padding: 28px;
}

.collection-list-2 {
  text-align: left;
}

.text-block-16 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  font-family: Outfit, sans-serif;
}

.uui-footer07_legal-link {
  color: var(--untitled-ui--gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer07_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small-8 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-8.text-color-gray500 {
  color: var(--untitled-ui--gray500);
}

.uui-footer07_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: space-between;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer07_link {
  color: var(--untitled-ui--gray600);
  text-align: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-footer07_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-logo_image-4 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype-4 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot-4 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur-4 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-4 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-4 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component-4 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-footer07_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.uui-footer07_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.uui-container-large-10 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.uui-button-9:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

.uui-button-icon-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-secondary-gray-5 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-5:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-5:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-row-9 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-9.button-row-center {
  justify-content: center;
}

.uui-text-size-medium-9 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-6 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-5 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-layout91_icon {
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
}

.ingeytha-layout91_item {
  background-color: var(--untitled-ui--gray50);
  text-align: center;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding: 0 1.5rem 2rem;
  display: flex;
}

.uui-layout91_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-text-size-large-9 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-7 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--untitled-ui--primary700);
}

.uui-max-width-large-8 {
  width: 100%;
  max-width: 48rem;
}

.uui-text-align-center-6 {
  text-align: center;
}

.uui-layout91_component {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-padding-vertical-xhuge-12 {
  padding-top: 8.3rem;
  padding-bottom: 0;
}

.image-83 {
  width: 100%;
}

.navbar-logo-center-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-3.shadow-three, .navbar-logo-center-container-3.marhaba_header_shadow {
  width: 100%;
  max-width: 1140px;
}

.container-31 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-3 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-3 {
  width: 100%;
}

.nav-menu-three-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-6 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-6:hover {
  color: #1a1b1fbf;
}

.nav-link-6:focus-visible, .nav-link-6[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-5 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-5:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-5:focus-visible, .nav-dropdown-toggle-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-5 {
  margin-right: 10px;
}

.nav-dropdown-list-5 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-5.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-5 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-5:focus-visible, .nav-dropdown-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.navbar-logo-center-container-3-copy_marhaba {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-3-copy_marhaba.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-logo-center-container-3-copy_marhaba.marhaba_header_shadow {
  width: 100%;
  max-width: 1140px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.container_h_marhaba {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-3-marhaba {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-3-marhaba {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-3-marhaba {
  width: 100%;
}

.nav-menu-three-3-marhaba {
  border: 1px #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.brix---btn-secondary-7 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-7:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-11 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-11:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-9 {
  margin-right: 24px;
}

.brix---buttons-row-center-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---paragraph-default-18 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-843 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-11 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-18 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-844 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-center-9 {
  text-align: center;
}

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-18 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-9, .brix---section-9-marhaba {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---container-default-18-marhaba {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---text-center-9-marhaba {
  text-align: center;
}

.brix---bg-image-full-width-6 {
  z-index: -1;
  color: #fff;
  object-fit: cover;
  border: 0 #fff0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -2% 0% 0%;
  overflow: hidden;
}

.brix---btn-secondary-white-4 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-4:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white-3 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-3:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  transform: translate3d(0, -3px, .01px);
}

.brix---color-neutral-845 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---inner-container-574px---center-3 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---hero-card-bg-image-2 {
  background-image: linear-gradient(#0009, #0009);
  border-radius: 40px;
  padding: 196px 40px;
  position: relative;
  overflow: hidden;
}

.brix---section-extra-small-2 {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.brix---hero-card-bg-image-2-marhaba {
  color: var(--transparent);
  mix-blend-mode: normal;
  background-image: linear-gradient(#fff0, #ffffff70);
  border: 0 #0000;
  border-radius: 40px;
  padding: 150px 40px;
  position: relative;
  overflow: hidden;
}

.brix---section-extra-small-2-marhaba {
  opacity: 1;
  -webkit-text-stroke-color: #3330;
  border: 0 #0000;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.b-2rix---container-default-18-marhaba {
  border: 1px #fff;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---inner-container-574px---marhaba3-copy {
  border: 0 #fff;
  max-width: 574px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
  bottom: -165px;
}

.b2rix---text-center-9-marhaba {
  text-align: center;
  border: 0 #fff;
}

.brix---color-neutral-845-marhaba {
  color: var(--elements-webflow-library--neutral--100);
  border: 0 #0000;
  height: 100%;
}

.brix---heading-h1-size-18-marhaba {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border: 0 #fff0;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
  font-size: 92px;
  font-weight: 800;
  line-height: 66px;
}

.brix---mg-bottom-40px-11-marhaba {
  margin-bottom: 40px;
}

.b2rix---color-neutral-845-marhaba {
  color: var(--elements-webflow-library--neutral--100);
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---paragraph-default-18-marhaba {
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-right: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.brix---social-icon-square-30px-3 {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px-3:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---mg-bottom-2 {
  margin-bottom: 0;
}

.brix---grid-footer-bottom-v2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  align-items: center;
}

.brix---footer-bottom-v5 {
  color: var(--elements-webflow-library--neutral--600);
  text-align: left;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
}

.brix---instagram-link-image {
  transform-style: preserve-3d;
  width: 100%;
  transition: transform .3s;
}

.brix---instagram-link-image:hover {
  transform: scale3d(1.2, 1.2, 1.01);
}

.brix---instagram-link-wrapper {
  border-radius: 14px;
  overflow: hidden;
  transform: translate(0);
}

.brix---footer-col-title {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-link {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---error-message-4 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message-3 {
  margin-bottom: 10px;
}

.brix---success-message-4 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary-12 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-12:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input-4 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-4:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input-4:focus {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input-4::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---grid-footer-subscribe-1-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.brix---paragraph-default-19 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-846 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-12 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-24px-4 {
  margin-bottom: 24px;
}

.brix---grid-footer-v5 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto .7fr;
}

.brix---footer-top-border-bottom {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--3002);
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---container-default-19 {
  max-width: 1440px;
  padding-left: 10px;
  padding-right: 10px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
}

.brix---buttons-row-center-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---image {
  background-color: #fff;
  max-width: 100%;
}

.brix---instagram-image {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---grid-4-columns-instagram {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: .25fr;
  place-content: center;
  place-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
  position: static;
  left: auto;
}

.brix---heading-link {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---heading-h2-size-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-847 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px-8 {
  margin-bottom: 16px;
}

.brix---text-center-10 {
  text-align: center;
}

.brix---inner-container-600px---center-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-10 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---section-10-marhaba {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: -30px;
  padding-top: 0;
  padding-bottom: 0;
}

.brix---container-default-19-marhaba {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.image-84 {
  padding-top: 50px;
}

.brix---color-neutral-848 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---heading-h3-size-3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-accent-4 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---display-5 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---card-stats-v3 {
  border: 1px none var(--elements-webflow-library--neutral--3002);
  background-color: var(--transparent);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.brix---grid-3-columns---1-col-mb {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.brix---mg-bottom-56px-2 {
  margin-bottom: 56px;
}

.brix---inner-container-490px-center-2 {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.marhaba_button {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-top: 30px;
  padding: 10px 25px;
  display: flex;
}

.image-85 {
  vertical-align: middle;
  margin-top: -20px;
  display: inline-block;
  position: static;
}

.text-block-marhaba {
  color: var(--b42224);
  background-image: linear-gradient(#0000, #000000d9);
  margin: 0;
  padding: 20px;
  font-family: Rubik Bold;
  font-size: 18px;
  font-weight: 600;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---heading-h3-size-4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-849 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-accent-5 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---display-6 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
  padding-right: 20px;
}

.brix---icon-stats-v7 {
  border-radius: 16px;
  width: 62px;
  transform: rotate(50deg);
}

.brix---mg-bottom-24px-5 {
  margin-bottom: 24px;
}

.brix---text-center-11 {
  text-align: center;
}

.brix---grid-4-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---inner-container-600px---center-4 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px-3 {
  margin-bottom: 56px;
}

.brix---container-default-20 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-11 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 30px;
}

.brix---heading-h2-size-7-marhaba {
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 50px;
}

.brix---display-6-copmarhabay {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.text-span {
  display: block;
}

.text-heading-marj {
  color: var(--untitled-ui--gray400);
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
}

.brix---heading-h3-size-4-marh {
  color: var(--untitled-ui--gray500);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.div-block-70 {
  max-width: 100%;
  max-height: 100%;
}

.div-block-71 {
  display: flex;
}

.main_card {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  outline-offset: 0px;
  background-color: #fff;
  border: 1px solid #3855ac;
  border-radius: 16px;
  outline: 3px #000;
  padding-bottom: 0;
  position: static;
  box-shadow: 0 0 150px -50px #08009a;
}

.main_card.maruhaba {
  background-image: linear-gradient(50deg, #ffffffb3, #ffffffb3);
  border-color: #e0e0e0;
  box-shadow: 0 0 150px -50px #bbb;
}

.card_header {
  padding: 30px 20px 20px;
}

.card_data {
  border-top: 1px solid var(--ooredoo--color--stroke-gray);
  border-bottom: 1px none var(--ooredoo--color--primary-black);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 20px 20px 0;
  display: flex;
}

.card-benefits {
  border-top: 1px solid var(--ooredoo--color--stroke-gray);
  margin-top: 20px;
  padding: 20px 20px 6px;
}

.card-includes {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 20px;
  display: flex;
}

.card-price {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.card-text-h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.card-text-h1.roadha {
  color: var(--black);
}

.block1 {
  margin-right: 40px;
}

.ups-h1 {
  clear: right;
  color: var(--ooredoo--color--text-light-gray);
  text-transform: uppercase;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.ups-h2 {
  color: var(--ooredoo--color--text-light-gray);
  text-transform: uppercase;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.ups-h1-v2 {
  background-color: var(--transparent);
  color: var(--green-voice);
  text-transform: uppercase;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.card-text-h1-v3 {
  color: var(--untitled-ui--gray600);
  text-transform: uppercase;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.image-86 {
  margin-right: 8px;
  padding-right: 0;
}

.card-p1 {
  color: var(--ooredoo--color--text-dark-gray);
  text-align: left;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.card-img {
  margin-right: 0;
}

.price-text {
  border-top: 2px solid var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--ooredoo--color--text-dark-gray);
  margin-right: 4px;
  padding-top: 16px;
  padding-right: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}

.card-price-mrh {
  border-top: 1px solid var(--ooredoo--color--stroke-gray);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin: 30px 0 4px;
  padding: 0 20px 20px;
  display: flex;
}

.card-price-mrh.maruhaba {
  border-top-color: var(--ooredoo--color--stroke-gray);
}

.price-text-main {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.but-buy {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Rubik Bold;
}

.container-32 {
  max-width: 1140px;
}

.div-block-72 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  overflow: visible;
}

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

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

.uui-button-10:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

.uui-button-row-10 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-10.button-row-center {
  justify-content: center;
}

.uui-space-small-8 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-large-10 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xxsmall-7 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-6 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-avatar-group_item-3, .uui-avatar-stack_item-3 {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item-3.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.avatar-stack_component-3 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.uui-text-align-center-7 {
  text-align: center;
}

.uui-faq01_cta-3 {
  background-color: var(--untitled-ui--gray50);
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-space-medium-6 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium-10 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-faq01_answer-3 {
  overflow: hidden;
}

.accordion-icon_vertical-line-4 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line-4 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component-4 {
  border: 2px solid var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--untitled-ui--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper-3 {
  color: var(--untitled-ui--primary600);
}

.uui-faq01_heading-3 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: static;
}

.uui-faq01_question-3 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_accordion-3 {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion-3.last-item {
  border-bottom-color: #0000;
}

.uui-faq01_list-3 {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_component-3 {
  margin-top: 4rem;
}

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

.uui-heading-medium-8 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-8 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-9 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-9.align-center-6, .align-center-6 {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-13 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-11 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.uui-section_faq01-3-mar {
  margin-top: 0;
}

.uui-page-padding-13-mar {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.uui-container-large-11-mar {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-13-mar {
  padding-top: 0;
  padding-bottom: 30px;
}

.uui-text-align-center-7-mar {
  text-align: center;
}

.uui-faq01_component-3-mar {
  margin-top: 4rem;
}

.uui-max-width-large-9-mar {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-9-mar.align-center-6, .uui-max-width-large-9-mar.align-center-6-mar {
  margin-left: auto;
  margin-right: auto;
}

.uui-heading-subheading-8-mar {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium-8-mar {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.uui-text-size-large-10-mar {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-faq01_list-3-mar {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_accordion-3-mar {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion-3-mar.last-item {
  border-bottom-color: #0000;
}

.uui-faq01_cta-3-mar {
  background-color: var(--untitled-ui--gray50);
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-33 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  flex: 1;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.image-87, .image-87-copy {
  display: block;
}

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

.container-33-mar {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-mar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-brand-mar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

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

.footer-copyright-center-mar {
  text-align: center;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.body-8 {
  background-image: linear-gradient(#fff, #fff 52%, #fff);
  overflow: visible;
}

.uui-text-size-xlarge-3 {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-space-small-9 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-large-3 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-text-align-center-8 {
  text-align: center;
}

.uui-padding-vertical-xhuge-14 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

.info-block {
  background-color: #f7f7f7;
  border-radius: 25px;
  margin: 60px 150px;
}

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

.uui-container-small-mar {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-14-mar {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-large-3-mar {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik Bold;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.uui-text-size-xlarge-3-mar {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.code-embed {
  display: block;
}

.uui-heroheader07_light-overlay {
  mix-blend-mode: screen;
  width: 80rem;
  min-width: 80rem;
  height: auto;
  position: absolute;
  bottom: -64%;
  right: -20%;
}

.uui-heroheader07_card-image-02 {
  z-index: 1;
  border: 1px #ffffff80;
  border-radius: 2rem;
  width: 70%;
  position: absolute;
  top: -9.0982px;
}

.uui-heroheader07_card-image-01 {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 2rem;
  width: 31rem;
  position: absolute;
  transform: translate(20%, -20%)rotate(60deg);
  box-shadow: 0 1px 24px 12px #0000000d;
}

.uui-heroheader07_image-wrapper {
  background-image: linear-gradient(229deg, var(--untitled-ui--gray700), var(--untitled-ui--gray800));
  justify-content: center;
  align-items: center;
  height: 40rem;
  display: flex;
  position: relative;
}

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

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

.uui-button-11:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

.uui-button-11.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-icon-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-8.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray-6 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-6:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-6:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray-6.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row-11 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge-4 {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge-4.text-color-gray200, .uui-text-size-xlarge-4.text-color-gray200-marj {
  color: var(--untitled-ui--gray200);
}

.uui-max-width-small-2 {
  width: 100%;
  max-width: 30rem;
}

.uui-space-small-10 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge-2.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-heading-subheading-9 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-subheading-9.uui-text-color-gray200, .uui-text-color-gray200 {
  color: var(--untitled-ui--gray200);
}

.uui-heroheader07_content.z-index-1 {
  color: var(--untitled-ui--white);
}

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

.uui-heroheader07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-15 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-12 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.uui-section_heroheader07 {
  background-color: var(--untitled-ui--gray800);
  overflow: hidden;
}

.uui-section_heroheader07-mar {
  background-color: var(--untitled-ui--gray800);
  border-radius: 25px;
  overflow: visible;
}

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

.uui-container-large-12-mar {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-15-mar {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-heroheader07_component-marj {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.uui-heroheader07_content-marj.z-index-1 {
  color: var(--untitled-ui--white);
}

.uui-heroheader07_content-marj.z-index-1-marj {
  color: var(--untitled-ui--white);
  padding-left: 30px;
}

.uui-heroheader07_image-wrapper-copy {
  background-image: linear-gradient(229deg, var(--untitled-ui--gray700), var(--untitled-ui--gray800));
  justify-content: center;
  align-items: center;
  height: 40rem;
  display: flex;
  position: relative;
}

.uui-heroheader07_image-amrjcopy-copy {
  justify-content: center;
  align-items: center;
  height: 20rem;
  display: flex;
  position: relative;
}

.uui-heading-xlarge-2-marj {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge-2-marj.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-heading-xlarge-2-marj.text-color-white-marj {
  color: var(--untitled-ui--gray800);
  font-family: Outfit, sans-serif;
  font-size: 32px;
  position: static;
}

.uui-space-small-10-marj {
  width: 100%;
  min-height: 1.5rem;
}

.uui-max-width-small-2-marj {
  width: 100%;
  max-width: 30rem;
}

.uui-text-size-xlarge-4-marj {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge-4-marj.text-color-gray200 {
  color: var(--untitled-ui--gray200);
}

.uui-text-size-xlarge-4-marj.text-color-gray200-marj {
  color: var(--ooredoo--color--text-dark-gray);
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.uui-space-large-marj {
  width: 100%;
  min-height: 3rem;
}

.brix---hero-card-bg-image-2-marhaba-copy {
  color: var(--transparent);
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: linear-gradient(#fff0 22%, #fff 70%);
  border: 0 #0000;
  border-radius: 40px;
  padding: 150px 40px;
  text-decoration: none;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.container-34 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-p1-w {
  color: var(--white);
  text-align: left;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.image-86-w {
  margin-right: 16px;
  padding-right: 0;
}

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

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

.uui-button-12:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

.uui-text-size-medium-11 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall-5 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-pricing09_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-pricing09_feature {
  display: flex;
}

.uui-pricing09_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-text-weight-semibold {
  font-weight: 600;
}

.uui-pricing09_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.uui-pricing09_price {
  color: var(--untitled-ui--gray900);
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-pricing09_heading {
  color: var(--untitled-ui--primary700);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-icon-featured-outline-large-2 {
  border: .5rem solid var(--untitled-ui--primary50-2);
  background-color: var(--white);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-pricing09_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.uui-pricing09_content-top {
  flex-direction: column;
}

.uui-pricing09_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.uui-pricing09_plan {
  border: 1px solid var(--untitled-ui--gray200);
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-badge-2 {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge-2.is-primary {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--untitled-ui--primary700);
}

.uui-pricing09_popular-label {
  position: absolute;
  inset: 2rem 2rem auto auto;
}

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

.uui-pricing09_tab-content {
  overflow: visible;
}

.uui-pricing09_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--untitled-ui--gray500);
  background-color: #0000;
  border-radius: .375rem;
  align-items: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-pricing09_tab-link.w--current {
  color: var(--untitled-ui--gray700);
  background-color: #fff;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.uui-pricing09_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  border: 1px solid var(--untitled-ui--gray100);
  background-color: var(--untitled-ui--gray50);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 3rem;
  padding: .375rem;
  display: grid;
}

.uui-pricing09_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2.5rem;
  display: flex;
}

.uui-text-size-large-11 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

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

.uui-heading-medium-9 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-10 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-10 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-10.align-center-7, .align-center-7 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-9 {
  text-align: center;
}

.uui-padding-vertical-xhuge-16 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-13 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.image-88 {
  cursor: pointer;
}

.uui-text-align-center-10 {
  text-align: center;
}

.uui-container-large-14 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center-8 {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-max-width-large-11 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-11.align-center-8 {
  margin-left: auto;
  margin-right: auto;
}

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

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

.uui-button-13:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

.uui-button-13.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-heading-xlarge-3 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge-3.text-color-white-2 {
  color: var(--untitled-ui--white);
}

.uui-button-row-12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-12.button-row-center {
  justify-content: center;
}

.uui-button-icon-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-9.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-heroheader15_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 28rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.uui-text-size-xlarge-5 {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge-5.text-color-primary200 {
  color: var(--untitled-ui--primary200);
}

.uui-section_heroheader15 {
  background-color: var(--untitled-ui--primary800);
  overflow: hidden;
}

.uui-heroheader15_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-button-secondary-gray-7 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-7:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-7:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray-7.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-heroheader15_card-image-01 {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(-65%, 79%)rotate(30deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_card-image-02 {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(-38%, 33%)rotate(60deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_card-image-03 {
  z-index: 3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(0, 16%)rotate(90deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_card-image-04 {
  z-index: 4;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(38%, 33%)rotate(120deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader15_card-image-05 {
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(65%, 79%)rotate(150deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-space-small-11 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-large-2 {
  width: 100%;
  min-height: 3rem;
}

.uui-space-xhuge {
  width: 100%;
  min-height: 7rem;
}

.uui-heroheader15_subheading {
  color: var(--untitled-ui--primary200);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.uui-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-17 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-badge-group-2 {
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group-2.is-primary {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  text-decoration: none;
}

.badge-group_text-wrapper-2 {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge-2 {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge-2.is-primary {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
}

.uui-badge-group_icon-2 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon-2.text-color-primary500 {
  color: var(--untitled-ui--primary500);
  margin-right: -.25rem;
}

.uui-heroheader14_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.uui-heroheader14_card-image-03 {
  z-index: 3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(0, 25%)rotate(90deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader14_card-image-01 {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(-65%, 88%)rotate(30deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader14_card-image-05 {
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(65%, 88%)rotate(150deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader14_card-image-02 {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(-38%, 42%)rotate(60deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader14_card-image-04 {
  z-index: 4;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(38%, 42%)rotate(120deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-section_heroheader14 {
  overflow: hidden;
}

.uui-heroheader14_image-background {
  background-image: linear-gradient(221deg, var(--untitled-ui--primary700), var(--untitled-ui--primary800));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.uui-heroheader14_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brix---color-neutral-850 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-13 {
  margin-bottom: 40px;
}

.brix---container-default-21 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-19 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---text-center-12 {
  text-align: center;
}

.brix---paragraph-default-20 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-10 {
  margin-right: 24px;
}

.brix---buttons-row-center-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---inner-container-574px---center-4 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---bg-image-full-width-7 {
  z-index: -1;
  filter: blur(20px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-primary-white-4 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-4:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-5 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-5:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---hero-card-bg-image-3 {
  border-radius: 40px;
  padding: 196px 40px;
  position: relative;
  overflow: hidden;
}

.brix---section-extra-small-3 {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.brix---buttons-row-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---play-button-large {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.brix---play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---hero-bg-image-dark-4 {
  background-image: linear-gradient(#ebf7ff66, #ebf7ff66);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: visible;
}

.brix---grid-hero-play-button {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---bg-image-full-width-7-copy {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---bg-image-full-width-7-sdfa {
  z-index: -5;
  filter: blur(20px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---play-button-large-copy {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.brix---play-button-large-copy:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---heading-h1-size-19-copy {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
  display: flex;
}

.brix---color-neutral-851 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-14 {
  margin-bottom: 40px;
}

.brix---buttons-row-10 {
  align-items: center;
  display: flex;
}

.brix---container-default-22 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-20 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---play-button-large-2 {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.brix---play-button-large-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---paragraph-default-21 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-11 {
  margin-right: 24px;
}

.brix---bg-image-full-width-8 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---hero-bg-image-dark-5 {
  background-image: linear-gradient(#0009, #0009);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---btn-primary-white-5 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-5:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-6 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-6:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---grid-hero-play-button-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero_unlimited {
  background-image: linear-gradient(#ffffff3b, #ffffff3b);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.hero_internal {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.hero_image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.hero_text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_title {
  color: var(--elements-webflow-library--neutral--100);
}

.hero_h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.hero_detail {
  margin-bottom: 40px;
}

.hero_detail_text {
  color: var(--elements-webflow-library--neutral--100);
}

.hero_p21 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h1-size-18-marhsdaaba-copy {
  filter: drop-shadow(0 6px 4px #ffffff80);
  color: var(--black);
  text-transform: uppercase;
  text-shadow: 0 0 20px #fff9;
  border: 0 #fff0;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Outfit Thin;
  font-size: 34px;
  font-weight: 800;
  line-height: 66px;
}

.uui-text-size-medium-12 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-12.text-color-white-3 {
  color: var(--untitled-ui--white);
}

.uui-text-size-small-9 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-container-large-15 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.uui-max-width-large-12 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-12.align-center-4 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large-12 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-10 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

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

.uui-button-14:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

.uui-button-14.is-button-medium {
  grid-column-gap: .5rem;
  padding: .625rem 1.125rem;
  font-size: 1rem;
}

.uui-heading-xsmall-5 {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blogsection12_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 8rem;
  position: relative;
}

.uui-blogsection12_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-blogsection12_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-blogsection12_arrow:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-blogsection12_arrow.left {
  right: 4rem;
}

.uui-blogsection12_slide {
  padding-right: 2rem;
}

.uui-blogsection12_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-section_blogsection12 {
  overflow: hidden;
}

.uui-text-divider-3 {
  color: var(--untitled-ui--gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider-3.text-size-small {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-button-icon-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

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

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

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

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

.uui-blogsection12_title-link {
  color: var(--untitled-ui--gray900);
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blogsection12_category-link {
  color: var(--untitled-ui--primary700);
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

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

.uui-blogsection12_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-blogsection12_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-blogsection12_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogsection12_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.uui-blogsection12_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blogsection12_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-blogsection12_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-blogsection12_button-row.hide-mobile-landscape-5 {
  display: none;
}

.uui-blogsection12_heading {
  flex: 1;
}

.uui-blogsection12_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

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

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

.uui-heading-subheading-11 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-blogsection12_author-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-section_blogsection12-copy {
  overflow: hidden;
}

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

.uui-container-large-15-copy {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-heading-xxsmall-7 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-button-row-13 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-icon-1x1-xsmall-6 {
  width: 1.5rem;
  height: 1.5rem;
}

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

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

.uui-button-link-8.is-alternate {
  color: var(--untitled-ui--white);
}

.uui-layout88_item {
  background-color: var(--untitled-ui--gray50);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.uui-layout88_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.icon-featured-square-large-2 {
  background-color: var(--untitled-ui--primary500);
  color: var(--untitled-ui--white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-space-small-12 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xxlarge-3 {
  width: 100%;
  min-height: 5rem;
}

.uui-space-xxsmall-8 {
  width: 100%;
  min-height: .5rem;
}

.brix---grid-3-columns---1-col-mb-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.uui-heading-small-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-small-2.text-color-white-3 {
  color: var(--untitled-ui--white);
}

.uui-testimonial18_logo-wrapper {
  margin-top: .5rem;
  margin-left: .5rem;
}

.uui-testimonial18_content {
  background-color: var(--untitled-ui--gray500);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 32rem;
  padding: 1.5rem;
  display: flex;
}

.uui-testimonial18_content.background-color-primary600 {
  background-color: var(--untitled-ui--primary600);
}

.uui-testimonial18_content.background-color-blue600 {
  background-color: #1570ef;
}

.uui-testimonial18_content.background-color-indigo600 {
  background-color: #444ce7;
}

.uui-testimonial18_content.background-color-pink600 {
  background-color: #dd2590;
}

.uui-testimonial18_content.background-color-lightblue600 {
  background-color: #0086c9;
}

.uui-testimonial18_content.background-color-orange600 {
  background-color: #e04f16;
}

.uui-testimonial18_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial18_arrow:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-testimonial18_arrow.left {
  right: 4rem;
}

.uui-testimonial18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-testimonial18_slide {
  padding-right: 2rem;
}

.uui-testimonial18_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial18_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

.uui-section_testimonial17 {
  overflow: hidden;
}

.uui-testimonial17_logo {
  max-height: 3rem;
}

.uui-testimonial18_content-wrapper {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: var(--untitled-ui--white);
  background-color: #ffffff4d;
  border: 1px solid #ffffff80;
  padding: 1.5rem;
}

.uui-space-medium-7 {
  width: 100%;
  min-height: 2rem;
}

.uui-faq01_accordion-3-mar-copy {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion-3-mar-copy.last-item {
  border-bottom-color: #0000;
}

.hghk {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  -webkit-text-stroke-color: var(--elements-webflow-library--accent--ooredoo-red);
  background-color: #08f0;
  border: 1px solid red;
  border-radius: 50px;
  margin-top: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.buybutton {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  border-radius: 50px;
  font-family: Rubik Bold;
  font-weight: 500;
}

.brix---icon-stats-v7-copy {
  border-radius: 16px;
  width: 62px;
}

.brix---grid-4-columns-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  display: grid;
}

.card_header_label {
  background-color: red;
  background-image: linear-gradient(121deg, var(--elements-webflow-library--accent--ooredoo-red) 39%, #aa49ff);
  border: 2px solid #ffacae;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 45%;
  padding: 5px 0 5px 5px;
  display: flex;
  position: absolute;
  inset: -2.5% 0% auto 50%;
}

.label_text {
  color: var(--white);
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.lang_title {
  font-family: Outfit Thin;
  font-size: 48px;
}

.slider-3 {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 20px;
  display: flex;
}

.div-block-74 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.button-6 {
  background-color: #3898ec00;
  border: 2px solid #c1c1c1;
  border-radius: 50px;
}

.button-6-copy {
  color: #000;
  background-color: #3898ec00;
  border: 0 #000;
  border-radius: 0;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 0;
  font-family: Rubik Bold;
  font-weight: 600;
}

.button-6-copy-copy {
  color: #949494;
  background-color: #3898ec00;
  border: 0 solid #a0a0a0;
  border-radius: 50px;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-75, .div-block-76, .div-block-77 {
  margin-left: 4px;
  margin-right: 4px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-78 {
  border-bottom: 1.5px solid red;
  margin-left: 4px;
  margin-right: 4px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.brix---hero-card-bg-image-2ssd-marhaba-copy-copy {
  color: var(--transparent);
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: linear-gradient(#fff0 22%, #fff);
  border: 0 #0000;
  border-radius: 40px;
  padding: 150px 40px;
  text-decoration: none;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

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

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

.uui-button-15:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

.uui-text-size-medium-13 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall-7 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-pricing03_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-pricing03_feature {
  display: flex;
}

.uui-pricing03_feature-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: grid;
}

.uui-text-weight-semibold-2 {
  font-weight: 600;
}

.uui-pricing03_card-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-pricing03_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.uui-pricing03_top-right-text {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  margin-left: .125rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-pricing03_top-right-price {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-space-xxsmall-9 {
  width: 100%;
  min-height: .5rem;
}

.uui-badge-3 {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge-3.is-primary {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--untitled-ui--primary700);
}

.uui-heading-xsmall-6 {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-pricing03_plan-name-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.uui-icon-featured-outline-large-3 {
  border: .5rem solid var(--untitled-ui--primary50-2);
  background-color: var(--white);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-pricing03_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.uui-pricing03_content-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.uui-pricing03_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.uui-pricing03_plan {
  border: 1px solid var(--untitled-ui--gray200);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-pricing03_plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.uui-pricing03_tab-content {
  overflow: visible;
}

.uui-pricing03_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--untitled-ui--gray500);
  background-color: #0000;
  border-radius: .375rem;
  align-items: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-pricing03_tab-link.w--current {
  color: var(--untitled-ui--gray700);
  background-color: #fff;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.uui-pricing03_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  border: 1px solid var(--untitled-ui--gray100);
  background-color: var(--untitled-ui--gray50);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  padding: .375rem;
  display: grid;
}

.uui-pricing03_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.uui-text-size-large-13 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

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

.uui-heading-medium-11 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-12 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-13 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-13.align-center-9, .align-center-9 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-11 {
  text-align: center;
}

.uui-padding-vertical-xhuge-19 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-16 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-19, .uui-page-padding-19-copy {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-container-large-16-copy {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-19-copy {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-pricing03_component-copy {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.uui-pricing03_tabs-menu-copy {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px solid var(--untitled-ui--gray100);
  background-color: var(--untitled-ui--gray50);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  padding: .375rem;
  display: grid;
}

.uui-pricing03_tab-link-copy {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: var(--untitled-ui--gray500);
  background-color: #0000;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-pricing03_tab-link-copy.w--current {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: var(--untitled-ui--gray700);
  background-color: #fff;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.uui-pricing03_tab-link-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--untitled-ui--gray500);
  background-color: #0000;
  border-radius: .375rem;
  align-items: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-pricing03_tab-link-copy.w--current {
  color: var(--untitled-ui--gray700);
  background-color: #fff;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.uui-badge-3-copy {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge-3-copy.is-primary {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--untitled-ui--primary700);
}

.uui-pricing03_tab-content-copy {
  overflow: visible;
}

.tabtext {
  font-family: Rubik, sans-serif;
  font-size: 14px;
}

.uui-heroheader07_card-image-02-copy, .uui-heroheader07_card-image-02-copy-copy {
  z-index: 1;
  border: 1px #ffffff80;
  border-radius: 2rem;
  width: 70%;
  position: absolute;
  top: -9.0982px;
}

.uui-testimonial10_logo {
  max-height: 3rem;
}

.uui-testimonial10_divider {
  background-color: var(--untitled-ui--gray200);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-text-size-medium-14 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-tiny {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-testimonial10_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-medium-12 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium-12.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial10_rating-icon {
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial10_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial10_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
}

.uui-testimonial10_lightbox-image {
  object-fit: cover;
  background-image: linear-gradient(#000, #fff);
  border-radius: 0;
  width: auto;
  max-width: 80%;
  height: 100%;
  overflow: hidden;
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  background-color: #ffffff52;
  border-radius: 0;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 20%;
}

.uui-testimonial10_lightbox {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
  position: relative;
}

.uui-testimonial10_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--untitled-ui--gray50);
  background-image: linear-gradient(#eff7ff, #fff);
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.uui-padding-vertical-xhuge-20 {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-container-large-17 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.uui-testimonial10_lightbox-image-2 {
  object-fit: cover;
  width: 100%;
  height: 35rem;
}

.uui-testimonial10_lightbox-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.uui-testimonial10_component-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--untitled-ui--gray50);
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.uui-padding-vertical-xhuge-21 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-block-17 {
  color: var(--white);
  font-family: Rubik Bold;
  font-weight: 600;
}

.jump {
  width: 50px;
  height: 50px;
  position: relative;
  inset: 0% 28px -1238px 0%;
}

.background {
  width: 100vw;
  height: 100vh;
}

.bgvideo {
  z-index: -5;
  width: 100vw;
  height: 100vh;
}

.blackoverlay {
  z-index: -3;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #000000a6;
  background-image: linear-gradient(#fff, #eefaff);
  background-clip: border-box;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.redoverlay {
  z-index: 10;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-color: #fff;
  background-clip: border-box;
  width: 100vw;
  max-width: 768px;
  height: 100vh;
  position: absolute;
}

.imgoverlay {
  z-index: -2;
  opacity: .35;
  mix-blend-mode: lighten;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  overflow: hidden;
}

.div-block-79 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.body-9 {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.div-block-80 {
  z-index: -1;
  position: fixed;
  inset: 0% 0% auto;
}

.logo12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.header12 {
  justify-content: center;
  align-items: center;
  padding: 40px 20px 20px;
  display: flex;
}

.title12 {
  color: var(--black);
  text-shadow: 0 4px #0000001a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 700;
  display: flex;
}

.texttitle12 {
  z-index: 6;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.sub12 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-shadow: 0 4px #0000001a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 700;
  display: flex;
}

.counter12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.countergrid {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 16px 20px;
  display: flex;
  box-shadow: 0 10px 20px -10px #0003;
}

.daystitle {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-align: center;
  text-shadow: 0 3px #0003;
  justify-content: center;
  align-items: center;
  font-family: Rubik, sans-serif;
  font-size: 34px;
  font-weight: 700;
  display: flex;
}

.dayslabel {
  color: var(--untitled-ui--gray700);
  text-align: center;
  order: 0;
  justify-content: center;
  align-items: center;
  font-family: Noto Sans, sans-serif;
  display: flex;
}

.days {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.hours {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: auto;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.mins, .secs {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.hourstitle {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-align: center;
  text-shadow: 0 3px #0003;
  justify-content: center;
  align-items: center;
  font-family: Rubik, sans-serif;
  font-size: 34px;
  font-weight: 700;
  display: flex;
}

.hourslabel {
  color: var(--untitled-ui--gray700);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Noto Sans, sans-serif;
  display: flex;
}

.minstitle {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-align: center;
  text-shadow: 0 3px #0003;
  justify-content: center;
  align-items: center;
  font-family: Rubik, sans-serif;
  font-size: 34px;
  font-weight: 700;
  display: flex;
  position: static;
}

.minslabel {
  color: var(--untitled-ui--gray700);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Noto Sans, sans-serif;
  display: flex;
}

.secstitle {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-align: center;
  text-shadow: 0 3px #0003;
  order: 0;
  justify-content: center;
  align-items: center;
  font-family: Rubik, sans-serif;
  font-size: 34px;
  font-weight: 700;
  display: flex;
}

.secslabel {
  color: var(--untitled-ui--gray700);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Noto Sans, sans-serif;
  display: flex;
}

.subcopy12 {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.p12 {
  color: var(--ooredoo--color--text-dark-gray);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Noto Sans, sans-serif;
}

.copy123 {
  opacity: .6;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
}

.grid12 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.jumpbutton {
  z-index: 10;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  position: relative;
}

.buttonwrapper12 {
  width: 100%;
  padding: 10px;
}

.anchorbutton12 {
  border: 1px solid var(--ooredoo--color--primary-black);
  background-color: var(--transparent);
  color: var(--ooredoo--color--primary-black);
  text-align: center;
  border-radius: 50px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.titlehead {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.genzimg {
  margin-left: 6px;
  margin-right: 6px;
  padding-bottom: 10px;
  padding-right: 0;
}

.sectiontitles {
  color: var(--white);
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-35 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block-83 {
  z-index: -1;
  width: 100vw;
  height: 150px;
  position: absolute;
}

.uui-testimonial18_slide-nav-2 {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-button-icon-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial18_arrow-2 {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial18_arrow-2:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-testimonial18_arrow-2.left {
  right: 4rem;
}

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

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

.uui-button-link-9.is-alternate {
  color: var(--untitled-ui--white);
}

.uui-button-row-14 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium-8 {
  width: 100%;
  min-height: 2rem;
}

.uui-space-small-13 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium-15 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-15.text-color-white-4 {
  color: var(--untitled-ui--white);
}

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

.uui-heading-small-3 {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-small-3.text-color-white-4 {
  color: var(--untitled-ui--white);
}

.uui-testimonial18_content-wrapper-2 {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: var(--untitled-ui--white);
  background-color: #ffffff4d;
  border: 1px solid #ffffff80;
  padding: 1.5rem;
}

.uui-testimonial17_logo-2 {
  max-height: 3rem;
}

.uui-testimonial18_logo-wrapper-2 {
  margin-top: .5rem;
  margin-left: .5rem;
}

.uui-testimonial18_content-2 {
  background-color: var(--untitled-ui--gray500);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 32rem;
  padding: 1.5rem;
  display: flex;
}

.uui-testimonial18_content-2.background-color-orange600 {
  background-color: #e04f16;
}

.uui-testimonial18_content-2.background-color-lightblue600 {
  background-color: #0086c9;
}

.uui-testimonial18_content-2.background-color-pink600 {
  background-color: #dd2590;
}

.uui-testimonial18_content-2.background-color-indigo600 {
  background-color: #444ce7;
}

.uui-testimonial18_content-2.background-color-blue600 {
  background-color: #1570ef;
}

.uui-testimonial18_content-2.background-color-primary600 {
  background-color: var(--untitled-ui--primary600);
}

.uui-testimonial18_slide-2 {
  padding-right: 2rem;
}

.uui-testimonial18_mask-2 {
  width: 35%;
  overflow: visible;
}

.uui-testimonial18_component-2 {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

.uui-text-size-large-14 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-13 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-max-width-large-14 {
  width: 100%;
  max-width: 48rem;
}

.uui-padding-vertical-xhuge-22 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-18 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.uui-section_testimonial17-2, .uui-section_testimonial17-2-copy {
  overflow: hidden;
}

.uui-padding-vertical-xhuge-22-copy {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-testimonial18_content-2-copy.background-color-primary600-copy {
  background-color: var(--ooredoo--color--text-dark-gray);
  border-radius: 12px;
  height: auto;
  padding: 0;
}

.uui-testimonial18_content-2-copy {
  background-color: var(--untitled-ui--gray500);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 32rem;
  padding: 1.5rem;
  display: flex;
}

.uui-testimonial18_content-2-copy.background-color-orange600 {
  background-color: #e04f16;
}

.uui-testimonial18_content-2-copy.background-color-lightblue600 {
  background-color: #0086c9;
}

.uui-testimonial18_content-2-copy.background-color-pink600 {
  background-color: #dd2590;
}

.uui-testimonial18_content-2-copy.background-color-indigo600 {
  background-color: #444ce7;
}

.uui-testimonial18_content-2-copy.background-color-blue600 {
  background-color: #1570ef;
}

.uui-testimonial18_content-2-copy.background-color-primary600 {
  background-color: var(--untitled-ui--primary600);
}

.uui-testimonial18_content-2-copy.background-color-blue600-copy {
  background-color: #1570ef;
  height: auto;
  padding: 0;
}

.uui-testimonial18_component-2-copy {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: visible;
}

.uui-container-large-18-copy {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-21-copy {
  padding-left: 20px;
  padding-right: 20px;
}

.uui-testimonial18_slide-2-copy {
  padding-right: 1.5rem;
}

.dealcardwrapperm {
  background-color: var(--white);
  border: 1px solid #bdbdbd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.dealcardwrapperm.background-color-orange600 {
  background-color: #e04f16;
}

.dealcardwrapperm.background-color-lightblue600 {
  background-color: #0086c9;
}

.dealcardwrapperm.background-color-pink600 {
  background-color: #dd2590;
}

.dealcardwrapperm.background-color-indigo600 {
  background-color: #444ce7;
}

.dealcardwrapperm.background-color-blue600 {
  background-color: #1570ef;
}

.dealcardwrapperm.background-color-primary600 {
  background-color: var(--untitled-ui--primary600);
}

.dealcardwrapperm.background-color-primary600-copy {
  background-color: var(--ooredoo--color--text-dark-gray);
  border-radius: 12px;
  height: auto;
  padding: 0;
}

.slidermain {
  padding-right: 1rem;
}

.div-block-84 {
  background-image: linear-gradient(90deg, #040404, #272727);
  border: 1px solid #383838;
  border-radius: 12px;
  width: 100%;
  padding: 20px;
}

.cardtitle {
  color: var(--black);
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.firstline {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.benefitlabel {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  outline-color: var(--ooredoo--color--text-dark-gray);
  outline-offset: 0px;
  border: 1.5px solid #fff;
  border-radius: 8px;
  outline-width: 0;
  outline-style: none;
  justify-content: center;
  align-items: center;
  max-height: none;
  padding: 6px 9px;
  display: flex;
  position: static;
  top: -34px;
  right: -30px;
}

.benefitlabel.shadowbutton {
  z-index: auto;
}

.benefittext {
  color: var(--white);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.benefittext-2 {
  color: var(--untitled-ui--warning300);
  font-family: Rubik Bold;
  font-size: 14px;
  font-weight: 700;
}

.line2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cardsub {
  color: var(--ooredoo--color--text-dark-gray);
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.topblock {
  background-image: linear-gradient(90deg, #e6e6e6, #ededed);
  border: 4px solid #fff;
  border-radius: 16px;
  width: 100%;
  padding: 20px;
}

.middleblock {
  border: 0 #383838;
  border-radius: 0;
  width: 100%;
  padding: 16px 20px;
}

.usp {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.usptext {
  color: var(--color-data);
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.uspsubtxt {
  color: var(--ooredoo--color--text-dark-gray);
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.bottomblock {
  border: 0 #383838;
  border-radius: 0;
  width: 100%;
  padding: 0 20px 16px;
}

.priceblock {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #d7d7d7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.priceblock1 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: 51px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.sign {
  color: var(--ooredoo--color--text-dark-gray);
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.pricen {
  color: var(--untitled-ui--gray600);
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.striekth {
  grid-column-gap: 0px;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: 51px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.cutsot {
  color: var(--ooredoo--color--text-dark-gray);
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  text-decoration: line-through;
}

.b1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: auto;
  display: flex;
}

.button-white {
  background-color: var(--white);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  border-radius: 50px;
  padding: 10px 22px;
  font-family: Rubik Bold;
  font-weight: 600;
}

.button-white.btn-deeplink-addon {
  background-color: var(--insid-panel);
  color: var(--white);
  font-family: Rubik, sans-serif;
  box-shadow: 0 8px 12px -6px #0000004d;
}

.outline {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  border: 1.5px solid #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 35px;
  max-height: none;
  padding: 6px 9px;
  display: flex;
  position: static;
}

.benefitlabel-copy {
  z-index: 0;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--transparent);
  border: 1.5px solid #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  max-height: none;
  padding: 6px 9px;
  display: flex;
  position: static;
  inset: 10% 7% auto auto;
}

.code-embed-2 {
  z-index: 0;
  position: static;
}

.code-embed-2-copy {
  z-index: 0;
  border-bottom: 1px solid var(--white);
  outline-offset: 0px;
  outline: 3px solid #333;
  position: absolute;
}

.section1 {
  margin-bottom: 40px;
}

.gridmain {
  padding-left: 20px;
  padding-right: 20px;
}

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

.grid-4-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.apps {
  border: 0 #383838;
  border-radius: 0;
  width: 100%;
  padding: 0 20px 16px;
}

.usp-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #4a4a4a;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.text-block-18 {
  color: var(--ooredoo--color--text-dark-gray);
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-style: normal;
}

.firstline-copy, .line2-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bottomblock-copy {
  border: 0 #383838;
  border-radius: 0;
  flex-flow: column;
  width: 100%;
  padding: 0 20px 16px;
  display: block;
}

.usp-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top-style: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  display: flex;
}

.usp1-copy, .usp1-copy-copy {
  grid-column-gap: 12px;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: 51px;
  text-decoration: none;
  display: flex;
}

.priceblock-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #4a4a4a;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 16px;
  display: flex;
}

.button-white-copy {
  background-color: var(--white);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  border-radius: 50px;
  padding: 10px 22px;
  font-family: Rubik Bold;
  font-size: 12px;
  font-weight: 600;
}

.priceblock-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #4a4a4a;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.prix {
  width: 100%;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-18-copy {
  color: var(--ooredoo--color--text-dark-gray);
  font-size: 12px;
  font-style: italic;
}

.dealcardwrapperm-copy {
  background-color: var(--untitled-ui--gray500);
  background-image: linear-gradient(#272727, #272727);
  border: 2px solid #535353;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
}

.dealcardwrapperm-copy.background-color-orange600 {
  background-color: #e04f16;
}

.dealcardwrapperm-copy.background-color-lightblue600 {
  background-color: #0086c9;
}

.dealcardwrapperm-copy.background-color-pink600 {
  background-color: #dd2590;
}

.dealcardwrapperm-copy.background-color-indigo600 {
  background-color: #444ce7;
}

.dealcardwrapperm-copy.background-color-blue600 {
  background-color: #1570ef;
}

.dealcardwrapperm-copy.background-color-primary600 {
  background-color: var(--untitled-ui--primary600);
}

.dealcardwrapperm-copy.background-color-primary600-copy {
  background-color: var(--ooredoo--color--text-dark-gray);
  border-radius: 12px;
  height: auto;
  padding: 0;
}

.topblock-copy {
  background-image: linear-gradient(90deg, #e6e6e6, #ededed);
  border: 4px solid #fff;
  border-radius: 16px;
  width: 100%;
  padding: 20px;
}

.firstline-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.cardtitle-copy {
  color: var(--black);
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.line2-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cardsub-copy {
  color: var(--ooredoo--color--text-dark-gray);
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.middleblock-copy {
  border: 0 #383838;
  border-radius: 0;
  width: 100%;
  padding: 0 20px 14px;
}

.usp-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 16px;
  display: flex;
}

.usp1-copy {
  grid-column-gap: 12px;
  grid-column-gap: 12px;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: 51px;
  text-decoration: none;
  display: flex;
}

.uspsubtxt-copy {
  color: var(--ooredoo--color--text-dark-gray);
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.uspsubtxt-copy-copy {
  color: var(--ooredoo--color--text-dark-gray);
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.usp-copy-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #4a4a4a;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.bottomblock-copy {
  border: 0 #383838;
  border-radius: 0;
  width: 100%;
  padding: 0 20px 16px;
}

.priceblock-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #d7d7d7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.b1-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: auto;
  display: flex;
}

.priceblock1-copy {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: 51px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.striekth-copy {
  grid-column-gap: 0px;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: 51px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.button-white-copy {
  background-color: var(--white);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  border-radius: 50px;
  padding: 10px 22px;
  font-family: Rubik Bold;
  font-weight: 600;
}

.button-white-copy.btn-deeplink-addon {
  background-color: var(--insid-panel);
  color: var(--white);
  font-family: Rubik, sans-serif;
  font-size: 14px;
  box-shadow: 0 8px 12px -6px #0000004d;
}

.button-white-copy.btn-weblink-addon {
  font-size: 14px;
}

.apps-copy {
  border: 0 #383838;
  border-radius: 0;
  width: 100%;
  padding: 0 20px 16px;
}

.uspstrike {
  color: var(--ooredoo--color--secondary-pastel-pink);
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-decoration: line-through;
}

.usp-copy-copy-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #d7d7d7;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.benefitlabel-copy {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  outline-color: var(--ooredoo--color--text-dark-gray);
  outline-offset: 0px;
  border: 1.5px solid #fff;
  border-radius: 8px;
  outline-width: 0;
  outline-style: none;
  justify-content: center;
  align-items: center;
  max-height: none;
  padding: 6px 9px;
  display: flex;
}

.benefitlabel-copy {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  outline-color: var(--ooredoo--color--text-dark-gray);
  outline-offset: 0px;
  border: 1.5px solid #fff;
  border-radius: 8px;
  outline-width: 0;
  outline-style: none;
  justify-content: center;
  align-items: center;
  max-height: none;
  padding: 6px 9px;
  display: flex;
  position: relative;
  top: -34px;
  right: -30px;
}

.benefitlabel-copy.shadowbutton {
  z-index: auto;
}

.valueplusben {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  outline-color: var(--ooredoo--color--text-dark-gray);
  outline-offset: 0px;
  border: 1.5px solid #fff;
  border-radius: 8px;
  outline-width: 0;
  outline-style: none;
  justify-content: center;
  align-items: center;
  max-height: none;
  padding: 6px 9px;
  display: flex;
  position: static;
  top: -34px;
  right: -30px;
}

.valueplusben.shadowbutton {
  z-index: auto;
}

.value4 {
  background-color: var(--untitled-ui--gray500);
  background-image: linear-gradient(#272727, #272727);
  border: 2px solid #535353;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
}

.value4.background-color-orange600 {
  background-color: #e04f16;
}

.value4.background-color-lightblue600 {
  background-color: #0086c9;
}

.value4.background-color-pink600 {
  background-color: #dd2590;
}

.value4.background-color-indigo600 {
  background-color: #444ce7;
}

.value4.background-color-blue600 {
  background-color: #1570ef;
}

.value4.background-color-primary600 {
  background-color: var(--untitled-ui--primary600);
}

.value4.background-color-primary600-copy {
  background-color: var(--ooredoo--color--text-dark-gray);
  border-radius: 12px;
  height: auto;
  padding: 0;
}

.value3 {
  background-color: var(--untitled-ui--gray500);
  background-image: linear-gradient(#272727, #272727);
  border: 2px solid #535353;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
}

.value3.background-color-orange600 {
  background-color: #e04f16;
}

.value3.background-color-lightblue600 {
  background-color: #0086c9;
}

.value3.background-color-pink600 {
  background-color: #dd2590;
}

.value3.background-color-indigo600 {
  background-color: #444ce7;
}

.value3.background-color-blue600 {
  background-color: #1570ef;
}

.value3.background-color-primary600 {
  background-color: var(--untitled-ui--primary600);
}

.value3.background-color-primary600-copy {
  background-color: var(--ooredoo--color--text-dark-gray);
  border-radius: 12px;
  height: auto;
  padding: 0;
}

.value2 {
  background-color: var(--white);
  border: 1px solid #bdbdbd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  box-shadow: 0 2px 12px -4px #0003;
}

.value2.background-color-orange600 {
  background-color: #e04f16;
}

.value2.background-color-lightblue600 {
  background-color: #0086c9;
}

.value2.background-color-pink600 {
  background-color: #dd2590;
}

.value2.background-color-indigo600 {
  background-color: #444ce7;
}

.value2.background-color-blue600 {
  background-color: #1570ef;
}

.value2.background-color-primary600 {
  background-color: var(--untitled-ui--primary600);
}

.value2.background-color-primary600-copy {
  background-color: var(--ooredoo--color--text-dark-gray);
  border-radius: 12px;
  height: auto;
  padding: 0;
}

.value1 {
  background-color: var(--white);
  border: 1px solid #bdbdbd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  box-shadow: 0 2px 12px -4px #0003;
}

.value1.background-color-orange600 {
  background-color: #e04f16;
}

.value1.background-color-lightblue600 {
  background-color: #0086c9;
}

.value1.background-color-pink600 {
  background-color: #dd2590;
}

.value1.background-color-indigo600 {
  background-color: #444ce7;
}

.value1.background-color-blue600 {
  background-color: #1570ef;
}

.value1.background-color-primary600 {
  background-color: var(--untitled-ui--primary600);
}

.value1.background-color-primary600-copy {
  background-color: var(--ooredoo--color--text-dark-gray);
  border-radius: 12px;
  height: auto;
  padding: 0;
}

.v1ben {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  outline-color: var(--ooredoo--color--text-dark-gray);
  outline-offset: 0px;
  border: 1.5px #fff;
  border-radius: 8px;
  outline-width: 0;
  outline-style: none;
  justify-content: center;
  align-items: center;
  max-height: none;
  padding: 6px 9px;
  display: flex;
  position: static;
  top: -34px;
  right: -30px;
  box-shadow: 0 0 16px -3px #0f0e0ec9;
}

.v1ben.shadowbutton {
  z-index: auto;
}

.usp-copy-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #4a4a4a;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.benefitlabel-copy-copy {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  outline-color: var(--ooredoo--color--text-dark-gray);
  outline-offset: 0px;
  border: 1.5px solid #fff;
  border-radius: 8px;
  outline-width: 0;
  outline-style: none;
  justify-content: center;
  align-items: center;
  max-height: none;
  padding: 6px 9px;
  display: flex;
  position: static;
}

.benefitlabel-copy-copy.shadowbutton {
  z-index: auto;
}

.benefitlabel-copy-copy {
  z-index: 0;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  border: 1.5px solid #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  max-height: none;
  padding: 6px 9px;
  display: flex;
  position: static;
  inset: 10% 7% auto auto;
}

.typetag {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 0px none var(--elements-webflow-library--secondary--color-1);
  background-color: var(--ooredoo--color--secondary-yellow);
  outline-color: var(--ooredoo--color--text-dark-gray);
  outline-offset: 0px;
  border-radius: 8px;
  outline-width: 0;
  outline-style: none;
  justify-content: center;
  align-items: center;
  max-height: none;
  padding: 4px 9px;
  display: flex;
  position: static;
}

.typetag.shadowbutton {
  z-index: auto;
}

.tagtext {
  color: var(--black);
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.voice {
  color: var(--green-voice);
  -webkit-text-stroke-color: var(--green-voice);
  font-family: Rubik Bold;
  font-size: 18px;
  font-weight: 700;
}

.addition {
  color: var(--green-voice);
  font-family: Rubik Bold;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.footermain {
  width: 100vw;
  margin-top: 20px;
  padding-bottom: 20px;
}

.footerwrappermain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.reserved {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.genzimg-copy {
  margin-left: 6px;
  margin-right: 6px;
  padding-bottom: 10px;
  padding-right: 0;
}

.counterclockgrid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.v1ben1 {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  outline-color: var(--ooredoo--color--text-dark-gray);
  outline-offset: 0px;
  background-image: linear-gradient(81deg, #fe0303, #721395);
  border: 1.5px #fff;
  border-radius: 8px;
  outline-width: 0;
  outline-style: none;
  justify-content: center;
  align-items: center;
  max-height: none;
  padding: 6px 9px;
  font-family: Rubik, sans-serif;
  display: flex;
  position: static;
  top: -34px;
  right: -30px;
}

.v1ben1.shadowbutton {
  z-index: auto;
}

.v1ben-copy {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  outline-color: var(--ooredoo--color--text-dark-gray);
  outline-offset: 0px;
  border: 1.5px #fff;
  border-radius: 8px;
  outline-width: 0;
  outline-style: none;
  justify-content: center;
  align-items: center;
  max-height: none;
  padding: 6px 9px;
  display: flex;
  position: static;
  top: -34px;
  right: -30px;
  box-shadow: 0 0 16px -3px #0f0e0ec9;
}

.v1ben-copy.shadowbutton {
  z-index: auto;
}

.background-video-4 {
  width: 100vw;
  height: 100vh;
}

.background-video-4-copy {
  width: auto;
  height: auto;
  position: static;
  overflow: hidden;
}

.backgroundmain {
  z-index: -1;
  width: auto;
  height: auto;
  position: static;
}

.body-4-copy {
  background-color: var(--black);
}

.container-17-copy {
  background-image: linear-gradient(129deg, #edfbff, #fff3f3);
  width: 100%;
  max-width: none;
  position: fixed;
}

.frame-1045-copy {
  grid-row-gap: 24px;
  background-color: #1e1e1e00;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 16px 32px 27px;
  text-decoration: none;
  display: flex;
}

.content-copy {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 255px;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.ooredoobtnew {
  background-color: var(--elements-webflow-library--neutral--200);
  color: var(--elements-webflow-library--secondary--color-2);
  text-align: center;
  transform-style: preserve-3d;
  background-image: linear-gradient(90deg, #e00c0c 57%, #bd05ff);
  border-radius: 48px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 44px;
  padding: 8px 40px;
  font-family: Rubik Bold;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.ooredoobtnew:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  transform: translate3d(0, -3px, .01px);
}

.ooredoobtnew.btnred {
  background-color: var(--ooredoo--color--primary-red);
  color: var(--ooredoo--color--primary-white);
  text-transform: uppercase;
}

.text-17-copy {
  color: var(--white);
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-16-copy {
  color: #949494;
  width: 150px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.frame-1261153326-copy {
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-16-copy {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.ooredoo-h1-7-copy {
  color: var(--black);
  -webkit-text-stroke-color: #000;
  text-shadow: 0 3px #00000026;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 112%;
  text-decoration: none;
}

.background-video-5 {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.ooredoo-h1-7-copy-copy {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-shadow: 0 3px #00000026;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 112%;
  text-decoration: none;
}

.imageholderwrap {
  padding: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cardgrid {
  height: 250px;
}

.div-block-85 {
  background-color: var(--untitled-ui--warning300);
  opacity: .3;
  filter: blur(20px) blur(20px);
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 1% 12% auto auto;
}

.usptext-copy {
  color: var(--color-data);
  font-family: Rubik Bold;
  font-size: 22px;
  font-weight: 700;
}

.usptext-copy-copy2 {
  color: var(--untitled-ui--gray600);
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-86 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block-4 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.image-92 {
  opacity: 1;
  position: static;
  transform: rotate(0);
}

.image-93 {
  vertical-align: baseline;
}

.div-block-87 {
  margin-top: 0;
  margin-left: 0;
  position: static;
  inset: 0% auto auto 0%;
}

.image-92-copy {
  opacity: 0;
  position: static;
  transform: rotate(90deg);
}

.backbtn {
  margin-top: 0;
  margin-left: 0;
  position: static;
  inset: 0% auto auto 0%;
}

.btnwrap {
  z-index: 10;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #252525;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 30px;
  margin-left: 20px;
  display: flex;
  position: fixed;
  top: 20px;
  box-shadow: 0 4px #00000026;
}

.ooredoo_nation_grid {
  grid-column-gap: 58px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 47px;
  text-decoration: none;
  display: grid;
}

.ooredoobtn-copy-copy {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 8px 20px;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: block;
}

.ooredoobtn-copy-copy:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  transform: translate3d(0, -3px, .01px);
}

.ooredoobtn-copy-copy.btnred {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--color);
  text-transform: uppercase;
}

.ooredoobtn-copy-copy-copy {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 8px 20px;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: block;
}

.ooredoobtn-copy-copy-copy:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  transform: translate3d(0, -3px, .01px);
}

.ooredoobtn-copy-copy-copy.btnred {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--color);
  text-transform: uppercase;
}

.divico {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  padding-right: 0;
  display: flex;
}

.allowanceapps {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px #4a4a4a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.apps-copy-all {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 0 #383838;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0 0 16px;
  display: flex;
}

.typetag-copy {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 0px none var(--ooredoo--color--text-light-gray);
  background-color: var(--ooredoo--color--secondary-yellow);
  outline-color: var(--ooredoo--color--text-dark-gray);
  outline-offset: 0px;
  border-radius: 8px;
  outline-width: 0;
  outline-style: none;
  justify-content: center;
  align-items: center;
  max-height: none;
  padding: 4px 9px;
  display: flex;
  position: static;
}

.typetag-copy.shadowbutton {
  z-index: auto;
}

.allowanceapps-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px #4a4a4a;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.usptext-copy-copy {
  color: var(--ooredoo--color--text-light-gray);
  font-family: Rubik Bold;
  font-size: 22px;
  font-weight: 700;
}

.subcompytext {
  color: var(--white);
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.sectiontitles-copy {
  color: var(--white);
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.titlel {
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.lottieright {
  max-width: 600px;
  position: absolute;
  inset: auto auto 30% -20%;
  transform: rotate(20deg);
}

.lottieleft {
  max-width: 600px;
  position: absolute;
  inset: 0% -30% -20px 50%;
  transform: rotate(-20deg);
}

.image-94 {
  z-index: 5;
  opacity: 1;
  position: static;
  bottom: -86px;
  left: -10px;
}

.blackoverlay-copy {
  z-index: -3;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #000000a6;
  background-image: linear-gradient(#edfbff, #fff3f3);
  background-clip: border-box;
  width: 100vw;
  max-width: 768px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.grid-4-copy-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.div-block-88 {
  position: relative;
  bottom: -80px;
  left: -10px;
}

.div-block-91 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.shadow {
  opacity: .2;
  filter: blur(2px);
  position: relative;
  bottom: 0;
  left: -10px;
}

.image-96 {
  padding-right: 0;
}

.section-17 {
  width: auto;
  height: auto;
}

.container-36 {
  width: auto;
  max-width: none;
  height: auto;
}

.div-block-93 {
  width: auto;
  height: auto;
}

.cp_header {
  background-color: #000;
  border-radius: 24px;
  width: auto;
  height: 1080px;
}

.cp_segment1 {
  width: auto;
  max-width: none;
  height: auto;
  padding: 0;
}

.cp-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.brix---color-neutral-852 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-15 {
  margin-bottom: 40px;
}

.brix---container-default-23 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-21 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---text-center-13 {
  text-align: center;
}

.brix---paragraph-default-22 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-12 {
  margin-right: 24px;
}

.brix---buttons-row-center-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---inner-container-574px---center-5 {
  justify-content: center;
  align-items: center;
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.brix---bg-image-full-width-9 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 860px;
  position: absolute;
  inset: 0%;
}

.brix---btn-primary-white-6 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-6:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-7 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-7:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---hero-card-bg-image-4 {
  background-image: linear-gradient(#0009, #0009);
  border-radius: 40px;
  padding: 196px 40px;
  position: relative;
  overflow: hidden;
}

.brix---section-extra-small-4 {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.cp_header_content {
  justify-content: center;
  align-items: center;
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.body-10 {
  height: auto;
  margin-right: 0;
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.title1 {
  color: var(--white);
  text-shadow: 0 2px 10px #0003;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 66px;
}

.paragraph1 {
  color: var(--white);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.titlecontainer {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--elements-webflow-library--neutral--100);
  justify-content: center;
  align-items: center;
  display: flex;
}

.contentcontainer {
  margin-bottom: 40px;
}

.ctacontainer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.buttonpri {
  margin-right: 24px;
}

.buttonsec {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.buttonsec:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.heroimage {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-right: 0;
  padding: 0;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.herocontent {
  text-align: center;
}

.title1sec {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-shadow: 0 2px 10px #0003;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 66px;
}

.btnpri {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--white);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 20px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btnpri:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  transform: translate3d(0, -3px, .01px);
}

.cp-header-wrapper {
  width: 100%;
  height: 100vh;
}

.cp-header-inside {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-image: linear-gradient(#000000b3, #00000040 50%, #000000b3);
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.div-block-94 {
  border-radius: 24px;
  overflow: visible;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-37 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.cp-body {
  margin-right: 0;
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.addon-card-red {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  padding: 4px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 20px -6px #0000001a;
}

.addon-card-red-container {
  grid-row-gap: 7px;
  background-color: #fff5f5;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  max-height: none;
  padding: 20px 12px 20px 16px;
  text-decoration: none;
  display: flex;
}

.addon-card-red-title {
  color: #454545;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.addon-card-red-desc {
  color: #909090;
  word-break: break-all;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.addion-card-red-allowance-container {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 26px 12px 12px;
  text-decoration: none;
  display: flex;
}

.addon-card-red-datasub, .addon-card-red-validitysub {
  color: #454545;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-decoration: none;
}

.addon {
  color: #898989;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
}

.addon-card-red-label {
  color: #898989;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
}

.red-button-txt {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.uui-text-size-medium-16 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-align-center-12 {
  text-align: center;
}

.uui-text-size-small-10 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-container-large-19 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.align-center-10 {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-max-width-large-15 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-15.align-center-10 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large-15 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-large-4 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xsmall-7 {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blog01_component-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 6rem;
  display: flex;
}

.uui-blog01_category-menu-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blog01_category-menu-2.no-scrollbar {
  box-shadow: inset 0 -1px 0 0 var(--untitled-ui--gray200);
}

.uui-blog01_menu-link-2 {
  color: var(--untitled-ui--gray500);
  white-space: nowrap;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-blog01_menu-link-2:hover, .uui-blog01_menu-link-2.w--current {
  border-bottom-color: var(--untitled-ui--primary700);
  color: var(--untitled-ui--primary700);
}

.uui-blog01_list-2 {
  grid-column-gap: 2px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

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

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

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

.uui-blog01_category-link-2 {
  color: var(--untitled-ui--primary700);
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

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

.uui-blog01_category-link-2.w--current {
  border-bottom: 2px solid #000;
}

.uui-blog01_title-link-2 {
  color: var(--untitled-ui--gray900);
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blog01_author-wrapper-2 {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-blog01_author-image-2 {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.uui-blog01_author-image-wrapper-2 {
  margin-right: .75rem;
}

.uui-blog01_date-wrapper-2 {
  align-items: center;
  display: flex;
}

.uui-text-divider-4 {
  color: var(--untitled-ui--gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider-4.text-size-small {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blog01_icon-2 {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-space-small-14 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-padding-vertical-xhuge-23 {
  padding-top: 0;
  padding-bottom: 7rem;
}

.uui-heading-subheading-13 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-blog01_author-heading-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-padding-vertical-xhuge-23-copy {
  padding-top: 0;
  padding-bottom: 7rem;
}

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

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

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

.uui-blog02_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blog02_category-menu.no-scrollbar {
  box-shadow: inset 0 -1px 0 0 var(--untitled-ui--gray200);
  justify-content: center;
}

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

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

.uui-button-icon-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-blog02_menu-link {
  color: var(--untitled-ui--gray500);
  white-space: nowrap;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-blog02_menu-link:hover, .uui-blog02_menu-link.w--current {
  border-bottom-color: var(--untitled-ui--primary700);
  color: var(--untitled-ui--primary700);
}

.uui-blog02_meta-wrapper {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--untitled-ui--primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

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

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

.uui-blog02_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

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

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

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

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

.uui-blog02_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 6rem;
  display: flex;
}

.uui-heading-medium-14 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

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

.uui-button-16:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

.uui-icon-1x1-xsmall-8 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-pricing10_component {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  display: block;
}

.uui-badge-4 {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge-4.is-primary {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--untitled-ui--primary700);
}

.uui-pricing10_tabs-content {
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.uui-pricing10_components {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: block;
}

.uui-pricing10_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.uui-pricing10_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-pricing10_feature {
  display: flex;
}

.uui-pricing10_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-pricing10_plan-name-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.uui-pricing10_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  border: 1px solid var(--untitled-ui--gray100);
  background-color: var(--untitled-ui--gray50);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 3rem;
  padding: .375rem;
  display: grid;
}

.uui-pricing10_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--untitled-ui--gray500);
  background-color: #0000;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-pricing10_tab-link.w--current {
  color: var(--untitled-ui--gray700);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.uui-pricing10_plan {
  border: 1px solid var(--untitled-ui--gray200);
  border-radius: 1rem;
  padding: 0;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

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

.uui-space-medium-9 {
  width: 100%;
  min-height: 2rem;
}

.uui-space-xxsmall-10 {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-24 {
  padding-top: 0;
  padding-bottom: 7rem;
  display: block;
  position: static;
}

.uui-pricing10_price {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.uui-section_pricing10-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.uui-page-padding-22-copy {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.uui-pricing10_tabs-menu-copy {
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--untitled-ui--gray100) var(--untitled-ui--gray100) var(--ooredoo--color--stroke-gray);
  background-color: var(--transparent);
  object-fit: fill;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: .8fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  place-items: center;
  margin-bottom: 2rem;
  padding: .375rem 0 1rem 0;
  display: flex;
  position: relative;
}

.uui-pricing10_tab-link-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--untitled-ui--gray500);
  background-color: #0000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-pricing10_tab-link-3.w--current {
  color: var(--untitled-ui--white);
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.uui-pricing10_tab-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--untitled-ui--gray500);
  background-color: #0000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-pricing10_tab-link-2.w--current {
  color: var(--untitled-ui--white);
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.uui-pricing10_tab-link-1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--untitled-ui--gray500);
  background-color: #0000;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .5rem 1rem .5rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-pricing10_tab-link-1:lang(en) {
  width: auto;
}

.uui-pricing10_tab-link-1.w--current {
  color: var(--untitled-ui--white);
  object-fit: fill;
  background-color: #2e2e2e;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Rubik, sans-serif;
}

.text-block-20, .text-block-21 {
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.body-11 {
  background-color: #0000;
  min-width: 0;
}

.container-38 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 560px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.addon-cta-red {
  grid-column-gap: 1px;
  background-color: #f2181c;
  border-radius: 4%;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 7px 12px;
  text-decoration: none;
  display: flex;
}

.text-block-21-red-copy, .text-block-20-copy {
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.title-header-2 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 42px;
  display: block;
}

.imageholder1 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.brix---color-neutral-853 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-16 {
  margin-bottom: 40px;
}

.brix---buttons-row-11 {
  align-items: center;
  display: flex;
}

.brix---container-default-24 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-22 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---paragraph-default-23 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-13 {
  margin-right: 24px;
}

.brix---bg-image-full-width-10 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---hero-bg-image-dark-6 {
  background-image: linear-gradient(#0009, #0009);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---btn-primary-white-7 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-7:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-8 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-8:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---grid-2-col---1-col-t-6 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.container-19-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 10px;
  display: flex;
}

.brix---hero-bg-image-dark-6-copy {
  width: 60%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.brix---container-default-24-copy {
  z-index: 1;
  max-width: none;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.brix---grid-2-col---1-col-t-6-copy {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: red;
  background-image: linear-gradient(234deg, #ff5b5b, red);
  border-radius: 26px;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  display: flex;
}

.brix---bg-image-full-width-10-copy {
  z-index: -1;
  text-align: center;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: auto;
  position: relative;
  inset: 0%;
}

.brix---heading-h1-size-22-copy {
  color: #fff;
  width: 70%;
  margin-top: 10px;
  margin-bottom: 16px;
  margin-left: 10px;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
}

.title-header-2-copy {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 42px;
  display: block;
}

.addon-card-red-mini {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  padding: 4px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 20px -6px #0000001a;
}

.addon-card-red-container-mini {
  grid-column-gap: 16px;
  grid-row-gap: 7px;
  background-color: #fff5f5;
  border-radius: 4px;
  flex-direction: column;
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  max-height: none;
  padding: 20px 12px 20px 16px;
  text-decoration: none;
  display: grid;
}

.addion-card-red-allowance-container-mini {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 26px 12px 12px;
  text-decoration: none;
  display: flex;
}

.addon-details-text-mini {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.addon-card-red-title-mini {
  color: #454545;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.addon-card-red-desc-mini {
  color: #909090;
  word-break: break-all;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.addon-card-red-mini-slim {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  padding: 4px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 20px -6px #0000001a;
}

.addon-card-mini {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-bottom: 10px;
  padding: 4px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 20px -6px #0000001a;
}

.addon-card-red-container-mini-copy {
  grid-row-gap: 7px;
  background-color: #fff5f5;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  max-height: none;
  padding: 20px 12px 20px 16px;
  text-decoration: none;
  display: flex;
}

.addion-card-red-allowance-container-mini-copy {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 26px 12px 12px;
  text-decoration: none;
  display: flex;
}

.addon-main-allowance-frame-copy {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.addon-details-text-mini-copy {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.addon-main-title-frame-copy {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.addon-card-red-desc-mini-copy {
  color: #909090;
  word-break: break-all;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.addon-card-red-datasub-copy, .addon-card-red-validitysub-copy {
  color: #454545;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-decoration: none;
}

.addon-card-red-label-copy {
  color: #898989;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
}

.addon-cta-red-copy-copy {
  grid-column-gap: 1px;
  background-color: #f2181c;
  border-radius: 4%;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 7px 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-17-copy {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 7px;
  height: 6px;
  text-decoration: none;
  display: flex;
}

.red-button-txt-copy {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.icon-2-copy {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  height: 14px;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-18-copy {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 2.75px;
  height: 5.92308px;
  text-decoration: none;
  display: flex;
}

.ruffiya-sign-copy {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 7px;
  padding-top: 1px;
  padding-bottom: 1px;
  text-decoration: none;
  display: flex;
}

.addon-cta-red-copy {
  grid-column-gap: 1px;
  background-color: #f2181c;
  border-radius: 4%;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 7px 12px;
  text-decoration: none;
  display: flex;
}

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

.minititle {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-block-98 {
  padding: 0;
}

.mini-button {
  justify-content: center;
  align-items: center;
  height: 90%;
  display: flex;
}

.div-block-99 {
  background-color: red;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
  display: flex;
}

.div-block-100 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90%;
  display: flex;
}

.frame-1261153661 {
  grid-column-gap: 223px;
  background-color: #fff;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 24px 4px 4px;
  text-decoration: none;
  display: flex;
}

.frame-1261153662 {
  grid-column-gap: 22px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-21 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 125px;
  text-decoration: none;
  display: flex;
}

.frame-1261153660 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 437px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-22 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 45px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-23 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 28px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-24 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 79px;
  text-decoration: none;
  display: flex;
}

.flexaddon-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  margin-right: 0;
  padding: 8px;
  display: grid;
  box-shadow: 0 2px 12px -8px #0000001f;
}

.flex-addon-content-wrp {
  background-color: #efefef66;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 10px;
  display: flex;
}

.flex-accent {
  background-color: #373737;
  border-radius: 20px;
  width: 8px;
  height: 100%;
}

.flex-addon-title {
  margin-bottom: 4px;
  margin-left: 0;
  font-size: 16px;
}

.flex-addon-content-inner {
  margin-left: 8px;
}

.flexcardtitle {
  color: #5b5b5b;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.flex-addon-clm2 {
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  display: flex;
}

.text-block-22 {
  margin-top: 0;
}

.flexcard-sub {
  color: #8f8f8f;
  margin-top: 0;
  font-size: 12px;
}

.flexcard-btn {
  background-color: #ff0004;
  border-radius: 20px;
}

.pricetitle {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.flex-btn {
  color: #000;
  background-color: #ef0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.image-97 {
  margin-top: 0;
  position: relative;
  bottom: 0;
  right: 20px;
}

.brix---grid-2-col---1-col-t-6-copy-copy {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #fff0;
  border-radius: 26px;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  display: flex;
}

.brix---grid-2-col---1-col-t-6-copy-copy-copy {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #fff0;
  border-radius: 26px;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.brix---container-default-24-copy-copy, .brix---container-default-24-copy-copy-copy {
  z-index: 1;
  max-width: none;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.image-97-copy {
  margin-top: 0;
  position: relative;
  bottom: 0;
  right: 20px;
}

.brix---heading-h1-size-22-copy-copy {
  color: #fff;
  width: 70%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Outfit, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 50px;
}

.brix---grid-2-col---1-col-t-6-copy-copy {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #fff;
  background-image: linear-gradient(234deg, #ff5b5b, red);
  border-radius: 20px;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  display: flex;
}

.div-block-108 {
  z-index: -5;
  background-image: linear-gradient(#fff, #f0fdff);
  width: 100vw;
  height: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.body-11-copy {
  background-color: #0000;
  min-width: 0;
}

.flexcard-total {
  color: #5b5b5b;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.title-copy {
  color: #fff08e;
  width: 70%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.title-copy-bangla {
  color: #fff;
  width: 70%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.hero-section {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 0;
  position: relative;
}

.hero-wrapper {
  z-index: 3;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 20px;
  display: flex;
  position: static;
  inset: 38% 0% -48px;
}

.logo-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 120px;
  display: flex;
}

.heading-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 46px;
  display: flex;
  position: static;
}

.hero-image-block {
  aspect-ratio: auto;
  transform: scale3d(1none, 1none, 1none) scale(1.2) scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.title-text1, .title-text2 {
  width: auto;
  height: auto;
}

.cp-h1 {
  color: #fff;
  text-transform: uppercase;
  font-family: Outfit, sans-serif;
  font-size: 74px;
  font-weight: 900;
  line-height: 74px;
}

.cp-h1-2 {
  box-sizing: border-box;
  color: red;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  overflow-wrap: normal;
  font-family: Outfit, sans-serif;
  font-size: 74px;
  font-weight: 900;
  line-height: 74px;
  position: static;
}

.welcome-block {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.welcome-text {
  color: #fff;
  margin-bottom: 26px;
  font-family: Rubik, sans-serif;
  font-size: 28px;
}

.cp-mini-sub {
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.image-98 {
  border-radius: 26px;
  height: auto;
  margin-right: 0;
  padding-right: 0;
}

.exclusive-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 20px;
  display: flex;
  position: static;
  inset: -34% 0% auto;
}

.sub-title {
  color: #ebebeb;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}

.sub-copy {
  color: #ebebeb;
  text-align: center;
  width: 40%;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
}

.team-circles-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-39 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-2 {
  margin-bottom: 24px;
}

.div-block-109 {
  width: 100vw;
  height: 100vw;
  padding-top: 150px;
}

.brix---color-neutral-854 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-17 {
  margin-bottom: 40px;
}

.brix---container-default-25 {
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.brix---heading-h1-size-23 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---text-center-14 {
  text-align: center;
}

.brix---paragraph-default-24 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-14 {
  margin-right: 24px;
}

.brix---buttons-row-center-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---inner-container-574px---center-6 {
  justify-content: center;
  align-items: center;
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brix---bg-image-full-width-11 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-primary-white-8 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-8:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-9 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-9:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---hero-card-bg-image-5 {
  background-image: linear-gradient(#0009, #0009);
  border-radius: 40px;
  padding: 196px 40px;
  position: relative;
  overflow: hidden;
}

.brix---section-extra-small-5 {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.div-block-110 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---container-default-25-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 50px 0 160px;
  display: flex;
}

.brix---bg-image-full-width-11-copy {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.div-block-111 {
  justify-content: center;
  align-items: center;
  width: 7%;
  display: flex;
}

.div-block-112 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-113 {
  width: 100%;
}

.hero-logo {
  margin-bottom: 150px;
}

.div-block-114 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.cp-main-banner {
  border-radius: 0;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
  overflow: clip;
}

.team-circles-3 {
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  margin-top: 8px;
  padding: 80px 30px;
  position: relative;
}

.container-40 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-3 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-3 {
  margin-bottom: 24px;
}

.usp-section {
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  margin-bottom: 80px;
  margin-left: 150px;
  margin-right: 150px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.usp-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.left-button, .right-button {
  background-color: #434343;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 0;
  display: flex;
}

.carousel-wrapper {
  width: 100%;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.carousel-controls {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  aspect-ratio: auto;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.heading-h2 {
  color: #111;
  font-family: Outfit, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 56px;
}

.paragraph-p2 {
  color: #595959;
  margin-bottom: 50px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.grid-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.carousel-card {
  object-fit: fill;
  border-radius: 26px;
  flex-flow: row;
  flex: none;
  width: 350px;
  height: 500px;
  display: block;
  overflow: hidden;
}

.image-99, .chevron-left {
  transform: rotate(90deg);
}

.chevron-right {
  transform: rotate(-90deg);
}

.image-100 {
  z-index: -1;
  box-sizing: border-box;
  object-fit: fill;
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative;
}

.text-block-23 {
  width: 250px;
  margin-bottom: 20px;
  margin-left: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.carousel-title {
  color: #fff;
  width: 240px;
  margin-bottom: 30px;
  margin-left: 30px;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-115 {
  background-image: linear-gradient(0deg, #00000080, #0000001a);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.section-usp {
  width: 100vw;
  max-width: none;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.text-block-24 {
  line-height: 250px;
}

.background-rext {
  z-index: -2;
  aspect-ratio: auto;
  color: #fff3f3;
  text-transform: uppercase;
  object-fit: fill;
  width: 190%;
  max-width: 2158.29vw;
  margin-left: 0;
  font-family: Outfit, sans-serif;
  font-size: 300px;
  font-weight: 800;
  line-height: 300px;
  display: block;
  position: absolute;
  inset: auto 0% 20%;
  overflow: hidden;
}

.stats-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 150px;
  margin-right: 150px;
  display: grid;
  position: relative;
}

.stats-card {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  flex-flow: column;
  padding: 26px;
  display: flex;
  box-shadow: 0 10px 50px -16px #00000029;
}

.stat-title {
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 46px;
}

.stat-sub-title {
  color: #a0a0a0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.stat-desc {
  color: #636363;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
}

.section-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-left: 150px;
  margin-right: 150px;
  display: flex;
}

.clm1, .clm2 {
  flex: 1;
}

.pinned-section {
  z-index: 1;
  height: 200vh;
  padding-left: 150px;
  padding-right: 150px;
  position: relative;
  overflow: hidden;
}

.wrapper-cp {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.contentwrapper {
  width: 50%;
  height: 40%;
  display: block;
  position: relative;
  top: auto;
}

.content-1 {
  width: 100%;
  position: absolute;
  inset: auto;
}

.cp-h2 {
  color: #e3bf1f;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 66px;
  font-weight: 900;
  line-height: 66px;
}

.paragraph-p3 {
  color: #a0a0a0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.content-2 {
  opacity: 0;
  width: 100%;
  position: absolute;
}

.card-wrapper {
  border-left: 1px dashed #000;
  border-right: 1px dashed #000;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 100%;
  margin-right: 30px;
  padding-right: 0;
  display: flex;
  position: relative;
  transform: perspective(1200px);
}

.card-inner {
  backface-visibility: visible;
  border-radius: 0;
  width: 300px;
  height: 450px;
  margin-right: 0;
  position: absolute;
  transform: rotate(0)perspective(1200px);
}

.card-front {
  z-index: 2;
  backface-visibility: hidden;
  background-color: #ffd930;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: perspective(1200px);
}

.card-back {
  z-index: 1;
  backface-visibility: visible;
  background-color: #000;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: perspective(1200px);
}

.div-block-116 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.paragraph-p3-1 {
  color: #191919;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-117 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.elibilitytext {
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-116-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.div-block-117-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 100px;
  margin-bottom: 40px;
  display: flex;
}

.enroll-btn {
  background-color: #000;
  border-radius: 50px;
  padding: 14px 30px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
}

.cp-h2blk {
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 66px;
  font-weight: 900;
  line-height: 66px;
}

.section-18 {
  height: 200vh;
  position: relative;
  top: auto;
  overflow: visible;
}

.paragraph-p3-copy {
  color: #a0a0a0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-118 {
  height: 200vh;
  position: sticky;
}

.div-block-119 {
  border-left: 1px dashed #000;
  border-right: 1px dashed #000;
  width: 110px;
  height: 100%;
}

.team-circles-4 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-41 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-6 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-4 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-4 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-4 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-4 {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-4 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-4 {
  margin-bottom: 24px;
}

.brix---container-default-25-copy-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 50px 0 160px;
  display: flex;
}

.div-block-120 {
  z-index: -1;
  background-image: radial-gradient(circle at 50% 45%, #000000b3, #0000);
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.banner-btn {
  color: red;
  background-color: #fff;
  border-radius: 50px;
  padding: 16px 34px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.pinned-section-cp {
  justify-content: center;
  align-items: flex-start;
  height: 200vh;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;
}

.brix---color-accent-6 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---color-neutral-855 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-856 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-9 {
  margin-bottom: 16px;
}

.brix---mg-bottom-32px-6 {
  margin-bottom: 32px;
}

.brix---mg-bottom-40px-18 {
  margin-bottom: 40px;
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---container-default-26 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size-8 {
  color: #434343;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 56px;
}

.brix---heading-h3-size-5 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---hidden-desktop-2 {
  display: none;
}

.brix---text-center-15 {
  text-align: center;
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---slider-wrapper-2 {
  background-color: #0000;
  height: 100%;
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---paragraph-default-25 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: center;
  justify-items: center;
}

.brix---text-200-medium {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---inner-container-547px {
  max-width: 750px;
}

.brix---card-team-v1 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px 56px;
  display: flex;
}

.brix---avatar-image-link {
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---avatar-circle-06 {
  border-radius: 50%;
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
  overflow: hidden;
  transform: translate(0);
}

.brix---heading-h3-size-link {
  color: var(--elements-webflow-library--neutral--800);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s;
}

.brix---heading-h3-size-link:hover {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---slider-mask-width-388px {
  max-width: 350px;
  height: 100%;
  overflow: visible;
}

.brix---btn-slider-arrow-right---top-left {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--elements-webflow-library--neutral--3002);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--elements-webflow-library--neutral--3002);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--elements-webflow-library--neutral--3002);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--elements-webflow-library--neutral--3002);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  background-color: #434343;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
  inset: auto auto -20% 0%;
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-slider-arrow-right---top-right {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--elements-webflow-library--neutral--3002);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--elements-webflow-library--neutral--3002);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--elements-webflow-library--neutral--3002);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--elements-webflow-library--neutral--3002);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  background-color: #434343;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
  inset: auto auto -20% 7%;
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---section-overflow-hidden {
  padding-top: 176px;
  padding-bottom: 176px;
  overflow: hidden;
}

.discover-section {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 250px;
  overflow: hidden;
}

.brix---container-default-26-copy {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---container-default-26-copy-copy {
  max-width: none;
  padding-left: 150px;
  padding-right: 24px;
}

.brix---mg-bottom-40px-18-copy {
  margin-bottom: 40px;
}

.brix---mg-bottom-16px-9-copy {
  margin-bottom: 16px;
}

.brix---color-neutral-856-copy {
  color: var(--elements-webflow-library--neutral--600);
}

.image-101 {
  transform: rotate(90deg);
}

.image-102 {
  transform: rotate(-90deg);
}

.merchant-section {
  background-color: #fff9f900;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.center-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
  position: static;
}

.toptext {
  margin-bottom: 50px;
}

.toptextstyle {
  color: #6c6c6c;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
}

.merchant-number {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 50px;
  padding: 25px 50px;
}

.numberstyle {
  text-align: center;
  letter-spacing: 2px;
  font-family: Outfit, sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: 96px;
}

.merchant-substitle {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.merchant-title-text {
  color: #a0a0a0;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 46px;
  position: static;
}

.merchant-desc {
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.merchant-btn {
  background-color: #ff0004;
  border-radius: 50px;
  padding: 26px 66px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.sidecardsleft {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  height: 100vh;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-121 {
  width: 100%;
  height: 50%;
}

.card-style-types {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
  box-shadow: 6px 6px 20px -10px #0003;
}

.sidecardsright {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  height: 100vh;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.card-style-types-a1 {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
  position: absolute;
  inset: 5% auto auto 10%;
  box-shadow: 6px 6px 50px -10px #0000001a;
}

.card-style-types-a2 {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
  position: absolute;
  inset: 36% auto 0% 10%;
  box-shadow: 6px 6px 50px -10px #0000001a;
}

.card-style-types-copy {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
  box-shadow: 6px 6px 20px -10px #0003;
}

.card-style-types-a3 {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
  position: absolute;
  inset: auto auto 7% 10%;
  box-shadow: 6px 6px 50px -10px #0000001a;
}

.card-style-types-b1 {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
  position: absolute;
  inset: 5% 10% auto auto;
  box-shadow: -6px 6px 50px -10px #0000001a;
}

.card-style-types-b2 {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
  position: absolute;
  inset: 36% 10% 0 auto;
  box-shadow: -6px 6px 50px -10px #0000001a;
}

.card-style-types-b3 {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
  position: absolute;
  inset: auto 10% 7% auto;
  box-shadow: -6px 6px 50px -10px #0000001a;
}

.div-block-122 {
  height: 200vh;
}

.div-block-123 {
  height: 150vh;
  position: relative;
}

.brix---color-neutral-857 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---buttons-row-12 {
  align-items: center;
  display: flex;
}

.brix---heading-h2-size-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---button-row-left-15 {
  margin-right: 24px;
}

.brix---bg-image-full-width-12 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-primary-white-9 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-9:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-10 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-10:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---cta-bg-overlay {
  background-image: linear-gradient(#0009, #0009);
  align-items: center;
  min-height: 80vh;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---grid-cta-v10 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .78fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.stat-title-1, .stat-title-2, .stat-title-3 {
  color: #111;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 46px;
}

.brix---heading-h2-size-8-copy {
  color: #434343;
  margin-top: 0;
  margin-bottom: 100px;
  font-family: Outfit, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 56px;
}

.uui-text-size-medium-17 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-17.text-color-white-5 {
  color: var(--untitled-ui--white);
}

.uui-container-large-20 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.uui-max-width-large-16 {
  width: 100%;
  max-width: 48rem;
}

.uui-text-size-large-16 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-15 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-small-4 {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-small-4.text-color-white-5 {
  color: var(--untitled-ui--white);
}

.uui-button-row-15 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-testimonial18_logo-wrapper-3 {
  margin-top: .5rem;
  margin-left: .5rem;
}

.uui-testimonial18_content-3 {
  background-color: var(--untitled-ui--gray500);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 32rem;
  padding: 1.5rem;
  display: flex;
}

.uui-testimonial18_content-3.background-color-primary600 {
  background-color: var(--untitled-ui--primary600);
}

.uui-testimonial18_content-3.background-color-blue600 {
  background-color: #1570ef;
}

.uui-testimonial18_content-3.background-color-indigo600 {
  background-color: #444ce7;
}

.uui-testimonial18_content-3.background-color-pink600 {
  background-color: #dd2590;
}

.uui-testimonial18_content-3.background-color-lightblue600 {
  background-color: #0086c9;
}

.uui-testimonial18_content-3.background-color-orange600 {
  background-color: #e04f16;
}

.uui-testimonial18_arrow-3 {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: 300px auto 0% -15%;
}

.uui-testimonial18_arrow-3:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-testimonial18_arrow-3.left {
  inset: 0% auto -301px -21%;
}

.uui-testimonial18_slide-nav-3 {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-testimonial18_slide-3 {
  padding-right: 2rem;
}

.uui-testimonial18_mask-3 {
  width: 25%;
  overflow: visible;
}

.uui-testimonial18_component-3 {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: visible;
}

.uui-section_testimonial17-3 {
  overflow: hidden;
}

.uui-testimonial17_logo-3 {
  max-height: 3rem;
}

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

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

.uui-button-link-11.is-alternate {
  color: var(--untitled-ui--white);
}

.uui-button-icon-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial18_content-wrapper-3 {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: var(--untitled-ui--white);
  background-color: #ffffff4d;
  border: 1px solid #ffffff80;
  padding: 1.5rem;
}

.uui-space-small-15 {
  width: 100%;
  min-height: 1.5rem;
}

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

.uui-space-medium-10 {
  width: 100%;
  min-height: 2rem;
}

.uui-padding-vertical-xhuge-25 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.brix---color-neutral-858 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-859 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-10 {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px-19 {
  margin-bottom: 40px;
}

.brix---container-default-27 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-12 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-10 {
  color: #434343;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
}

.brix---text-center-16 {
  text-align: center;
}

.brix---image-2 {
  z-index: -1;
  max-width: 110%;
  position: relative;
}

.brix---paragraph-default-26 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center-5 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---image-wrapper-br-24px {
  border-radius: 24px;
  overflow: hidden;
}

.brix---image-width-100 {
  z-index: -1;
  width: 128%;
  max-width: 128%;
  position: relative;
}

.brix---grid-gallery-v6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center end;
  display: grid;
}

.brix---section-12-copy {
  color: var(--elements-webflow-library--neutral--100);
  display: block;
}

.brix---container-default-27-copy {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.grid3 {
  background-image: linear-gradient(#0003, #000000b3);
  border-radius: 24px;
  width: auto;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.brix---image-wrapper-br-24px-copy {
  background-image: linear-gradient(0deg, #000000b3, #0003);
  border-radius: 24px;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.brix---grid-gallery-v6-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.content-btn {
  background-color: #111;
  border-radius: 50px;
  padding: 14px 36px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.text-block-25 {
  z-index: 1;
  font-family: Rubik, sans-serif;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-124, .div-block-125 {
  position: relative;
}

.div-block-126 {
  width: 60%;
  height: 250px;
  position: relative;
}

.blocktxt {
  z-index: 1;
  color: var(--white);
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  inset: auto auto 0% 0%;
}

.brix---color-neutral-860 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-48px-6 {
  margin-bottom: 48px;
}

.brix---mg-bottom-3 {
  color: var(--ooredoo--color--text-dark-gray);
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.brix---accordion-header-2 {
  align-items: center;
  display: flex;
}

.brix---acordion-body-2 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer-2 {
  min-height: 16px;
}

.brix---accordion-title-2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.brix---tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.brix---tabs-content {
  overflow: visible;
}

.brix---inner-container-574px---center-7 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.brix---grid-1-column-gap-row-24px-2 {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---btn-circle-accordion-btn-2 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--ooredoo--color--primary-red);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn-2:hover {
  border-color: var(--elements-webflow-library--neutral--3002);
  background-color: var(--eed);
  transform: scale3d(.94, .94, 1.01);
}

.brix---accordion-btn-vertical-line-2 {
  background-color: var(--white);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.brix---accordion-btn-horizontal-line-2 {
  background-color: var(--white);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.brix---inner-container-1012px-center {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---badge-secondary---tabs {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary---tabs:hover, .brix---badge-secondary---tabs.w--current {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---accordion-item-wrapper-v6 {
  border: 1px solid var(--ooredoo--color--stroke-gray);
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
  border-radius: 24px;
  justify-content: space-between;
  width: 100%;
  padding: 28px;
  display: flex;
}

.brix---accordion-item-wrapper-v6:hover {
  border-color: var(--ooredoo--color--stroke-gray);
  padding-right: 28px;
}

.brix---accordion-content-wrapper-width-660px {
  flex-direction: column;
  justify-content: center;
  max-width: 660px;
  display: flex;
}

.brix---section-12-copy {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---badge-secondary---tabs-copy {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary---tabs-copy:lang(en) {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---badge-secondary---tabs-copy.w--current {
  border-style: solid;
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  margin-left: 6px;
  margin-right: 6px;
}

.brix---badge-secondary---tabs-copy.w--current:lang(en) {
  background-color: var(--white);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  border-width: 1px;
  font-weight: 500;
  box-shadow: 0 0 15px #ff00001c;
}

.brix---badge-secondary---tabs-copy {
  border: 1px none var(--elements-webflow-library--neutral--400);
  background-color: var(--b42224);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition-property: none;
  display: inline-block;
}

.brix---badge-secondary---tabs-copy:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  background-color: var(--elements-webflow-library--neutral--3002);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---badge-secondary---tabs-copy.w--current {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.brix---badge-secondary---tabs-copy.w--current:lang(en) {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.text-block-26, .text-block-27 {
  color: var(--untitled-ui--gray400);
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.brix---footer-wrapper-2 {
  border-top: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
}

.brix---footer-logo-2 {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo-2:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---grid-footer-v12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: center;
}

.brix---icon-square-36px-2 {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px-2:hover {
  transform: scale(.92);
}

.brix---paragraph-link-2 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link-2:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---social-media-grid-right---t-center-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---text-left---t-center {
  text-align: left;
}

.brix---footer-bottom-v12 {
  border-top: 1px solid var(--elements-webflow-library--neutral--3002);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 18px;
  line-height: 30px;
}

.cp-footer {
  border-top: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--black);
  border-radius: 31.98px;
  margin: 40px 40px 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}

.div-block-127 {
  padding-bottom: 40px;
}

.stats-card-copy {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  flex-flow: column;
  padding: 26px;
  display: flex;
  box-shadow: 0 10px 50px -16px #00000029;
}

.image-103 {
  opacity: .8;
  max-width: 100%;
}

.image-104, .image-105, .image-106, .image-107, .image-108 {
  opacity: .8;
}

.div-block-129 {
  width: 100vw;
  height: 100vh;
}

.modal-container {
  z-index: 5;
  opacity: 1;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 40px;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.form-wrapper {
  background-color: #fff;
  border-radius: 31px;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: block;
  position: relative;
}

.brix---grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-accent-7 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---color-neutral-861 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-862 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-863 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---mg-bottom-32px-7 {
  margin-bottom: 32px;
}

.brix---mg-bottom-40px-20 {
  margin-bottom: 40px;
}

.brix---mg-bottom-64px-3 {
  margin-bottom: 64px;
}

.brix---text-202 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---btn-primary-13 {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 80%;
  margin-top: 100px;
  padding: 26px 38px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  position: static;
}

.brix---btn-primary-13:hover {
  background-color: var(--main-panel);
  color: var(--white);
  font-family: Rubik, sans-serif;
  font-weight: 500;
  transform: translate3d(0, -3px, .01px);
}

.brix---input-5 {
  border: 1px solid var(--ooredoo--color--text-light-gray);
  background-color: var(--white);
  border-radius: 10px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-5:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input-5:focus {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input-5::placeholder {
  color: var(--ooredoo--color--stroke-gray);
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.brix---text-area-2 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area-2:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---text-area-2:focus {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-area-2::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---container-default-28 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-24 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h3-size-6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---success-message-5 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message-5 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-center-17 {
  text-align: center;
}

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  transform: scale3d(.96, .96, 1.01);
}

.brix---subtitle-7 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---half-bg-bottom {
  z-index: -1;
  background-color: var(--elements-webflow-library--neutral--200);
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---social-icon-square-30px-4 {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px-4:hover {
  transform: scale(.92);
}

.brix---paragraph-default-27 {
  color: var(--ooredoo--color--text-dark-gray);
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---input-label-3 {
  color: #333;
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---icon-success-message-big-2 {
  width: 60px;
  margin-bottom: 10px;
}

.brix---text-200-bold-5 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---section-position-relative-2 {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.brix---form-grid-2-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-form-v2-2 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 78px;
}

.brix---social-media-grid-right---mbp-center-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---inner-container-460px-center {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-752px-center {
  max-width: 752px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-position-relative-2-copy {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.brix---container-default-28-copy {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.brix---inner-container-752px-center-copy {
  max-width: 752px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---text-center-17-copy {
  text-align: center;
  position: relative;
}

.brix---color-neutral-861-copy {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---heading-h1-size-24-copy {
  color: #333;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.brix---paragraph-default-27-copy {
  color: var(--ooredoo--color--text-dark-gray);
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.brix---card-form-v2-2-copy {
  border: 1px none var(--elements-webflow-library--neutral--3002);
  background-color: var(--transparent);
  border-radius: 24px;
  height: 100%;
  min-height: auto;
  margin-bottom: 0;
  padding: 40px 30px 0;
}

.closebtn {
  cursor: pointer;
  background-color: #f2f2f2;
  border: 1px solid #e1e1e1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c3 {
  z-index: -1;
  opacity: .2;
  filter: blur(60px);
  background-color: #0f9;
  border-radius: 250px;
  width: 250px;
  height: 250px;
  display: flex;
  position: absolute;
  inset: auto -17% 20% auto;
}

.c1 {
  z-index: -1;
  opacity: .2;
  filter: blur(60px);
  background-color: #fbff00;
  border-radius: 250px;
  width: 350px;
  height: 350px;
  display: flex;
  position: absolute;
  inset: 23% -16% auto auto;
}

.c2 {
  z-index: -1;
  opacity: .2;
  filter: blur(60px);
  background-color: red;
  border-radius: 250px;
  width: 250px;
  height: 250px;
  display: flex;
  position: absolute;
  inset: auto auto 33% -8%;
}

.div-block-130 {
  position: static;
}

.d1 {
  z-index: -1;
  opacity: .2;
  filter: blur(60px);
  background-color: #0f1;
  border-radius: 250px;
  width: 350px;
  height: 350px;
  display: flex;
  position: absolute;
  inset: 23% 14% auto auto;
}

.d2 {
  z-index: -1;
  opacity: .2;
  filter: blur(60px);
  background-color: #2600ff;
  border-radius: 250px;
  width: 250px;
  height: 250px;
  display: flex;
  position: absolute;
  inset: 41% -17% 0% auto;
}

.d3 {
  z-index: -1;
  opacity: .2;
  filter: blur(60px);
  background-color: #e0f;
  border-radius: 250px;
  width: 250px;
  height: 250px;
  display: flex;
  position: absolute;
  inset: auto auto 25% -19%;
}

.r25-hero {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
}

.hero_inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.hero_wrapper {
  width: 100vw;
  position: static;
}

.hero_imager25 {
  width: 100%;
  height: auto;
  position: static;
}

.brix---color-neutral-864 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-865 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-21 {
  margin-bottom: 40px;
}

.brix---mg-top-80px {
  margin-top: 80px;
}

.brix---btn-primary-14 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-14:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-8 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-8:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---container-default-29 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1218px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.brix---heading-h1-size-25 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---text-center-18 {
  z-index: 1;
  text-align: center;
  position: absolute;
}

.brix---opacity-20-7 {
  opacity: .2;
}

.brix---paragraph-default-28 {
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.brix---button-row-left-16 {
  margin-right: 24px;
}

.brix---buttons-row-center-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---floating-image-hero-v6---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto -12% 41% auto;
  transform: rotate(140deg);
}

.brix---inner-container-574px---center-8 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-hero-top-small {
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.hero-content {
  z-index: 1;
  text-align: center;
  flex: 1;
  position: relative;
}

.hero-content-title {
  color: var(--elements-webflow-library--neutral--800);
}

.hero-content-subcopy {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero-actions {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.hero-paragraph {
  color: #756c65;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-131 {
  justify-content: center;
  align-items: center;
  width: 750px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto auto -14%;
}

.hero-grid-wrapper {
  z-index: 1;
  background-color: #fff;
  border: 2px #ffc98a;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto auto -25%;
  box-shadow: 0 2px 20px -10px #0003;
}

.hero-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 1220px;
  padding: 10px 20px 20px;
}

.hero-date {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-date-en {
  color: #787878;
  border-left: 1px #000;
  padding-left: 5px;
  padding-right: 10px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.hero-date-dv {
  direction: rtl;
  color: #787878;
  text-align: right;
  letter-spacing: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  border-left: 1px #000;
  padding-left: 10px;
  padding-right: 5px;
  font-family: "Mvwaheed 1", Arial, sans-serif;
}

.hero-date-main {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.prayer-card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fffbf8;
  border: 1px solid #fc9;
  border-radius: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 16px -7px #00000026;
}

.prayer-title {
  font-family: "Mvwaheed 1", Arial, sans-serif;
  font-size: 16px;
}

.prayer-time {
  color: #6f6f6f;
  font-family: Rubik, sans-serif;
}

.hero-current-time {
  color: #6b8e6b;
  border-right: 1px #000;
  padding-left: 5px;
  padding-right: 10px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.hero-date-e {
  direction: rtl;
  text-align: right;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  padding-left: 10px;
  padding-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.image-109 {
  width: 14%;
  margin-bottom: 12px;
}

.image-110 {
  width: auto;
  max-width: none;
  height: auto;
  overflow: visible;
}

.div-block-132 {
  opacity: 1;
  background-image: none;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---color-neutral-866 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-32px-8 {
  margin-bottom: 32px;
}

.brix---input-6 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-6:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input-6:focus {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input-6::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---heading-h2-size-11 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
}

.brix---success-message-6 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message-6 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-list-item-wrapper-3 {
  align-items: center;
  display: flex;
}

.brix---icon-list-3 {
  margin-right: 16px;
}

.brix---cta-section {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.brix---text-200-list-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---card-form-2 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  min-height: 576px;
  margin-bottom: 0;
  padding: 56px 40px;
}

.brix---input-label-4 {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---icon-success-message-big-3 {
  width: 60px;
  margin-bottom: 10px;
}

.brix---form-grid-2-columns-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---grid-cta-v4 {
  grid-column-gap: 100px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .86fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---cta-v4-floating-item-01 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.brix---cta-v3-floating-item-02-2 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.karagame {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  margin-top: 200px;
  margin-bottom: 80px;
  display: flex;
}

.div-block-133 {
  width: 85%;
}

.uui-text-size-medium-18 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-style-link-4 {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-4:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small-11 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-container-large-21 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.uui-max-width-small-3 {
  width: 100%;
  max-width: 30rem;
}

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

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

.uui-button-17:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

.uui-form_input-4 {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-4:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
  color: var(--untitled-ui--gray900);
}

.uui-form_input-4::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-heading-xlarge-4 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-section_heroheader08 {
  background-color: var(--untitled-ui--gray50);
}

.uui-signup-form_wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-heroheader08_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.uui-heroheader08_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-ratings_component {
  align-items: center;
  display: flex;
}

.ratings_wrapper {
  margin-left: 1rem;
}

.ratings_stars-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .125rem;
  display: flex;
}

.uui-ratings_stars {
  width: 100%;
  height: 1.25rem;
  margin-right: .5rem;
}

.uui-text-size-xlarge-6 {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-heroheader08_image {
  object-fit: cover;
  width: 100%;
  height: 40rem;
}

.uui-avatar-group_component {
  grid-column-gap: 0rem;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.uui-avatar-group_item-4 {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-space-small-16 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-padding-vertical-xhuge-26 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-ratings_number {
  color: var(--untitled-ui--gray700);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-section_heroheader08-copy {
  background-color: var(--untitled-ui--gray50);
  background-image: linear-gradient(#fff, #fff);
  border-radius: 24px;
  box-shadow: 0 5px 20px -10px #0003;
}

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

.uui-container-large-21-copy {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-26-copy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.uui-heroheader08_component-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-heroheader08_content-copy {
  padding-top: 100px;
  padding-left: 20px;
}

.uui-heading-xlarge-4-copy {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Outfit, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-text-size-xlarge-6-copy {
  color: var(--untitled-ui--gray600);
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.r25-cta {
  background-color: #929292;
  background-image: linear-gradient(#000, #000);
  border: 2px #fff;
  border-radius: 100px;
  margin-top: 0;
  padding: 12px 30px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.brix---color-neutral-867 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-868 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-11 {
  margin-bottom: 16px;
}

.brix---section-13 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 0;
}

.brix---text-center-19 {
  text-align: center;
}

.brix---inner-container-600px---center-6 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---image-wrapper-br-24px-2 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.brix---image-width-100-2 {
  width: 100%;
}

.brix---grid-gallery-v4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .48fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-section_heroheader08-copy-copy {
  background-color: var(--untitled-ui--gray50);
  box-shadow: 0 5px 20px -5px var(--elements-webflow-library--general--shadow-05);
  background-image: linear-gradient(#fff, #fff);
  border: 1px #c6a253;
  border-radius: 24px;
}

.uui-page-padding-24-copy-copy {
  border: 1px #c6a253;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-container-large-21-copy-copy {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-26-copy-copy {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.uui-heroheader08_component-copy-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-13-copy {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 0;
}

.brix---container-default-29-copy {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---grid-gallery-v4-copy {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .48fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---image-wrapper-br-24px-2-copy {
  border-radius: 24px;
  overflow: hidden;
}

.uui-heading-xlarge-4-copy-copy {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-max-width-small-3-copy {
  width: 100%;
  max-width: 30rem;
}

.uui-text-size-xlarge-6-copy-copy {
  color: var(--untitled-ui--gray600);
  margin-bottom: 1rem;
  font-family: Rubik, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.div-block-134 {
  border-radius: 20px;
  overflow: hidden;
}

.brix---color-accent-8 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---color-neutral-869 {
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.brix---color-neutral-870 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-3 {
  margin-bottom: 8px;
}

.brix---mg-bottom-48px-7 {
  margin-bottom: 80px;
}

.brix---text-203 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---section-14 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h4-size-5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.brix---flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---avatar-image {
  padding-top: 0;
  padding-right: 0;
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

.brix---text-200-bold-6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---avatar-circle-04 {
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100px;
  height: 150px;
  max-height: 80px;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-testimonial-v2 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 40px 64px;
  display: flex;
}

.family {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #fffcef;
  background-image: linear-gradient(#f4f4f4, #f3f3f3 25% 75%, #f4f4f4);
  padding-top: 80px;
  padding-bottom: 80px;
}

.brix---3-columns-1-col-tablet-copy {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: static;
}

.brix---card-testimonial-v2-copy {
  background-color: var(--white);
  border: 1px #c6a253;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 100px;
  display: flex;
}

.brix---mg-bottom-32px-8-copy {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.anniversary-special {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  margin-top: 50px;
  display: flex;
}

.div-block-135 {
  padding-top: 30px;
}

.brix---card-testimonial-v2-copy-copy {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--white);
  box-shadow: 0 2px 20px -5px var(--elements-webflow-library--general--shadow-05);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 40px 64px;
  display: flex;
}

.brix---mg-bottom-32px-8-copy {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  width: 150%;
  margin-top: 20px;
  margin-bottom: 32px;
}

.brix---color-neutral-870-copy {
  color: var(--elements-webflow-library--neutral--600);
  border: 2px #e6e6e6;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.benefit-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 0 #d7d7d7;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.benefit-main-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 0 #d7d7d7;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  height: auto;
  display: flex;
}

.div-block-136 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.text-block-28 {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  font-size: 26px;
}

.text-usp {
  color: var(--color-data);
  padding: 16px;
  font-family: Rubik, sans-serif;
  font-size: 32px;
  font-weight: 800;
}

.div-block-137 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-usp-copy {
  padding: 16px;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.brix---color-neutral-870-copy-copy {
  color: var(--elements-webflow-library--neutral--600);
  background-color: #f1f1f1;
  border: 0 #e6e6e6;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.text-in {
  color: var(--untitled-ui--gray500);
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
}

.text-block-29, .text-block-30, .text-block-31 {
  color: var(--ooredoo--color--text-light-gray);
}

.text-sub {
  color: var(--ooredoo--color--text-light-gray);
  text-align: center;
  font-family: Noto Sans, sans-serif;
}

.brix---card-testimonial-v2-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  box-shadow: 0 2px 20px -5px var(--elements-webflow-library--general--shadow-05);
  background-image: linear-gradient(40deg, #fff, #ffe4b2);
  border-style: solid;
  border-width: 1px;
  border-radius: 24px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 40px;
  display: flex;
}

.brix---mg-bottom-32px-8-copy-copy {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.brix---mg-bottom-12px-2-copy {
  margin-bottom: 0;
}

.brix---mg-bottom-32px-8-copy-copy {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 32px;
}

.brix---mg-bottom-32px-8-copy-copy-copy {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.text-usp-copy {
  color: var(--untitled-ui--gray900);
  text-align: left;
  padding: 10px 16px 0 0;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 800;
}

.text-usp-copsay {
  color: var(--color-data);
  padding: 16px;
  font-family: Rubik, sans-serif;
  font-size: 32px;
  font-weight: 800;
}

.brix---heading-h4-size-5-copy {
  color: var(--ooredoo--color--text-dark-gray);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.maini0title {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Outfit, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.maini0title.roadha {
  text-transform: uppercase;
  line-height: 90%;
}

.maini0title.roadharubik {
  font-family: Rubik, sans-serif;
}

.aachaa-dhan-dhan {
  color: var(--blue-ooredoo);
  background-color: #111330;
  background-image: linear-gradient(#0047bbde, #0047bbde), url('../images/pexels-minan1398-813269-1.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.night-data {
  border-top: 1px none var(--ooredoo--color--stroke-gray);
  border-bottom: 1px none var(--ooredoo--color--stroke-gray);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 26px 0 0 20px;
  display: flex;
}

.ups-h1-copy {
  clear: right;
  color: var(--blue-ooredoo);
  text-transform: uppercase;
  clear: right;
  text-transform: uppercase;
  clear: right;
  text-transform: uppercase;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.div-block-138 {
  display: flex;
}

.brix---3-columns-1-col-tablet-copy-copy {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: static;
}

.div-block-139 {
  color: red;
  border: 1px solid red;
  border-radius: 100px;
  width: 42%;
  margin-bottom: 16px;
  padding: 8px 26px;
}

.anv-text {
  color: red;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-weight: 700;
}

.upsh12 {
  clear: right;
  color: var(--green-voice);
  text-transform: uppercase;
  margin-left: 5px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.ups-h1-copy-copy {
  clear: right;
  color: var(--green-voice);
  text-transform: uppercase;
  clear: right;
  text-transform: uppercase;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.gamers-benefit {
  background-color: #19120a;
  border: 1px solid #5e4214;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.udesly-button-secondary-small {
  color: #171717;
  background-color: #fff;
  border-radius: 6px;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-secondary-small:hover {
  background-color: #f5f5f5;
}

.udesly-banner-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.udesly-paragraph-white {
  color: #fff;
  font-size: 18px;
}

.udesly-paragraph-white.udesly-centered.udesly-max-width {
  text-align: center;
  max-width: 650px;
  font-weight: 500;
}

.udesly-pricing-banner-heading {
  color: #fff;
  letter-spacing: -.045em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
}

.udesly-big-icon-wrapper {
  background-color: #68686863;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.udeslypricing-banner-wrap {
  background-image: linear-gradient(#000, #000);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  min-height: 400px;
  padding: 50px;
  display: flex;
}

.udesly-paragraph-small-3 {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-text-extrabold {
  width: 80%;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-udesly-text-semibold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.udesly-button {
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .25s ease-out;
}

.udesly-button:hover {
  background-color: #171717d9;
}

.udesly-paragraph-large-2 {
  color: #404040;
  width: 80%;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-container {
  background-color: #ed1c24;
  border: 4px #c6a253;
  border-radius: 24px;
  width: 100%;
  max-width: 1216px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  box-shadow: 0 2px 100px -35px #c6a25366;
}

.udesly-column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.udesly-grid-two-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.udesly-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.udesly-icon-block-medium {
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.udesly-stats-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #39393957;
  border: 2px #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 2px -1px #1018281a, 0 1px 3px #10182840;
}

.udesly-stats-card.udesly-flex-top {
  align-items: flex-start;
}

.udesly-stats-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.udesly-stats-grid.udesly-mt-32, .udesly-stats-grid.udesly-mt-32-copy, .udesly-stats-grid.udesly-mt-32-copy-copy {
  grid-template-rows: auto;
  margin-top: 0;
}

.udesly-stats-wrapper {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.maini0title-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Outfit, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.udesly-text-extrabold-copy {
  color: #fff;
  width: 80%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-weight: 600;
}

.udesly-udesly-text-semibold-copy {
  color: #9a9a9a;
  text-align: left;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.udesly-paragraph-small-3-copy {
  color: #fff;
  text-align: left;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.text-usp-copy-copy {
  color: var(--ooredoo--color--primary-red);
  padding: 10px 16px 0 0;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 800;
}

.udesly-container-copy {
  background-color: #15110a;
  border: 2px #a4a4a4;
  border-radius: 24px;
  width: 100%;
  max-width: 1216px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  box-shadow: 0 2px 100px -35px #c6a25366;
}

.udesly-stats-card-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 2px -1px #1018281a, 0 1px 3px #10182840;
}

.udesly-stats-card-copy.udesly-flex-top {
  align-items: flex-start;
}

.udesly-stats-grid-copy {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center stretch;
  width: 100%;
}

.udesly-stats-grid-copy.udesly-mt-32, .udesly-stats-grid-copy.udesly-mt-32-copy, .udesly-stats-grid-copy.udesly-mt-32-copy-copy {
  grid-template-rows: auto;
  margin-top: 0;
}

.udesly-paragraph-large-2-copy {
  color: #404040;
  width: 80%;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.text-usp-copy-copy-copy {
  color: var(--white);
  text-align: center;
  padding: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.udesly-block-2-copy {
  border-bottom: 1px solid #d0d0d0;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.broadcard {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 4px #c6a253;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 100px -35px #c6a25380;
}

.broadcard.udesly-flex-top {
  align-items: flex-start;
}

.udesly-paragraph-small-3-copy-copy {
  color: #525252;
  text-align: center;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.saf {
  color: #525252;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.chip {
  background-color: red;
  border-radius: 12px;
  width: 50%;
  padding: 6px 12px;
  position: static;
  inset: 0% auto auto;
}

.chiptext {
  color: #fff;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.div-block-140 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-141 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bonus {
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 14px;
  width: 110%;
  padding-top: 12px;
  padding-bottom: 12px;
  position: static;
}

.udesly-udesly-text-semibold-copy-copy, .sub-text-all {
  color: #9a9a9a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.sub-text-white {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.saf-copy {
  color: #fff;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-block-2-copy-copy {
  border-bottom: 1px #d0d0d0;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.yon {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.bonus-copy {
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 14px;
  width: 110%;
  padding-top: 12px;
  padding-bottom: 12px;
  position: static;
}

.roaming {
  color: var(--elements-webflow-library--neutral--3002);
  padding-top: 40px;
  padding-bottom: 80px;
}

.brix---color-neutral-871 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-872 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px-6 {
  margin-bottom: 24px;
}

.brix---mg-bottom-48px-8 {
  margin-bottom: 48px;
}

.brix---grid-3-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.brix---mg-bottom-4 {
  color: var(--ooredoo--color--text-light-gray);
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---container-default-30 {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.brix---section-15 {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.brix---heading-h2-size-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-7 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}

.brix---text-center-20 {
  text-align: center;
}

.brix---mg-bottom-12px-3 {
  margin-bottom: 12px;
}

.brix---paragraph-default-29 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center-7 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---card-content-center {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--white);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

.cardi {
  box-shadow: 0 2px 20px -5px var(--untitled-ui--gray900);
  background-color: #443a3a;
  border: 2px solid #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.cardi-copy {
  background-color: var(--white);
  box-shadow: 0 2px 20px -5px var(--elements-webflow-library--general--shadow-05);
  border: 1px solid #ffc5c8;
  border-radius: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  padding: 16px 40px;
  display: flex;
}

.text-usp-copy-copy {
  color: var(--white);
  text-align: center;
  overflow-wrap: normal;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.text-sub-copy {
  color: var(--ooredoo--color--text-light-gray);
  text-align: center;
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
}

.hicontent {
  margin-top: 50px;
  margin-bottom: 10px;
}

.div-block-142 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.cardi-copy-copy {
  box-shadow: 0 2px 20px -5px var(--elements-webflow-library--general--shadow-05);
  background-color: #ba9e8e;
  border: 1px #ffc5c8;
  border-radius: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  padding: 16px 40px;
  display: flex;
}

.prayer-alert {
  color: var(--elements-webflow-library--neutral--100);
  padding: 80px 100px;
}

.brix---color-neutral-873 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-874 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-4 {
  margin-bottom: 8px;
}

.brix---mg-bottom-24px-7 {
  margin-bottom: 24px;
}

.brix---mg-bottom-48px-9 {
  margin-bottom: 48px;
}

.brix---mg-bottom-5 {
  margin-bottom: 0;
}

.brix---btn-primary-15 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-15:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-9 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-9:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---square-icon-2 {
  border-radius: 16px;
}

.brix---buttons-row-13 {
  align-items: center;
  display: flex;
}

.brix---container-default-31 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.brix---section-16 {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #fff;
  border-radius: 21px;
  padding: 50px;
}

.brix---heading-h2-size-13 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-8 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---paragraph-default-30 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-17 {
  margin-right: 24px;
}

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

.brix---card-left-text-wrapper {
  margin-left: 24px;
}

.brix---icon-left---content-right {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---grid-2-columns-text {
  grid-column-gap: 64px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.prayerbox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--ooredoo--color--secondary-yellow);
  border-radius: 31px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1218px;
  padding: 50px;
  display: flex;
}

.h1para {
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.sadas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--white);
  border-radius: 24px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 40px;
  display: flex;
}

.brix---heading-h4-size-5-copy-copy {
  color: var(--ooredoo--color--text-dark-gray);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.text-usp-copy-copy {
  color: var(--untitled-ui--gray900);
  text-align: left;
  padding: 10px 0 0;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 800;
}

.brix---color-neutral-869-copy {
  color: var(--elements-webflow-library--neutral--800);
  text-align: left;
}

.text-usp-copy-copy-copy {
  color: var(--untitled-ui--gray900);
  text-align: left;
  padding: 10px 0 0;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 800;
}

.gamers-te {
  color: var(--ooredoo--color--text-dark-gray);
  -webkit-text-stroke-color: var(--white);
  padding: 10px 16px 0 0;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  font-weight: 800;
}

.r25-cta-copy {
  color: #fff;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 100px;
  margin-top: 0;
  padding: 12px 30px;
  font-size: 18px;
}

.asdasdasd {
  color: var(--white);
  text-align: center;
  overflow-wrap: normal;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.zakat {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--elements-webflow-library--neutral--100);
  justify-content: center;
  align-items: center;
  padding: 80px 100px;
  display: flex;
}

.brix---color-neutral-875 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-32px-9 {
  margin-bottom: 32px;
}

.brix---mg-top-64px {
  margin-top: 0;
}

.brix---text-center-21 {
  text-align: center;
}

.brix---icon-list-item-wrapper-4 {
  align-items: center;
  display: flex;
}

.brix---icon-list-4 {
  margin-right: 16px;
}

.brix---buttons-row-center-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---text-200-list-bold-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---grid-3-icon-list {
  grid-column-gap: 56px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.brix---btn-primary-white-10 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-10:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-11 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-11:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---inner-container-600px---center-8 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---z-index-2 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---inner-container-900px-center {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.brix---cta-v7-floating-item-01 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.brix---cta-v6-floating-item-02-2 {
  position: absolute;
  inset: auto 3% 24% auto;
}

.brix---cta-v7-section {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  padding-top: 160px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.brix---cta-v7-section-copy {
  background-color: var(--untitled-ui--warning300);
  border-radius: 31px;
  padding-top: 50px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.mfaisa {
  background-color: var(--untitled-ui--warning300);
  border-radius: 31px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.fitrboz {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 31px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1218px;
  padding: 50px;
  display: flex;
  box-shadow: 0 0 50px -20px #0003;
}

.maini0title-copy {
  color: var(--untitled-ui--gray900);
  width: 60%;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Rubik, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.brix---inner-container-574px---center-8-copy {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-143 {
  z-index: -2;
  background-image: linear-gradient(#f4f4f4, #fff);
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.brix---card-testimonial-v2-copy-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  box-shadow: 0 2px 20px -5px var(--elements-webflow-library--general--shadow-05);
  border: 1px #c6a253;
  border-radius: 24px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 40px;
  display: flex;
}

.hellas {
  color: var(--white);
  text-align: center;
  padding: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.gamers-te-copy {
  color: var(--elements-webflow-library--secondary--color-2);
  -webkit-text-stroke-color: var(--white);
  padding: 0 16px 0 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.udesly-paragraph-large-2-copy {
  color: #fff;
  width: 80%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-paragraph-large-2-copy-copy {
  color: #9e9e9e;
  width: 80%;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

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

.brix---grid-6-columns-logo-strip-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.brix---color-neutral-876 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---hidden-desktop-3 {
  display: none;
}

.brix---slider-wrapper-3 {
  background-color: #0000;
  height: 100%;
}

.brix---slider-mask-2 {
  height: 100%;
}

.brix---slider-nav {
  margin-top: 48px;
  position: static;
  transform: scale(.8);
}

.brix---text-300-bold-5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---mg-bottom-40px-22 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-26 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---play-button-large-3 {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.brix---play-button-large-3:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---bg-image-full-width-13 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---hero-bg-image-dark-7 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---grid-hero-play-button-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hor-scroll {
  width: 100%;
  overflow: hidden;
}

.flexbox {
  width: 100%;
  position: relative;
}

.div-block-144 {
  overflow-wrap: normal;
  background-image: linear-gradient(90deg, #fff, #fff0 10% 90%, #fff);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.udesly-stats-wrapper-copy {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.udesly-paragraph-large-2-copy-copy-copy {
  color: #9e9e9e;
  width: 80%;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.brix---mg-bottom-6 {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
}

.brix---container-default-32 {
  border: 1px red;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper-3 {
  border-top: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---footer-logo-3 {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo-3:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---grid-footer-logo---paragraph {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  align-items: center;
}

.brix---paragraph-link-3 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link-3:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---footer-bottom-v4 {
  border-top: 1px solid var(--elements-webflow-library--neutral--3002);
  color: var(--elements-webflow-library--neutral--600);
  text-align: right;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 18px;
  line-height: 30px;
}

.brix---avatar-image-copy {
  padding: 0;
}

.image-112, .image-113, .image-114 {
  max-width: 60%;
}

.div-block-145 {
  background-image: linear-gradient(#0000 50%, #0009);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.contenttext {
  z-index: 2;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 0%;
}

.yoyfdhd {
  z-index: 2;
  color: var(--white);
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-115 {
  position: absolute;
  inset: 10% auto auto 2%;
  transform: rotate(-7deg);
}

.gamebtwn {
  background-color: #929292;
  background-image: linear-gradient(to bottom, var(--elements-webflow-library--accent--ooredoo-red), var(--elements-webflow-library--accent--ooredoo-red));
  border: 4px solid #fff;
  border-radius: 100px;
  margin-top: 0;
  padding: 12px 30px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 4px 25px -5px #0003;
}

.image-116 {
  width: 20%;
}

.maini0title-copy-copy {
  color: var(--untitled-ui--gray900);
  width: 60%;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Rubik, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.h230 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.bold-text-5 {
  color: var(--white);
  line-height: 24px;
}

.p230 {
  color: var(--ooredoo--color--text-light-gray);
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.brix---color-neutral-872-copy {
  color: var(--elements-webflow-library--neutral--600);
}

.p330 {
  color: var(--ooredoo--color--secondary-pastel-pink);
}

.cardi-copy {
  box-shadow: 0 2px 20px -5px var(--untitled-ui--gray800);
  background-color: #443a3a;
  border: 2px solid #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
  transform: scale(1.15);
}

.image-117 {
  max-width: 90%;
}

.brix---card-testimonial-v2-copy-copy-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border: 1px #c6a253;
  border-radius: 24px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 40px;
  display: flex;
}

.brix---color-neutral-869-copy {
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.r25-cta-card {
  background-color: #929292;
  background-image: linear-gradient(to bottom, var(--elements-webflow-library--accent--ooredoo-red), var(--elements-webflow-library--accent--ooredoo-red));
  border: 2px #fff;
  border-radius: 100px;
  margin-top: 0;
  padding: 8px 20px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.r25-cta-wds {
  background-color: #929292;
  background-image: none;
  border: 2px #fff;
  border-radius: 100px;
  margin-top: 20px;
  padding: 12px 30px;
  font-size: 18px;
}

.maini0title-585 {
  color: var(--ooredoo--color--background-lightest-gray);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Outfit, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.maini0title-585.roadharubik {
  font-family: Rubik, sans-serif;
}

.brix---paragraph-default-28-copy {
  color: var(--untitled-ui--gray200);
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-28-sdacopy-copy {
  text-align: left;
  margin-bottom: 50px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---color-neutral-869-sdad {
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mfaisa-copy {
  background-color: var(--untitled-ui--warning300);
  border-radius: 31px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.maini0title-asas {
  color: var(--untitled-ui--gray900);
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Rubik, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.bold-text-6 {
  width: auto;
}

.brix---paragraph-default-28-copy-copy {
  color: var(--untitled-ui--gray200);
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.gdufjhv {
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.hicontent-2 {
  margin-top: 50px;
  margin-bottom: 10px;
}

.alrt {
  border-top: 1px solid #f2f2f2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.alrttext {
  color: #787878;
  border-right: 1px #000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Mvwaheed 1", Arial, sans-serif;
  font-weight: 500;
}

.ght {
  display: flex;
}

.paragraph-6 {
  font-family: Rubik, sans-serif;
}

.brix---color-neutral-877 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-23 {
  margin-bottom: 40px;
}

.brix---buttons-row-14 {
  align-items: center;
  display: flex;
}

.brix---container-default-33 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size-27 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---paragraph-default-31 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-18 {
  margin-right: 24px;
}

.brix---bg-image-full-width-14 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---hero-bg-image-dark-8 {
  background-image: linear-gradient(#0009, #0009);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---btn-primary-white-11 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-11:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-12 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-12:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---grid-2-col---1-col-t-7 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.applecel-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 57px;
  text-decoration: none;
}

.applecel-subhedder {
  color: var(--white);
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.applecel-heroimg {
  background-color: #0000;
  background-image: linear-gradient(#0000002e, #0000002e);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.applecel-imgfull {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.brix---header-logo-5 {
  max-width: 250px;
}

.brix---social-icon-square-30px-5 {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px-5:hover {
  transform: scale(.92);
}

.brix---header-logo-link-center-mbp {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-center-mbp:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper-v11 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---social-media-grid-header-v11 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.apple-cel-header {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.applecel-header-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ordapplecel-log {
  max-width: 250px;
}

.brix---color-neutral-878 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-879 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-5 {
  margin-bottom: 8px;
}

.brix---mg-bottom-16px-12 {
  margin-bottom: 16px;
}

.brix---mg-bottom-24px-8 {
  margin-bottom: 24px;
}

.brix---mg-bottom-32px-10 {
  margin-bottom: 32px;
}

.brix---btn-primary-16 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-16:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-10 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-10:hover {
  border-color: var(--elements-webflow-library--accent--ooredoo-red);
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---square-icon-3 {
  border-radius: 16px;
}

.brix---section-17 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-14 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 50px;
}

.brix---heading-h4-size-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---grid-2-columns-gap-56px {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---grid-content-v15 {
  grid-column-gap: 110px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.applecel-section2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 100px;
  padding-bottom: 100px;
}

.applecel-h2 {
  color: var(--elements-webflow-library--neutral--100);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 50px;
}

.applecel-paradef {
  max-width: 75%;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.applecle-grid {
  grid-column-gap: 56px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.applecelsectioon2-grdi {
  grid-column-gap: 112px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.applecel---mg-bottom-24px-8-copy {
  margin-bottom: 24px;
}

.applecel---heading-h4-size-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.applecel---paragraph-default-31-copy {
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.applecel--square-icon-3 {
  border-radius: 16px;
}

.brix---color-neutral-880 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-881 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-300 {
  color: var(--elements-webflow-library--neutral--3002);
}

.brix---color-neutral-882 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-48px-10 {
  margin-bottom: 48px;
}

.brix---link-wrapper-2 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-2:hover {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---heading-h2-size-15 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-9 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---text-center-22 {
  text-align: center;
}

.brix---mg-bottom-12px-4 {
  margin-bottom: 12px;
}

.brix---link-icon-right-3 {
  margin-left: 6px;
}

.brix---inner-container-600px---center-9 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---text-200-bold-7 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---grid-2-columns---gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-link-img-bg {
  border-radius: 24px;
  align-items: flex-end;
  min-height: 500px;
  padding: 48px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---card-link-img-bg:hover {
  transform: scale(.96);
}

.brix---card-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---bg-overlay-gradient {
  z-index: -1;
  background-image: linear-gradient(#0000 15%, #0000008f 61%, #000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.applecell--section-17-copy {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 100px;
  padding-bottom: 176px;
}

.applecell---heading-h3-size-9 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.applecell---heading-h3-size-9.color-applecell-black {
  color: var(--black);
}

.applecell---bg-overlay-gradient {
  z-index: -1;
  background-image: linear-gradient(#0000 15%, #0000008f 61%, #000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.applecell---card-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---color-accent-9 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---color-neutral-883 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-884 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-6 {
  margin-bottom: 8px;
}

.brix---mg-bottom-24px-9 {
  margin-bottom: 24px;
}

.brix---mg-bottom-48px-11 {
  margin-bottom: 48px;
}

.brix---border-radius-24px-4 {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---container-default-34 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-18 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---link-wrapper-3 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-3:hover {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---heading-h2-size-16 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-10 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---text-center-23 {
  text-align: center;
}

.brix---mg-bottom-12px-5 {
  margin-bottom: 12px;
}

.brix---link-icon-right-4 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  margin-left: 6px;
}

.brix---paragraph-default-32 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center-10 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---text-200-bold-8 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---image-width-100-3 {
  width: 100%;
}

.brix---grid-3-columns---1-col-mb-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---card-link-content-left-fw {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  transform-style: preserve-3d;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px 32px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---card-link-content-left-fw:hover {
  transform: scale3d(.94, .94, 1.01);
}

.applecell---mg-bottom-48px-10-copy {
  margin-bottom: 48px;
}

.applecell---section {
  color: var(--elements-webflow-library--neutral--3002);
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.applecell---container-default-34-copy {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.applecell---grid-3-columns---1-col-mb-2-copy {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.applecell---card-link-content-left-fw-copy {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--white);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  transform-style: preserve-3d;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px 32px 32px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.applecell---card-link-content-left-fw-copy:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---color-neutral-885 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-16px-13 {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px-24 {
  margin-bottom: 10px;
}

.brix---buttons-row-15 {
  align-items: center;
  display: flex;
}

.brix---cta-section-2 {
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.brix---button-row-left-19 {
  margin-right: 24px;
}

.brix---btn-primary-white-12 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-12:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--ooredoo-red);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-13 {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-13:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---grid-cta-v4-2 {
  grid-column-gap: 90px;
  grid-row-gap: 28px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .86fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  display: grid;
}

.brix---cta-v5-floating-item-01 {
  position: absolute;
  inset: 0% auto auto -1%;
}

.brix---cta-v4-floating-item-02 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.applecell---cta-section-2-copy {
  background-color: var(--transparent);
  padding-top: 160px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.uui-text-size-medium-19 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-container-large-22 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.uui-max-width-large-17 {
  width: 100%;
  max-width: 48rem;
}

.uui-text-size-large-17 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-16 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

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

.uui-button-18:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

.uui-button-row-16 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-faq02_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-faq02_list-grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.uui-faq02_question-2 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.uui-faq02_answer-2 {
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.uui-faq02_accordion-2 {
  background-color: #0000;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq02_icon-wrapper-2 {
  color: var(--untitled-ui--gray400);
}

.accordion-icon_component-5 {
  border: 2px solid var(--untitled-ui--gray400);
  color: var(--untitled-ui--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.accordion-icon_vertical-line-5 {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line-5 {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

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

.uui-space-medium-11 {
  width: 100%;
  min-height: 2rem;
}

.uui-padding-vertical-xhuge-27 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading-14 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-faq02_heading-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.brix---color-neutral-886 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---accordion-header-3 {
  align-items: center;
  display: flex;
}

.brix---acordion-body-3 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer-3 {
  min-height: 16px;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---accordion-title-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---inner-container-574px---center-9 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-1012px-center-2 {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---accordion-item-wrapper-v2 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v2:hover {
  transform: translate(8px);
}

.brix---accordion-btn-vertical-line-v2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 2px;
  height: 28px;
  position: absolute;
}

.brix---accordion-btn-horizontal-line-v2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 28px;
  height: 2px;
  position: absolute;
}

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---grid-1-column-gap-row-2 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---accordion-right-side-2 {
  margin-left: 24px;
  margin-right: 0;
}

.applecell---section-18-2copy {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 60px;
  padding-bottom: 176px;
}

.applecell---mg-bottom-48px-11-copy {
  margin-bottom: 48px;
}

.applecel--accordion-item-wrapper-v2-copy {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--3002);
  background-color: var(--transparent);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0;
  transition: transform .3s;
  display: flex;
}

.applecel--accordion-item-wrapper-v2-copy:hover {
  transform: translate(8px);
}

.applecell---paragraph-default-32-copy {
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.applecell---inner-container-856---center-copy {
  background-color: #f5f5f5;
  border-radius: 20px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 34% 100px 100px;
  display: flex;
}

.applcelasd---grid-1-column-gap-row-32px-copy {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.heading-3-copy {
  color: var(--elements-webflow-library--secondary--color-2);
  padding-bottom: 43px;
  font-family: Outfit, sans-serif;
  font-size: 49px;
  font-weight: 300;
}

.applecell---accordion-item-wrapper-copy {
  border: 1px solid var(--ooredoo--color--stroke-gray);
  background-color: var(--white);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  -webkit-text-stroke-color: var(--black);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 8px;
  width: 100%;
  padding: 35px 29px 33px 48px;
  transition: transform .3s;
  display: flex;
}

.applecell---accordion-item-wrapper-copy:hover {
  transform: scale3d(.96, .96, 1.01);
}

.applecellfaq---paragraph-default-3-copy {
  color: var(--ooredoo--color--text-dark-gray);
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.brix---btn-circle-accordion-btn-copy {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border: 1px #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn-copy:hover {
  border-color: var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-circle-accordion-btn-copy:visited {
  color: var(--black);
}

.brix---btn-circle-accordion-btn-copy-copy {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border: 1px #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn-copy-copy:hover {
  border-color: var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-circle-accordion-btn-copy-copy:visited {
  color: var(--black);
}

.applecel---accordion-side-copy {
  margin-right: 24px;
}

.applecell---btn-circle-accordion-btn-copy-copy-copy {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border: 1px #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.applecell---btn-circle-accordion-btn-copy-copy-copy:hover {
  border-color: var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--general--shadow-03);
  transform: scale3d(.94, .94, 1.01);
}

.applecell---btn-circle-accordion-btn-copy-copy-copy:visited {
  color: var(--black);
}

.liveunlimoted-h1 {
  color: #fff;
  text-align: center;
  margin: 106px 106px 32px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Outfit, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: 90%;
}

.liveunlimited-subheading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 1.8rem;
  line-height: 130%;
}

.liveunlimited-subheading.small.light {
  font-family: Rubik, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.bold-text-7 {
  color: #fff;
}

.div-block-146 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.liveunlimoted-h1-copy {
  color: #fff;
  text-align: center;
  margin: 106px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Outfit, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: 90%;
}

.link-3.dark {
  color: #000;
  background-color: #303030;
  box-shadow: 0 -3px 60px 20px #ff3e3e1a;
}

.default-addon {
  grid-row-gap: .5px;
  border: 1px undefined undefined;
  background-color: #221e20;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 348px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 -3px 22.6px #ffffff1a;
}

.default-addon-light {
  grid-row-gap: .5px;
  border: 1px undefined undefined;
  color: #fff;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 350px;
  max-width: 350px;
  margin-bottom: 16px;
  padding: 4px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 -3px 22.6px #ffffff1a;
}

.default-addon-light.dark {
  background-color: #303030;
}

.default-addon-light.btn-deeplink-addon {
  border-style: solid;
  border-color: var(--ooredoo--color--stroke-gray);
  justify-content: space-between;
  align-items: flex-start;
  min-width: 250px;
  max-width: 450px;
}

.default-addon-light.btn-deeplink-addon:where(.w-variant-11d2f371-d402-0266-2aad-32aa0bcd56d8), .default-addon-light.btn-deeplink-addon:where(.w-variant-4a99bc6d-ce86-67ff-3b2b-378be609f477) {
  color: #444;
  background-color: #444;
}

.default-addon-pricebar {
  background-color: #ed1c24;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.live_unlimited_wid_addon_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  background-color: #ebebeb;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  padding-left: 22px;
  padding-right: 22px;
  display: grid;
}

.default-addon-allowance {
  grid-column-gap: 20px;
  background-color: #fff;
  border-left: 0 solid #757373;
  border-right: 0 solid #747474;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.default-addon-allowance:where(.w-variant-11d2f371-d402-0266-2aad-32aa0bcd56d8), .default-addon-allowance:where(.w-variant-4a99bc6d-ce86-67ff-3b2b-378be609f477) {
  background-color: #444;
}

.default-addon-allowance.dark {
  background-color: #fff0;
}

.addown-detail-default {
  grid-row-gap: 12px;
  background-color: #eee;
  border: 0 solid #747474;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 4px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.addown-detail-default:where(.w-variant-11d2f371-d402-0266-2aad-32aa0bcd56d8), .addown-detail-default:where(.w-variant-4a99bc6d-ce86-67ff-3b2b-378be609f477), .addown-detail-default.dark {
  background-color: #000;
}

.default-allowance-detaiil {
  color: var(--color-data);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
}

.default-allowance-detaiil.datatext {
  color: var(--color-data);
}

.default-allowance-detaiil.validity-text {
  color: var(--black);
  font-size: 20px;
}

.page-slot {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 20px 52px 57px;
  display: grid;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-42 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.button-primary-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-9:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.addon-template-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.ord-template-hero {
  background-color: var(--ooredoo--color--secondary-dark-blue);
  border-radius: 16px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.ord-template-hero-wrapper {
  max-width: 1200px;
}

.ord-template-hero-wrapper.ord-wrapper-negetivemargin {
  margin-top: -159px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.ord-template-hero-h1 {
  opacity: 1;
  font-family: var(--ooredoo--font--ooredoo-large-title);
  color: var(--ooredoo--color--primary-white);
  text-transform: uppercase;
  min-width: auto;
  max-width: 22ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 90%;
}

.ord-template-hero-h1.template-light {
  color: var(--black);
  font-size: 49px;
}

.ord-template-hero-h1.template-light:where(.w-variant-7036a8f7-9af8-6dcd-15bd-26d18f062533) {
  color: var(--ooredoo--color--primary-white);
}

.ord-template-uspicon {
  align-self: flex-start;
}

.ord-template-usp-wrapper {
  padding-top: 20px;
  display: flex;
}

.ord-template-usp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--ooredoo--color--text-light-gray);
  padding: 61px 0;
}

.ord-template-usp-text-wrap {
  padding-left: 9px;
}

.ord-template-header {
  background-color: var(--ooredoo--color--primary-white);
  border-radius: 16px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ord-template-nav-wrapper {
  max-width: 1200px;
  padding-left: 52px;
  padding-right: 52px;
}

.ord-template-nav-wrapper.ord-wrapper-negetivemargin {
  margin-top: -159px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

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

.image-119 {
  max-width: none;
  height: 100%;
}

.hero-heading-left-2 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/dhandhan.png');
  background-position: 100% 0;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px;
  padding: 0;
  position: relative;
}

.container-43 {
  width: 100%;
  max-width: 1200px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 257px;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  padding: 16px 52px;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.button-primary-10 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-10:active {
  background-color: #43464d;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.pageslot-wrapper {
  max-width: 1200px;
}

.ord-templateuspwrapper {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.ord-template-hero-container {
  z-index: 1;
  border-radius: 20px;
  position: relative;
}

.ord-template-hero-heading-left {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px;
  height: auto;
  padding: 0;
  position: relative;
}

.ord-template-hero-textwrap {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.o-rd-template-hero-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 0 51px;
  display: flex;
}

.ord-template-hero-split {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.ord-template-hero-img-dekstop {
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.ord-template-hero-img-mobile {
  opacity: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.ord-template-usp-sub {
  font-family: var(--ooredoo--font--ooredoo-body-font);
  color: var(--ooredoo--color--primary-black);
  font-size: 15px;
  font-weight: 600;
}

.hero-heading-left-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-46 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-7 {
  margin-bottom: 24px;
}

.button-primary-11 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-11:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-11:active {
  background-color: #43464d;
}

.shadow-two-4 {
  width: 500px;
  height: auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.ord-template-hero-cover {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #000;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px;
  height: auto;
  padding: 0;
  position: relative;
  box-shadow: 0 2px 20px 1px #0003;
}

.ord-template-hero-cover-container {
  z-index: 1;
  background-image: linear-gradient(90deg, #000000ab, #fff0 79%);
  border-radius: 20px;
  height: 500px;
  position: relative;
}

.o-rd-template-hero-cover--wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 255px 52px 0;
  display: flex;
}

.container-47 {
  max-width: 1200px;
}

.ord-template-hero-split-cover {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.ord-template-hero-split-mobile {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: none;
}

.body-14 {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ooredoobtnew-maythe4th {
  color: var(--elements-webflow-library--secondary--color-2);
  text-align: center;
  border: 1px solid #fc0000;
  border-radius: 48px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 44px;
  padding: 8px 40px;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.ooredoobtnew-maythe4th:hover {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.ooredoobtnew-maythe4th.btnred {
  background-color: var(--ooredoo--color--primary-red);
  color: var(--ooredoo--color--primary-white);
  text-transform: uppercase;
}

.maythe4thcontainer {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.maythe4thbuttonwrap {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  padding: 19px 69px;
  display: flex;
}

.image-120 {
  max-width: 65%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.maythe4test {
  color: #d4d4d4;
  text-align: center;
  padding-bottom: 22px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.modal-wrapper-maythe4th {
  z-index: 9999;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.wrapper-addon-modal-maythe4th {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: var(--ooredoo--color--primary-black);
  color: #fff;
  mix-blend-mode: normal;
  border-radius: 8px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 75%;
  padding: 60px 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #00000045;
}

.wrapper-addon-maythe4th {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  padding-left: 26px;
  padding-right: 26px;
  display: flex;
}

.heading-8.light {
  color: #fff;
}

.modal-wrapper-maythe4th-dark {
  z-index: 9999;
  background-color: #000000cf;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.wrapper-addon-modal-maythe4th-copy, .wrapper-addon-modal-maythe4th-copy-copy {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: var(--ooredoo--color--primary-black);
  color: #fff;
  mix-blend-mode: normal;
  border-radius: 8px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 75%;
  padding: 60px 0;
  display: flex;
  overflow: visible;
  box-shadow: 0 2px 5px #00000045;
}

.wrapper-addon-modal-maythe4th-light {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: var(--white);
  color: #fff;
  mix-blend-mode: normal;
  border-radius: 8px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 75%;
  padding: 60px 0;
  display: flex;
  overflow: hidden;
}

.image-121 {
  width: 100%;
  padding-bottom: 0;
}

.addon-section {
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-48 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-122 {
  width: 100%;
  padding-bottom: 0;
}

.container-49 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 53px;
  display: flex;
}

.div-block-149-copy {
  max-width: 1200px;
}

.container-50 {
  max-width: 1200px;
  padding: 0 52px;
}

.bold-text-8 {
  text-transform: uppercase;
  line-height: 90%;
}

.bold-text-8.roadharubik {
  text-transform: none;
  font-family: Rubik, sans-serif;
}

.heading-9, .upload-rd {
  color: #fff;
}

.bold-text-9 {
  font-family: Noto Sans, sans-serif;
}

.uui-heading-xxsmall-8 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-size-medium-20 {
  color: #475467;
  letter-spacing: normal;
  height: 50%;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-button-link-12:hover {
  color: #f09491;
}

.text-block-32 {
  text-transform: uppercase;
  font-family: Rubik, sans-serif;
}

.libey-card-copy {
  background-color: #eee0;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 22px 0;
  display: block;
}

.ord-template-content-card-linktextwrap {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---color-neutral-887 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-888 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px-10 {
  margin-bottom: 24px;
}

.brix---mg-bottom-48px-12 {
  margin-bottom: 48px;
}

.brix---grid-3-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---square-icon-4 {
  border-radius: 16px;
}

.brix---container-default-35 {
  max-width: 1200px;
  padding-left: 52px;
  padding-right: 52px;
}

.brix---section-19 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---link-wrapper-4 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-4:hover {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.brix---heading-h2-size-17 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-11 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---text-center-24 {
  text-align: center;
}

.brix---mg-bottom-12px-6 {
  margin-bottom: 12px;
}

.ord-template-content-card-linkicon {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  margin-left: 6px;
}

.brix---paragraph-default-33 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center-11 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.ord-template-content-card-linktext {
  text-transform: uppercase;
  font-family: Rubik, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.brix---card-link-content-left {
  border: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  transform-style: preserve-3d;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---card-link-content-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.ord-template-content-card-left {
  border: 1px solid var(--ooredoo--color--stroke-gray);
  background-color: var(--white);
  box-shadow: none;
  transform-style: preserve-3d;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.ord-template-content-card-left:where(.w-variant-c0b70b2b-89ce-bea7-4c41-3f71f7cc42e7) {
  background-color: var(--black);
}

.ord-template-content-card-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.ord-template-squre-icon {
  border-radius: 16px;
}

.ord-template-h4-headline {
  color: var(--ooredoo--color--text-dark-gray);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.ord-template-h4-headline:where(.w-variant-c0b70b2b-89ce-bea7-4c41-3f71f7cc42e7) {
  color: var(--ooredoo--color--primary-white);
}

.ord-template-body2 {
  color: var(--ooredoo--color--text-light-gray);
  font-family: Noto Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 124%;
}

.ord-template-body2.dark {
  color: var(--ooredoo--color--text-dark-gray);
  font-size: 12px;
  line-height: 124%;
}

.ord-template-body2.white {
  color: var(--ooredoo--color--primary-white);
}

.ord-template-content-card-titlewrappera {
  color: var(--elements-webflow-library--neutral--800);
}

.ord-template-content-card-subcopywrapper, .ord-template-content-card--imgwrap {
  margin-bottom: 24px;
}

.ord-template-content-card-linkwrap {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.ord-template-content-card-linkwrap:hover {
  color: var(--elements-webflow-library--accent--ooredoo-red);
}

.ikonik-efmij, .ikonik-53uk {
  color: #ed1c24;
}

.ooredoo-template-conentcard-3x {
  max-width: 1200px;
  padding: 72px 52px;
}

.ooredoo-template-conentcard-titlewrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.ooredoo-template-conentcard-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ord-template-h3-headline {
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 35px;
  line-height: 42px;
}

.ord-template-h3-headline.white {
  color: #fff;
}

.ooredoo-template-conentcard-6x {
  max-width: 1200px;
  padding: 72px 52px;
}

.uui-faq01_heading-4 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-padding-vertical-xhuge-28 {
  padding-top: 4.3rem;
  padding-bottom: 3.9rem;
}

.accordion-icon_component-6 {
  color: #98a2b3;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.accordion-icon_horizontal-line-6 {
  background-color: #98a2b3;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-faq01_component-4 {
  background-color: #f4f4f4;
  border-radius: 20px;
  max-width: 200%;
  margin-top: 4rem;
  padding: 76px 56px 73px;
}

.uui-text-size-large-18 {
  color: #475467;
  text-align: center;
  letter-spacing: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.uui-faq01_icon-wrapper-4 {
  color: #fff0;
}

.uui-faq01_question-4 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-text-size-medium-21 {
  color: #475467;
  letter-spacing: normal;
  height: 50%;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.accordion-icon_vertical-line-6 {
  background-color: #98a2b3;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.uui-faq01_accordion-4 {
  border-bottom: 1px solid #eaecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-heading-medium-17 {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-text-size-medium-22 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-align-center-13 {
  text-align: center;
}

.uui-container-large-23 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center-11 {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-max-width-large-18 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-18.align-center-11 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large-19 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall-9 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium-18 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

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

.uui-button-19:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

.uui-button-row-17 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-17.button-row-center {
  justify-content: center;
}

.uui-faq01_list-4 {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_answer-4 {
  overflow: hidden;
}

.uui-faq01_accordion-5 {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion-5.last-item {
  border-bottom-color: #0000;
}

.uui-faq01_question-5 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_icon-wrapper-5 {
  color: var(--untitled-ui--primary600);
}

.uui-faq01_component-5 {
  margin-top: 4rem;
}

.uui-faq01_cta-4 {
  background-color: var(--untitled-ui--gray50);
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-avatar-group_item-5 {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.avatar-stack_component-4 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.uui-avatar-stack_item-4 {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item-4.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.accordion-icon_component-7 {
  border: 2px solid var(--untitled-ui--gray400);
  color: var(--untitled-ui--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.accordion-icon_vertical-line-7 {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line-7 {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-space-small-17 {
  width: 100%;
  min-height: 1.5rem;
}

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

.uui-space-medium-12 {
  width: 100%;
  min-height: 2rem;
}

.uui-space-xxsmall-11 {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-29 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading-15 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-faq01_heading-5 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.applecell---accordion-item-wrapper-copy-2 {
  -webkit-text-stroke-color: #000;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  width: 100%;
  padding: 35px 29px 33px 48px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.applecell---accordion-item-wrapper-copy-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.applecell---btn-circle-accordion-btn-copy-copy-copy-2 {
  color: #211f54;
  transform-style: preserve-3d;
  border: 1px #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.applecell---btn-circle-accordion-btn-copy-copy-copy-2:hover {
  background-color: #14142b1a;
  border-color: #eff0f6;
  transform: scale3d(.94, .94, 1.01);
}

.applecell---btn-circle-accordion-btn-copy-copy-copy-2:visited {
  color: #000;
}

.brix---accordion-header-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.applecel-h2-2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 50px;
}

.brix---accordion-btn-horizontal-line-3 {
  background-color: #cb2c30;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.brix---color-neutral-889 {
  color: #211f54;
}

.brix---color-neutral-890 {
  color: #6e7191;
}

.applecell---section-18-2copy-2 {
  color: #000;
  padding-top: 60px;
  padding-bottom: 176px;
}

.applecell---heading-h3-size-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.applecell---heading-h3-size-10.color-applecell-black {
  color: #000;
}

.applecellfaq---paragraph-default-3-copy-2 {
  color: #898989;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.brix---accordion-btn-vertical-line-3 {
  background-color: #cb2c30;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.applecell---section-18-2copy-2-copy {
  color: #000;
  padding-top: 60px;
  padding-bottom: 176px;
}

.ord-template-faq-wrapper {
  max-width: 1200px;
  padding-top: 60px;
  padding-left: 52px;
  padding-right: 52px;
}

.applecell---inner-container-856---center-copy-copy {
  background-color: #f5f5f5;
  border-radius: 20px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 34% 100px 100px;
  display: flex;
}

.ord-template-faq-container {
  background-color: var(--ooredoo--color--background-lighter-gray);
  border-radius: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 34% 72px 72px;
  display: flex;
}

.ord-template-faq-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.ord-template-faq-item {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  -webkit-text-stroke-color: #000;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  width: 100%;
  padding: 35px 29px 33px 48px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.ord-template-faq-item:hover {
  transform: scale3d(.96, .96, 1.01);
}

.ord-template-faq-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.ord-template-faq-accordian-header {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.ord-template-faq-accordian-header-container {
  color: #211f54;
}

.ord-template-faq-accordian-body {
  width: 100%;
  overflow: hidden;
}

.ord-template-faq-accordian-spacer {
  min-height: 16px;
}

.ord-template-faq-accordian-body-wrap {
  color: #6e7191;
}

.ord-template-faq-accordian-slide-icon {
  margin-right: 24px;
}

.ord-template-faq-accordian-slide--btn {
  color: #211f54;
  transform-style: preserve-3d;
  border: 1px #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.ord-template-faq-accordian-slide--btn:hover {
  background-color: #14142b1a;
  border-color: #eff0f6;
  transform: scale3d(.94, .94, 1.01);
}

.ord-template-faq-accordian-slide--btn:visited {
  color: #000;
}

.ord-template---accordion-btn-vertical-line {
  background-color: #cb2c30;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.brix---accordion-btn-horizontal-line-3-copy, .ord-template--accordion-btn-horizontal-line {
  background-color: #cb2c30;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.brix---mg-bottom-7 {
  margin-bottom: 0;
}

.brix---container-default-36 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper-4 {
  border-top: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
}

.brix---footer-logo-4 {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo-4:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---grid-footer-logo---paragraph-2 {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.brix---paragraph-link-4 {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link-4:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---footer-bottom-v4-2 {
  border-top: 1px solid var(--elements-webflow-library--neutral--3002);
  color: var(--elements-webflow-library--neutral--600);
  text-align: right;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 18px;
  line-height: 30px;
}

.ord-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.brix---color-neutral-891 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---grid-footer-v11 {
  grid-template-rows: auto;
  align-items: center;
}

.brix---paragraph-default-34 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.brix---text-right---t-center {
  text-align: right;
}

.brix---text-left---t-center-2 {
  text-align: left;
}

.ord-template-footer {
  border-top: 1px solid var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  margin-top: 20px;
}

.ord-template-footer-container {
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
}

.ord-footer-small {
  max-width: 1200px;
  padding: 20px 52px;
}

.ord-footer---grid-footer {
  grid-template-rows: auto;
  align-items: center;
}

.ord-footer---text-left---t-center {
  text-align: left;
}

.ord-footer---text-right---t-center {
  text-align: right;
}

.ord-footer-textleft-wrap {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default-34-copy {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.ord-footer-textright-wrap {
  color: var(--elements-webflow-library--neutral--600);
}

.uui-text-style-link-5 {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-5:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small-12 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-container-large-24 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 52px;
  padding-right: 52px;
}

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

.uui-max-width-large-19 {
  width: 100%;
  max-width: 48rem;
}

.uui-text-size-large-20 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

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

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

.uui-button-20:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

.uui-form_input-5 {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-5:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
  color: var(--untitled-ui--gray900);
}

.uui-form_input-5::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-heading-small-5 {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-form_component-3 {
  padding-bottom: 16px;
}

.uui-signup-form_wrapper-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.success-text {
  font-weight: 600;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.uui-cta07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  background-color: var(--untitled-ui--gray50);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding: 4rem;
  display: grid;
}

.uui-cta07_content {
  flex: 1;
}

.uui-cta07_form {
  max-width: 30rem;
  margin-bottom: 0;
}

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

.uui-padding-vertical-xhuge-30 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.ord-template-link {
  color: var(--elements-webflow-library--accent--ooredoo-red);
  text-decoration: underline;
  transition: color .3s;
}

.ord-template-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.div-block-150 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 51px;
  display: flex;
}

.ord-template-appbanner-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.ord-template-appbanner-container-large-24-copy {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 52px;
  padding-right: 52px;
}

.uui-padding-vertical-xhuge-30-copy {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.ord-template-appbanner--vertical-xhuge {
  padding-top: 3.1rem;
  padding-bottom: 3.1rem;
}

.ord-template-appbanner--cta07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  background-color: var(--elements-webflow-library--accent--ooredoo-red);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding: 2.3rem 4rem 4rem;
  display: grid;
}

.ord-template-appbanner--max-width-large-19 {
  width: 100%;
  max-width: 48rem;
}

.ord-template-appbanner--space-xsmall-17 {
  width: 100%;
  min-height: 1rem;
}

.ord-template-appbanner-div {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 51px;
  display: flex;
}

.ord-template-subtitle-1 {
  color: var(--ooredoo--color--text-dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.ord-template-subtitle-1:where(.w-variant-c0b70b2b-89ce-bea7-4c41-3f71f7cc42e7) {
  color: var(--ooredoo--color--primary-white);
}

.brix---color-neutral-892 {
  color: #211f54;
}

.brix---color-neutral-893 {
  color: #6e7191;
}

.ord-template-usplarge-image-wrap {
  margin-bottom: 24px;
}

.brix---mg-bottom-8px-6-copy {
  margin-bottom: 8px;
}

.brix---color-neutral-892-copy {
  color: #211f54;
}

.ord-template-h4-headline-copy {
  color: var(--ooredoo--color--text-dark-gray);
  margin-top: 0;
  margin-bottom: 12px;
  padding-right: 37px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.ord-template-h4-headline-copy:where(.w-variant-c0b70b2b-89ce-bea7-4c41-3f71f7cc42e7) {
  color: var(--ooredoo--color--primary-white);
}

.brix---color-neutral-893-copy {
  color: #6e7191;
}

.uui-text-size-medium-23 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-align-center-14 {
  text-align: center;
}

.uui-container-large-25 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center-12 {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-max-width-large-20 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-20.align-center-12 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large-21 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall-10 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium-19 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

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

.uui-button-21:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--white);
}

.uui-button-row-18 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-18.button-row-center {
  justify-content: center;
}

.uui-faq01_list-5 {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_answer-5 {
  overflow: hidden;
}

.uui-faq01_accordion-6 {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion-6.last-item {
  border-bottom-color: #0000;
}

.uui-faq01_question-6 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_icon-wrapper-6 {
  color: var(--untitled-ui--primary600);
}

.uui-faq01_component-6 {
  margin-top: 4rem;
}

.uui-faq01_cta-5 {
  background-color: var(--untitled-ui--gray50);
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-avatar-group_item-6 {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.avatar-stack_component-5 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.uui-avatar-stack_item-5 {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item-5.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.accordion-icon_component-8 {
  border: 2px solid var(--untitled-ui--gray400);
  color: var(--untitled-ui--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.accordion-icon_vertical-line-8 {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line-8 {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-space-small-18 {
  width: 100%;
  min-height: 1.5rem;
}

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

.uui-space-medium-13 {
  width: 100%;
  min-height: 2rem;
}

.uui-space-xxsmall-12 {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-31 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading-16 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-faq01_heading-6 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.brix---color-neutral-894 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-895 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-14 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px-13 {
  margin-bottom: 48px;
}

.brix---container-default-37 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-20 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-18 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-center-25 {
  text-align: center;
}

.brix---accordion-header-5 {
  align-items: center;
  display: flex;
}

.brix---acordion-body-4 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer-4 {
  min-height: 16px;
}

.brix---accordion-icon-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---accordion-title-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---paragraph-default-35 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-574px---center-10 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-1012px-center-3 {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---accordion-item-wrapper-v2-2 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--3002);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v2-2:hover {
  transform: translate(8px);
}

.brix---accordion-btn-vertical-line-v2-2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 2px;
  height: 28px;
  position: absolute;
}

.brix---accordion-btn-horizontal-line-v2-2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 28px;
  height: 2px;
  position: absolute;
}

.brix---accordion-content-wrapper-v2-2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---grid-1-column-gap-row-3 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---accordion-right-side-3 {
  margin-left: 24px;
  margin-right: 0;
}

.applecell---accordion-item-wrapper-copy-3 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  -webkit-text-stroke-color: #000;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  width: 100%;
  padding: 24px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.applecell---accordion-item-wrapper-copy-3:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---accordion-header-6 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.brix---accordion-btn-horizontal-line-4 {
  background-color: #cb2c30;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.brix---color-neutral-896 {
  color: #211f54;
}

.applecellfaq---paragraph-default-3-copy-3 {
  color: #414141;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.brix---color-neutral-897 {
  color: #6e7191;
}

.applecell---accordion-item-wrapper-copy-4 {
  -webkit-text-stroke-color: #000;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  width: 100%;
  padding: 35px 29px 33px 48px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.applecell---accordion-item-wrapper-copy-4:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---color-neutral-898 {
  color: #211f54;
}

.applecellfaq---paragraph-default-3-copy-4 {
  color: #414141;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.brix---color-neutral-899 {
  color: #6e7191;
}

.applecell---accordion-item-wrapper-copy-4-copy {
  box-shadow: none;
  -webkit-text-stroke-color: #000;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px #e0e0e0;
  border-radius: 8px;
  width: 100%;
  padding: 35px;
  transition: transform .3s;
  display: flex;
}

.applecell---accordion-item-wrapper-copy-4-copy:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---accordion-content-wrapper-copy {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-header-6-copy {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.brix---color-neutral-898-copy {
  color: #211f54;
}

.brix---acordion-body-3-copy {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer-4-copy {
  min-height: 16px;
}

.brix---color-neutral-899-copy {
  color: #6e7191;
}

.applecel---accordion-side-copy-copy {
  margin-right: 24px;
}

.brix---accordion-btn-vertical-line-3-copy {
  background-color: #cb2c30;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.brix---accordion-btn-horizontal-line-4-copy {
  background-color: #cb2c30;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.ord-template-faqcross {
  display: flex;
}

.ord-template-faq-icon-plus {
  display: none;
}

.image-123 {
  transform: rotate(45deg);
}

.div-block-151 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.ord-template-title-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 1200px;
  padding: 60px 52px 20px;
  display: flex;
}

.ord-template-title-block-heading {
  color: var(--elements-webflow-library--neutral--800);
}

.ord-template-title-block-subtitle {
  color: var(--elements-webflow-library--neutral--600);
}

@media screen and (min-width: 1440px) {
  .body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--black);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-right: 115px;
    display: block;
  }

  .brix---grid-hero-v1 {
    grid-column-gap: 90px;
  }

  .brix---header-content-wrapper-v9 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---paragraph-default-2 {
    font-family: Rubik Bold;
    font-size: 13px;
    line-height: 18px;
  }

  .brix---heading-h1-size-2 {
    font-family: Outfit Thin;
    line-height: 54px;
  }

  .frame-1261153302 {
    grid-column-gap: 4px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    padding-left: 94px;
    display: flex;
  }

  .frame-1261153304 {
    box-sizing: border-box;
    object-fit: fill;
    background-image: url('../images/elements-hero-v11-image-brix-templates.jpeg');
    background-position: 0 0;
    background-size: 1440px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    max-width: none;
    display: flex;
  }

  .frame-1261153312 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .section-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1440px;
    height: 50px;
    display: flex;
    position: static;
  }

  .div-block {
    background-color: #6e6e6e00;
    min-width: 100%;
    height: 485px;
    position: absolute;
    top: 50px;
  }

  .banner {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-image: url('../images/elements-hero-v11-image-brix-templates.jpeg');
    background-position: 0 0;
    background-size: 1440px;
    background-clip: border-box;
    border-radius: 0 16px 16px 0;
    min-height: 485px;
    margin-right: 119px;
  }

  .text-8 {
    padding-right: 102px;
  }

  .frame-1261153314 {
    justify-content: flex-start;
    align-items: center;
    max-width: 1440px;
  }

  .background-video {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
    border: 1px #000;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    flex: 1;
    height: 485px;
    margin-top: 117px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 140px;
    position: absolute;
    inset: 0% 7% auto 0%;
  }

  .section-3 {
    max-width: 1440px;
    height: 485px;
    display: block;
  }

  .container-6 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 1440px;
    height: 485px;
    display: flex;
  }

  .container-7 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 1440px;
    display: flex;
  }

  .body-2 {
    background-color: #1f1f1f;
  }

  .nav {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    padding: 24px 24px 24px 100px;
    display: flex;
  }

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

  .bacground-video-2 {
    background-color: #0000;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    height: 485px;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    display: block;
  }

  .div-block-2 {
    position: absolute;
  }

  .container-8 {
    max-width: 1440px;
  }

  .heading {
    color: #fff;
    text-indent: 1px;
    text-transform: capitalize;
    column-count: auto;
    word-break: normal;
    font-family: Outfit Thin;
    font-size: 61px;
    font-weight: 800;
    line-height: 56px;
  }

  .paragraph {
    color: #fff;
    font-family: Rubik Bold;
  }

  .banner-container {
    color: #fff;
    flex-flow: column;
    align-items: flex-start;
    width: auto;
    max-width: 1440px;
    height: 485px;
    margin-top: 46px;
    padding-top: 5px;
    padding-left: 24px;
    padding-right: 600px;
    display: flex;
    position: static;
  }

  .container-9 {
    max-width: 105%;
  }

  .logo-image {
    height: 45px;
  }

  .lionsgate-title {
    justify-content: space-between;
    padding-right: 0%;
  }

  .sonyliv-wrap {
    margin-right: 33px;
    padding-left: 11%;
    padding-right: 345px;
  }

  .addown-detail {
    position: relative;
  }

  .allowance-detail.validity-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .beats-wrap {
    margin-right: 0;
    padding-left: 98px;
    padding-right: 406px;
  }

  .beats1 {
    left: 1267px;
  }

  .beats-2 {
    left: 1105px;
  }

  .karti-wrap {
    margin-right: 33px;
    padding-left: 267px;
    padding-right: 406px;
  }

  .snap-wrap {
    margin-right: 33px;
    padding-bottom: 32px;
    padding-left: 65px;
    padding-right: 350px;
  }

  .snap-title {
    justify-content: space-between;
    padding-right: 0%;
  }

  .tiktok-wrap {
    margin-right: 33px;
    padding-left: 267px;
    padding-right: 406px;
  }

  .ooredoo_nation {
    justify-content: center;
    align-items: flex-start;
  }

  .flex-vertical.marquee-fix {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }

  .icon-container {
    width: 93%;
    height: 12vw;
  }

  .modal-wrapper {
    z-index: 9999;
    opacity: 1;
    background-color: #000000a1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
  }

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

  .container-13 {
    max-width: none;
  }

  .brix---grid-hero-v1-2, .brix---grid-hero-v4 {
    grid-column-gap: 90px;
  }

  .timeline_progress-bar {
    background-color: var(--elements-webflow-library--secondary--color-1);
    background-image: linear-gradient(#00000080, #00000080);
  }

  .brix---paragraph-default-8 {
    max-width: 43%;
    display: flex;
  }

  .brix---grid-hero-v4-2 {
    grid-column-gap: 90px;
  }

  .brix---container-default-8 {
    display: flex;
  }

  .brix---grid-hero-v1-3 {
    grid-column-gap: 90px;
    display: flex;
  }

  .ooredoobody {
    line-height: 27px;
  }

  .ooredoobody.white {
    color: var(--transparent);
  }

  .link-block {
    vertical-align: middle;
    display: inline-block;
    position: static;
    inset: 0% auto auto 0%;
  }

  .brix---grid-hero-v1-4 {
    grid-column-gap: 90px;
  }

  .div-block-21 {
    flex-flow: column;
  }

  .tiktok-wrap-copy {
    margin-right: 33px;
    padding-left: 267px;
    padding-right: 406px;
  }

  .binge-wrap {
    margin-right: 33px;
    padding-left: 11%;
    padding-right: 345px;
  }

  .brix---grid-hero-v1-5 {
    grid-column-gap: 90px;
  }

  .brix---card-over-image {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #ffffff5e;
  }

  .container-18 {
    flex-flow: column;
    align-items: center;
  }

  .container-19 {
    justify-content: flex-start;
    align-items: center;
  }

  .ooredoo_nav_white {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 960px;
    padding: 24px 24px 24px 10px;
    display: flex;
  }

  .nav-enter {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    padding: 24px;
    display: flex;
  }

  .jiosaavn {
    margin-right: 33px;
    padding-left: 11%;
    padding-right: 345px;
  }

  .lionsgate-title-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0%;
  }

  .brix---grid-stats-v1 {
    grid-column-gap: 100px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-contact-v11 {
    grid-column-gap: 90px;
    grid-template-columns: 1.5fr 1.2fr;
  }

  .brix---grid-contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }

  .image-57 {
    align-self: flex-end;
    margin-top: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    position: relative;
    inset: 0% auto 0% -152%;
  }

  .ord-template-body1 {
    color: var(--ooredoo--color--text-light-gray);
  }

  .image-58, .image-59, .image-60 {
    align-self: flex-start;
  }

  .ord-largetitle {
    opacity: 1;
  }

  .dropdown-toggle {
    display: flex;
  }

  .go-play-wraper {
    margin-right: 0;
    padding-left: 98px;
    padding-right: 406px;
  }

  .div-block-33 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    display: flex;
  }

  .modal-wrapper-airport {
    z-index: 9999;
    opacity: 0;
    background-color: #000000a1;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .cell, .cell-2, .cell-3, .cell-4 {
    align-items: stretch;
  }

  .apple-navbar {
    grid-column-gap: 600px;
    grid-row-gap: 80px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: baseline;
    height: 60px;
    max-height: 70px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .apple-main-bg {
    background-color: var(--black);
    overflow: visible;
  }

  .hero-wrapper-two-2 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-34 {
    aspect-ratio: 16 / 9;
    width: 100%;
    min-width: 0;
    height: 155.25%;
    padding-bottom: 0;
    padding-right: 0;
    overflow: auto;
  }

  .background-video-3 {
    box-shadow: none;
    object-fit: fill;
    background-image: linear-gradient(#0000 69%, #000);
    border-radius: 30px;
    height: 500px;
    max-height: 1080px;
    margin: 30px 60px;
    top: 0;
    overflow: auto;
  }

  .brand {
    margin-left: -187px;
    display: block;
  }

  .container-24 {
    max-width: 100%;
    max-height: 100%;
  }

  .apple-menu-wrapper {
    z-index: auto;
    float: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    position: static;
  }

  .navbar-2 {
    background-color: #ddd0;
    max-width: none;
    max-height: none;
    padding-bottom: 26px;
    overflow: auto;
  }

  .brand-2 {
    left: -1px;
  }

  .brand-3 {
    float: left;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: -125px;
    display: flex;
    position: relative;
    left: -508px;
  }

  .overlap-div-counter {
    width: auto;
    position: relative;
    inset: -100% auto auto 0%;
  }

  .hero-without-image-3 {
    position: relative;
    inset: 0% auto auto 0%;
  }

  .ap-title-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-text-fill-color: inherit;
    background-color: #fff0;
    background-clip: border-box;
    border-radius: 30px;
    margin-top: 50px;
    margin-bottom: 0;
    position: relative;
    top: 9px;
  }

  .hero-without-image-3-copy, .hero-without-image-3-copy-copy {
    position: relative;
    inset: 0% auto auto 0%;
  }

  .navbar-2-copy {
    background-color: #ddd0;
    max-width: none;
    max-height: none;
    padding-bottom: 26px;
    overflow: auto;
  }

  .ap-h1 {
    color: var(--color);
  }

  .ap-p3 {
    color: var(--b42224);
    margin-bottom: 0;
  }

  .div-block-35 {
    flex: 0 auto;
    padding-top: 0;
    line-height: 30px;
    display: block;
    position: relative;
    top: -21px;
  }

  .ap-h2 {
    color: var(--color);
  }

  .ap-p4 {
    color: var(--b42224);
  }

  .ap-vi {
    float: none;
    box-shadow: none;
    object-fit: fill;
    border-radius: 30px;
    height: 500px;
    max-height: 1080px;
    margin: 30px 60px;
    position: absolute;
    inset: 8% 0% auto;
    overflow: auto;
  }

  .brix---grid-hero-v1-6 {
    grid-column-gap: 90px;
  }

  .div-block-36 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .clock-label-2 {
    color: #fff;
  }

  .clock-number-min, .clock-number-hrs {
    color: #fff;
    font-family: Rubik, sans-serif;
    font-size: 5rem;
  }

  .clock-number-days {
    color: #fff;
    font-family: Rubik, sans-serif;
    font-size: 5rem;
    transform: rotate(0);
  }

  .wrapper-count {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: none;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    display: flex;
  }

  .ap-h4 {
    color: #999;
    font-family: Rubik Bold;
    font-size: 26px;
  }

  .flex-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 900px;
    max-width: none;
    padding-bottom: 20px;
  }

  .image-65 {
    aspect-ratio: 1;
    vertical-align: middle;
    flex: 1;
    order: 0;
    align-self: flex-start;
    width: 40px;
    max-width: 50%;
    height: 40px;
    max-height: 50px;
    display: block;
    position: relative;
    top: 17px;
    right: 65px;
  }

  .flex-block-2 {
    display: flex;
  }

  .image-66 {
    vertical-align: middle;
    width: auto;
    max-width: none;
    height: 35px;
    max-height: 50px;
    margin-left: -512px;
  }

  .div-block-37 {
    flex: 0 auto;
  }

  .div-block-37-copy {
    box-sizing: border-box;
    aspect-ratio: 1;
    flex: 0 auto;
    width: 40px;
    max-width: 50px;
    height: 40px;
    max-height: 50px;
    position: static;
    overflow: visible;
  }

  .div-block-38 {
    flex: 0 auto;
    justify-content: space-around;
    align-items: center;
    width: 7%;
    display: flex;
  }

  .navbar-no-shadow-container {
    max-width: 1920px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper-2 {
    max-width: 1920px;
  }

  .image-67 {
    margin-left: -32px;
    left: 0;
  }

  .image-68 {
    margin-right: 0;
    position: relative;
    right: -30px;
  }

  .ap-h4-copy {
    color: #b3b3b3;
    font-family: Rubik Bold;
    font-size: 26px;
    font-weight: 400;
  }

  .ap-h2-copy {
    color: var(--untitled-ui--white);
    font-weight: 500;
  }

  .div-block-39 {
    display: flex;
  }

  .clock-label-2-copy {
    color: #969494;
  }

  .clock-label-2-copy-copy {
    color: #fff;
  }

  .clock-label-2-copy {
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-bottom: 46px;
    font-size: 36px;
    display: flex;
  }

  .heading-5 {
    color: #b3b3b3;
    font-family: Rubik, sans-serif;
    font-size: 26px;
    font-weight: 400;
    position: relative;
    top: 1px;
  }

  .chat-buble-wrapper {
    z-index: 9999;
    opacity: 1;
    background-color: #000000a1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .ap-vi-copy {
    float: none;
    box-shadow: none;
    object-fit: fill;
    float: none;
    box-shadow: none;
    object-fit: fill;
    inset: 82% 0% auto;
    border-radius: 30px;
    height: 500px;
    max-height: 1080px;
    margin: 30px 60px;
    position: absolute;
    inset: 8% 0% auto;
    overflow: auto;
  }

  .mobile-margin-top-13 {
    position: relative;
    right: 0;
  }

  .applepage-nav {
    margin-top: 10px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .appplepage-noshadow-container {
    margin-left: 0;
    margin-right: 0;
  }

  .applepage-navwrapper {
    position: relative;
  }

  .image-70 {
    right: 0;
  }

  .image-72 {
    width: 100%;
    min-width: 100%;
    max-width: none;
    height: 40px;
    min-height: 40px;
    left: 0;
    overflow: scroll;
  }

  .image-74-copy {
    width: 1200px;
    margin-top: 92px;
    overflow: visible;
  }

  .section-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .ap-prio-title-1 {
    color: var(--black);
  }

  .div-block-45-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
  }

  .pr21 {
    color: var(--untitled-ui--gray600);
    margin-left: 20px;
    font-family: Noto Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .pr21-copy {
    color: var(--untitled-ui--gray600);
    margin-bottom: 6px;
    margin-left: 20px;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .div-block-47 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .pr21-copy-copy {
    color: var(--untitled-ui--gray600);
    margin-bottom: 6px;
    margin-left: 20px;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .div-block-48 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    display: flex;
  }

  .colorbox {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
  }

  .div-block-47-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .brix---grid-hero-v1-7 {
    grid-column-gap: 90px;
  }

  .apple-flex-prod-card {
    width: 1120px;
  }

  .apple-flex-grid-2 {
    grid-column-gap: 90px;
  }

  .div-block-58 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .uui-page-padding-3 {
    box-sizing: content-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative;
    overflow: visible;
  }

  .apple-carousal-main {
    overflow: hidden;
  }

  .apple-carousel-div {
    overflow: clip;
  }

  .card1 {
    transition: all .3s;
  }

  .box-title {
    color: var(--ooredoo--color--background-lightest-gray);
  }

  .comingsoon {
    top: 1070.43px;
  }

  .modal-wrapper-airport-chinease {
    z-index: 9999;
    opacity: 0;
    background-color: #000000a1;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .ord-header-logo-center {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 960px;
    padding: 24px 24px 24px 10px;
    display: flex;
  }

  .libey-faq-continter {
    padding-left: 17%;
    padding-right: 17%;
  }

  .ord-navbar-with-language-copy {
    margin-top: 29px;
  }

  .ord-menu-wrapper-1200 {
    margin-left: 335px;
    margin-right: 335px;
  }

  .uui-heading-large {
    align-self: flex-start;
  }

  .ingeythanav {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100vw;
    padding: 24px 24px 24px 10px;
    display: flex;
  }

  .brix---grid-blog-sidebar {
    grid-column-gap: 280px;
  }

  .ingeytha---section-bg-neutral-201-copy {
    background-color: var(--ooredoo--color--primary-white);
  }

  .image-82 {
    margin-left: 65px;
    margin-right: 65px;
  }

  .ingeythanav-copy {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    padding: 24px 148px 24px 72px;
    display: flex;
  }

  .uui-heading-large-2 {
    color: var(--elements-webflow-library--accent--ooredoo-red);
  }

  .brix---heading-h1-size-18-marhaba {
    color: var(--black);
  }

  .brix---grid-2-columns-instagram {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .brix---grid-footer-v5 {
    grid-column-gap: 80px;
  }

  .brix---card-stats-v3 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .header12 {
    justify-content: space-between;
    align-items: center;
  }

  .uui-page-padding-21-copy {
    padding-left: 20px;
  }

  .benefitlabel {
    position: static;
  }

  .benefittext, .benefittext-2 {
    font-size: 12px;
  }

  .grid-4-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .benefitlabel-copy, .valueplusben, .v1ben, .benefitlabel-copy-copy, .typetag {
    position: static;
  }

  .tagtext {
    font-size: 12px;
  }

  .v1ben1, .v1ben-copy {
    position: static;
  }

  .imageholderwrap {
    padding: 20px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .ooredoo_nation_grid {
    justify-content: center;
    align-items: flex-start;
  }

  .typetag-copy {
    position: static;
  }

  .grid-4-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .container-19-copy {
    justify-content: flex-start;
    align-items: center;
  }

  .team-member-image-2, .team-member-image-3 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .usp-section {
    margin-left: 200px;
    margin-right: 200px;
  }

  .section-usp {
    width: 100vw;
    overflow: hidden;
  }

  .stats-grid, .section-card {
    margin-left: 200px;
    margin-right: 200px;
  }

  .contentwrapper {
    height: 40%;
  }

  .section-18 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .team-member-image-4 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .pinned-section-cp {
    padding-left: 200px;
    padding-right: 200px;
  }

  .brix---form-grid-2-columns-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .hero-grid {
    width: 100%;
  }

  .brix---form-grid-2-columns-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .uui-heading-xlarge-4-copy-copy {
    padding-top: 1px;
  }

  .brix---3-columns-1-col-tablet-copy {
    grid-template-columns: 1fr 1fr;
  }

  .night-data {
    padding-left: 20px;
  }

  .ups-h1-copy {
    color: var(--green-voice);
    font-size: 20px;
  }

  .div-block-138 {
    justify-content: space-between;
    align-items: center;
  }

  .image-111 {
    margin-right: 6px;
  }

  .brix---3-columns-1-col-tablet-copy-copy {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-139 {
    background-color: #fff0;
    border-style: solid;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: auto;
    margin-bottom: 16px;
    padding: 8px 26px;
    font-family: Rubik, sans-serif;
    display: flex;
  }

  .anv-text {
    color: red;
    width: auto;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .upsh12, .ups-h1-copy-copy, .ups-h1-copy-copy {
    color: var(--green-voice);
    font-size: 20px;
  }

  .brix---z-index-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .flexbox {
    width: 100%;
  }

  .brix---grid-content-v15, .applecelsectioon2-grdi {
    grid-column-gap: 100px;
  }

  .default-addon-light {
    color: #000;
    border-color: #000;
    min-width: 350px;
    max-width: 350px;
    height: 100%;
  }

  .addown-detail-default {
    position: relative;
  }

  .page-slot {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    display: grid;
  }

  .ord-template-uspicon, .image-60-copy {
    align-self: flex-start;
  }

  .ord-template-usp-wrapper {
    background-color: #fff;
    border: 0 solid #e7e7e7;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .ord-template-usp {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero-heading-left-2 {
    padding: 0;
  }

  .pageslot-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    max-width: 1200px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .ord-templateuspwrapper {
    max-width: 1200px;
  }

  .ord-template-hero-heading-left {
    padding: 0;
  }

  .o-rd-template-hero-wrapper {
    padding-left: 51px;
    padding-right: 51px;
  }

  .ord-template-usp-sub {
    color: var(--ooredoo--color--primary-black);
  }

  .ord-template-hero-cover {
    padding: 0;
  }

  .ord-template-hero-cover-container {
    height: 500px;
  }

  .o-rd-template-hero-cover--wrapper {
    align-items: center;
    height: auto;
    padding-bottom: 0;
  }

  .body-14 {
    justify-content: center;
    align-items: center;
  }

  .modal-wrapper-maythe4th {
    z-index: 9999;
    opacity: 1;
    background-color: #000000a1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .wrapper-addon-maythe4th {
    padding-bottom: 96px;
  }

  .modal-wrapper-maythe4th-dark {
    z-index: 9999;
    opacity: 1;
    background-color: #000000a1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .image-121 {
    margin-bottom: 100px;
  }

  .addon-section {
    opacity: 1;
  }

  .image-122 {
    margin-bottom: 100px;
  }

  .container-50 {
    padding-top: 0;
    padding-bottom: 42px;
  }

  .brix---container-default-35 {
    max-width: 1200px;
    padding-left: 52px;
    padding-right: 52px;
  }

  .ord-template-content-card-left {
    border-color: var(--ooredoo--color--stroke-gray);
    background-color: var(--white);
    box-shadow: none;
  }

  .ord-template-h4-headline {
    color: var(--black);
    font-family: Rubik, sans-serif;
    font-weight: 600;
    line-height: 32px;
  }

  .ord-template-body2 {
    color: var(--ooredoo--color--text-light-gray);
    font-family: Noto Sans, sans-serif;
    font-weight: 300;
    line-height: 24px;
  }

  .ord-template-body2.red {
    color: var(--ooredoo--color--primary-red);
  }

  .ooredoo-template-conentcard-3x {
    max-width: 1200px;
    padding-left: 52px;
    padding-right: 52px;
  }

  .ooredoo-template-conentcard-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .ooredoo-template-conentcard-6x {
    max-width: 1200px;
    padding-left: 52px;
    padding-right: 52px;
  }

  .ord-template-subtitle-1 {
    color: var(--black);
    font-family: Rubik, sans-serif;
    font-weight: 600;
    line-height: 32px;
  }

  .ord-template-h4-headline-copy {
    color: var(--black);
    padding-right: 21px;
    font-family: Rubik, sans-serif;
    font-weight: 600;
    line-height: 32px;
  }
}

@media screen and (min-width: 1920px) {
  .nav {
    justify-content: center;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .header {
    color: #000;
    background-color: #000;
  }

  .heading {
    font-family: Outfit, sans-serif;
    font-weight: 800;
  }

  .paragraph {
    font-family: Rubik, sans-serif;
  }

  .title:where(.w-variant-11d2f371-d402-0266-2aad-32aa0bcd56d8), .title:where(.w-variant-4a99bc6d-ce86-67ff-3b2b-378be609f477), .addont-detail:where(.w-variant-11d2f371-d402-0266-2aad-32aa0bcd56d8), .addont-detail:where(.w-variant-4a99bc6d-ce86-67ff-3b2b-378be609f477) {
    color: #fff;
  }

  .allowance-detail.validity-text:where(.w-variant-11d2f371-d402-0266-2aad-32aa0bcd56d8), .allowance-detail.validity-text:where(.w-variant-4a99bc6d-ce86-67ff-3b2b-378be609f477) {
    color: var(--white);
  }

  .beats-wrap {
    margin-right: -1%;
  }

  .snap-wrap {
    margin-right: 35px;
    padding-left: 80px;
    padding-right: 47%;
  }

  .ooredoo_nation {
    grid-column-gap: 58px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .ooredoobtn {
    padding: 8px 20px;
    font-family: Rubik Bold;
    font-size: 12px;
  }

  .brix---paragraph-default-5 {
    font-family: Rubik Bold;
    line-height: 26px;
  }

  .brix---hero-full-width-right-hero-v5 {
    width: 100%;
    max-width: 46%;
  }

  .brix---hero-bg-image-dark-2 {
    background-image: none;
  }

  .ooredooh1 {
    text-transform: uppercase;
    font-family: Outfit Thin;
    font-weight: 800;
  }

  .brix---hero-full-width-right-hero-v5-2 {
    width: 100%;
    max-width: 46%;
  }

  .videomobile {
    height: 100vh;
  }

  .brix---hero-full-width-right-hero-v5-3 {
    width: 100%;
    max-width: 46%;
  }

  .brix---card-over-image {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-text-fill-color: inherit;
    background-color: #fff3;
    background-clip: border-box;
  }

  .addon-cta {
    border-radius: 4%;
    flex: 0 auto;
  }

  .container-18 {
    flex-flow: column;
    align-items: center;
  }

  .container-19 {
    justify-content: flex-start;
    align-items: center;
  }

  .section-6 {
    border-bottom: 1px solid #d6d6d6;
  }

  .ooredoo_nav_white {
    justify-content: center;
    max-width: 960px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-enter {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .ooredoobtn-copy, .ooredoobtn-enter, .ooredoobtn-copy {
    padding: 8px 20px;
    font-family: Rubik Bold;
    font-size: 12px;
  }

  .ord-body {
    background-color: var(--ooredoo--color--background-light-gray);
  }

  .section-9 {
    background-color: #fff;
  }

  .image-57 {
    padding-top: 13%;
  }

  .navbar, .ord-navbar-with-language {
    background-color: #fff;
  }

  .ord-template-body1 {
    color: var(--ooredoo--color--text-light-gray);
  }

  .quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ord-button {
    padding: 8px 20px;
    font-family: Rubik Bold;
    font-size: 12px;
  }

  .go-play-wraper {
    margin-right: -1%;
  }

  .apple-navbar {
    background-color: #fff0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 26px;
  }

  .apple-main-bg {
    background-color: var(--black);
    overflow: visible;
  }

  .hero-without-image-2 {
    float: none;
    height: auto;
    position: relative;
    inset: 0%;
  }

  .ap-title-main {
    background-image: none;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .ap-p3 {
    margin-bottom: 0;
  }

  .ap-vi {
    z-index: 10;
    border: 0 solid #000;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: absolute;
    inset: 8% 0% auto;
  }

  .ap-vi-copy {
    z-index: 5;
    clear: none;
    filter: blur(20px);
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    inset: 0% 0% auto;
  }

  .image-67 {
    left: -240px;
  }

  .image-68 {
    right: -270px;
  }

  .js-clock-apple {
    overflow: visible;
  }

  .ap-vi-copy {
    z-index: auto;
    filter: invert(10%) blur(80px);
    mix-blend-mode: normal;
    justify-content: center;
    align-items: flex-start;
    margin: 30px 60px;
    transition-property: none;
    display: flex;
    position: absolute;
    inset: 8% 0% auto;
  }

  .mobile-margin-top-13 {
    margin-right: 0;
    padding-right: 0;
    position: relative;
    right: 0;
  }

  .applepage-nav {
    margin-top: 10px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .applepage-navwrapper {
    width: auto;
  }

  .image-70 {
    position: relative;
    left: 0;
  }

  .image-72 {
    width: 100%;
    height: 40px;
    min-height: 40px;
    left: 0;
  }

  .section-11 {
    padding-bottom: 40px;
  }

  .image-74-copy {
    width: 1200px;
    max-width: none;
    height: auto;
    overflow: visible;
  }

  .div-block-42 {
    overflow: clip;
  }

  .div-block-43 {
    overflow: visible;
  }

  .section-13 {
    justify-content: center;
    align-items: center;
  }

  .apple-product-car {
    max-width: 100%;
  }

  .product-block {
    width: 1400px;
    max-width: 1400px;
  }

  .product-title-ize {
    color: var(--elements-webflow-library--neutral--3002);
    font-size: 28px;
  }

  .product-prize-type {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .div-block-49 {
    padding-top: 0;
  }

  .product-body-block {
    background-color: var(--ooredoo--color--background-light-gray);
  }

  .apple-flex-prod-card {
    background-color: var(--ooredoo--color--stroke-gray);
    justify-content: flex-start;
    align-items: center;
    width: 1280px;
    max-width: 1280px;
    margin-left: 0;
    margin-right: 0;
    padding: 40px;
  }

  .apple-flex-content-block {
    position: relative;
    left: -66px;
  }

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

  .div-block-53 {
    padding: 40px;
  }

  .prod-card {
    flex-flow: row;
    padding: 40px;
    display: flex;
  }

  .div-block-56 {
    margin-top: 10px;
  }

  .apple-flex-product-descriptiom {
    color: var(--ooredoo--color--text-dark-gray);
  }

  .div-block-58 {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .uui-page-padding-4 {
    padding-left: 5rem;
  }

  .heading-6, .heading-6-copy {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .apple-carousal-main {
    overflow: hidden;
  }

  .apple-carousel-div {
    padding-left: 9rem;
    overflow: clip;
  }

  .grid-2 {
    max-width: 1280px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .div-block-60 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-25, .grid-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .deco-text-sub, .deco-text-sub-copy {
    padding-left: 50px;
    padding-right: 50px;
  }

  .blocktitle {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 100px;
    display: flex;
  }

  .black-titanium, .desert-titanium, .natural-titanium {
    padding-top: 0;
  }

  .box-title {
    color: var(--ooredoo--color--background-lightest-gray);
  }

  .main-box-cotainer-info {
    width: 1280px;
  }

  .comingsoon {
    top: 1081.43px;
  }

  .newsection {
    padding-bottom: 40px;
  }

  .ord-header-logo-center {
    justify-content: center;
    max-width: 960px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .libey-faq-continter {
    padding-left: 25%;
    padding-right: 25%;
  }

  .ord-navbar-with-language-copy {
    background-color: #fff;
  }

  .ingeythanav {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-82 {
    margin-left: 322px;
    margin-right: 322px;
  }

  .ingeythanav-copy {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brix---paragraph-default-18-marhaba {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-72 {
    background-image: none;
  }

  .brix---hero-card-bg-image-2-marhaba-copy {
    z-index: auto;
  }

  .brix---hero-card-bg-image-2ssd-marhaba-copy-copy {
    z-index: 0;
  }

  .jump {
    bottom: -1210px;
  }

  .logo12 {
    flex-flow: column;
  }

  .grid12, .counterclockgrid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ooredoobtnew {
    padding: 8px 20px;
    font-family: Rubik Bold;
    font-size: 12px;
  }

  .ooredoo_nation_grid {
    grid-column-gap: 58px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .ooredoobtn-copy-copy, .ooredoobtn-copy-copy-copy {
    padding: 8px 20px;
    font-family: Rubik Bold;
    font-size: 12px;
  }

  .cp_header {
    height: auto;
  }

  .cp_segment1 {
    padding: 20px;
  }

  .addon-cta-red {
    border-radius: 4%;
    flex: 0 auto;
  }

  .container-19-copy {
    justify-content: flex-start;
    align-items: center;
  }

  .addon-cta-red-copy, .addon-cta-red-copy-copy, .addon-cta-red-copy {
    border-radius: 4%;
    flex: 0 auto;
  }

  .usp-section {
    grid-template-columns: .5fr 1fr;
    margin-left: 300px;
    margin-right: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-usp {
    width: 100vw;
    overflow: hidden;
  }

  .stats-grid {
    margin-left: 300px;
    margin-right: 300px;
  }

  .section-card {
    margin-left: 300px;
    margin-right: 300px;
    display: flex;
  }

  .pinned-section {
    padding-left: 300px;
    padding-right: 300px;
  }

  .contentwrapper {
    height: 40%;
    display: block;
  }

  .content-1 {
    flex-flow: column;
    display: block;
  }

  .cp-h2 {
    color: #e6bc00;
    text-transform: uppercase;
    font-weight: 900;
  }

  .div-block-117 {
    margin-bottom: 20px;
  }

  .elibilitytext {
    font-family: Rubik, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
  }

  .div-block-117-copy {
    margin-top: 100px;
    margin-bottom: 20px;
  }

  .enroll-btn {
    background-color: #000;
    border-radius: 50px;
    padding: 12px 25px;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .cp-h2blk {
    color: #323232;
    text-transform: uppercase;
    font-weight: 900;
  }

  .hero-grid {
    width: 2170px;
  }

  .hero-date-main {
    width: 100%;
  }

  .zakat {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 300px;
    padding-right: 300px;
  }

  .brix---avatar-image-copy {
    padding-top: 5px;
  }

  .alrt {
    width: 100%;
  }

  .default-addon-light.btn-deeplink-addon:where(.w-variant-11d2f371-d402-0266-2aad-32aa0bcd56d8), .default-addon-light.btn-deeplink-addon:where(.w-variant-4a99bc6d-ce86-67ff-3b2b-378be609f477), .default-addon-allowance:where(.w-variant-11d2f371-d402-0266-2aad-32aa0bcd56d8), .default-addon-allowance:where(.w-variant-4a99bc6d-ce86-67ff-3b2b-378be609f477) {
    background-color: #444;
  }

  .addown-detail-default:where(.w-variant-11d2f371-d402-0266-2aad-32aa0bcd56d8), .addown-detail-default:where(.w-variant-4a99bc6d-ce86-67ff-3b2b-378be609f477) {
    background-color: #000;
  }

  .page-slot {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ord-template-usp {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .pageslot-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ord-templateuspwrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: stretch start;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .o-rd-template-hero-wrapper {
    padding-left: 51px;
    padding-right: 51px;
  }

  .ord-template-usp-sub {
    color: var(--ooredoo--color--text-light-gray);
  }

  .ooredoobtnew-maythe4th {
    padding: 8px 20px;
    font-family: Rubik Bold;
    font-size: 12px;
  }

  .heading-8.light {
    color: #fff;
  }

  .addon-section {
    opacity: 100;
  }

  .div-block-149-copy {
    grid-template-columns: 1fr;
    max-width: 1200px;
    display: block;
  }

  .container-50 {
    padding-top: 0;
    padding-bottom: 36px;
  }

  .ord-template-faq-item {
    box-shadow: none;
    border-style: none;
  }

  .ord-template-subtitle-1 {
    line-height: 120%;
  }
}

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

  .columns {
    flex-direction: column;
    align-items: center;
  }

  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link, .navbar-button {
    justify-content: center;
  }

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .navbar-logo-left-container.shadow-three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-hero-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--3002);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--3002);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-column-gap: 10px;
  }

  .brix---grid-header-top {
    grid-template-columns: 1.8fr 1fr;
  }

  .brix---header-wrapper-v9, .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .frame-1261153304 {
    flex-flow: column;
    max-width: 100%;
    padding-left: 42px;
    padding-right: 42px;
  }

  .text-6 {
    order: 0;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: 300px;
    display: block;
  }

  .frame-1261153312 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .container-5 {
    max-width: 728px;
  }

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .background-video {
    right: 6%;
  }

  .nav {
    max-width: none;
    padding-left: 28px;
    padding-right: 28px;
  }

  .title-header {
    margin-left: 0;
    line-height: 31px;
  }

  .logo-container {
    align-items: center;
  }

  .logo-image {
    width: 193px;
  }

  .logo-wrapper {
    min-width: 137vw;
    padding-left: 0;
  }

  .heading-2 {
    padding-right: 9%;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
  }

  .sonyliv-log {
    padding-top: 9px;
  }

  .div-block-6 {
    margin-left: 68px;
  }

  .paragraph-2 {
    padding-right: 93px;
  }

  .lionsgate-title {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 37px;
    padding-right: 46px;
  }

  .movie-poster {
    max-height: 48%;
  }

  .button {
    box-sizing: border-box;
    color: #000;
    background-color: #fff;
    justify-content: flex-start;
    align-items: flex-end;
    margin-right: 242px;
    display: flex;
  }

  .price {
    font-size: 13px;
  }

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

  .overline {
    font-size: 13px;
  }

  .section-5 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 53px;
    display: flex;
  }

  .div-block-11 {
    display: flex;
  }

  .lionsgate-container {
    margin-left: -1%;
  }

  .div-block-12 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .sonyliv-container {
    padding-bottom: 4px;
    padding-right: 0%;
  }

  .sonyliv-wrap {
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-right-color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 49px;
  }

  .content-addon {
    text-decoration: none;
  }

  .allowance-detail {
    font-size: 14px;
  }

  .beats-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-top: 66px;
    padding-left: 60px;
    padding-right: 49px;
  }

  .heading-bold {
    padding-right: 9%;
    font-size: 25px;
    font-weight: 700;
  }

  .beats1 {
    top: 2444.45px;
    left: 641px;
  }

  .beats-2 {
    top: 2345.45px;
    left: 573px;
    right: 952px;
  }

  .beats-container {
    padding-left: 62px;
    padding-right: 0%;
  }

  .karti-container {
    padding-right: 7%;
  }

  .karti-wrap {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 0;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---inner-container-856---center {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section, .test {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .snap-container {
    padding-left: 65px;
    padding-right: 0%;
  }

  .snap-wrap {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 37px;
    padding-left: 60px;
    padding-right: 0;
  }

  .snap-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 39px;
    padding-right: 46px;
    display: flex;
  }

  .tiktok-containe {
    padding-right: 7%;
  }

  .tiktok-wrap {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 60px;
    padding-right: 0;
  }

  .ooredoo_nation {
    flex-flow: column;
  }

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

  .conent {
    padding-left: 47px;
  }

  .frame-1261153319 {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
  }

  .frame-1261153321 {
    margin-left: 0;
  }

  .container-11 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-vertical.marquee-fix {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-12 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-12.flex-vertical {
    padding-left: 48px;
  }

  .icon-container {
    width: 94%;
    height: 20vw;
  }

  .flex-horizontal.flip-svp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    top: 160px;
    right: 40%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    top: 160px;
    left: 40%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-small---bottom-large {
    padding-top: 34px;
    padding-bottom: 67px;
  }

  .brix---btn-primary-2 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .blob {
    top: 63px;
    left: 180px;
  }

  .wrapper-addon-modal {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .div-block-17 {
    justify-content: space-between;
    align-items: center;
  }

  .image-49 {
    top: 1705.39px;
    left: 231px;
  }

  .ott-addon {
    text-decoration: none;
  }

  .udesly-cards-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .ooredoobtn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ooredoobtn.btnred {
    background-color: var(--ooredoo--color--primary-red);
  }

  .brix---heading-h1-size-3 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---hero-card-bg-image {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .brix---section-extra-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-2-col---1-col-t-2 {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 200px;
    padding-bottom: 160px;
  }

  .brix---hamburger-menu-bar-bottom-white {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-white {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper-2 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-2:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-2.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-link-white {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---header-nav-list-item-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card-2 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-2 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-2.w--open {
    transform: none;
  }

  .brix---show-on-tablet {
    display: block;
  }

  .brix---hidden-on-tablet {
    display: none;
  }

  .brix---dropdown-toggle-white {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-menu-wrapper-white {
    border-top: 0px solid var(--elements-webflow-library--neutral--3002);
    border-bottom: 0px solid var(--elements-webflow-library--neutral--3002);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-logo-2 {
    max-width: 232px;
  }

  .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---hero-full-width-right-hero-v5 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 450px;
    display: flex;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .brix---floating-image-hero-v2---1 {
    top: 24%;
    right: -30%;
  }

  .brix---grid-hero-v1-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-full-width-right {
    padding-top: 100px;
    padding-bottom: 522px;
  }

  .brix---heading-h1-size-4 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---hero-bg-image-dark-2 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .ooredooh1 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---bg-split-v4-right {
    max-width: 100%;
    min-height: 42%;
    display: block;
    inset: auto 0% 0%;
  }

  .brix---bg-split-v4-left {
    max-width: 100%;
  }

  .brix---mg-top-56px {
    margin-top: 40px;
  }

  .brix---heading-h1-size-5 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-hero-v4 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-15 {
    background-color: #2cd5c4;
  }

  .brix---btn-primary-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-6 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-2-col---1-col-t-3 {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top-2 {
    padding-top: 65px;
    padding-bottom: 160px;
  }

  .brix---hamburger-menu-bar-bottom-white-2 {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-white-2 {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper-3 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-3:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-3.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-mbl-3 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-link-white-2 {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---header-nav-list-item-3 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd-3 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card-3 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-3.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-3 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-3.w--open {
    transform: none;
  }

  .brix---show-on-tablet-2 {
    display: block;
  }

  .brix---hidden-on-tablet-2 {
    display: none;
  }

  .brix---dropdown-toggle-white-2 {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---header-nav-menu-list-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-menu-wrapper-white-2 {
    border-top: 0px solid var(--elements-webflow-library--neutral--3002);
    border-bottom: 0px solid var(--elements-webflow-library--neutral--3002);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-logo-3 {
    max-width: 232px;
  }

  .brix---header-wrapper-transparent-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---bg-split-v4-right-2 {
    max-width: 100%;
    min-height: 42%;
    display: block;
    inset: auto 0% 0%;
  }

  .brix---bg-split-v4-left-2 {
    max-width: 100%;
  }

  .brix---floating-image-hero-v2---2 {
    top: 24%;
    right: -30%;
  }

  .brix---mg-top-56px-2 {
    margin-top: 40px;
  }

  .brix---grid-hero-v4-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-v4-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---hero-full-width-right-hero-v5-2 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 450px;
    display: flex;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .brix---grid-hero-v1-3 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-full-width-right-2 {
    padding-top: 100px;
    padding-bottom: 522px;
  }

  .ooredoobody.white {
    color: var(--transparent);
  }

  .brix---grid-hero-v1-4 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-full-width-right-3 {
    padding-top: 100px;
    padding-bottom: 522px;
  }

  .tiktok-wrap-copy {
    margin-left: 0;
    margin-right: 0;
    padding-top: 66px;
    padding-left: 60px;
    padding-right: 49px;
  }

  .tik-container-copy, .snap-container-new {
    padding-left: 62px;
    padding-right: 0%;
  }

  .binge-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-right-color: #fff;
    flex-flow: column;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 49px;
  }

  .binge-container-copy {
    padding-bottom: 4px;
    padding-right: 0%;
  }

  .div-block-22 {
    flex-flow: row;
  }

  .div-block-23 {
    justify-content: flex-start;
    width: 100%;
    display: block;
  }

  .brix---hero-full-width-right-hero-v5-3 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 450px;
    display: flex;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .brix---floating-image-hero-v2---3 {
    top: 24%;
    right: -30%;
  }

  .brix---btn-primary-5 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-7 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-hero-v1-5 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-full-width-right-4 {
    padding-top: 100px;
    padding-bottom: 522px;
  }

  .brix---floating-image-hero-v1---3 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---4 {
    top: 24%;
    right: -30%;
  }

  .brix---card-over-image {
    margin-bottom: 34px;
    padding: 56px 48px;
    position: static;
  }

  .brix---flex-card---image-wrapper {
    display: block;
  }

  .brix---section-hero-short {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .addon-detail-container {
    min-height: 85px;
  }

  .addon-short-desc {
    font-size: 14px;
    line-height: 19px;
  }

  .data-value, .validity-value {
    font-size: 16px;
  }

  .addon-cta {
    background-color: #1877f2;
    border-radius: 7px;
  }

  .price-text-5 {
    font-size: 14px;
  }

  .container-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: end flex-start;
    place-items: center stretch;
    max-width: none;
    display: flex;
  }

  .subheader {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .container-19 {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
    max-width: 322px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .section-7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ooredoo_nav_white {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .udesly-lottie-animation {
    width: 32px;
    height: 32px;
  }

  .udesly-menu-button {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 7px;
    display: flex;
  }

  .udesly-menu-button.w--open {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .udesly-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
  }

  .udesly-navigation-buttons {
    display: none;
  }

  .udesly-menu-buttons {
    justify-content: center;
    margin-top: 32px;
    display: flex;
  }

  .udesly-dropdown-text-wrapper {
    align-items: center;
    width: auto;
  }

  .udesly-dropdown-link {
    min-width: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .udesly-nav-menu {
    background-color: #fff;
    padding: 24px;
  }

  .udesly-container-navigation {
    justify-content: space-between;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar06_menu-button.w--open {
    background-color: #0000;
  }

  .hide-tablet {
    display: none;
  }

  .uui-button-secondary-gray.show-tablet, .show-tablet {
    display: block;
  }

  .uui-navbar06_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar06_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar06_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar06_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar06_blog-item-content, .uui-navbar06_blog-item-image {
    width: 100%;
  }

  .uui-navbar06_blog-item-image-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .uui-navbar06_blog-item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar06_blog-item:hover {
    background-color: #0000;
  }

  .uui-navbar06_blog-list {
    grid-row-gap: 1rem;
    width: 100%;
  }

  .uui-navbar06_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .uui-navbar06_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar06_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar06_dropdown-content-left {
    align-content: start;
    align-items: start;
    max-width: none;
    padding: 1rem 0 0;
  }

  .uui-navbar06_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar06_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar06_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar06_dropdown-toggle {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar06_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar06_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar06_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar06_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar01_menu-button.w--open {
    background-color: #0000;
  }

  .uui-navbar01_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar01_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar01_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar01_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar01_dropdown-right-overlay-absolute {
    border-radius: .5rem;
    min-width: 100%;
  }

  .uui-navbar01_dropdown-content-button-wrapper {
    margin-bottom: 0;
    margin-left: 0;
  }

  .uui-navbar01_large-item-content {
    width: 100%;
  }

  .uui-navbar01_blog-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_blog-item:hover {
    background-color: #0000;
  }

  .uui-navbar01_dropdown-blog-list {
    width: 100%;
  }

  .uui-navbar01_dropdown-content-heading {
    margin-bottom: 0;
    margin-left: 0;
  }

  .uui-navbar01_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .uui-navbar01_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar01_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar01_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar01_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-navbar01_dropdown-toggle {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar01_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar01_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar01_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar01_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-footer08_form-block {
    min-width: auto;
  }

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

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .nav-enter {
    background-color: #000;
    border-bottom-style: none;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    padding-left: 32px;
    padding-right: 0;
  }

  .jiosaavn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-right-color: #fff;
    flex-flow: column;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 49px;
  }

  .ooredoobtn-copy, .ooredoobtn-enter {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lionsgate-title-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 37px;
    padding-right: 46px;
  }

  .ooredoobtn-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ooredoobtn-copy.btnred {
    background-color: var(--ooredoo--color--primary-red);
  }

  .container-20 {
    margin-left: 28.5px;
    margin-right: 28.5px;
  }

  .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-8 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-2-col---1-col-t-4 {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-3, .brix---hero-bg-image-dark-3-copy {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---heading-h1-size-8-copy {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---grid-stats-v1 {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .uui-heroheader21_image {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .uui-heroheader21_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader21_content {
    max-width: none;
  }

  .uui-heroheader21_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout01_image {
    width: 35rem;
    min-width: 35rem;
    left: 2rem;
  }

  .uui-layout01_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

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

  .uui-layout12_image {
    width: 35rem;
    min-width: 35rem;
    left: 2rem;
  }

  .uui-layout12_number {
    font-size: 3.25rem;
  }

  .uui-layout12_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  ._5g-page-usp-value {
    font-size: 3.25rem;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-column-gap: 10px;
  }

  .brix---btn-primary-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-contact-v11 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .brix---contact-v4-half-bg-image {
    width: 100%;
    height: 50%;
    inset: auto 0% 0%;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-9 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---card-form-v2 {
    padding: 54px 40px;
  }

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

  .brix---section-position-relative, ._5g---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---btn-primary-7 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---heading-h1-size-10 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  ._5g---card-form {
    padding: 54px 32px;
  }

  ._5g---btn-primary-7 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  ._5g---heading-h1-size-10-copy {
    font-size: 48px;
    line-height: 60px;
  }

  .uui-layout35_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .menu-icon_line-bottom-2 {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner-2 {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-2 {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top-2 {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar02_menu-button.w--open {
    background-color: #0000;
  }

  .hide-tablet-2 {
    display: none;
  }

  .uui-button-secondary-gray-3.show-tablet, .show-tablet-2 {
    display: block;
  }

  .uui-navbar02_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar02_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar02_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar02_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar02_dropdown-right-overlay-absolute {
    border-radius: .5rem;
    min-width: 100%;
  }

  .uui-navbar02_dropdown-content-button-wrapper {
    margin-bottom: 0;
    margin-left: 0;
  }

  .uui-navbar02_blog-content {
    max-width: none;
  }

  .uui-navbar02_dropdown-content-right {
    max-width: 50rem;
    margin-bottom: 1rem;
  }

  .uui-navbar02_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar02_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar02_dropdown-content-left {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar02_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar02_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar02_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-dropdown-icon-2 {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar02_dropdown-toggle {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar02_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar02_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar02_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar02_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .ord-heading-h1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .ord-template-body1 {
    font-family: var(--ooredoo--font--ooredoo-title);
    font-weight: 400;
  }

  .ord-template-label12 {
    font-family: var(--ooredoo--font--ooredoo-body-font);
    font-weight: 200;
  }

  .ord-heading-h2, .ord-heading-h3, .ord-heading-h4, .ord-title-h4-copy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .ord-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .ord-button.btnred, .ord-button.btnred-copy {
    background-color: var(--ooredoo--color--primary-red);
  }

  .div-block-29 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding-right: 20px;
  }

  .container-22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .ord-wrapper-airport {
    width: 90%;
    max-width: 90%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .quick-stack-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0;
  }

  .go-play-wraper {
    margin-left: 0;
    margin-right: 0;
    padding-top: 66px;
    padding-left: 60px;
    padding-right: 49px;
  }

  .apple-main-bg {
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .container-23 {
    max-width: 728px;
  }

  .ap-title-main {
    margin-top: 30px;
  }

  .ap-vi {
    top: 10%;
  }

  .brix---floating-image-hero-v1---5 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---6 {
    top: 24%;
    right: -30%;
  }

  .brix---btn-primary-8 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---heading-h1-size-11 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-hero-v1-6 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-primary-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-4 {
    padding: 12px;
  }

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

  .image-67 {
    margin-left: 145px;
  }

  .ord-wrapper-language {
    width: 90%;
    max-width: 325px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .ap-vi-copy {
    top: 10%;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-5 {
    padding: 12px;
  }

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

  .applepage-nav {
    margin-left: 0;
    margin-right: 0;
  }

  .appplepage-noshadow-container {
    padding-left: 0;
    padding-right: 0;
  }

  .applepage-navwrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .applepage-navmenu {
    background-color: #0000;
  }

  .applepage-applebranding {
    padding: 12px 0 12px 12px;
  }

  .applepage-applebranding.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .applepage-nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .image-71 {
    width: 40px;
    min-width: 40px;
    max-width: none;
    height: 40px;
    min-height: 40px;
  }

  .image-72 {
    left: 0;
  }

  .section-11 {
    padding-bottom: 50px;
  }

  .image-74-copy {
    width: 800px;
    min-width: auto;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .div-block-43 {
    width: auto;
    min-width: auto;
    margin-top: -229px;
    padding-bottom: 0;
    overflow: visible;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---product-card-image {
    width: 100%;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h1-size-12 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-4, .product-block {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .product-card-image {
    width: 100%;
  }

  .product-block-3-card {
    grid-template-columns: 1fr 1fr;
  }

  .product-title-ize {
    font-size: 22px;
    line-height: 32px;
  }

  .product-pre-order-button {
    width: auto;
    min-width: 100%;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 18px;
  }

  .linktext-button {
    margin-left: 0;
    font-size: 16px;
  }

  .brix---heading-h4-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---product-card-image-2 {
    width: 100%;
  }

  .brix---grid-3-columns-gap-row-48px-2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h1-size-13 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---floating-image-hero-v1---7 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---8 {
    top: 24%;
    right: -30%;
  }

  .brix---btn-primary-9 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-32px-3 {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 40px;
  }

  .brix---grid-hero-v1-7 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-primary-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .apple-flex-prod-card {
    box-shadow: none;
    background-image: linear-gradient(#1e1d22, #1e1d22);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .apple-flex-grid-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .apple-flex-image {
    float: none;
    vertical-align: middle;
    object-fit: fill;
    width: auto;
    margin-left: 0;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .apple-flex-content-detai {
    margin-bottom: 40px;
  }

  .apple-flex-action-block {
    margin-bottom: 24px;
  }

  .apple-flex-title-tage {
    font-size: 48px;
    line-height: 60px;
  }

  .div-block-54 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .slider-2 {
    position: relative;
    overflow: hidden;
  }

  .slide-5 {
    left: 0;
    overflow: visible;
  }

  .div-block-56 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .apple-flex-product-descriptiom {
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-58 {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .brix---heading-h4-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---product-card-image-3 {
    width: 100%;
  }

  .brix---grid-3-columns-gap-row-48px-3 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h1-size-14 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-6 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

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

  .uui-testimonial15_arrow {
    left: 16%;
  }

  .uui-testimonial15_arrow.left {
    right: 13%;
  }

  .uui-testimonial15_mask {
    width: 50%;
  }

  .uui-testimonial15_component {
    padding-left: 0;
    padding-right: 0;
  }

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

  .uui-blogsection10_button-row {
    flex: none;
  }

  .uui-blogsection10_mask {
    width: 50%;
  }

  .uui-blogsection10_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-blogsection10_heading {
    margin-right: 3rem;
  }

  .uui-blogsection10_heading-wrapper {
    grid-column-gap: 3rem;
  }

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

  .uui-page-padding-4 {
    padding-left: 3rem;
  }

  .apple-carousal-main {
    overflow: hidden;
  }

  .apple-carousel-div {
    padding-left: 3rem;
    padding-right: 3rem;
    overflow: clip;
  }

  .apple-carousal-vert-pad {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .apple-carausal-compenent-container {
    padding-left: 0;
    padding-right: 0;
  }

  .apple-carausel-mask {
    width: 50%;
  }

  .blocktitle {
    margin-right: 0;
  }

  .div-block-63 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-64 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .mask-2 {
    overflow: hidden;
  }

  .image-78 {
    margin-top: -20px;
  }

  .uui-heading-medium-3 {
    font-family: Outfit, sans-serif;
    font-size: 38px;
    font-weight: 400;
  }

  .uui-padding-vertical-xhuge-5, .apple-flex-faq-vert-huge {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }

  .faq-heading {
    color: var(--ooredoo--color--background-light-gray);
    font-family: Rubik, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .faq-content {
    color: var(--untitled-ui--gray500);
    font-family: Noto Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .div-info {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main-box-content {
    color: var(--untitled-ui--gray500);
  }

  .box-title {
    color: var(--ooredoo--color--background-lightest-gray);
    font-weight: 400;
  }

  .div-block-67-copy {
    background-color: var(--transparent);
    width: 220px;
  }

  .link-button-order-copy {
    color: var(--white);
  }

  .main-box-cotainer-info {
    background-image: linear-gradient(#1e1d22, #1e1d22);
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .comingsoon {
    background-color: #1e1e1e;
    border-radius: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    top: 1071.43px;
  }

  .newsection {
    padding-bottom: 50px;
  }

  .brix---btn-primary-10 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-15 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-2-col---1-col-t-5 {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top-3 {
    padding-top: 200px;
    padding-bottom: 160px;
  }

  .brix---hamburger-menu-bar-bottom-white-3 {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-white-3 {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper-4 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-4:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-4.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-mbl-4 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-link-white-3 {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---header-nav-list-item-4 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd-4 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card-4 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-4.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-4 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-4.w--open {
    transform: none;
  }

  .brix---show-on-tablet-3 {
    display: block;
  }

  .brix---hidden-on-tablet-3 {
    display: none;
  }

  .brix---dropdown-toggle-white-3 {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---header-nav-menu-list-4 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-menu-wrapper-white-3 {
    border-top: 0px solid var(--elements-webflow-library--neutral--3002);
    border-bottom: 0px solid var(--elements-webflow-library--neutral--3002);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-logo-4 {
    max-width: 232px;
  }

  .brix---header-wrapper-transparent-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .ooredooheader-libey {
    font-size: 48px;
    line-height: 60px;
  }

  .ord-header-logo-center {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

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

  .uui-faq01_component-2 {
    margin-left: 29px;
    margin-right: 29px;
    padding: 51px;
  }

  .libey-faq-continter {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-space-xxlarge-2 {
    min-height: 4.5rem;
  }

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

  .uui-padding-vertical-xhuge-7, .libey-action-card {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---blog-card-image {
    width: 100%;
  }

  .brix---grid-2-columns---gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---badge-secondary-category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

  .brix---categories-badges-wrapper {
    justify-content: flex-start;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .brix---container-default-16 {
    padding-left: 20px;
  }

  .brix---section-bg-neutral-200 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h4-size-4 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---divider-24px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---mg-bottom-32px-4 {
    margin-bottom: 24px;
  }

  .brix---grid-blog-featured-v3 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-16 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-title-and-paragraph {
    grid-column-gap: 50px;
    grid-template-columns: .8fr .8fr;
  }

  .brix---section-7 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .ord-menu-wrapper-1200 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .container-30 {
    max-width: 728px;
  }

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

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .uui-blogpost04_newsletter {
    position: static;
  }

  .uui-blogpost04_content {
    margin-bottom: 3rem;
  }

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

  .uui-blogpost04_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

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

  .uui-blogsection03_button-row {
    flex: none;
  }

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

  .uui-blogsection03_heading {
    margin-right: 3rem;
  }

  .uui-blogsection03_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .ingeytha-padding-vertical-xhuge-9-copy {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-faq02_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .ingeythanav {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---mg-bottom-32px-5 {
    margin-bottom: 24px;
  }

  .brix---category-link {
    font-size: 22px;
    line-height: 24px;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-blog-sidebar {
    grid-column-gap: 70px;
  }

  .brix---section-bg-neutral-201 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---blog-card-image-2 {
    width: 100%;
  }

  .brix---grid-blog-featured-v7 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-17 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 40px;
  }

  .brix---section-8 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .ingeytha---display-4-copy {
    font-size: 22px;
    line-height: 38px;
  }

  .ingeytha---link-icon-right-2-copy---heading-h2-size-5-copy {
    font-size: 30px;
    line-height: 46px;
  }

  .ingeytha---section-bg-neutral-201-copy {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .ingeythanav-copy {
    max-width: none;
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .uui-heading-large-2 {
    font-size: 2.75rem;
  }

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

  .collection-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-padding-vertical-xlarge-2 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-layout91_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .container-31 {
    max-width: 728px;
  }

  .navbar-wrapper-three-3 {
    justify-content: space-between;
  }

  .navbar-brand-three-3 {
    position: relative;
  }

  .nav-menu-wrapper-three-3 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-5.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-6 {
    padding: 12px;
  }

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

  .container_h_marhaba {
    max-width: 728px;
  }

  .navbar-wrapper-three-3-marhaba {
    justify-content: center;
    align-items: center;
  }

  .navbar-brand-three-3-marhaba {
    position: relative;
  }

  .nav-menu-wrapper-three-3-marhaba {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-3-marhaba {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .brix---btn-primary-11 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-18 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-9, .brix---section-9-marhaba {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---btn-primary-white-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---hero-card-bg-image-2 {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .brix---section-extra-small-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---hero-card-bg-image-2-marhaba {
    border: 1px solid #0000;
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .brix---section-extra-small-2-marhaba {
    padding-top: 0;
    padding-bottom: 0;
  }

  .b-2rix---container-default-18-marhaba {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .brix---inner-container-574px---marhaba3-copy {
    bottom: -150px;
  }

  .brix---heading-h1-size-18-marhaba {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---paragraph-default-18-marhaba {
    color: var(--ooredoo--color--text-dark-gray);
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .brix---footer-bottom-v5 {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---btn-primary-12 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-footer-v5 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top-border-bottom {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---container-default-19 {
    object-fit: fill;
    margin-top: 60px;
  }

  .brix---grid-4-columns-instagram {
    grid-template-columns: 1fr 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .brix---heading-h2-size-6 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-10 {
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .brix---section-10-marhaba {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-5 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---card-stats-v3 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---grid-3-columns---1-col-mb {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 48px;
  }

  .brix---heading-h3-size-4 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-6 {
    font-size: 58px;
    line-height: 70px;
  }

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

  .brix---heading-h2-size-7 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-56px-3 {
    margin-bottom: 48px;
  }

  .brix---section-11 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---heading-h2-size-7-marhaba {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---display-6-copmarhabay {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---heading-h3-size-4-marh {
    font-size: 22px;
    line-height: 32px;
  }

  .ups-h1 {
    width: 200%;
  }

  .ups-h1-v2 {
    width: 170%;
  }

  .but-buy {
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-72 {
    background-image: none;
  }

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

  .uui-page-padding-13-mar {
    padding-top: 0;
  }

  .uui-padding-vertical-xhuge-13-mar {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-33 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-33-mar {
    max-width: 728px;
  }

  .uui-heading-large-3 {
    font-size: 2.75rem;
  }

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

  .info-block {
    background-color: #f7f7f700;
    margin-left: 30px;
    margin-right: 30px;
  }

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

  .uui-heading-large-3-mar {
    font-size: 2.75rem;
  }

  .uui-heroheader07_light-overlay {
    width: 76rem;
    min-width: 76rem;
    right: -10%;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 3.25rem;
  }

  .uui-heroheader07_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .uui-section_heroheader07-mar {
    background-color: var(--transparent);
  }

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

  .uui-heroheader07_component-marj {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-heading-xlarge-2-marj {
    font-size: 3.25rem;
  }

  .uui-space-large-marj {
    min-height: 2.5rem;
  }

  .brix---hero-card-bg-image-2-marhaba-copy {
    background-image: linear-gradient(#fff0 22%, #fff 70%);
    border: 1px solid #0000;
    padding-top: 148px;
    padding-bottom: 148px;
    overflow: hidden;
  }

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

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

  .uui-heading-xlarge-3 {
    font-size: 3.25rem;
  }

  .uui-heroheader15_card-image-01, .uui-heroheader15_card-image-02, .uui-heroheader15_card-image-03, .uui-heroheader15_card-image-04, .uui-heroheader15_card-image-05 {
    width: 32rem;
  }

  .uui-space-large-2 {
    min-height: 2.5rem;
  }

  .uui-space-xhuge {
    min-height: 6rem;
  }

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

  .uui-heroheader14_card-image-03, .uui-heroheader14_card-image-01, .uui-heroheader14_card-image-05, .uui-heroheader14_card-image-02, .uui-heroheader14_card-image-04 {
    width: 32rem;
  }

  .uui-heroheader14_image-background {
    width: 100vw;
  }

  .brix---heading-h1-size-19 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---btn-primary-white-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---hero-card-bg-image-3 {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .brix---section-extra-small-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---hero-bg-image-dark-4 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---grid-hero-play-button {
    grid-row-gap: 40px;
    grid-template-columns: .8fr;
  }

  .brix---play-button-large-wrapper {
    width: 110px;
  }

  .brix---heading-h1-size-19-copy, .brix---heading-h1-size-20 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---hero-bg-image-dark-5 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---btn-primary-white-5 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-hero-play-button-2 {
    grid-row-gap: 40px;
    grid-template-columns: .8fr;
  }

  .brix---play-button-large-wrapper-2 {
    width: 110px;
  }

  .hero_unlimited {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .hero_grid {
    grid-row-gap: 40px;
    grid-template-columns: .8fr;
  }

  .hero_h1, .brix---heading-h1-size-18-marhsdaaba-copy {
    font-size: 48px;
    line-height: 60px;
  }

  .uui-blogsection12_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-blogsection12_mask {
    width: 50%;
  }

  .uui-blogsection12_button-row {
    flex: none;
  }

  .uui-blogsection12_heading {
    margin-right: 3rem;
  }

  .uui-blogsection12_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-18 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .uui-space-xxlarge-3 {
    min-height: 4.5rem;
  }

  .brix---grid-3-columns---1-col-mb-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .uui-testimonial18_mask {
    width: 50%;
  }

  .uui-testimonial18_component {
    padding-left: 0;
    padding-right: 0;
  }

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

  .card_header_label {
    width: 55%;
    left: 40%;
  }

  .label_text {
    width: 100%;
  }

  .brix---hero-card-bg-image-2ssd-marhaba-copy-copy {
    border: 1px solid #0000;
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .uui-pricing03_top-right-price {
    font-size: 3.25rem;
  }

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

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

  .uui-padding-vertical-xhuge-19-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-testimonial10_content {
    padding: 3rem;
  }

  .uui-testimonial10_lightbox-image {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .lightbox_video-overlay-layer {
    width: 100%;
    height: 100%;
    left: 0%;
  }

  .uui-testimonial10_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-20 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-testimonial10_lightbox-image-2 {
    object-fit: cover;
    width: 100%;
    height: 35rem;
  }

  .uui-testimonial10_component-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .jump {
    bottom: -1404px;
  }

  .texttitle12 {
    margin-top: 70px;
  }

  .daystitle {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .jumpbutton {
    z-index: 10;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }

  .buttonwrapper12 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .anchorbutton12 {
    text-align: center;
    width: 100%;
  }

  .titlehead {
    margin-top: 10px;
  }

  .container-35 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .uui-testimonial18_mask-2 {
    width: 50%;
  }

  .uui-testimonial18_component-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .uui-padding-vertical-xhuge-22-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-testimonial18_component-2-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-page-padding-21-copy {
    padding-left: 20px;
  }

  .button-white.btn-deeplink-addon {
    background-color: var(--insid-panel);
    box-shadow: 0 8px 12px -6px #0000004d;
  }

  .section1 {
    margin-bottom: 40px;
  }

  .grid-4-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .text-block-18 {
    font-family: Rubik, sans-serif;
    font-size: 14px;
    font-style: normal;
  }

  .button-white-copy.btn-deeplink-addon {
    background-color: var(--insid-panel);
    box-shadow: 0 8px 12px -6px #0000004d;
  }

  .v1ben1 {
    background-image: linear-gradient(81deg, #ff0004, #721395);
  }

  .ooredoobtnew {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ooredoobtnew.btnred {
    background-color: var(--ooredoo--color--primary-red);
  }

  .btnwrap {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-top: 30px;
    margin-left: 20px;
    display: flex;
    position: fixed;
  }

  .ooredoo_nation_grid {
    flex-flow: column;
  }

  .ooredoobtn-copy-copy, .ooredoobtn-copy-copy-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lottieright {
    bottom: -20%;
    left: -40%;
  }

  .lottieleft {
    transform: rotate(-20deg);
  }

  .blackoverlay-copy {
    z-index: -10;
    position: fixed;
    inset: 0% 0% auto;
  }

  .grid-4-copy-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .div-block-88 {
    bottom: -80px;
  }

  .brix---heading-h1-size-21 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---btn-primary-white-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---hero-card-bg-image-4 {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .brix---section-extra-small-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .title1, .title1sec {
    font-size: 48px;
    line-height: 60px;
  }

  .btnpri {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container-37 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .addon-card-red-container {
    min-height: 85px;
  }

  .addon-card-red-desc {
    font-size: 14px;
    line-height: 19px;
  }

  .addon-card-red-datasub, .addon-card-red-validitysub {
    font-size: 16px;
  }

  .red-button-txt {
    font-size: 14px;
  }

  .uui-heading-large-4 {
    font-size: 2.75rem;
  }

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

  .uui-padding-vertical-xhuge-23, .uui-padding-vertical-xhuge-23-copy {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .uui-pricing10_tabs-content {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .addon-cta-red {
    background-color: #ff090d;
    border-radius: 7px;
  }

  .title-header-2 {
    margin-left: 0;
    line-height: 31px;
  }

  .imageholder1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .brix---heading-h1-size-22 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---hero-bg-image-dark-6 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---btn-primary-white-7 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-2-col---1-col-t-6 {
    grid-template-columns: 1fr;
  }

  .container-19-copy {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    display: flex;
  }

  .brix---hero-bg-image-dark-6-copy {
    width: 60%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---container-default-24-copy {
    text-align: left;
  }

  .brix---grid-2-col---1-col-t-6-copy {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-22-copy {
    font-size: 48px;
    line-height: 60px;
  }

  .title-header-2-copy {
    margin-left: 0;
    line-height: 31px;
  }

  .addon-card-red-container-mini {
    min-height: 85px;
  }

  .addon-card-red-desc-mini {
    font-size: 14px;
    line-height: 19px;
  }

  .addon-card-red-container-mini-copy {
    min-height: 85px;
  }

  .addon-card-red-desc-mini-copy {
    font-size: 14px;
    line-height: 19px;
  }

  .addon-card-red-datasub-copy, .addon-card-red-validitysub-copy {
    font-size: 16px;
  }

  .addon-cta-red-copy-copy {
    background-color: #ff090d;
    border-radius: 7px;
  }

  .red-button-txt-copy {
    font-size: 14px;
  }

  .addon-cta-red-copy {
    background-color: #ff090d;
    border-radius: 7px;
  }

  .brix---grid-2-col---1-col-t-6-copy-copy, .brix---grid-2-col---1-col-t-6-copy-copy-copy {
    grid-template-columns: 1fr;
  }

  .brix---container-default-24-copy-copy, .brix---container-default-24-copy-copy-copy {
    text-align: left;
  }

  .brix---heading-h1-size-22-copy-copy {
    text-align: left;
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 46px;
  }

  .brix---grid-2-col---1-col-t-6-copy-copy {
    grid-template-columns: 1fr;
  }

  .title-copy, .title-copy-bangla {
    text-align: left;
    font-size: 16px;
    line-height: 18px;
  }

  .hero-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .container-39 {
    max-width: 728px;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }

  .brix---heading-h1-size-23 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---btn-primary-white-8 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---hero-card-bg-image-5 {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .brix---section-extra-small-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-40 {
    max-width: 728px;
  }

  .team-grid-3 {
    grid-column-gap: 40px;
  }

  .team-member-image-3 {
    width: 190px;
    height: 190px;
  }

  .usp-section {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    margin-bottom: 60px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .paragraph-p2 {
    text-align: center;
    margin-bottom: 10px;
  }

  .carousel-card {
    width: 300px;
    height: 400px;
  }

  .carousel-title {
    font-size: 20px;
    line-height: 24px;
  }

  .section-usp {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .background-rext {
    width: 200%;
    font-size: 260px;
    line-height: 260px;
    bottom: 9%;
  }

  .stats-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }

  .stats-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .stat-sub-title {
    font-size: 18px;
  }

  .stat-desc {
    font-size: 14px;
  }

  .wrapper-cp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .contentwrapper {
    width: 70%;
  }

  .cp-h2 {
    font-size: 56px;
    line-height: 56px;
  }

  .paragraph-p3 {
    font-size: 20px;
  }

  .card-inner {
    width: 250px;
    height: 400px;
  }

  .paragraph-p3-1 {
    font-size: 20px;
  }

  .elibilitytext {
    font-size: 14px;
  }

  .enroll-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .cp-h2blk {
    width: 85%;
    font-size: 56px;
    line-height: 56px;
  }

  .paragraph-p3-copy {
    font-size: 16px;
  }

  .container-41 {
    max-width: 728px;
  }

  .team-grid-4 {
    grid-column-gap: 40px;
  }

  .team-member-image-4 {
    width: 190px;
    height: 190px;
  }

  .pinned-section-cp {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brix---mg-bottom-32px-6 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-8 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-5 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---slider-wrapper-2 {
    height: 100%;
    top: -35px;
  }

  .brix---slide-item-mg {
    margin-right: 16px;
  }

  .brix---social-media-grid-center {
    grid-column-gap: 10px;
  }

  .brix---avatar-circle-06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .brix---heading-h3-size-link {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---slider-mask-width-388px {
    max-width: 300px;
    height: 100%;
    position: static;
  }

  .brix---btn-slider-arrow-right---top-left {
    inset: auto auto -130px 39.5%;
  }

  .brix---btn-slider-arrow-right---top-right {
    inset: auto 39.5% -130px auto;
  }

  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .discover-section {
    padding-top: 50px;
    padding-bottom: 200px;
    padding-left: 30px;
  }

  .center-content {
    width: 40%;
  }

  .toptext {
    margin-bottom: 25px;
  }

  .toptextstyle {
    font-size: 26px;
  }

  .merchant-number {
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .numberstyle {
    font-size: 76px;
  }

  .merchant-substitle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .merchant-title-text {
    font-size: 36px;
  }

  .merchant-desc {
    font-size: 16px;
    line-height: 20px;
  }

  .merchant-btn {
    padding: 16px 36px;
    font-size: 14px;
    line-height: 14px;
  }

  .sidecardsleft {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    left: -15%;
  }

  .sidecardsright {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    right: -15%;
  }

  .card-style-types-a1 {
    width: 200px;
    height: 200px;
    top: 12%;
  }

  .card-style-types-a2 {
    width: 200px;
    height: 200px;
  }

  .card-style-types-a3 {
    width: 200px;
    height: 200px;
    bottom: 20%;
  }

  .card-style-types-b1 {
    width: 200px;
    height: 200px;
    top: 12%;
  }

  .card-style-types-b2 {
    width: 200px;
    height: 200px;
  }

  .card-style-types-b3 {
    width: 200px;
    height: 200px;
    bottom: 20%;
  }

  .brix---heading-h2-size-9 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---btn-primary-white-9 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---cta-bg-overlay {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---grid-cta-v10 {
    grid-template-columns: .78fr;
  }

  .stat-title-1, .stat-title-2, .stat-title-3 {
    font-size: 36px;
    line-height: 36px;
  }

  .brix---heading-h2-size-8-copy {
    width: 60%;
    font-size: 36px;
    line-height: 40px;
  }

  .uui-testimonial18_mask-3 {
    width: 50%;
  }

  .uui-testimonial18_component-3 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .brix---section-12 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-10 {
    font-family: Outfit, sans-serif;
    font-size: 46px;
    line-height: 56px;
  }

  .brix---paragraph-default-26 {
    font-size: 16px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .grid3, .brix---image-wrapper-br-24px-copy {
    border-radius: 20px;
    height: 200px;
  }

  .brix---grid-gallery-v6-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-126 {
    height: 200px;
  }

  .blocktxt {
    margin-right: 20px;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 40px;
  }

  .brix---mg-bottom-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---accordion-spacer-2 {
    min-height: 12px;
  }

  .brix---accordion-title-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .brix---inner-container-574px---center-7 {
    max-width: 560px;
  }

  .brix---btn-circle-accordion-btn-2 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .brix---accordion-btn-vertical-line-2, .brix---accordion-btn-horizontal-line-2 {
    width: 15px;
  }

  .brix---accordion-item-wrapper-v6, .brix---accordion-item-wrapper-v6:hover {
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---section-12-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brix---badge-secondary---tabs-copy, .brix---badge-secondary---tabs-copy.w--current {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .brix---grid-footer-v12 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .brix---social-media-grid-right---t-center-2 {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---text-left---t-center {
    text-align: center;
  }

  .brix---footer-bottom-v12 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .cp-footer {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-127 {
    padding-bottom: 30px;
  }

  .stats-card-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .brix---mg-bottom-32px-7 {
    margin-bottom: 24px;
  }

  .brix---btn-primary-13 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-24 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h3-size-6 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---section-position-relative-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---card-form-v2-2 {
    padding: 54px 40px;
  }

  .brix---social-media-grid-right---mbp-center-2 {
    grid-column-gap: 10px;
  }

  .brix---section-position-relative-2-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---heading-h1-size-24-copy {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---card-form-v2-2-copy {
    padding: 54px 40px 0;
  }

  .c3 {
    bottom: 24%;
    right: -6%;
  }

  .c1 {
    width: 250px;
    height: 250px;
  }

  .d1 {
    width: 250px;
    height: 250px;
    top: 26%;
    right: 18%;
  }

  .r25-hero {
    padding-top: 0;
  }

  .hero_imager25 {
    width: 150%;
  }

  .brix---btn-primary-14 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---container-default-29 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-25 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---paragraph-default-28 {
    width: 80%;
    font-size: 22px;
  }

  .brix---floating-image-hero-v6---1 {
    top: 24%;
    right: -30%;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-content {
    flex: 1;
    padding-top: 0;
  }

  .hero-content-subcopy {
    margin-top: 10px;
  }

  .hero-h1 {
    font-size: 48px;
    line-height: 60px;
  }

  .hero-paragraph {
    color: #756c65;
    font-size: 16px;
  }

  .hero-grid-wrapper {
    width: 95%;
    bottom: -30%;
    overflow: hidden;
  }

  .hero-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    overflow-wrap: normal;
    flex-flow: row;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 1220px;
    display: flex;
    overflow: visible;
  }

  .hero-date-en, .hero-date-dv {
    color: #787878;
  }

  .prayer-card {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    vertical-align: baseline;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .image-109 {
    width: 20%;
    max-width: 100%;
    margin-bottom: 6px;
  }

  .brix---mg-bottom-32px-8 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-11 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---card-form-2 {
    padding: 54px 32px;
  }

  .brix---grid-cta-v4 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---cta-v3-floating-item-02-2 {
    display: none;
  }

  .karagame {
    width: auto;
    margin-top: 170px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-133 {
    width: auto;
  }

  .uui-heading-xlarge-4 {
    font-size: 3.25rem;
  }

  .uui-heroheader08_component {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

  .uui-heroheader08_component-copy {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-heroheader08_content-copy {
    padding-top: 80px;
  }

  .uui-heading-xlarge-4-copy {
    font-size: 3.25rem;
  }

  .brix---section-13 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---image-wrapper-br-24px-2 {
    border-radius: 20px;
  }

  .uui-section_heroheader08-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-container-large-21-copy-copy {
    width: auto;
    max-width: none;
    padding-top: 60px;
  }

  .uui-padding-vertical-xhuge-26-copy-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-heroheader08_component-copy-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .brix---section-13-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---container-default-29-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---image-wrapper-br-24px-2-copy {
    border-radius: 20px;
  }

  .uui-heading-xlarge-4-copy-copy {
    font-size: 3.25rem;
  }

  .div-block-134 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---color-neutral-870 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .brix---mg-bottom-48px-7 {
    margin-bottom: 40px;
  }

  .brix---section-14 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h4-size-5 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---avatar-circle-04 {
    height: 300px;
    max-height: 100px;
  }

  .family {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---3-columns-1-col-tablet-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---card-testimonial-v2-copy {
    padding: 20px;
  }

  .brix---mg-bottom-32px-8-copy {
    margin-bottom: 24px;
  }

  .anniversary-special {
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---mg-bottom-32px-8-copy {
    width: auto;
    margin-bottom: 24px;
  }

  .benefit-main, .benefit-main-copy {
    width: auto;
  }

  .div-block-136 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: auto;
  }

  .text-in {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---mg-bottom-32px-8-copy-copy, .brix---mg-bottom-32px-8-copy-copy-copy {
    margin-bottom: 24px;
  }

  .brix---heading-h4-size-5-copy {
    font-size: 22px;
    line-height: 32px;
  }

  .maini0title {
    font-size: 3.25rem;
  }

  .aachaa-dhan-dhan {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ups-h1-copy {
    width: 200%;
  }

  .brix---3-columns-1-col-tablet-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .upsh12, .ups-h1-copy-copy, .ups-h1-copy-copy {
    width: 200%;
  }

  .gamers-benefit {
    margin-top: 60px;
    padding: 60px 20px;
  }

  .udesly-paragraph-white {
    text-align: left;
  }

  .udesly-paragraph-white.udesly-centered {
    text-align: center;
  }

  .udesly-pricing-banner-heading {
    font-size: 42px;
  }

  .udesly-udesly-text-semibold {
    font-size: 14px;
  }

  .udesly-container {
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .udesly-column {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .udesly-grid-two-column {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .udesly-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .udesly-stats-card {
    width: 70%;
  }

  .udesly-stats-grid {
    place-items: center;
  }

  .udesly-stats-grid.udesly-mt-32 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .udesly-stats-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .maini0title-white {
    font-size: 3.25rem;
  }

  .udesly-text-extrabold-copy {
    text-align: center;
  }

  .udesly-udesly-text-semibold-copy {
    font-size: 14px;
  }

  .udesly-container-copy {
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .udesly-udesly-text-semibold-copy-copy, .sub-text-all, .sub-text-white {
    font-size: 14px;
  }

  .roaming {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .brix---mg-bottom-48px-8 {
    margin-bottom: 40px;
  }

  .brix---grid-3-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---section-15 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .brix---heading-h2-size-12 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-7 {
    font-size: 22px;
    line-height: 32px;
  }

  .hicontent {
    margin-bottom: 40px;
  }

  .prayer-alert {
    padding: 60px 20px;
  }

  .brix---mg-bottom-48px-9 {
    margin-bottom: 40px;
  }

  .brix---btn-primary-15 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section-16 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-13 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-8 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-1-column-gap-row-32px-2 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .brix---card-left-text-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---icon-left---content-right {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .brix---grid-2-columns-text {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h4-size-5-copy-copy {
    font-size: 22px;
    line-height: 32px;
  }

  .zakat {
    flex-flow: column;
    padding: 60px 20px;
  }

  .brix---mg-bottom-32px-9 {
    margin-bottom: 24px;
  }

  .brix---mg-top-64px {
    margin-top: 0;
  }

  .brix---grid-3-icon-list {
    grid-row-gap: 16px;
    grid-template-columns: auto;
  }

  .brix---btn-primary-white-10 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---cta-v7-floating-item-01 {
    width: 25%;
    display: none;
  }

  .brix---cta-v6-floating-item-02-2 {
    width: 35%;
    bottom: 9%;
    right: -4%;
  }

  .brix---cta-v7-section, .brix---cta-v7-section-copy {
    padding-top: 112px;
  }

  .mfaisa {
    padding-top: 0;
  }

  .maini0title-copy {
    font-size: 2.5rem;
  }

  .udesly-paragraph-large-2-copy {
    color: var(--untitled-ui--gray200);
    text-align: center;
  }

  .udesly-paragraph-large-2-copy-copy {
    text-align: center;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---grid-6-columns-logo-strip-2 {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---slider-mask-2 {
    position: static;
  }

  .brix---heading-h1-size-26 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---hero-bg-image-dark-7 {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .brix---grid-hero-play-button-3 {
    grid-row-gap: 40px;
    grid-template-columns: .8fr;
  }

  .brix---play-button-large-wrapper-3 {
    width: 110px;
  }

  .hor-scroll {
    overflow: scroll;
  }

  .flex-block-5 {
    width: 100%;
    overflow: auto;
  }

  .flexbox {
    width: 100%;
    position: relative;
    overflow: auto;
  }

  .div-block-144 {
    z-index: 3;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .udesly-stats-wrapper-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .udesly-paragraph-large-2-copy-copy-copy {
    text-align: center;
  }

  .brix---footer-bottom-v4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .image-112, .image-113, .image-114 {
    max-width: 60%;
  }

  .image-115 {
    top: 3%;
  }

  .image-116 {
    width: 20%;
  }

  .maini0title-copy-copy {
    font-size: 3.25rem;
  }

  .h230 {
    font-size: 22px;
    line-height: 32px;
  }

  .cardi-copy {
    transform: none;
  }

  .image-117 {
    max-width: 70%;
  }

  .maini0title-585 {
    font-size: 3.25rem;
  }

  .brix---paragraph-default-28-copy, .brix---paragraph-default-28-sdacopy-copy {
    font-size: 22px;
  }

  .mfaisa-copy {
    padding-top: 0;
  }

  .maini0title-asas {
    font-size: 3.25rem;
  }

  .brix---paragraph-default-28-copy-copy {
    font-size: 22px;
  }

  .gdufjhv {
    width: 80%;
    font-size: 22px;
  }

  .hicontent-2 {
    margin-bottom: 40px;
  }

  .brix---heading-h1-size-27 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---hero-bg-image-dark-8 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---btn-primary-white-11 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-2-col---1-col-t-7 {
    grid-template-columns: 1fr;
  }

  .applecel-title {
    font-size: 48px;
    line-height: 60px;
  }

  .applecel-heroimg {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-logo-5 {
    max-width: 232px;
  }

  .brix---social-media-grid-header-v11 {
    grid-column-gap: 10px;
  }

  .apple-cel-header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .ordapplecel-log {
    max-width: 232px;
  }

  .brix---mg-bottom-32px-10 {
    margin-bottom: 24px;
  }

  .brix---btn-primary-16 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section-17 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-14 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h4-size-6 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-content-v15 {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .applecel-section2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .applecel-h2 {
    font-size: 30px;
    line-height: 46px;
  }

  .applecelsectioon2-grdi {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .applecel---heading-h4-size-6 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-48px-10 {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size-15 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-9 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-column-gap: 14px;
    grid-template-columns: 1fr;
  }

  .brix---card-link-img-bg {
    padding-bottom: 40px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .applecell--section-17-copy {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .applecell---heading-h3-size-9 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-48px-11 {
    margin-bottom: 40px;
  }

  .brix---section-18 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-16 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-10 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns---1-col-mb-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .applecell---mg-bottom-48px-10-copy {
    margin-bottom: 40px;
  }

  .applecell---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .applecell---grid-3-columns---1-col-mb-2-copy {
    grid-template-columns: 1fr 1fr;
  }

  .brix---cta-section-2 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---btn-primary-white-12 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-cta-v4-2 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---cta-v5-floating-item-01 {
    width: 40%;
    display: none;
  }

  .brix---cta-v4-floating-item-02 {
    width: 70%;
  }

  .applecell---cta-section-2-copy {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .uui-faq02_component-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .brix---accordion-spacer-3 {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v2:hover {
    transform: translate(6px);
  }

  .applecell---section-18-2copy {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .applecell---mg-bottom-48px-11-copy {
    margin-bottom: 40px;
  }

  .applecel--accordion-item-wrapper-v2-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .applecel--accordion-item-wrapper-v2-copy:hover {
    transform: translate(6px);
  }

  .applecell---inner-container-856---center-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .applecell---accordion-item-wrapper-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .default-addon, .default-addon-light {
    text-decoration: none;
  }

  .default-addon-light.btn-deeplink-addon {
    min-width: 250px;
  }

  .default-allowance-detaiil {
    font-size: 14px;
  }

  .page-slot {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 32px;
    padding-right: 32px;
    display: grid;
  }

  .container-42 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2, .addon-template-hero {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .ord-template-hero-h1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .ord-template-usp {
    padding-left: 0;
    padding-right: 0;
  }

  .ord-template-nav-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .ord-template-hero-container {
    background-image: none;
  }

  .ord-template-hero-heading-left {
    padding-left: 32px;
    padding-right: 32px;
  }

  .o-rd-template-hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ord-template-hero-split {
    max-width: 100%;
    margin-bottom: 40px;
    display: none;
  }

  .ord-template-hero-img-dekstop {
    opacity: 0;
  }

  .ord-template-hero-img-mobile {
    opacity: 100;
  }

  .ord-template-usp-sub {
    font-family: var(--ooredoo--font--ooredoo-title);
    font-weight: 600;
  }

  .container-46 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-4 {
    padding-top: 20px;
  }

  .o-rd-template-hero-cover--wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 290px;
    padding-bottom: 40px;
  }

  .ord-template-hero-split-cover {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .ord-template-hero-split-mobile {
    max-width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .ooredoobtnew-maythe4th {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ooredoobtnew-maythe4th.btnred {
    background-color: var(--ooredoo--color--primary-red);
  }

  .wrapper-addon-modal-maythe4th {
    padding: 0;
  }

  .wrapper-addon-maythe4th {
    flex-flow: column;
  }

  .wrapper-addon-modal-maythe4th-copy, .wrapper-addon-modal-maythe4th-copy-copy, .wrapper-addon-modal-maythe4th-light {
    padding: 0;
  }

  .container-50 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---mg-bottom-48px-12 {
    margin-bottom: 40px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---container-default-35 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---section-19 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-17 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-11, .ord-template-h4-headline {
    font-size: 22px;
    line-height: 32px;
  }

  .ooredoo-template-conentcard-3x {
    padding-left: 32px;
    padding-right: 32px;
  }

  .ooredoo-template-conentcard-titlewrapper {
    margin-bottom: 40px;
  }

  .ooredoo-template-conentcard-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ooredoo-template-conentcard-6x {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .uui-faq01_component-4 {
    margin-left: 29px;
    margin-right: 29px;
    padding: 51px;
  }

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

  .applecell---accordion-item-wrapper-copy-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .applecel-h2-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .applecell---section-18-2copy-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .applecell---heading-h3-size-10 {
    font-size: 22px;
    line-height: 32px;
  }

  .applecell---section-18-2copy-2-copy {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .ord-template-faq-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .applecell---inner-container-856---center-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .ord-template-faq-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .ord-template-faq-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .ord-template-faq-accordian-spacer {
    min-height: 12px;
  }

  .brix---footer-bottom-v4-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .brix---grid-footer-v11 {
    grid-template-columns: 1fr;
  }

  .brix---footer-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---text-right---t-center, .brix---text-left---t-center-2 {
    text-align: center;
  }

  .ord-footer-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .ord-footer---grid-footer {
    grid-template-columns: 1fr;
  }

  .ord-footer---text-left---t-center, .ord-footer---text-right---t-center {
    text-align: center;
  }

  .uui-cta07_component {
    grid-template-columns: 1fr;
    padding: 3rem;
  }

  .uui-cta07_content {
    margin-right: 0;
  }

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

  .ord-template-appbanner-container-large-24-copy {
    padding-left: 32px;
    padding-right: 32px;
  }

  .uui-padding-vertical-xhuge-30-copy, .ord-template-appbanner--vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .ord-template-appbanner--cta07_component {
    grid-template-columns: 1fr;
    padding: 3rem;
  }

  .ord-template-appbanner-div {
    justify-content: flex-start;
    align-items: center;
  }

  .ord-template-subtitle-1 {
    font-family: Rubik, sans-serif;
    font-size: 16px;
    line-height: 32px;
  }

  .ord-template-h4-headline-copy {
    font-size: 22px;
    line-height: 32px;
  }

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

  .brix---mg-bottom-48px-13 {
    margin-bottom: 40px;
  }

  .brix---section-20 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-18 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---accordion-spacer-4 {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v2-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v2-2:hover {
    transform: translate(6px);
  }

  .applecell---accordion-item-wrapper-copy-3, .applecell---accordion-item-wrapper-copy-4, .applecell---accordion-item-wrapper-copy-4-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-spacer-4-copy {
    min-height: 12px;
  }

  .ord-template-title-block {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .hero-without-image {
    padding: 60px 15px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-v1 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---header-content-wrapper-v9 {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .brix---social-media-grid-right---mbl-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---top-header-left-col, .brix---top-header-right-col {
    justify-content: center;
  }

  .brix---grid-header-top {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---header-top-wrapper {
    padding-top: 0;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .frame-1261153304 {
    grid-row-gap: 22px;
    flex-flow: wrap;
    align-items: flex-start;
    padding-right: 40px;
  }

  .text-6 {
    display: flex;
  }

  .navbar-brand-three-2 {
    padding-left: 0;
  }

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-2 {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .nav {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
  }

  .heading {
    font-size: 44px;
    line-height: 1em;
  }

  .title-header {
    margin-left: 0;
    line-height: 20px;
  }

  .logo-image {
    min-width: auto;
  }

  .logo-wrapper {
    min-width: 200vw;
    padding-left: 0;
  }

  .heading-2 {
    padding-right: 6%;
  }

  .div-block-6 {
    margin-left: 56px;
  }

  .lionsgate-title {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    padding-bottom: 0;
  }

  .sonyliv-container {
    padding-bottom: 0;
    padding-right: 0%;
  }

  .sonyliv-wrap {
    margin-left: 0;
  }

  .allowancebar-wrapper {
    grid-column-gap: 14px;
  }

  .allowance-detail.datatext {
    color: #2ecdf3;
  }

  .allowance-detail.validity-text {
    color: #fff;
    justify-content: flex-start;
    padding-right: 0;
    display: flex;
  }

  .addon-wrapper {
    flex-flow: column;
  }

  .beats-wrap {
    margin-left: 0;
  }

  .heading-bold {
    padding-right: 0%;
  }

  .beats1 {
    top: 2837.45px;
    left: 441px;
    right: 1173px;
  }

  .beats-2 {
    top: 2698.45px;
    left: 387px;
  }

  .beats-container {
    padding-left: 45px;
    padding-right: 0%;
  }

  .karti-container {
    padding-bottom: 58px;
  }

  .karti-wrap {
    flex-flow: column;
    align-items: flex-end;
    margin-left: 0;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-side {
    margin-right: 16px;
  }

  .brix---accordion-item-wrapper {
    padding: 40px 24px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section, .test {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .snap-container {
    padding-left: 52px;
  }

  .snap-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 40px;
  }

  .snap-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-bottom: 42px;
    display: flex;
  }

  .image-7 {
    padding-bottom: 28px;
  }

  .tiktok-wrap {
    flex-flow: column;
    align-items: flex-end;
    margin-left: 0;
  }

  .ooredoo_nation {
    flex-flow: column;
  }

  .conent {
    padding-left: 40px;
    padding-right: 40px;
  }

  .frame-1261153319 {
    border-radius: 32px;
    padding: 61px 40px 110px;
  }

  .frame-1261153321 {
    margin-top: -51px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-11 {
    grid-column-gap: 79px;
    grid-row-gap: 79px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-secondary {
    font-size: 24px;
  }

  .spacer-60 {
    height: 40px;
  }

  .marquee-cover {
    background-image: linear-gradient(#fff0 70%, #1f1f1f), linear-gradient(#1f1f1f, #fff0 30%);
  }

  .col {
    align-items: center;
  }

  .col.small {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .flex-vertical.marquee-fix {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .track-vertical {
    align-items: center;
  }

  .container-12 {
    width: 100%;
  }

  .container-12.flex-vertical {
    margin-top: 56px;
  }

  .icon-container {
    height: 25vw;
  }

  .marquee {
    height: 70vw;
  }

  .flex-horizontal.flip-svp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    right: 34%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    left: 34%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-small---bottom-large {
    padding-top: 40px;
    padding-bottom: 53px;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-2 {
    padding: 9px 32px;
  }

  .brix---button-row-left-3 {
    margin-right: 16px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

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

  .blob {
    top: 19px;
    left: 226px;
  }

  .div-block-17 {
    justify-content: center;
  }

  .image-49 {
    top: 1942.39px;
    left: 287px;
  }

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .udesly-cards-grid {
    grid-template-columns: 1fr;
  }

  .brix---btn-secondary-white-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ooredoobtn {
    padding: 10px 32px;
  }

  .brix---button-row-left-4 {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---hero-card-bg-image {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .brix---section-extra-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-secondary-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---grid-2-col---1-col-t-2 {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 155px;
    padding-bottom: 120px;
  }

  .brix---btn-primary-small-2 {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl-2 {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    display: block;
  }

  .brix---header-logo-2 {
    max-width: 90%;
  }

  .brix---hero-full-width-right-hero-v5 {
    margin-top: 62px;
    position: static;
  }

  .brix---floating-image-hero-v2---1 {
    max-width: 480px;
  }

  .brix---grid-hero-v1-2 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-full-width-right {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-size-4 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---hero-bg-image-dark-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .ooredooh1 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---heading-h1-size-5 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-v4 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .clock-number {
    font-family: Rubik Bold;
    font-size: 3.7rem;
  }

  .brix---btn-secondary-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-4 {
    padding: 20px 32px;
  }

  .brix---button-row-left-5 {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-4 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-6 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-col---1-col-t-3 {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top-2 {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .brix---btn-primary-small-3 {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl-3 {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl-3 {
    display: block;
  }

  .brix---header-logo-3 {
    max-width: 90%;
  }

  .brix---floating-image-hero-v2---2 {
    max-width: 480px;
  }

  .brix---btn-circle-secondary-2 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---grid-hero-v4-2 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-v4-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---hero-full-width-right-hero-v5-2 {
    margin-top: 62px;
    position: static;
  }

  .brix---grid-hero-v1-3 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-full-width-right-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ooredoobody.white {
    color: var(--transparent);
    padding-right: 185px;
  }

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

  .brix---section-hero-full-width-right-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-21 {
    flex-flow: column;
  }

  .tiktok-wrap-copy {
    margin-left: 0;
  }

  .tik-container-copy {
    padding-bottom: 50px;
    padding-left: 53px;
    padding-right: 0%;
  }

  .snap-container-new {
    padding-left: 45px;
    padding-right: 0%;
  }

  .binge-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-left: 0;
    margin-right: 60px;
  }

  .binge-container-copy {
    padding-bottom: 0;
    padding-right: 0%;
  }

  .brix---hero-full-width-right-hero-v5-3 {
    margin-top: 62px;
    position: static;
  }

  .brix---floating-image-hero-v2---3 {
    max-width: 480px;
  }

  .brix---btn-secondary-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-5 {
    padding: 20px 32px;
  }

  .brix---button-row-left-6 {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-5 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-7 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-v1-5 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-full-width-right-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---floating-image-hero-v1---3 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---4 {
    max-width: 480px;
  }

  .brix---card-over-image {
    padding: 45px 32px;
  }

  .brix---section-hero-short {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .addon-detail-container {
    min-height: auto;
    max-height: none;
  }

  .addon-short-desc {
    min-height: auto;
    max-height: 46px;
    font-size: 14px;
    line-height: 19px;
  }

  .addon-cta {
    background-color: #1877f2;
    border-radius: 7px;
  }

  .container-18 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
  }

  .subheader {
    font-size: 16px;
    display: block;
  }

  .container-19 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 322px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    display: flex;
  }

  .section-7 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .ooredoo_nav_white {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .udesly-lottie-animation {
    width: 20px;
    height: 20px;
  }

  .udesly-menu-button {
    width: 36px;
    height: 36px;
  }

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

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui--gray600);
    background-color: #0000;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-navbar06_link {
    font-size: 1rem;
  }

  .uui-text-size-small.hide-mobile-landscape {
    display: none;
  }

  .uui-navbar06_blog-item-image {
    margin-bottom: 0;
  }

  .uui-navbar06_blog-item-image-wrapper {
    max-width: 100%;
  }

  .uui-navbar06_blog-item {
    grid-row-gap: 1rem;
  }

  .uui-navbar06_blog-list {
    grid-row-gap: .5rem;
  }

  .uui-navbar06_dropdown-link-list {
    max-width: none;
  }

  .uui-navbar06_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-navbar06_dropdown-list.w--open {
    margin-bottom: 0;
  }

  .uui-navbar06_dropdown-toggle {
    font-size: 1rem;
  }

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

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar06_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .uui-button-row {
    align-self: stretch;
  }

  .uui-navbar01_blog-item {
    grid-column-gap: 1rem;
    grid-template-columns: .6fr 1fr;
  }

  .uui-navbar01_dropdown-content-right {
    padding: 1.5rem 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-navbar01_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar01_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .uui-navbar01_dropdown-toggle {
    font-size: 1rem;
  }

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

  .uui-navbar01_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer08_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer08_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer08_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

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

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-footer08_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-footer08_link-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer08_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-logos04_logo {
    height: 2.5rem;
  }

  .uui-logos04_wrapper {
    padding: .5rem 1rem;
  }

  .uui-logos04_list {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    width: 124rem;
  }

  .uui-logo-loop_component {
    height: 3.5rem;
  }

  .nav-enter {
    background-color: #000;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 40px;
  }

  .jiosaavn {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #f09491;
    margin-left: 0;
    margin-right: 60px;
  }

  .ooredoobtn-copy, .ooredoobtn-enter {
    padding: 10px 32px;
  }

  .lionsgate-title-copy {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    padding-bottom: 0;
  }

  .ooredoobtn-copy {
    padding: 10px 32px;
  }

  .container-20 {
    margin-left: 17.5px;
    margin-right: 17.5px;
  }

  .brix---btn-secondary-white-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .brix---button-row-left-7 {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-6 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-8 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-col---1-col-t-4 {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-3, .brix---hero-bg-image-dark-3-copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---heading-h1-size-8-copy {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---grid-stats-v1 {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

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

  .uui-heroheader21_image-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .uui-button-3:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-heroheader21_form {
    margin-top: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

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

  .uui-heroheader21_component {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-layout01_image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-layout01_image-wrapper {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

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

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

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

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

  ._5g-secoud, ._5g-section-2-title-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout12_image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-layout12_image-wrapper {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-layout12_number {
    font-size: 2.25rem;
  }

  .uui-layout12_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

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

  ._5g-page-usp-value {
    font-size: 2.25rem;
  }

  .up-banner-bg-5g-page {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .udesly-paragraph-small-2 {
    font-size: 12px;
  }

  .brix---social-media-grid-right---mbp-center {
    justify-content: end;
    align-self: stretch;
    place-items: center end;
  }

  .brix---btn-primary-6 {
    padding: 20px 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

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

  .brix---mg-bottom-64px {
    margin-bottom: 48px;
  }

  .brix---heading-h1-size-9 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---card-form-v2 {
    padding: 56px 32px;
  }

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

  .brix---section-position-relative, ._5g---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-7 {
    padding: 20px 32px;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---heading-h1-size-10 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

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

  ._5g---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  ._5g---input-copy {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  ._5g---text-area-copy {
    border-radius: 18px;
  }

  ._5g---btn-primary-7 {
    padding: 20px 32px;
  }

  ._5g---subtitle-copy {
    font-size: 17px;
    line-height: 19px;
  }

  ._5g---heading-h1-size-10-copy {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

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

  .uui-heading-small {
    font-size: 1.5rem;
  }

  .uui-layout35_image-wrapper {
    margin-bottom: 1.5rem;
  }

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

  .ord-wrapper {
    min-height: auto;
  }

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

  .uui-button-4:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-tertiary-gray-2:hover {
    color: var(--untitled-ui--gray600);
    background-color: #0000;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

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

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

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

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

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-text-size-small-4.hide-mobile-landscape {
    display: none;
  }

  .uui-navbar02_blog-item {
    padding: 0;
  }

  .uui-navbar02_blog-item:hover {
    background-color: #0000;
  }

  .uui-navbar02_dropdown-content-right {
    padding: 2rem 1rem;
  }

  .hide-mobile-landscape-2 {
    display: none;
  }

  .uui-badge-small-success-2 {
    padding: .125rem .5rem;
  }

  .uui-navbar02_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar02_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar02_dropdown-toggle {
    font-size: 1rem;
  }

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

  .uui-styleguide_logomark-bg-3 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar02_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ord-hero-full {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ord-addon-perks {
    flex-flow: column;
  }

  .ord-plan-tourist {
    max-width: none;
  }

  .quick-stack-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-28 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ord-button {
    max-width: 100%;
    padding: 10px 32px;
  }

  .div-block-29 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-22 {
    flex-flow: column;
  }

  .ord-menu-wrapper {
    min-height: auto;
  }

  .ord-wrapper-airport {
    width: 90%;
    max-width: 90%;
  }

  .quick-stack-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .go-play-wraper {
    margin-left: 0;
  }

  .goplaylogo {
    padding-bottom: 28px;
  }

  .apple-main-bg {
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .hero-without-image-2 {
    padding: 60px 15px;
  }

  .apple-menu-wrapper {
    min-height: auto;
  }

  .hero-without-image-3 {
    padding: 60px 15px;
  }

  .ap-title-main {
    margin-top: 30px;
  }

  .hero-without-image-3-copy, .hero-without-image-3-copy-copy {
    padding: 60px 15px;
  }

  .ap-vi {
    top: 10%;
  }

  .brix---floating-image-hero-v1---5 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---6 {
    max-width: 480px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-primary-8 {
    padding: 20px 32px;
  }

  .brix---input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---heading-h1-size-11 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-v1-6 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-primary-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .ord-wrapper-language {
    width: 90%;
    max-width: 320px;
  }

  .ap-vi-copy {
    top: 10%;
  }

  .navbar-brand-4 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-13 {
    margin-top: 10px;
  }

  .appplepage-noshadow-container {
    padding-left: 0;
    padding-right: 0;
  }

  .applepage-contianer-regular {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .applepage-navwrapper {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .applepage-branding {
    padding-left: 0;
  }

  .applepage-nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .image-71 {
    max-width: 40%;
    max-height: none;
  }

  .image-72 {
    display: block;
  }

  .section-11 {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .image-74-copy {
    width: 750px;
    min-width: 750px;
    max-width: 750px;
    margin-top: 10px;
    overflow: visible;
  }

  .div-block-42 {
    overflow: clip;
  }

  .div-block-43 {
    margin-top: -233px;
  }

  .brix---text-300-bold-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .brix---product-card-wrapper-v1 {
    width: 100%;
  }

  .brix---badge-secondary-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px-7 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-12 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section-4, .product-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .product-card-wrapper {
    width: 100%;
  }

  .product-title {
    margin-bottom: 8px;
  }

  .product-block-3-card {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .product-title-ize {
    font-size: 20px;
    line-height: 26px;
  }

  .product-prize-type {
    font-size: 18px;
    line-height: 22px;
  }

  .linktext-button {
    margin-left: 0;
  }

  .brix---text-300-bold-3 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---heading-h4-size-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 8px;
  }

  .brix---product-card-wrapper-v1-2 {
    width: 100%;
  }

  .brix---badge-secondary-small-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-3-columns-gap-row-48px-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px-8 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-13 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-3 {
    font-size: 17px;
    line-height: 19px;
  }

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

  .brix---floating-image-hero-v1---7 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---8 {
    max-width: 480px;
  }

  .brix---text-200-bold-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-primary-9 {
    padding: 20px 32px;
  }

  .brix---input-3 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---grid-hero-v1-7 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-primary-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .apple-flex-prod-card {
    flex-flow: column;
    width: auto;
    min-width: 400px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 100px 20px 16px;
  }

  .apple-flex-grid-2 {
    grid-template-columns: 1fr;
  }

  .apple-flex-image {
    float: none;
    clear: none;
    object-fit: contain;
    width: auto;
    height: 410px;
    max-height: 566px;
    margin-left: 0;
    position: relative;
    inset: 0% auto 0% -419px;
  }

  .apple-flex-content-detai {
    margin-bottom: 32px;
  }

  .apple-flex-title-tage {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .slider-2 {
    width: auto;
    min-width: auto;
    height: 560px;
    min-height: 12%;
  }

  .slide-5 {
    left: 420px;
    overflow: visible;
  }

  .div-block-56 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .apple-flex-product-descriptiom {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-58 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---text-300-bold-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---heading-h4-size-3 {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---mg-bottom-16px-6 {
    margin-bottom: 8px;
  }

  .brix---product-card-wrapper-v1-3 {
    width: 100%;
  }

  .brix---badge-secondary-small-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-3-columns-gap-row-48px-3 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px-9 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-14 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-4 {
    font-size: 17px;
    line-height: 19px;
  }

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

  .uui-testimonial16_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial16_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-testimonial16_content {
    margin-right: 1.5rem;
    padding: 1.5rem;
  }

  .uui-testimonial16_component {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

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

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .uui-testimonial15_arrow {
    left: 15%;
  }

  .uui-testimonial15_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial15_arrow.left {
    right: 100px;
  }

  .uui-testimonial15_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial15_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-testimonial15_content {
    padding: 1.5rem;
  }

  .uui-testimonial15_slide {
    padding-right: 1.5rem;
  }

  .uui-testimonial15_mask {
    width: 80%;
  }

  .uui-testimonial15_component {
    margin-top: 3rem;
  }

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

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

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

  .uui-button-5:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-wrapper-3.max-width-full-mobile-landscape-2 {
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-blogsection10_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .uui-blogsection10_button-row.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .uui-blogsection10_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-blogsection10_arrow.left {
    right: 3.5rem;
  }

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

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

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

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

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

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

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

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

  .uui-blogsection10_slide {
    padding-right: 1.5rem;
  }

  .uui-blogsection10_mask {
    width: 80%;
  }

  .uui-blogsection10_component {
    margin-top: 3rem;
    padding-bottom: 6rem;
  }

  .hide-mobile-landscape-3 {
    display: none;
  }

  .uui-blogsection10_heading {
    margin-right: 0;
  }

  .uui-blogsection10_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .heading-6-copy {
    text-align: center;
  }

  .apple-carousal-main {
    display: block;
    overflow: hidden;
  }

  .apple-carousel-div {
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: clip;
  }

  .apple-carousal-vert-pad {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .apple-carausal-compenent-container {
    margin-top: 3rem;
  }

  .apple-carausel-mask {
    width: 80%;
  }

  .uui-testimonial15_slide-copy {
    padding-right: 1.5rem;
  }

  .container-25 {
    padding-bottom: 40px;
  }

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

  .deco-text-sub-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    top: -1px;
  }

  .blocktitle {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 300px;
    display: block;
    position: static;
  }

  .div-block-63 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-64 {
    justify-content: center;
    align-items: center;
    width: 500px;
    min-width: auto;
    display: flex;
  }

  .card1 {
    padding: 1.5rem 1.5rem 11.7rem;
  }

  .card1-wrap {
    padding-right: 1.5rem;
  }

  .card2 {
    padding: 1.5rem 1.5rem 11.7rem;
  }

  .card2-wrap {
    padding-right: 1.5rem;
  }

  .card3 {
    padding: 1.5rem 1.5rem 11.7rem;
  }

  .card3-wrap {
    padding-right: 1.5rem;
  }

  .card4 {
    padding: 1.5rem 1.5rem 11.7rem;
  }

  .card4-wrap {
    padding-right: 1.5rem;
  }

  .card5 {
    padding: 1.5rem 1.5rem 11.7rem;
  }

  .card5-wrap {
    padding-right: 1.5rem;
  }

  .uui-heading-xxsmall-copy {
    font-size: 1.125rem;
  }

  .mask-2 {
    min-height: 0;
  }

  .image-78 {
    margin-top: -20px;
  }

  .mask-3 {
    overflow: hidden;
  }

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

  .uui-button-6:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row-4 {
    align-self: stretch;
  }

  .uui-button-row-4.button-row-center.is-reverse-mobile-landscape, .uui-button-row-4.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small-3 {
    min-height: 1.25rem;
  }

  .uui-text-size-large-4 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-faq01_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

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

  .uui-heading-medium-3 {
    font-family: Outfit, sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.4;
  }

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

  .uui-page-padding-5, .apple-flex-faq-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .apple-flex-faq-vert-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .apple-flex-faq-componant {
    margin-top: 3rem;
  }

  .apple-flex-faq-cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-heading-xxsmall-2-copy {
    font-size: 20px;
  }

  .uui-text-size-large-4-copy {
    font-size: 1rem;
  }

  .avatar-stack_component-copy {
    margin-bottom: 1.5rem;
  }

  .faq-heading {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
  }

  .faq-content {
    color: var(--untitled-ui--gray500);
    font-size: 16px;
    line-height: 1.3;
  }

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

  .uui-button-6-copy:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .apple-flex-faq-cta-copy {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .main-box-content {
    font-size: 1rem;
  }

  .box-title {
    color: var(--ooredoo--color--background-lightest-gray);
    font-size: 20px;
    font-weight: 400;
  }

  .div-block-67-copy {
    background-color: var(--transparent);
    width: 220px;
  }

  .link-button-order-copy {
    color: var(--white);
  }

  .main-box-cotainer-info {
    background-image: linear-gradient(#1e1d22, #1e1d22);
    margin-top: 3rem;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .comingsoon {
    background-color: #1e1e1e;
    border-radius: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Noto Sans, sans-serif;
    font-size: 14px;
    top: 1562.43px;
  }

  .newsection {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .brix---btn-secondary-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-10 {
    padding: 20px 32px;
  }

  .brix---button-row-left-8 {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-10 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-15 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-col---1-col-t-5 {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top-3 {
    padding-top: 155px;
    padding-bottom: 120px;
  }

  .brix---btn-primary-small-4 {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl-4 {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl-4 {
    display: block;
  }

  .brix---header-logo-4 {
    max-width: 90%;
  }

  .ooredooheader-libey {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .ord-header-logo-center {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
  }

  .container-26 {
    margin-left: 19px;
    margin-right: 19px;
  }

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

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

  .uui-button-row-5 {
    align-self: stretch;
  }

  .uui-button-row-5.button-row-center.is-reverse-mobile-landscape, .uui-button-row-5.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small-4 {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-layout73_image-wrapper {
    margin-bottom: 1.5rem;
  }

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

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

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

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

  .uui-button-7:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-text-size-large-5 {
    font-size: 1rem;
  }

  .avatar-stack_component-2 {
    margin-bottom: 1.5rem;
  }

  .uui-faq01_cta-2 {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-space-medium-3 {
    min-height: 1.5rem;
  }

  .uui-faq01_component-2 {
    margin-top: 3rem;
    margin-left: 0;
    margin-right: 0;
  }

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

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .libey-button {
    font-size: 1rem;
  }

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

  .libey-faq-continter, .libet-usp {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .uui-button-row-6 {
    align-self: stretch;
  }

  .uui-space-small-5 {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall-4 {
    font-size: 1.125rem;
  }

  .uui-space-xxlarge-2 {
    min-height: 3rem;
  }

  .uui-layout72_item {
    padding: 1.5rem;
  }

  .uui-layout72_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .uui-page-padding-7, .libet-usp-copy, .libet-usp-copy-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .libey-action-card {
    padding: 4rem 30px;
  }

  .lubey-lay {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .uui-layout47_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

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

  .libey-text-2 {
    font-size: 1.125rem;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---badge-primary-small-light {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---divider-32px {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .brix---mg-bottom-16px-7 {
    margin-bottom: 8px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---categories-badges-item-wrapper, .brix---categories-badges-wrapper {
    flex-wrap: wrap;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .brix---section-bg-neutral-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h4-size-4 {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---text-100-medium {
    font-size: 14px;
  }

  .brix---divider-24px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---grid-blog-featured-v3 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-16 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-5 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---grid-title-and-paragraph {
    grid-row-gap: 12px;
    grid-template-columns: 1.1fr;
  }

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

  .ord-menu-wrapper-1200 {
    min-height: auto;
    padding-left: 0;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .ingeytha-button-8 {
    font-size: 1rem;
  }

  .ingeytha-button-8:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-space-small-6 {
    min-height: 1.25rem;
  }

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

  .uui-space-medium-4 {
    min-height: 1.5rem;
  }

  .uui-blogpost04_newsletter {
    padding: 1.5rem 1.5rem 2rem;
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .uui-blogpost04_content {
    margin-bottom: 2rem;
  }

  .uui-button-secondary-gray-4 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-4:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-blogpost04_author-wrapper {
    margin-bottom: 2rem;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    margin-bottom: 3rem;
  }

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

  .uui-text-size-xlarge-2 {
    font-size: 1.125rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

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

  .uui-blogpost04_meta-wrapper {
    margin-top: 2rem;
    font-size: .75rem;
  }

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

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

  .uui-button-row-7 {
    align-self: stretch;
  }

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

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

  .uui-button-wrapper-4.max-width-full-mobile-landscape-3 {
    width: 100%;
  }

  .max-width-full-mobile-landscape-3 {
    width: 100%;
    max-width: none;
  }

  .uui-blogsection03_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .uui-blogsection03_button-row.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

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

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

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

  .hide-mobile-landscape-4 {
    display: none;
  }

  .uui-text-size-large-6 {
    font-size: 1rem;
  }

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

  .uui-heading-medium-5 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-blogsection03_heading {
    margin-right: 0;
  }

  .uui-blogsection03_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ingeytha-padding-vertical-xhuge-9-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ingeytha-blogpost04_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-text-rich-text-copy figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text-copy figcaption {
    margin-top: .75rem;
  }

  .ingeytha-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .ingeytha-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .uui-space-medium-5 {
    min-height: 1.5rem;
  }

  .uui-faq02_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .uui-faq02_question {
    padding: 1rem 1.25rem;
  }

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

  .uui-button-8:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row-8 {
    align-self: stretch;
  }

  .uui-text-size-large-7 {
    font-size: 1rem;
  }

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

  .uui-heading-medium-6 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

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

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

  .ingeythanav {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-4 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---text-201 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---category-link {
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 22px;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-64px-2 {
    margin-bottom: 48px;
  }

  .brix---sticky-top-24px {
    position: static;
  }

  .brix---grid-blog-sidebar {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .brix---section-bg-neutral-201 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-blog-featured-v7 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-17 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-6 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

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

  .ingeytha---text-201-copy, .ingeytha---text-200-bold-4-copy {
    font-size: 16px;
    line-height: 18px;
  }

  .ingeytha---display-4-copy {
    font-size: 20px;
    line-height: 32px;
  }

  .ingeytha---text-201-copy-copy, .ingeytha---text-201-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .ingeytha---link-icon-right-2-copy {
    width: 20px;
    margin-left: 8px;
  }

  .ingeytha---link-icon-right-2-copy---heading-h2-size-5-copy {
    font-size: 28px;
    line-height: 40px;
  }

  .ingeytha---section-bg-neutral-201-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ingeythanav-copy {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
  }

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

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

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

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

  .uui-blog01_menu-link:hover {
    color: var(--untitled-ui--gray500);
    border-bottom-style: none;
  }

  .uui-blog01_menu-link.last-link {
    margin-right: 2rem;
  }

  .uui-blog01_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .uui-blog01_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .uui-blog01_component {
    margin-top: 4rem;
  }

  .uui-text-size-large-8 {
    font-size: 1rem;
  }

  .uui-space-small-7 {
    min-height: 1.25rem;
  }

  .uui-heading-large-2 {
    font-size: 2.25rem;
  }

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

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

  .collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-footer07_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer07_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer07_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer07_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-footer07_link-list {
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .uui-styleguide_logomark-bg-4 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-padding-vertical-xlarge-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

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

  .uui-button-9:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-wrapper-5.max-width-full-mobile-landscape-4 {
    width: 100%;
  }

  .max-width-full-mobile-landscape-4 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-5 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-5:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-row-9 {
    align-self: stretch;
  }

  .uui-button-row-9.button-row-center.is-reverse-mobile-landscape, .uui-button-row-9.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xxsmall-5 {
    font-size: 1.125rem;
  }

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

  .uui-layout91_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-text-size-large-9 {
    font-size: 1rem;
  }

  .uui-heading-medium-7 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-layout91_component {
    align-items: stretch;
  }

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

  .navbar-brand-three-3 {
    padding-left: 0;
  }

  .nav-menu-three-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-3 {
    flex-direction: column;
  }

  .nav-link-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-5.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-5.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-5.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-14 {
    margin-top: 10px;
  }

  .navbar-wrapper-three-3-marhaba {
    justify-content: center;
    align-items: center;
  }

  .navbar-brand-three-3-marhaba {
    padding-left: 0;
  }

  .nav-menu-three-3-marhaba {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .brix---btn-secondary-7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-11 {
    padding: 20px 32px;
  }

  .brix---button-row-left-9 {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-11 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-18 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---section-9, .brix---section-9-marhaba {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---bg-image-full-width-6 {
    z-index: -1;
  }

  .brix---btn-secondary-white-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white-3 {
    padding: 20px 32px;
  }

  .brix---hero-card-bg-image-2 {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .brix---section-extra-small-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---hero-card-bg-image-2-marhaba {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .brix---section-extra-small-2-marhaba {
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .b-2rix---container-default-18-marhaba {
    z-index: 2;
    object-fit: fill;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .brix---inner-container-574px---marhaba3-copy {
    bottom: -109px;
  }

  .brix---heading-h1-size-18-marhaba {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 46px;
  }

  .brix---mg-bottom-40px-11-marhaba {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---btn-primary-12 {
    padding: 20px 32px;
  }

  .brix---input-4 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---mg-bottom-40px-12 {
    margin-bottom: 24px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---grid-4-columns-instagram {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h2-size-6 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-8 {
    margin-bottom: 8px;
  }

  .brix---section-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---section-10-marhaba {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---display-5 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---grid-3-columns---1-col-mb {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 40px;
  }

  .brix---display-6 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---mg-bottom-12px {
    padding-right: 0;
  }

  .brix---heading-h2-size-7 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-56px-3 {
    margin-bottom: 40px;
  }

  .brix---section-11 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---heading-h2-size-7-marhaba {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---display-6-copmarhabay {
    font-size: 48px;
    line-height: 56px;
  }

  .card-text-h1 {
    font-size: 18px;
  }

  .block1 {
    margin-right: 20px;
  }

  .ups-h1 {
    font-size: 16px;
  }

  .price-text-main {
    font-size: 18px;
  }

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

  .uui-button-10:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row-10 {
    align-self: stretch;
  }

  .uui-button-row-10.button-row-center.is-reverse-mobile-landscape, .uui-button-row-10.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small-8 {
    min-height: 1.25rem;
  }

  .uui-text-size-large-10 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-6 {
    font-size: 1.125rem;
  }

  .avatar-stack_component-3 {
    margin-bottom: 1.5rem;
  }

  .uui-faq01_cta-3 {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-space-medium-6 {
    min-height: 1.5rem;
  }

  .uui-faq01_component-3 {
    margin-top: 3rem;
  }

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

  .uui-heading-medium-8 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

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

  .uui-section_faq01-3-mar {
    margin-top: 40px;
  }

  .uui-page-padding-13-mar {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .uui-faq01_component-3-mar {
    margin-top: 3rem;
  }

  .uui-heading-medium-8-mar {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .uui-text-size-large-10-mar {
    font-size: 1rem;
  }

  .uui-faq01_cta-3-mar {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-dark-mar {
    margin-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper-mar {
    flex-direction: column;
    align-items: center;
  }

  .uui-text-size-xlarge-3 {
    font-size: 1.125rem;
  }

  .uui-space-small-9 {
    min-height: 1.25rem;
  }

  .uui-heading-large-3 {
    font-size: 2.25rem;
  }

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

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

  .info-block {
    margin-top: 40px;
    margin-bottom: 0;
    margin-right: 30px;
  }

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

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

  .uui-heading-large-3-mar {
    font-size: 2.25rem;
  }

  .uui-text-size-xlarge-3-mar {
    font-size: 1.125rem;
  }

  .uui-heroheader07_light-overlay {
    width: 72rem;
    min-width: 72rem;
    right: -30%;
  }

  .uui-heroheader07_card-image-02 {
    border-radius: 1.4rem;
    width: 30rem;
  }

  .uui-heroheader07_card-image-01 {
    border-radius: 1.4rem;
    width: 22rem;
  }

  .uui-heroheader07_image-wrapper {
    background-image: none;
    height: 26rem;
  }

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

  .uui-button-11:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-11.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper-6.max-width-full-mobile-landscape-5 {
    width: 100%;
  }

  .max-width-full-mobile-landscape-5 {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon-8.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray-6 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-6:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray-6.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-11 {
    align-self: stretch;
  }

  .uui-button-row-11.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

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

  .uui-text-size-xlarge-4 {
    font-size: 1.125rem;
  }

  .uui-space-small-10 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 2.25rem;
  }

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

  .uui-page-padding-15, .uui-page-padding-15-mar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-padding-vertical-xhuge-15-mar {
    margin-bottom: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heroheader07_image-wrapper-copy {
    background-image: none;
    height: 26rem;
  }

  .uui-heroheader07_image-amrjcopy-copy {
    background-image: none;
    height: 26rem;
    margin-bottom: -120px;
  }

  .uui-heading-xlarge-2-marj {
    font-size: 2.25rem;
  }

  .uui-space-small-10-marj {
    min-height: 1.25rem;
  }

  .uui-text-size-xlarge-4-marj {
    font-size: 1.125rem;
  }

  .uui-space-large-marj {
    min-height: 2rem;
  }

  .brix---hero-card-bg-image-2-marhaba-copy {
    z-index: auto;
    background-image: linear-gradient(#fff0 30%, #fff 70%);
    padding-top: 116px;
    padding-bottom: 116px;
    overflow: hidden;
  }

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

  .uui-button-12:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-pricing09_feature-list {
    margin-bottom: 2rem;
  }

  .uui-pricing09_price-text {
    font-size: 1.5rem;
  }

  .uui-pricing09_price {
    font-size: 2.25rem;
  }

  .uui-pricing09_heading {
    font-size: 1.125rem;
  }

  .uui-pricing09_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-badge-2 {
    padding: .125rem .5rem;
  }

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

  .uui-pricing09_component {
    margin-top: 2rem;
  }

  .uui-text-size-large-11 {
    font-size: 1rem;
  }

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

  .uui-heading-medium-9 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .uui-page-padding-16, .uui-page-padding-17 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape-6 {
    width: 100%;
    max-width: none;
  }

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

  .uui-button-13:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-13.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heading-xlarge-3 {
    font-size: 2.25rem;
  }

  .uui-button-row-12 {
    align-self: stretch;
  }

  .uui-button-row-12.button-row-center.is-reverse-mobile-landscape, .uui-button-row-12.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper-7.max-width-full-mobile-landscape-6 {
    width: 100%;
  }

  .uui-button-icon-9.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-heroheader15_image-wrapper {
    height: 22rem;
  }

  .uui-text-size-xlarge-5 {
    font-size: 1.125rem;
  }

  .uui-button-secondary-gray-7 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-7:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray-7.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heroheader15_card-image-01, .uui-heroheader15_card-image-02, .uui-heroheader15_card-image-03, .uui-heroheader15_card-image-04, .uui-heroheader15_card-image-05 {
    border-radius: .75rem;
    width: 24rem;
  }

  .uui-space-small-11 {
    min-height: 1.25rem;
  }

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

  .uui-space-xhuge {
    min-height: 4rem;
  }

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

  .uui-badge-group-2 {
    font-size: .75rem;
  }

  .uui-badge-group_badge-2 {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-heroheader14_image-wrapper {
    width: 100vw;
    height: 22rem;
  }

  .uui-heroheader14_card-image-03, .uui-heroheader14_card-image-01, .uui-heroheader14_card-image-05, .uui-heroheader14_card-image-02, .uui-heroheader14_card-image-04 {
    border-radius: .75rem;
    width: 24rem;
  }

  .brix---mg-bottom-40px-13 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-19 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left-10 {
    margin-right: 16px;
  }

  .brix---btn-primary-white-4 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---hero-card-bg-image-3 {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .brix---section-extra-small-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---hero-bg-image-dark-4 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---grid-hero-play-button {
    grid-template-columns: 1fr;
  }

  .brix---play-button-large-wrapper {
    width: 110px;
  }

  .brix---heading-h1-size-19-copy {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---mg-bottom-40px-14 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-20 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left-11 {
    margin-right: 16px;
  }

  .brix---hero-bg-image-dark-5 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---btn-primary-white-5 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---grid-hero-play-button-2 {
    grid-template-columns: 1fr;
  }

  .brix---play-button-large-wrapper-2 {
    width: 110px;
  }

  .hero_unlimited {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .hero_h1 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .hero_detail {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-18-marhsdaaba-copy {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 46px;
  }

  .hide-mobile-landscape-5 {
    display: none;
  }

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

  .max-width-full-mobile-landscape-7 {
    width: 100%;
    max-width: none;
  }

  .uui-text-size-large-12 {
    font-size: 1rem;
  }

  .uui-heading-medium-10 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .uui-button-14:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

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

  .uui-blogsection12_component {
    margin-top: 3rem;
    padding-bottom: 6rem;
  }

  .uui-blogsection12_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-blogsection12_arrow.left {
    right: 3.5rem;
  }

  .uui-blogsection12_slide {
    padding-right: 1.5rem;
  }

  .uui-blogsection12_mask {
    width: 80%;
  }

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

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

  .uui-blogsection12_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .uui-blogsection12_heading {
    margin-right: 0;
  }

  .uui-blogsection12_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .uui-padding-vertical-xhuge-18 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .uui-heading-xxsmall-7 {
    font-size: 1.125rem;
  }

  .uui-button-row-13 {
    align-self: stretch;
  }

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

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

  .uui-button-link-8.is-alternate:hover {
    color: var(--untitled-ui--white);
  }

  .uui-layout88_item {
    padding: 1.5rem;
  }

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

  .uui-space-small-12 {
    min-height: 1.25rem;
  }

  .uui-space-xxlarge-3 {
    min-height: 3rem;
  }

  .brix---grid-3-columns---1-col-mb-copy {
    grid-template-columns: 1fr;
  }

  .uui-heading-small-2 {
    font-size: 1.5rem;
  }

  .uui-testimonial18_content {
    padding: 1.5rem;
  }

  .uui-testimonial18_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial18_arrow.left {
    right: 3.5rem;
  }

  .uui-testimonial18_slide {
    padding-right: 1.5rem;
  }

  .uui-testimonial18_mask {
    width: 80%;
  }

  .uui-testimonial18_component {
    margin-top: 3rem;
  }

  .uui-testimonial17_logo {
    max-height: 2.5rem;
  }

  .uui-space-medium-7 {
    min-height: 1.5rem;
  }

  .card_header_label {
    width: 29%;
    padding-left: 7px;
    left: 65%;
  }

  .brix---hero-card-bg-image-2ssd-marhaba-copy-copy {
    z-index: 0;
    background-image: linear-gradient(#fff0 38%, #ffffffa6 68%);
    padding-top: 116px;
    padding-bottom: 116px;
    overflow: hidden;
  }

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

  .uui-button-15:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

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

  .uui-pricing03_top-right-text {
    font-size: 1rem;
  }

  .uui-pricing03_top-right-price {
    font-size: 3rem;
  }

  .uui-badge-3 {
    padding: .125rem .5rem;
  }

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

  .uui-pricing03_icon-wrapper {
    display: none;
  }

  .uui-pricing03_content-top {
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
  }

  .uui-pricing03_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .uui-pricing03_tabs-menu {
    margin-top: 2rem;
  }

  .uui-text-size-large-13 {
    font-size: 1rem;
  }

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

  .uui-heading-medium-11 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .uui-page-padding-19, .uui-page-padding-19-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-padding-vertical-xhuge-19-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-pricing03_tabs-menu-copy {
    margin-top: 2rem;
  }

  .uui-badge-3-copy {
    padding: .125rem .5rem;
  }

  .uui-heroheader07_card-image-02-copy, .uui-heroheader07_card-image-02-copy-copy {
    border-radius: 1.4rem;
    width: 30rem;
  }

  .uui-testimonial10_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial10_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial10_divider {
    display: none;
  }

  .uui-testimonial10_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-medium-12 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial10_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 2.5rem 1.5rem;
  }

  .uui-testimonial10_lightbox-image {
    height: 22rem;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-testimonial10_component {
    border-radius: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-20 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .uui-testimonial10_lightbox-image-2 {
    height: 22rem;
  }

  .uui-testimonial10_component-2 {
    border-radius: 1rem;
    grid-template-columns: 1fr;
  }

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

  .jump {
    bottom: -1392px;
  }

  .texttitle12 {
    margin-top: 70px;
  }

  .jumpbutton {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .buttonwrapper12 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .anchorbutton12 {
    text-align: center;
    width: 100%;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .uui-testimonial18_arrow-2:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial18_arrow-2.left {
    right: 3.5rem;
  }

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

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

  .uui-button-link-9.is-alternate:hover {
    color: var(--untitled-ui--white);
  }

  .uui-button-row-14 {
    align-self: stretch;
  }

  .uui-space-medium-8 {
    min-height: 1.5rem;
  }

  .uui-space-small-13 {
    min-height: 1.25rem;
  }

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

  .uui-heading-small-3 {
    font-size: 1.5rem;
  }

  .uui-testimonial17_logo-2 {
    max-height: 2.5rem;
  }

  .uui-testimonial18_content-2 {
    padding: 1.5rem;
  }

  .uui-testimonial18_slide-2 {
    padding-right: 1.5rem;
  }

  .uui-testimonial18_mask-2 {
    width: 80%;
  }

  .uui-testimonial18_component-2 {
    margin-top: 3rem;
  }

  .uui-text-size-large-14 {
    font-size: 1rem;
  }

  .uui-heading-medium-13 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

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

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

  .uui-testimonial18_content-2-copy {
    padding: 1.5rem;
  }

  .uui-testimonial18_component-2-copy {
    margin-top: 3rem;
  }

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

  .uui-testimonial18_slide-2-copy {
    padding-right: 1.5rem;
  }

  .dealcardwrapperm {
    padding: 1.5rem;
  }

  .slidermain {
    padding-right: 1.5rem;
  }

  .grid-4-copy {
    object-fit: fill;
    grid-template-columns: 1fr;
    place-items: start stretch;
    width: 100%;
    overflow: visible;
  }

  .text-block-18 {
    font-size: 14px;
    font-style: normal;
  }

  .dealcardwrapperm-copy, .value4, .value3, .value2 {
    padding: 1.5rem;
  }

  .value1 {
    width: 100%;
    padding: 1.5rem;
  }

  .container-17-copy {
    padding-left: 26px;
  }

  .ooredoobtnew {
    padding: 10px 32px;
  }

  .ooredoo_nation_grid {
    flex-flow: column;
  }

  .ooredoobtn-copy-copy, .ooredoobtn-copy-copy-copy {
    padding: 10px 32px;
  }

  .lottieright {
    bottom: 10%;
    left: -40%;
    right: 0%;
  }

  .lottieleft {
    transform: rotate(-20deg);
  }

  .image-94 {
    position: static;
  }

  .grid-4-copy-copy {
    grid-template-rows: auto auto;
  }

  .div-block-88 {
    position: relative;
    bottom: -80px;
    left: -10px;
  }

  .shadow {
    position: relative;
    bottom: 0;
    left: -10px;
  }

  .brix---mg-bottom-40px-15 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-21 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left-12 {
    margin-right: 16px;
  }

  .brix---btn-primary-white-6 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---hero-card-bg-image-4 {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .brix---section-extra-small-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .title1 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .contentcontainer {
    margin-bottom: 24px;
  }

  .buttonpri {
    margin-right: 16px;
  }

  .buttonsec {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title1sec {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .btnpri {
    padding: 20px 32px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .addon-card-red-container {
    min-height: auto;
    max-height: none;
  }

  .addon-card-red-desc {
    min-height: auto;
    max-height: 46px;
    font-size: 14px;
    line-height: 19px;
  }

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

  .uui-text-size-large-15 {
    font-size: 1rem;
  }

  .uui-heading-large-4 {
    font-size: 2.25rem;
  }

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

  .uui-blog01_component-2 {
    margin-top: 4rem;
  }

  .uui-blog01_category-menu-2 {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .uui-blog01_category-menu-2.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .uui-blog01_menu-link-2:hover {
    color: var(--untitled-ui--gray500);
    border-bottom-style: none;
  }

  .uui-blog01_menu-link-2.last-link {
    margin-right: 2rem;
  }

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

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

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

  .uui-space-small-14 {
    min-height: 1.25rem;
  }

  .uui-padding-vertical-xhuge-23, .uui-padding-vertical-xhuge-23-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .uui-blog02_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .uui-blog02_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

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

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

  .uui-blog02_menu-link:hover {
    color: var(--untitled-ui--gray500);
    border-bottom-style: none;
  }

  .uui-blog02_menu-link.last-link {
    margin-right: 2rem;
  }

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

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

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

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

  .uui-blog02_component {
    margin-top: 4rem;
  }

  .uui-heading-medium-14 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .uui-button-16:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-pricing10_component {
    margin-top: 2rem;
  }

  .uui-badge-4 {
    padding: .125rem .5rem;
  }

  .uui-pricing10_tabs-content {
    padding-left: 0;
    padding-right: 0;
  }

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

  .uui-pricing10_tabs-menu {
    margin-bottom: 2rem;
  }

  .uui-pricing10_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .uui-space-medium-9 {
    min-height: 1.5rem;
  }

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

  .uui-pricing10_price {
    font-size: 2.25rem;
  }

  .uui-pricing10_price-text {
    font-size: 1.5rem;
  }

  .uui-page-padding-22-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-pricing10_tabs-menu-copy {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    padding-left: 0;
  }

  .uui-pricing10_tab-link-3.w--current {
    background-color: #000;
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-pricing10_tab-link-2, .uui-pricing10_tab-link-1 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .addon-cta-red {
    background-color: #ff090d;
    border-radius: 7px;
  }

  .title-header-2 {
    margin-left: 0;
    line-height: 20px;
  }

  .imageholder1 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .brix---mg-bottom-40px-16 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-22 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left-13 {
    margin-right: 16px;
  }

  .brix---hero-bg-image-dark-6 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---btn-primary-white-7 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---grid-2-col---1-col-t-6 {
    grid-template-columns: 1fr;
  }

  .container-19-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 0;
    display: flex;
  }

  .brix---hero-bg-image-dark-6-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---grid-2-col---1-col-t-6-copy {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-22-copy {
    margin-bottom: 12px;
    font-size: 48px;
    line-height: 46px;
  }

  .title-header-2-copy {
    margin-left: 0;
    line-height: 20px;
  }

  .addon-card-red-container-mini {
    min-height: auto;
    max-height: none;
  }

  .addon-card-red-desc-mini {
    min-height: auto;
    max-height: 46px;
    font-size: 14px;
    line-height: 19px;
  }

  .addon-card-red-container-mini-copy {
    min-height: auto;
    max-height: none;
  }

  .addon-cta-red-copy {
    background-color: #ff090d;
    border-radius: 7px;
  }

  .addon-card-red-desc-mini-copy {
    min-height: auto;
    max-height: 46px;
    font-size: 14px;
    line-height: 19px;
  }

  .addon-cta-red-copy-copy, .addon-cta-red-copy {
    background-color: #ff090d;
    border-radius: 7px;
  }

  .brix---grid-2-col---1-col-t-6-copy-copy, .brix---grid-2-col---1-col-t-6-copy-copy-copy {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-22-copy-copy {
    margin-bottom: 12px;
    font-size: 42px;
    line-height: 46px;
  }

  .brix---grid-2-col---1-col-t-6-copy-copy {
    grid-template-columns: 1fr;
  }

  .title-copy, .title-copy-bangla {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .cp-h1, .cp-h1-2 {
    font-size: 64px;
    line-height: 64px;
  }

  .welcome-text {
    font-size: 26px;
  }

  .team-circles-2 {
    padding: 60px 15px;
  }

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

  .brix---mg-bottom-40px-17 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-23 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left-14 {
    margin-right: 16px;
  }

  .brix---btn-primary-white-8 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-9 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---hero-card-bg-image-5 {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .brix---section-extra-small-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team-circles-3 {
    padding: 60px 15px;
  }

  .team-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-h2 {
    font-size: 46px;
    line-height: 46px;
  }

  .paragraph-p2 {
    font-size: 16px;
    line-height: 22px;
  }

  .stats-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .stats-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px;
  }

  .wrapper-cp {
    flex-flow: column;
  }

  .contentwrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 47%;
    display: block;
  }

  .content-1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cp-h2 {
    text-align: center;
    font-size: 46px;
    line-height: 46px;
  }

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

  .content-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .card-wrapper {
    order: -1;
    height: 50%;
  }

  .card-inner {
    width: 225px;
    height: 350px;
  }

  .paragraph-p3-1 {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-117 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-117-copy {
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
  }

  .cp-h2blk {
    text-align: center;
    width: 100%;
    font-size: 46px;
    line-height: 46px;
  }

  .paragraph-p3-copy {
    line-height: 20px;
  }

  .team-circles-4 {
    padding: 60px 15px;
  }

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

  .brix---mg-bottom-16px-9 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-18 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-8 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---slider-wrapper-2 {
    top: -40px;
  }

  .brix---social-media-grid-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---avatar-circle-06 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -90px;
    left: 36%;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -90px;
    right: 36%;
  }

  .brix---section-overflow-hidden {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .discover-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brix---mg-bottom-40px-18-copy {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-16px-9-copy {
    margin-bottom: 8px;
  }

  .center-content {
    width: 50%;
  }

  .numberstyle {
    text-align: center;
    font-size: 66px;
  }

  .merchant-btn {
    padding-right: 36px;
    font-size: 14px;
  }

  .sidecardsleft {
    left: -20%;
  }

  .sidecardsright {
    right: -20%;
  }

  .brix---heading-h2-size-9 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---button-row-left-15 {
    margin-right: 16px;
  }

  .brix---btn-primary-white-9 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-10 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---cta-bg-overlay {
    min-height: 66vh;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---grid-cta-v10 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-8-copy {
    width: 100%;
    margin-bottom: 80px;
    font-size: 36px;
    line-height: 42px;
  }

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

  .uui-text-size-large-16 {
    font-size: 1rem;
  }

  .uui-heading-medium-15 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-heading-small-4 {
    font-size: 1.5rem;
  }

  .uui-button-row-15 {
    align-self: stretch;
  }

  .uui-testimonial18_content-3 {
    padding: 1.5rem;
  }

  .uui-testimonial18_arrow-3:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial18_arrow-3.left {
    right: 3.5rem;
  }

  .uui-testimonial18_slide-3 {
    padding-right: 1.5rem;
  }

  .uui-testimonial18_mask-3 {
    width: 80%;
  }

  .uui-testimonial18_component-3 {
    margin-top: 3rem;
  }

  .uui-testimonial17_logo-3 {
    max-height: 2.5rem;
  }

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

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

  .uui-button-link-11.is-alternate:hover {
    color: var(--untitled-ui--white);
  }

  .uui-space-small-15 {
    min-height: 1.25rem;
  }

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

  .uui-space-medium-10 {
    min-height: 1.5rem;
  }

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

  .brix---mg-bottom-16px-10 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-19 {
    margin-bottom: 24px;
  }

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

  .brix---heading-h2-size-10 {
    font-family: Outfit, sans-serif;
    font-size: 36px;
    line-height: 46px;
  }

  .brix---image-2 {
    max-width: 140%;
  }

  .brix---paragraph-default-26 {
    font-size: 16px;
  }

  .brix---grid-gallery-v6 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---grid-gallery-v6-copy {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr;
  }

  .blocktxt {
    margin-right: 20px;
    font-size: 18px;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 32px;
  }

  .brix---accordion-title-2 {
    font-size: 18px;
    line-height: 30px;
  }

  .brix---tabs-menu {
    flex-flow: row;
    align-items: stretch;
  }

  .brix---inner-container-574px---center-7 {
    max-width: 460px;
  }

  .brix---grid-1-column-gap-row-24px-2 {
    grid-row-gap: 16px;
  }

  .brix---btn-circle-accordion-btn-2 {
    width: 46px;
    min-width: 46px;
    height: 46px;
    min-height: 46px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---badge-secondary---tabs {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---accordion-item-wrapper-v6 {
    padding: 26px 20px;
  }

  .brix---accordion-item-wrapper-v6:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-12-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brix---badge-secondary---tabs-copy {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---footer-logo-wrapper-2 {
    width: 239px;
  }

  .brix---social-media-grid-right---t-center-2 {
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-bottom-v12 {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .cp-footer {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-127 {
    padding-bottom: 20px;
  }

  .stats-card-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px;
  }

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

  .brix---mg-bottom-40px-20 {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-64px-3 {
    margin-bottom: 48px;
  }

  .brix---text-202 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-primary-13 {
    margin-top: 40px;
    padding: 20px 32px;
  }

  .brix---input-5 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---text-area-2 {
    border-radius: 18px;
  }

  .brix---heading-h1-size-24 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-7 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-200-bold-5 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---section-position-relative-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---form-grid-2-columns-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .brix---card-form-v2-2 {
    padding: 56px 32px;
  }

  .brix---social-media-grid-right---mbp-center-2 {
    justify-content: end;
    align-self: stretch;
    place-items: center end;
  }

  .brix---section-position-relative-2-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---container-default-28-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h1-size-24-copy {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 36px;
  }

  .brix---paragraph-default-27-copy {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---card-form-v2-2-copy {
    padding: 20px 0 0;
  }

  .closebtn {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-top: 16px;
    margin-right: 16px;
  }

  .c3 {
    width: 200px;
    height: 200px;
    bottom: 9%;
    right: 9%;
  }

  .c1 {
    width: 200px;
    height: 200px;
    top: 6%;
    right: 5%;
  }

  .c2 {
    width: 200px;
    height: 200px;
    bottom: 22%;
    left: 8%;
  }

  .d1 {
    width: 200px;
    height: 200px;
    top: 9%;
    right: 36%;
  }

  .d2 {
    width: 200px;
    height: 200px;
    top: 28%;
    right: -5%;
  }

  .d3 {
    width: 200px;
    height: 200px;
    bottom: 3%;
    left: 6%;
  }

  .hero_wrapper {
    width: 100vw;
  }

  .brix---mg-bottom-40px-21 {
    margin-bottom: 24px;
  }

  .brix---mg-top-80px {
    margin-top: 64px;
  }

  .brix---btn-primary-14 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h1-size-25 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---paragraph-default-28 {
    width: 70%;
  }

  .brix---button-row-left-16 {
    margin-right: 16px;
  }

  .brix---floating-image-hero-v6---1 {
    max-width: 480px;
  }

  .brix---section-hero-top-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-content-subcopy {
    margin-bottom: 24px;
  }

  .hero-h1 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .hero-paragraph {
    color: #756c65;
  }

  .hero-grid-wrapper {
    width: 95%;
    bottom: -45%;
  }

  .hero-grid {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr;
    width: 1220px;
    max-width: 1500px;
    overflow: visible;
  }

  .hero-date-en, .hero-date-dv {
    color: #787878;
  }

  .image-109 {
    width: 25%;
  }

  .image-110 {
    width: auto;
    max-width: none;
    height: auto;
  }

  .brix---input-6 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---heading-h2-size-11 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---card-form-2 {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---form-grid-2-columns-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---grid-cta-v4 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .brix---cta-v3-floating-item-02-2 {
    max-width: 50%;
  }

  .karagame {
    margin-top: 200px;
  }

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

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

  .uui-button-17:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-heading-xlarge-4 {
    font-size: 2.25rem;
  }

  .uui-heroheader08_form {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-xlarge-6 {
    font-size: 1.125rem;
  }

  .uui-heroheader08_image {
    height: 22rem;
  }

  .uui-space-small-16 {
    min-height: 1.25rem;
  }

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

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

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

  .uui-heroheader08_component-copy {
    grid-row-gap: 0rem;
  }

  .uui-heading-xlarge-4-copy {
    font-size: 2.25rem;
  }

  .uui-text-size-xlarge-6-copy {
    font-size: 1.125rem;
  }

  .r25-cta {
    font-size: 16px;
  }

  .brix---mg-bottom-16px-11 {
    margin-bottom: 8px;
  }

  .brix---section-13 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brix---grid-gallery-v4 {
    grid-template-columns: 1fr 1fr;
  }

  .uui-section_heroheader08-copy-copy {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .uui-container-large-21-copy-copy {
    padding-top: 20px;
  }

  .uui-padding-vertical-xhuge-26-copy-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---section-13-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brix---grid-gallery-v4-copy {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heading-xlarge-4-copy-copy {
    font-size: 2.25rem;
  }

  .uui-text-size-xlarge-6-copy-copy {
    font-size: 1.125rem;
  }

  .brix---mg-bottom-48px-7 {
    margin-bottom: 32px;
  }

  .brix---text-203 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .brix---heading-h4-size-5 {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---text-200-bold-6 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---avatar-circle-04 {
    width: 100px;
    max-width: 100px;
    height: 100px;
    max-height: 100px;
  }

  .brix---card-testimonial-v2 {
    padding: 44px 32px;
  }

  .family {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---3-columns-1-col-tablet-copy {
    grid-template-columns: 1fr;
  }

  .brix---card-testimonial-v2-copy {
    padding: 44px 32px;
  }

  .anniversary-special {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .brix---card-testimonial-v2-copy-copy {
    padding: 44px 32px;
  }

  .text-usp-copy {
    font-size: 20px;
  }

  .brix---heading-h4-size-5-copy {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }

  .maini0title {
    font-size: 2.25rem;
  }

  .aachaa-dhan-dhan {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---3-columns-1-col-tablet-copy-copy {
    grid-template-columns: 1fr;
  }

  .div-block-139 {
    background-image: none;
    border: 1px solid red;
    width: 41%;
  }

  .anv-text {
    color: red;
    text-align: center;
  }

  .upsh12 {
    font-size: 18px;
  }

  .gamers-benefit {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .udesly-paragraph-white {
    text-align: left;
  }

  .udesly-paragraph-white.udesly-centered.udesly-max-width {
    text-align: center;
  }

  .udesly-pricing-banner-heading {
    text-align: center;
    font-size: 42px;
    line-height: 1;
  }

  .udesly-paragraph-small-3 {
    font-size: 12px;
  }

  .udesly-container {
    margin-right: auto;
  }

  .udesly-stats-wrapper {
    flex-direction: column;
  }

  .maini0title-white {
    font-size: 2.25rem;
  }

  .udesly-paragraph-small-3-copy {
    font-size: 12px;
  }

  .udesly-stats-grid-copy {
    width: 80%;
  }

  .broadcard {
    width: 100%;
  }

  .udesly-paragraph-small-3-copy-copy, .saf, .saf-copy {
    font-size: 12px;
  }

  .roaming {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .brix---mg-bottom-48px-8 {
    margin-bottom: 32px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---section-15 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .brix---heading-h2-size-12 {
    font-size: 28px;
    line-height: 40px;
  }

  .cardi, .cardi-copy {
    padding: 44px 32px;
  }

  .hicontent {
    margin-bottom: 32px;
  }

  .cardi-copy-copy {
    background-color: var(--ooredoo--color--text-dark-gray);
    border-radius: 20px;
    padding: 20px 40px;
  }

  .prayer-alert {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---mg-bottom-48px-9 {
    margin-bottom: 32px;
  }

  .brix---btn-primary-15 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-9 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---square-icon-2 {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---section-16 {
    padding: 40px 20px;
  }

  .brix---heading-h2-size-13 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---button-row-left-17 {
    margin-right: 16px;
  }

  .brix---grid-2-columns-text {
    grid-template-columns: 1fr;
  }

  .prayerbox {
    padding: 30px;
  }

  .sadas {
    padding: 20px;
  }

  .brix---heading-h4-size-5-copy-copy {
    font-size: 16px;
    line-height: 20px;
  }

  .text-usp-copy-copy-copy {
    padding-top: 6px;
    font-size: 20px;
  }

  .asdasdasd {
    font-size: 18px;
  }

  .zakat {
    padding: 60px 20px;
  }

  .brix---mg-top-64px {
    margin-top: 0;
  }

  .brix---text-200-list-bold-2 {
    font-size: 16px;
  }

  .brix---grid-3-icon-list {
    grid-row-gap: 18px;
    grid-template-columns: auto;
  }

  .brix---btn-primary-white-10 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-11 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---cta-v7-section, .brix---cta-v7-section-copy {
    padding-top: 96px;
  }

  .mfaisa {
    padding-top: 0;
  }

  .fitrboz {
    padding: 60px 30px 30px;
  }

  .maini0title-copy {
    font-size: 2.25rem;
  }

  .brix---card-testimonial-v2-copy-copy-copy {
    padding: 20px;
  }

  .udesly-paragraph-large-2-copy {
    color: var(--untitled-ui--gray200);
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---grid-6-columns-logo-strip-2 {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---text-300-bold-5 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-40px-22 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-26 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---hero-bg-image-dark-7 {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 0;
  }

  .brix---grid-hero-play-button-3 {
    grid-template-columns: 1fr;
  }

  .brix---play-button-large-wrapper-3 {
    width: 110px;
  }

  .hor-scroll {
    box-sizing: border-box;
    aspect-ratio: auto;
    cursor: grab;
    object-fit: fill;
    flex-flow: row;
    order: 0;
    justify-content: flex-end;
    width: 100%;
    display: flex;
    position: static;
    overflow: auto;
  }

  .udesly-stats-wrapper-copy {
    flex-direction: column;
  }

  .brix---footer-logo-wrapper-3 {
    width: 239px;
  }

  .brix---grid-footer-logo---paragraph {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .brix---footer-bottom-v4 {
    text-align: center;
  }

  .image-115 {
    top: 2%;
  }

  .gamebtwn {
    font-size: 16px;
  }

  .image-116 {
    width: 25%;
  }

  .maini0title-copy-copy {
    font-size: 2.25rem;
  }

  .cardi-copy {
    padding: 44px 32px;
  }

  .brix---card-testimonial-v2-copy-copy-copy-copy {
    padding: 20px;
  }

  .r25-cta-card, .r25-cta-wds {
    font-size: 16px;
  }

  .maini0title-585 {
    font-size: 2.25rem;
  }

  .mfaisa-copy {
    padding-top: 0;
  }

  .maini0title-asas {
    font-size: 2.25rem;
  }

  .gdufjhv {
    width: 85%;
  }

  .hicontent-2 {
    margin-bottom: 32px;
  }

  .brix---mg-bottom-40px-23 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-27 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---button-row-left-18 {
    margin-right: 16px;
  }

  .brix---hero-bg-image-dark-8 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---btn-primary-white-11 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-12 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---grid-2-col---1-col-t-7 {
    grid-template-columns: 1fr;
  }

  .applecel-title {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .applecel-heroimg {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---header-logo-5 {
    max-width: 90%;
  }

  .brix---mg-bottom-16px-mbl {
    margin-bottom: 16px;
  }

  .brix---header-content-wrapper-v11 {
    flex-direction: column;
  }

  .brix---social-media-grid-header-v11 {
    justify-content: center;
    align-self: stretch;
    place-items: center;
  }

  .applecel-header-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ordapplecel-log {
    max-width: 90%;
  }

  .brix---mg-bottom-16px-12 {
    margin-bottom: 8px;
  }

  .brix---btn-primary-16 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-10 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---square-icon-3 {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .brix---heading-h2-size-14 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---heading-h4-size-6 {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---grid-2-columns-gap-56px, .brix---grid-content-v15 {
    grid-template-columns: 1fr;
  }

  .applecel-section2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .applecel-h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .applecle-grid, .applecelsectioon2-grdi {
    grid-template-columns: 1fr;
  }

  .applecel---heading-h4-size-6 {
    font-size: 20px;
    line-height: 26px;
  }

  .applecel--square-icon-3 {
    border-radius: 12px;
    max-width: 100%;
  }

  .brix---mg-bottom-48px-10 {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size-15 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---link-icon-right-3 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-7 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .applecell--section-17-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---mg-bottom-48px-11 {
    margin-bottom: 32px;
  }

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

  .brix---heading-h2-size-16 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---link-icon-right-4 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-8 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-3-columns---1-col-mb-2 {
    grid-template-columns: 1fr;
  }

  .brix---card-link-content-left-fw {
    align-items: stretch;
  }

  .applecell---mg-bottom-48px-10-copy {
    margin-bottom: 32px;
  }

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

  .applecell---grid-3-columns---1-col-mb-2-copy {
    grid-template-columns: 1fr;
  }

  .applecell---card-link-content-left-fw-copy {
    align-items: stretch;
  }

  .brix---mg-bottom-16px-13 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-24 {
    margin-bottom: 24px;
  }

  .brix---cta-section-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---button-row-left-19 {
    margin-right: 16px;
  }

  .brix---btn-primary-white-12 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-13 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---grid-cta-v4-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .applecell---cta-section-2-copy {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .uui-text-size-large-17 {
    font-size: 1rem;
  }

  .uui-heading-medium-16 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .uui-button-18:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row-16 {
    align-self: stretch;
  }

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

  .uui-faq02_question-2 {
    padding: 1rem 1.25rem;
  }

  .uui-faq02_answer-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .uui-space-medium-11 {
    min-height: 1.5rem;
  }

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

  .brix---accordion-title-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding: 48px 0;
  }

  .brix---accordion-right-side-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .applecell---section-18-2copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .applecell---mg-bottom-48px-11-copy {
    margin-bottom: 32px;
  }

  .applecel--accordion-item-wrapper-v2-copy {
    padding: 48px 0;
  }

  .applecell---accordion-item-wrapper-copy {
    padding: 40px 24px;
  }

  .brix---btn-circle-accordion-btn-copy, .brix---btn-circle-accordion-btn-copy-copy {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .applecel---accordion-side-copy {
    margin-right: 16px;
  }

  .applecell---btn-circle-accordion-btn-copy-copy-copy {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .image-118 {
    display: block;
  }

  .liveunlimoted-h1 {
    font-size: 4rem;
  }

  .liveunlimited-subheading {
    text-align: center;
  }

  .liveunlimoted-h1-copy {
    font-size: 4rem;
  }

  .default-addon-light.btn-deeplink-addon {
    max-width: none;
  }

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

  .default-allowance-detaiil.datatext {
    color: #2ecdf3;
  }

  .default-allowance-detaiil.validity-text {
    color: #fff;
    justify-content: flex-start;
    padding-right: 0;
    display: flex;
  }

  .page-slot {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: start;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .ord-template-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ord-template-hero-wrapper {
    min-height: auto;
  }

  .ord-template-usp {
    padding-left: 0;
  }

  .ord-template-header {
    padding-left: 0;
    padding-right: 0;
  }

  .ord-template-nav-wrapper {
    min-height: auto;
    padding-left: 42px;
    padding-right: 42px;
  }

  .hero-heading-left-2 {
    background-image: url('../images/1080-x-1080--OG-image.png');
    background-size: cover;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 0;
  }

  .hero-wrapper-3 {
    margin-top: -12px;
    margin-bottom: 0;
    padding: 24px 42px;
  }

  .ord-templateuspwrapper {
    padding-left: 42px;
    padding-right: 42px;
  }

  .ord-template-hero-container {
    background-image: none;
    border-radius: 20px;
  }

  .ord-template-hero-heading-left {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 0;
  }

  .o-rd-template-hero-wrapper {
    margin-top: -12px;
    margin-bottom: 0;
    padding: 24px 42px;
  }

  .ord-template-hero-split {
    display: none;
  }

  .ord-template-hero-img-dekstop {
    opacity: 0;
    border-radius: 20px;
  }

  .ord-template-hero-img-mobile {
    opacity: 100;
    border-radius: 20px;
  }

  .ord-template-usp-sub {
    font-weight: 600;
  }

  .hero-heading-left-3 {
    padding: 60px 15px;
  }

  .ord-template-hero-cover {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 0;
  }

  .ord-template-hero-cover-container {
    background-image: linear-gradient(349deg, #000 23%, #0000 69%);
    border-radius: 20px;
  }

  .o-rd-template-hero-cover--wrapper {
    margin-top: -12px;
    margin-bottom: 0;
    padding: 298px 42px 24px;
  }

  .ord-template-hero-split-mobile {
    display: flex;
  }

  .body-14 {
    justify-content: flex-start;
    align-items: center;
  }

  .ooredoobtnew-maythe4th {
    padding: 10px 32px;
  }

  .wrapper-addon-maythe4th {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-8.light {
    text-align: center;
  }

  .container-49 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 28px;
    padding-left: 57px;
  }

  .container-50 {
    padding-left: 34px;
    padding-right: 34px;
  }

  .uui-heading-xxsmall-8 {
    font-size: 1.125rem;
  }

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

  .uui-button-link-12:hover {
    color: #6941c6;
  }

  .brix---mg-bottom-48px-12 {
    margin-bottom: 32px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .brix---square-icon-4 {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .brix---heading-h2-size-17 {
    font-size: 28px;
    line-height: 40px;
  }

  .ord-template-content-card-linkicon {
    width: 20px;
    margin-left: 8px;
  }

  .ord-template-content-card-linktext {
    font-size: 16px;
    line-height: 18px;
  }

  .ord-template-squre-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .ooredoo-template-conentcard-titlewrapper {
    margin-bottom: 32px;
  }

  .ooredoo-template-conentcard-grid {
    grid-template-columns: 1fr;
  }

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

  .uui-faq01_component-4 {
    margin-top: 3rem;
    margin-left: 0;
    margin-right: 0;
  }

  .uui-text-size-large-18 {
    font-size: 1rem;
  }

  .uui-heading-medium-17 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .uui-text-size-large-19 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-9 {
    font-size: 1.125rem;
  }

  .uui-heading-medium-18 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .uui-button-19:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row-17 {
    align-self: stretch;
  }

  .uui-button-row-17.button-row-center.is-reverse-mobile-landscape, .uui-button-row-17.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-faq01_component-5 {
    margin-top: 3rem;
  }

  .uui-faq01_cta-4 {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .avatar-stack_component-4 {
    margin-bottom: 1.5rem;
  }

  .uui-space-small-17 {
    min-height: 1.25rem;
  }

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

  .uui-space-medium-12 {
    min-height: 1.5rem;
  }

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

  .applecell---accordion-item-wrapper-copy-2 {
    padding: 40px 24px;
  }

  .applecell---btn-circle-accordion-btn-copy-copy-copy-2 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .applecel-h2-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .applecell---section-18-2copy-2, .applecell---section-18-2copy-2-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ord-template-faq-item {
    padding: 40px 24px;
  }

  .ord-template-faq-accordian-slide-icon {
    margin-right: 16px;
  }

  .ord-template-faq-accordian-slide--btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---footer-logo-wrapper-4 {
    width: 239px;
  }

  .brix---grid-footer-logo---paragraph-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .brix---footer-bottom-v4-2 {
    text-align: center;
  }

  .ord-footer {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .brix---footer-small, .ord-footer-small {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .uui-text-size-large-20, .uui-button-20 {
    font-size: 1rem;
  }

  .uui-button-20:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-heading-small-5 {
    font-size: 1.5rem;
  }

  .uui-cta07_component {
    flex-direction: column;
    padding: 2.5rem 1.5rem;
  }

  .uui-cta07_content {
    margin-right: 0;
  }

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

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

  .ord-template-appbanner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .ord-template-appbanner-container-large-24-copy {
    padding-left: 32px;
    padding-right: 32px;
  }

  .uui-padding-vertical-xhuge-30-copy, .ord-template-appbanner--vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ord-template-appbanner--cta07_component {
    grid-row-gap: 0rem;
    flex-direction: column;
    padding: 2.4rem;
  }

  .ord-template-appbanner--space-xsmall-17 {
    min-height: .75rem;
  }

  .ord-template-subtitle-1 {
    line-height: 124%;
  }

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

  .uui-text-size-large-21 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-10 {
    font-size: 1.125rem;
  }

  .uui-heading-medium-19 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .uui-button-21:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row-18 {
    align-self: stretch;
  }

  .uui-button-row-18.button-row-center.is-reverse-mobile-landscape, .uui-button-row-18.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-faq01_component-6 {
    margin-top: 3rem;
  }

  .uui-faq01_cta-5 {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .avatar-stack_component-5 {
    margin-bottom: 1.5rem;
  }

  .uui-space-small-18 {
    min-height: 1.25rem;
  }

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

  .uui-space-medium-13 {
    min-height: 1.5rem;
  }

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

  .brix---mg-bottom-16px-14 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-13 {
    margin-bottom: 32px;
  }

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

  .brix---heading-h2-size-18 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---accordion-title-4 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v2-2 {
    padding: 48px 0;
  }

  .brix---accordion-right-side-3 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .applecell---accordion-item-wrapper-copy-3, .applecell---accordion-item-wrapper-copy-4, .applecell---accordion-item-wrapper-copy-4-copy {
    padding: 40px 24px;
  }

  .applecel---accordion-side-copy-copy {
    margin-right: 16px;
  }

  .ord-template-title-block {
    padding-left: 42px;
    padding-right: 42px;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-left: 19px;
    padding-right: 19px;
  }

  .usp-transparent {
    grid-column-gap: 16px;
    grid-row-gap: 12px;
    mix-blend-mode: normal;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    display: inline-grid;
    position: static;
    box-shadow: 0 2px 5px #0003;
  }

  .container, .container-3 {
    max-width: none;
  }

  .nav-menu-three, .nav-menu-two {
    flex-direction: column;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-hero-primary {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---mg-left-24px---mg-top-16px-mbp {
    margin-top: 16px;
    margin-left: 0;
  }

  .brix---top-header-right-col {
    flex-direction: column;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---hero-bg-image-dark {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .frame-1261153304 {
    min-width: 100%;
    padding-left: 37px;
    padding-right: 32px;
  }

  .ooredoo-h1-3 {
    width: 200px;
    font-size: 29px;
    font-weight: 800;
  }

  .text-6 {
    min-width: 195px;
    font-size: 10px;
  }

  .container-5 {
    max-width: none;
  }

  .nav-menu-three-2 {
    flex-direction: column;
  }

  .body-2 {
    overflow: visible;
  }

  .nav {
    border-style: solid;
    border-width: .5px;
    border-color: black black var(--ooredoo--color--stroke-gray);
    background-color: #fff;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    padding-bottom: 17px;
    padding-left: 20px;
  }

  .header {
    background-color: #1f1f1f;
  }

  .bacground-video-2 {
    padding-top: 0;
  }

  .heading {
    min-width: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 1em;
  }

  .paragraph {
    width: auto;
    min-width: 121%;
    font-size: 14px;
  }

  .banner-container {
    width: 71%;
    margin-top: 62px;
    margin-left: 0;
    margin-right: 0;
    padding: 47% 0% 20% 8%;
  }

  .container-9 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    min-width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .title-header {
    text-align: left;
    margin-left: 0;
    font-family: Rubik Bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
  }

  .container-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 20px;
    display: flex;
  }

  .carousel-container {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .logo-container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .logo-image {
    width: 184px;
    min-width: 100%;
    height: auto;
    padding-right: 20px;
  }

  .logo-wrapper {
    width: 307vw;
    min-width: 307vw;
  }

  .heading-2 {
    padding-right: 6%;
    font-size: 20px;
    line-height: 1.2em;
  }

  .div-block-6 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    margin-left: 24px;
    padding-top: 11%;
    padding-left: 8%;
  }

  .paragraph-2 {
    padding-top: 0;
    padding-right: 28px;
    font-size: 13px;
  }

  .lionsgate-title {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-bottom: 0;
    padding-right: 18px;
  }

  .button {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-end;
    margin-right: 38px;
  }

  .lionsgate-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .price {
    padding-top: 3px;
    font-size: 13px;
  }

  .overline {
    font-size: 13px;
  }

  .lionsgate-container {
    padding-bottom: 42px;
  }

  .sonyliv-container {
    padding-bottom: 56px;
    padding-right: 0%;
  }

  .sonyliv-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
    padding-top: 11%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .allowance-bar {
    grid-column-gap: 18px;
    background-color: #fff;
  }

  .price-bar {
    justify-content: space-between;
    width: 100%;
  }

  .price-bar.dark {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: wrap;
  }

  .controls.buttons {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-addon {
    background-color: #fff;
    max-width: 345px;
    padding: 4px;
  }

  .addown-detail {
    color: #9c9c9c;
    background-color: #f3f3f3;
    border-radius: 0;
    flex-flow: column;
    width: 100%;
    padding-left: 20px;
    line-height: 17px;
    display: block;
  }

  .addown-detail.dark {
    grid-row-gap: 10px;
    border-radius: 8px;
    display: flex;
  }

  .logo-2 {
    max-width: 99%;
    max-height: none;
  }

  .title {
    color: var(--ooredoo--color--primary-black);
    letter-spacing: 0;
    margin-bottom: 4px;
    padding-bottom: 0;
    display: block;
  }

  .title.dark {
    margin-bottom: 0;
  }

  .addont-detail {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    color: var(--ooredoo--color--text-dark-gray);
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    display: flex;
  }

  .allowancebar-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    width: 100%;
  }

  .allowance-detail {
    color: #2ecdf3;
    font-size: 14px;
  }

  .allowance-detail.datatext {
    color: #2ecdf3;
  }

  .allowance-detail.validity-text {
    color: #8d8d8d;
    width: 93px;
    font-size: 16px;
  }

  .addon-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 27px;
  }

  .beats-wrap {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    margin-left: 0;
    padding-top: 11%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .heading-bold {
    flex-flow: row;
    max-width: 69vw;
    padding-bottom: 33px;
    padding-right: 23%;
    font-size: 25px;
    line-height: 1.2em;
  }

  .beats1 {
    top: 2918.45px;
    left: 229px;
  }

  .beats-2 {
    top: 2809.45px;
    left: 192px;
  }

  .beats-container {
    padding-left: 29px;
    padding-right: 0%;
  }

  .karti-container {
    padding-right: 0%;
  }

  .karti-wrap {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    margin-left: 0;
    padding-top: 11%;
    padding-left: 8%;
    padding-right: 0%;
  }

  .brix---paragraph-default-3 {
    font-size: 14px;
    line-height: 28px;
  }

  .brix---accordion-title {
    font-size: 15px;
    line-height: 26px;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .snap-container {
    padding-bottom: 57px;
    padding-left: 28px;
  }

  .snap-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding-top: 20%;
    padding-left: 8%;
    padding-right: 0%;
  }

  .snap-title {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100vw;
    padding-bottom: 38px;
    padding-right: 18px;
    display: flex;
  }

  .tiktok-wrap {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    margin-left: 0;
    padding-top: 11%;
    padding-left: 8%;
    padding-right: 0%;
  }

  .ooredoo_nation {
    flex-flow: column;
  }

  .image-47 {
    padding-left: 13px;
    padding-right: 10px;
  }

  .frame-1261153319 {
    padding: 40px 40px 100px;
  }

  .personalize-your-calls-with, .text-12 {
    font-size: 30px;
  }

  .text-13 {
    font-size: 13px;
    line-height: 19px;
  }

  .frame-1261153321 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .col.small {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    display: flex;
  }

  .flex-vertical.marquee-fix {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    margin-top: 15px;
  }

  .container-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-12.flex-vertical {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 98%;
  }

  .flex-horizontal {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    top: 210px;
    right: 32%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    top: 210px;
    left: 32%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small---bottom-large {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .brix---btn-secondary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---btn-primary-2 {
    width: 53%;
    padding: 8px 20px;
    font-size: 12px;
    line-height: 19px;
    display: flex;
  }

  .brix---button-row-left-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blob {
    top: -2px;
    left: 153px;
  }

  .div-block-16 {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .modal-wrapper {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .close-modal-btn {
    padding-left: 0;
  }

  .div-block-17 {
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
  }

  .image-49 {
    top: 1676.39px;
    left: 132px;
  }

  .ott-addon {
    max-width: 345px;
  }

  .udesly-flex.udesly-gap-12 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .brix---btn-secondary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .ooredoobtn {
    width: 100%;
    margin-right: 40%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .ooredoobtn.btnred {
    width: auto;
    margin-left: 0;
    margin-right: 40px;
    padding: 10px 14px;
    font-size: 12px;
  }

  .ooredoobtn.btnred.ent {
    margin-left: 0;
  }

  .brix---button-row-left-4 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---hero-card-bg-image {
    border-radius: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-extra-small {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---btn-secondary-3, .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-4 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-small-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl-2, .brix---header-nav-list-item-2 {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo-2 {
    max-width: 84%;
  }

  .brix---hero-full-width-right-hero-v5 {
    object-fit: fill;
    height: 50%;
  }

  .brix---floating-image-hero-v2---1 {
    display: none;
  }

  .brix---section-hero-full-width-right {
    padding-top: 48px;
  }

  .brix---heading-h1-size-4 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---hero-bg-image-dark-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ooredooh1 {
    text-align: left;
    align-self: center;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .ooredooh1.titlewhite {
    text-align: left;
  }

  .brix---bg-split-v4-right {
    min-height: 33%;
  }

  .brix---bg-split-v4-left {
    min-height: 710px;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-5 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---section-hero-v4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .brix---bg-image-full-width-3 {
    object-fit: contain;
    width: 120%;
    max-width: none;
    height: 180%;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .brix---btn-secondary-4, .brix---btn-primary-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-5 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .brix---buttons-row-5 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-7 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-6 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---grid-2-col---1-col-t-3 {
    margin-bottom: -18px;
    padding-bottom: 0;
  }

  .brix---container-default-7 {
    background-color: var(--transparent);
    -webkit-text-stroke-color: red;
    padding-top: 52px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---hero-bg-image-dark-header-top-2 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .brix---btn-primary-small-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl-3, .brix---header-nav-list-item-3 {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo-3 {
    max-width: 84%;
  }

  .brix---bg-split-v4-right-2 {
    min-height: 33%;
  }

  .brix---bg-split-v4-left-2 {
    min-height: 710px;
  }

  .brix---floating-image-hero-v2---2 {
    display: none;
  }

  .brix---border-radius-24px-2 {
    padding-top: 0;
  }

  .brix---paragraph-default-8 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---container-default-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-hero-v4-2 {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .brix---full-width-image-2 {
    padding-right: 53px;
  }

  .brix---hero-full-width-right-hero-v5-2 {
    object-fit: fill;
    height: 50%;
  }

  .brix---section-hero-full-width-right-2 {
    padding-top: 48px;
    padding-bottom: 67px;
  }

  .ooredoobody {
    font-size: 17px;
    line-height: 28px;
  }

  .ooredoobody.white {
    color: var(--transparent);
    padding-right: 0;
  }

  .bold-text {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .videomobile {
    height: 300px;
  }

  .div-block-19 {
    display: block;
  }

  .div-block-20 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---paragraph-default-9 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---section-hero-full-width-right-3 {
    padding-top: 48px;
  }

  .div-block-21 {
    flex-flow: column;
    display: flex;
  }

  .tiktok-wrap-copy {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    margin-left: 0;
    padding-top: 11%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .tik-container-copy, .snap-container-new {
    padding-left: 29px;
    padding-right: 0%;
  }

  .binge-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-left: 0;
    margin-right: 20px;
    padding-top: 11%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .binge-container-copy {
    padding-bottom: 56px;
    padding-right: 0%;
  }

  .frame-1045 {
    grid-row-gap: 26px;
    height: 200px;
    padding: 26px;
  }

  .content {
    padding-top: 0;
  }

  .vectors-wrapper-16 {
    margin-top: 24px;
    margin-right: 26px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .ooredoo-h1-7 {
    font-size: 20px;
  }

  .brix---hero-full-width-right-hero-v5-3 {
    object-fit: fill;
    height: 50%;
  }

  .brix---floating-image-hero-v2---3 {
    display: none;
  }

  .brix---btn-secondary-5, .brix---btn-primary-5 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-6 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-6 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-10 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-7 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-hero-full-width-right-4 {
    padding-top: 48px;
  }

  .brix---floating-image-hero-v1---3 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---4 {
    display: none;
  }

  .brix---card-over-image {
    padding: 34px 24px;
  }

  .brix---section-hero-short {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .addon-card {
    border-width: 1px;
    border-color: #d4d4d4;
    justify-content: flex-start;
    align-items: stretch;
    max-width: none;
    margin-bottom: 10px;
  }

  .addon-detail-container {
    min-height: auto;
    max-height: none;
  }

  .addon-main-title {
    font-size: 16px;
  }

  .addon-short-desc {
    word-break: break-all;
    overflow-wrap: break-word;
    font-size: 14px;
    line-height: 19px;
  }

  .data-value {
    color: #1877f2;
    font-size: 16px;
  }

  .validity-value {
    font-size: 16px;
  }

  .addon-cta {
    background-color: #1877f2;
    border-radius: 7px;
  }

  .price-text-5 {
    font-size: 14px;
    font-weight: 500;
  }

  .container-18 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .subheader {
    text-align: left;
    padding-right: 45px;
    font-size: 16px;
  }

  .container-19 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .ooredoo_nav_white {
    background-color: #fff0;
    border-bottom: 1px solid #c5c5c5;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding-bottom: 17px;
    padding-left: 0;
  }

  .udesly-button-navigation {
    width: 100%;
  }

  .udesly-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
    width: 100%;
  }

  .udesly-menu-buttons, .uui-navbar06_blog-item {
    flex-direction: column;
  }

  .uui-navbar06_blog-list, .uui-navbar06_dropdown-content-left {
    grid-template-columns: 1fr;
  }

  .uui-navbar01_large-item-content {
    margin-top: 1rem;
  }

  .uui-navbar01_blog-item {
    flex-direction: column;
    display: flex;
  }

  .uui-navbar01_dropdown-blog-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .uui-navbar01_dropdown-link {
    padding-left: 0;
  }

  .uui-navbar01_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-footer08_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-footer08_top-wrapper {
    grid-row-gap: 48px;
  }

  .uui-logos04_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-logos04_list {
    justify-content: center;
  }

  .nav-enter {
    background-color: #000;
    border-bottom: 1px #000;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    padding-bottom: 17px;
    padding-left: 20px;
  }

  .jiosaavn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(#b14174, #f09491);
    margin-left: 0;
    margin-right: 20px;
    padding-top: 11%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .ooredoobtn-enter {
    width: 100%;
    margin-right: 40%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .ooredoobtn-enter.btnred {
    width: auto;
    margin-left: 0;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ooredoobtn-enter.btnred.ent {
    margin-left: 0;
  }

  .lionsgate-title-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-bottom: 0;
    padding-right: 18px;
  }

  .image-56 {
    margin-top: 250px;
  }

  .ooredoobtn-copy {
    color: var(--ooredoo--color--primary-red);
    width: 100%;
    margin-right: 40%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .ooredoobtn-copy.btnred {
    width: auto;
    margin-left: 0;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ooredoobtn-copy.btnred.ent {
    margin-left: 0;
  }

  .navbar-logo-top-bottom {
    padding-top: 16px;
  }

  .container-20 {
    background-color: var(--ooredoo--color--primary-black);
    margin-left: 3.5px;
    margin-right: 3.5px;
  }

  .brix---btn-secondary-white-3, .brix---btn-primary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left-7 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-7 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-11 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-8 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---hero-bg-image-dark-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---hero-bg-image-dark-3-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---heading-h1-size-8-copy {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-11-copy {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---grid-stats-v1 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---section-3 {
    padding-top: 0;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-heroheader21_component, .uui-layout12_item-list {
    grid-template-columns: 1fr;
  }

  .text-block-2 {
    font-size: 14px;
    line-height: 21px;
  }

  ._5g-page-usp-value {
    font-size: 3.5rem;
  }

  .udesly-modal {
    max-width: none;
    bottom: 0;
    right: 0;
  }

  .brix---social-icon-square-30px-2 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    justify-items: center;
  }

  .brix---btn-primary-6 {
    color: var(--newwhite);
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input-label {
    color: var(--newwhite);
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---grid-contact-v11 {
    grid-row-gap: 50px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 40px;
  }

  .brix---heading-h1-size-9 {
    color: var(--ooredoo--color--primary-red);
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---card-form-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---section-position-relative, ._5g---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---btn-primary-7 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---heading-h1-size-10 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 50px;
  }

  ._5g---card-form {
    min-height: auto;
    padding-left: 23px;
    padding-right: 23px;
  }

  ._5g---input-copy {
    justify-content: flex-end;
    align-items: center;
    min-height: 54px;
    padding-left: 20px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
    display: block;
  }

  ._5g---input-copy::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  ._5g---text-area-copy {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  ._5g---text-area-copy::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  ._5g---btn-primary-7 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
    transition: background-color .3s, transform .3s, color .3s;
  }

  ._5g---subtitle-copy {
    font-size: 14px;
    line-height: 18px;
  }

  ._5g---heading-h1-size-10-copy {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  ._5g---paragraph-default-11-copy {
    font-size: 17px;
    line-height: 28px;
  }

  .div-block-25 {
    flex-flow: column;
    display: flex;
    position: relative;
  }

  .icon-3 {
    color: var(--elements-webflow-library--neutral--600);
  }

  .ord-body {
    background-color: var(--ooredoo--color--background-light-gray);
  }

  .image-57 {
    margin-top: 0%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .ord-wrapper {
    flex-flow: column;
    min-width: auto;
    display: block;
  }

  .ord-wrapper.ord-wrapper-negetivemargin {
    margin-top: -190px;
  }

  .nav-link-3 {
    background-color: var(--ooredoo--color--primary-black);
    color: var(--ooredoo--color--text-light-gray);
  }

  .menu-button-3 {
    background-color: var(--transparent);
  }

  .menu-button-3.w--open {
    background-color: var(--ooredoo--color--background-lighter-gray);
  }

  .uui-navbar02_blog-content {
    margin-top: .5rem;
  }

  .uui-navbar02_blog-item {
    flex-direction: column;
    display: flex;
  }

  .uui-navbar02_dropdown-blog-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-navbar02_dropdown-content-wrapper {
    width: 100%;
  }

  .uui-navbar02_dropdown-content-right {
    max-width: none;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .uui-navbar02_dropdown-link {
    padding-left: 0;
  }

  .uui-navbar02_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .ord-hero-full {
    padding-top: 52px;
  }

  .ord-heading-h1 {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 20px;
    font-size: 32px;
    line-height: 1;
  }

  .paragraph-4 {
    line-height: 1.5;
  }

  .ord-template-body1 {
    flex-flow: column;
    font-size: 12px;
    line-height: 150%;
    display: flex;
  }

  .ord-template-body1.template-light {
    color: var(--ooredoo--color--primary-black);
  }

  .ord-template-label12 {
    font-family: var(--ooredoo--font--ooredoo-body-font);
    color: var(--ooredoo--color--text-dark-gray);
    font-weight: 200;
    line-height: 1.2;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ord-heading-h2 {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 1;
  }

  .div-block-28 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-top: 58px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .ord-heading-h3 {
    color: var(--ooredoo--color--primary-black);
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 1;
  }

  .ord-heading-h4, .ord-title-h4-copy {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 1;
  }

  .ord-largetitle {
    text-decoration: none;
  }

  .ord-bodytext-small {
    padding-bottom: 12px;
  }

  .ord-button {
    width: 100%;
    max-width: 100%;
    margin-right: 40%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 1;
  }

  .ord-button.btnred {
    width: auto;
    margin-left: 0;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ord-button.btnred.ent {
    margin-left: 0;
  }

  .ord-button.btnred-copy {
    width: auto;
    margin-left: 0;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ord-button.btnred-copy.ent {
    margin-left: 0;
  }

  .div-block-29 {
    margin-bottom: 22px;
    margin-left: 0;
    margin-right: 0;
    padding: 22px;
  }

  .quick-stack-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 0;
  }

  .ord-menu-wrapper {
    flex-flow: column;
    min-width: auto;
    display: block;
  }

  .ord-menu-wrapper.ord-wrapper-negetivemargin {
    margin-top: -190px;
  }

  .ord-select-language-btn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #e0e0e000;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-block-4 {
    font-family: var(--ooredoo--font--ooredoo-title);
    font-weight: 600;
  }

  .ord-sticky-button-w-icon {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: baseline;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

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

  .ord-wrapper-airport {
    width: 90%;
    max-width: none;
    padding: 30px 21px 21px;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .go-play-wraper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    margin-left: 0;
    padding-top: 11%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .div-block-33 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    display: flex;
  }

  .image-63 {
    width: 95%;
    max-width: none;
    height: 97.2668%;
    margin-bottom: -57px;
  }

  .modal-wrapper-airport {
    display: none;
  }

  .apple-main-bg {
    background-color: var(--black);
    overflow: scroll;
  }

  .container-23 {
    max-width: none;
  }

  .background-video-3 {
    box-shadow: none;
    background-image: linear-gradient(#000, #fff);
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .apple-menu-wrapper {
    flex-flow: column;
    min-width: auto;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
  }

  .apple-menu-wrapper.ord-wrapper-negetivemargin {
    margin-top: -190px;
  }

  .brand-3 {
    margin-left: 0;
  }

  .ap-title-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    max-width: 750px;
    margin-top: 110px;
    top: -64px;
  }

  .ap-h1 {
    color: var(--color);
  }

  .ap-p2 {
    font-size: 16px;
    text-decoration: none;
  }

  .ap-p3 {
    color: var(--white);
    margin-top: 30px;
    margin-bottom: -60px;
    padding-bottom: 0;
    position: relative;
    top: 2px;
  }

  .div-block-35 {
    margin-bottom: 52px;
    position: relative;
    top: -62px;
  }

  .ap-h2 {
    color: var(--color);
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
    line-height: 36px;
  }

  .ap-p4 {
    color: var(--color);
    font-size: 18px;
  }

  .image-64 {
    color: #fff;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .ap-vi {
    box-shadow: none;
    border-radius: 0;
    height: 360px;
    min-height: 360px;
    max-height: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    top: 12%;
  }

  .brix---floating-image-hero-v1---5 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---6 {
    display: none;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---btn-primary-8 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input-2 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---grid-subscribe-form-button-left {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-12 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---heading-h1-size-11 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-hero-primary-2 {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .div-block-36 {
    max-width: 90%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .page-title {
    text-align: center;
    font-size: 38px;
    line-height: 46px;
  }

  .box-2 {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    position: relative;
  }

  .clock-label-2 {
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 10px;
    font-weight: 600;
    transform: rotate(0);
  }

  .clock-number-sec {
    font-size: 3.5rem;
  }

  .clock-number-min {
    font-family: var(--ooredoo--font--ooredoo-title);
    color: var(--white);
    font-size: 3rem;
    transform: rotateX(0)rotateY(-35deg)rotateZ(0);
  }

  .clock-number-hrs {
    color: var(--white);
    font-family: Rubik, sans-serif;
    font-size: 3rem;
  }

  .clock-number-days {
    color: var(--white);
    font-family: Rubik, sans-serif;
    font-size: 3rem;
    transform: rotateX(0)rotateY(35deg)rotateZ(0);
  }

  .card-title-app {
    text-align: center;
    font-size: 38px;
    line-height: 46px;
  }

  .js-clock-2 {
    flex-flow: column;
    display: flex;
  }

  .flex-block {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: -118px;
  }

  .navbar-no-shadow-container {
    margin-bottom: 50px;
  }

  .navbar-wrapper-2 {
    position: relative;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .image-67 {
    margin-left: 5px;
    display: block;
    left: -5px;
    overflow: visible;
  }

  .ap-h4-copy {
    color: #fff;
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    font-family: Rubik, sans-serif;
    font-size: 22px;
    font-weight: 500;
    display: block;
  }

  .ap-h2-copy {
    color: var(--b42224);
    margin: 45px 40px 44px;
    font-size: 30px;
    line-height: 36px;
  }

  .div-block-39 {
    flex-flow: row;
    display: flex;
    overflow: auto;
  }

  .clock-label-2-copy {
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 10px;
    font-weight: 600;
    transform: rotateX(0)rotateY(-35deg)rotateZ(0);
  }

  .clock-label-2-copy-copy {
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 10px;
    font-weight: 600;
  }

  .clock-label-2-copy {
    color: #fff;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
    margin-right: 0;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-weight: 600;
    transform: rotate(0);
  }

  .heading-5 {
    color: #b3b3b3;
    font-family: Rubik, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .ord-addon-detail {
    justify-content: flex-start;
    max-width: none;
    height: auto;
  }

  .add-on-binge-3 {
    max-width: none;
  }

  .ord-addon-detail-with-badge {
    justify-content: space-between;
    max-width: none;
  }

  .ord-wrapper-language {
    width: 90%;
    max-width: 230px;
    padding: 30px 21px 21px;
  }

  .js-clock-3 {
    flex-wrap: wrap;
  }

  .box-3 {
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: 10px;
  }

  .js-clock-apple {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: -110px;
    margin-bottom: 41px;
    overflow: visible;
  }

  .number-days, .number-hours {
    font-size: 3.8rem;
  }

  .number-minutes {
    padding-top: 0;
    font-size: 3.8rem;
    position: static;
    top: 0;
  }

  .clock-label-apple {
    margin-top: 0;
    font-size: 12px;
    position: relative;
    top: -4px;
  }

  .box-3-copy {
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: 10px;
  }

  .ap-vi-copy {
    box-shadow: none;
    background-image: linear-gradient(#000, #0000 72%, #000);
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-10 {
    height: 380px;
    max-height: none;
  }

  .ap-vi-copy {
    box-shadow: none;
    background-image: none;
    border-radius: 0;
    height: 360px;
    min-height: 360px;
    max-height: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    top: 12%;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .applepage-nav {
    margin: 10px 0 0;
  }

  .appplepage-noshadow-container {
    z-index: 50;
    background-image: linear-gradient(#000 13%, #00000024 59%, #0000 94%);
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    position: relative;
    inset: 0% 0% auto;
  }

  .applepage-contianer-regular {
    width: auto;
    max-width: none;
  }

  .applepage-navwrapper {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .applepage-nav-menu {
    flex-direction: column;
  }

  .image-71 {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .image-72 {
    width: 100%;
    max-width: none;
    height: 30px;
    min-height: 30px;
  }

  .div-block-41 {
    width: 200px;
    height: 40px;
    margin-top: 0;
    text-decoration: none;
  }

  .section-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: -46px;
    margin-bottom: 10px;
    padding-top: 11px;
    padding-bottom: 30px;
    display: flex;
    position: relative;
    top: 0;
  }

  .image-73 {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    margin-top: -5px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .section-12 {
    width: auto;
    height: 50px;
  }

  .image-74 {
    box-sizing: content-box;
    float: none;
    object-fit: contain;
    width: 150%;
    max-width: 150%;
    padding-right: 0;
    display: block;
    position: relative;
    inset: 0% 0% 0% -25%;
    overflow: clip;
  }

  .image-74-copy {
    box-sizing: content-box;
    float: none;
    vertical-align: middle;
    object-fit: contain;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 520px;
    min-width: 520px;
    max-width: 580px;
    max-height: none;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    position: relative;
    inset: -23% 0% 0%;
    overflow: hidden;
  }

  .div-block-42 {
    position: relative;
    overflow: clip;
  }

  .div-block-43 {
    height: 600px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .section-13 {
    flex-flow: column;
    padding: 0;
  }

  .ap-prio-title-1, .pr21, .pr21-copy, .pr21-copy-copy {
    color: var(--color);
  }

  .brix---text-300-bold-2 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---paragraph-default-13 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .brix---product-card-content {
    padding: 21px 22px 32px;
  }

  .brix---badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

  .brix---badge-secondary-small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-12 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---container-default-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .apple-product-car {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-block {
    width: auto;
  }

  .product-card0-info-block {
    width: auto;
    min-width: auto;
    max-width: none;
    padding: 0 16px 16px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .product-title, .product-description {
    margin-bottom: 0;
  }

  .product-prize {
    margin-top: 26px;
    margin-bottom: 40px;
    position: relative;
  }

  .product-block-3-card {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .product-title-type {
    margin-bottom: 15px;
  }

  .product-title-ize {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
  }

  .product-description-size {
    color: var(--elements-webflow-library--neutral--600);
    font-family: Noto Sans, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
  }

  .product-prize-type {
    color: var(--ooredoo--color--primary-white);
    font-size: 22px;
    line-height: 21px;
  }

  .product-card-sub-type {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-49 {
    width: 24%;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
  }

  .div-block-50 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-top: 6px;
  }

  .product-card-colors {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .product-pre-order-button {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: none;
    height: 46px;
    min-height: 46px;
    max-height: 55px;
    padding-bottom: 9px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .product-card-action-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-right: 0;
  }

  .linktext-button {
    margin-bottom: 10px;
    margin-left: 0;
    font-weight: 400;
  }

  .product-body-block {
    background-color: var(--insid-panel);
    background-image: none;
    border-radius: 16px;
    margin-top: 10px;
  }

  .brix---text-300-bold-3 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---paragraph-default-14 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---heading-h4-size-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 15px;
  }

  .brix---product-card-content-2 {
    padding: 21px 22px 32px;
  }

  .brix---badge-wrapper-top-right-2 {
    top: 14px;
    right: 14px;
  }

  .brix---badge-secondary-small-2 {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---grid-3-columns-gap-row-48px-2 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-13 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---container-default-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---floating-image-hero-v1---7 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---8 {
    display: none;
  }

  .brix---text-200-bold-3 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---icon-list-2 {
    width: 24px;
    margin-right: 8px;
  }

  .brix---btn-primary-9 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input-3 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-3::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---grid-subscribe-form-button-left-2 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---section-hero-primary-3 {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .apple-flex-prod-card {
    aspect-ratio: auto;
    background-color: var(--main-panel);
    object-fit: contain;
    background-image: none;
    border-width: 1px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 290px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 0;
    display: block;
  }

  .apple-flex-product-card-main {
    max-width: none;
    padding: 20px;
    display: block;
  }

  .apple-flex-grid-2 {
    grid-template-columns: .75fr;
    justify-items: stretch;
  }

  .apple-flex-image-holder {
    width: auto;
    max-width: 460px;
    height: auto;
  }

  .apple-flex-image {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 220px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    left: 0;
  }

  .apple-flex-content-block {
    object-fit: fill;
    width: 100%;
    max-width: none;
  }

  .apple-flex-content-detai {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    align-items: center;
    width: auto;
    margin-bottom: 32px;
    display: inline-flex;
  }

  .apple-flex-title-tage {
    object-fit: fill;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 37px;
    display: inline-flex;
    position: relative;
  }

  .apple-flex-p1 {
    font-size: 17px;
    line-height: 28px;
    display: inline-flex;
  }

  .apple-flex-slider {
    width: 100%;
    margin: 20px 0;
    padding: 0 20px 0 0;
  }

  .slide-nav {
    position: static;
  }

  .apple-image-slide {
    vertical-align: baseline;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    padding-right: 0;
    display: block;
    overflow: clip;
  }

  .slide-3 {
    object-fit: fill;
  }

  .prod-card {
    flex-flow: column;
  }

  .div-block-54 {
    min-width: auto;
    height: auto;
    min-height: auto;
  }

  .slider-2 {
    height: auto;
    min-height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .slide-5 {
    height: auto;
    max-height: 520px;
    margin-left: 0;
    left: 0;
    overflow: visible;
  }

  .div-block-56 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: block;
  }

  .apple-flex-product-descriptiom {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-57 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-58 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-59 {
    width: 100%;
    min-width: 251px;
    max-width: 100%;
  }

  .brix---text-300-bold-4 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---paragraph-default-15 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px-3 {
    margin-bottom: 16px;
  }

  .brix---heading-h4-size-3 {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---mg-bottom-16px-6 {
    margin-bottom: 15px;
  }

  .brix---product-card-content-3 {
    padding: 21px 22px 32px;
  }

  .brix---badge-wrapper-top-right-3 {
    top: 14px;
    right: 14px;
  }

  .brix---badge-secondary-small-3 {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---grid-3-columns-gap-row-48px-3 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-14 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle-4 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---container-default-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-testimonial15_arrow {
    bottom: -10%;
    left: 25%;
  }

  .uui-testimonial15_arrow.left {
    bottom: -10%;
    right: 40%;
  }

  .uui-testimonial15_content {
    padding-bottom: 30rem;
    padding-right: 1.5rem;
  }

  .uui-testimonial15_mask {
    width: 95%;
  }

  .uui-page-padding-3 {
    display: block;
  }

  .uui-blogsection10_mask {
    width: 95%;
  }

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

  .heading-6-copy {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
  }

  .apple-carousel-div {
    padding-left: 0;
    padding-right: 0;
    overflow: clip;
  }

  .apple-carousal-wrapper {
    overflow: clip;
  }

  .apple-carousal-vert-pad {
    margin-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 5rem;
    padding-left: 0;
    overflow: visible;
  }

  .apple-carausel-mask {
    width: 95%;
  }

  .uui-testimonial15_slide-copy {
    padding-right: 1rem;
  }

  .container-25 {
    padding-bottom: 0;
    display: block;
    position: static;
    top: 0;
  }

  .grid-3 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    font-family: Rubik, sans-serif;
    position: relative;
    bottom: 0;
  }

  .deco-text-sub {
    color: var(--ooredoo--color--text-light-gray);
    padding-top: 6px;
    font-size: 18px;
  }

  .div-block-61 {
    padding-top: 10px;
  }

  .deco-text-sub-copy {
    color: var(--ooredoo--color--text-light-gray);
    padding-top: 26px;
    font-size: 18px;
  }

  .blocktitle {
    text-align: center;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 32px;
  }

  .div-block-63 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-64 {
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .card1 {
    padding-bottom: 11.7rem;
    padding-right: 1.5rem;
  }

  .card1-wrap {
    padding-right: 1.5rem;
  }

  .card2 {
    padding-bottom: 11.7rem;
    padding-right: 1.5rem;
  }

  .card2-wrap {
    padding-right: 1rem;
  }

  .card3 {
    padding-bottom: 11.7rem;
    padding-right: 1.5rem;
  }

  .card3-wrap {
    padding-right: 1rem;
  }

  .card4 {
    padding-bottom: 11.7rem;
    padding-right: 1.5rem;
  }

  .card4-wrap {
    padding-right: 1rem;
  }

  .card5 {
    background-position: 50% 20%;
    background-size: cover;
    padding-bottom: 11.7rem;
    padding-right: 1.5rem;
  }

  .card5-wrap {
    padding-right: 1rem;
  }

  .black-titanium, .desert-titanium, .natural-titanium {
    width: 24%;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
  }

  .div-block-65 {
    position: relative;
    top: -48px;
  }

  .action-button-jump {
    width: 200px;
    height: 50px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-78 {
    margin-top: -20px;
    padding-top: 0;
  }

  .uui-faq01_icon-wrapper {
    margin-left: 20px;
  }

  .uui-heading-medium-3 {
    font-size: 32px;
  }

  .uui-padding-vertical-xhuge-5 {
    margin-right: 20px;
    padding-top: 6rem;
    position: relative;
  }

  .uui-container-large-4 {
    max-width: 80rem;
    margin-left: auto;
  }

  .uui-page-padding-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-section_faq01, .apple-flex-faq {
    display: block;
  }

  .apple-flex-faq-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .apple-flex-faq-container {
    max-width: 80rem;
    margin-left: auto;
  }

  .apple-flex-faq-vert-huge {
    margin-right: 20px;
    padding-top: 6rem;
    position: relative;
  }

  .uui-heading-xxsmall-2-copy {
    font-size: 20px;
  }

  .uui-text-size-large-4-copy {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.2;
  }

  .faq-heading {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
  }

  .faq-content {
    color: var(--untitled-ui--gray500);
    font-size: 16px;
    line-height: 1.2;
  }

  .div-block-67 {
    padding-right: 0;
  }

  .link-button-order {
    margin-right: 0;
  }

  .apple-flex-faq-cta-copy {
    border: 0px none var(--untitled-ui--gray500);
    background-color: var(--white);
    background-image: url('../images/gradienta-ByiHd_Cim84-unsplash.jpg');
    background-position: 0 0;
    background-size: auto;
    border-radius: 20px;
  }

  .div-info {
    margin-left: 20px;
    margin-right: 20px;
  }

  .main-box-content {
    color: var(--untitled-ui--gray500);
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.3;
  }

  .box-title {
    color: var(--ooredoo--color--background-lightest-gray);
    font-size: 20px;
    font-weight: 400;
  }

  .div-block-67-copy {
    background-color: var(--transparent);
    width: 220px;
    height: 42px;
    margin-top: 20px;
    padding-right: 0;
  }

  .link-button-order-copy {
    color: var(--white);
    margin-right: 0;
    font-size: 16px;
  }

  .main-box-cotainer-info {
    border: 0px none var(--untitled-ui--gray500);
    background-color: var(--white);
    background-image: linear-gradient(#1e1d22, #1e1d22);
    border-radius: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .comingsoon {
    color: var(--ooredoo--color--text-light-gray);
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    position: relative;
    top: 0;
  }

  .newsection {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 65px;
    margin-bottom: 10px;
    padding-top: 11px;
    padding-bottom: 30px;
    display: flex;
    position: relative;
    top: 0;
  }

  .modal-wrapper-airport-chinease {
    display: none;
  }

  .brix---btn-secondary-6, .brix---btn-primary-10 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-8 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-8 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-16 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-15 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---hero-bg-image-dark-header-top-3 {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-small-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl-4, .brix---header-nav-list-item-4 {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo-4 {
    max-width: 84%;
  }

  .ooredooheader-libey {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .ooredoo-sub-heading-libey {
    font-size: 17px;
    line-height: 28px;
  }

  .ord-header-logo-center {
    border-bottom: 1px #000;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    padding-bottom: 17px;
    padding-left: 20px;
  }

  .container-26 {
    margin-left: 1px;
    margin-right: 1px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .libey-heroimage {
    width: 100%;
    padding-top: 20px;
  }

  .libey-title, .libey-subtitle {
    width: 80%;
  }

  .image-80 {
    width: auto;
    inset: auto 0% 0%;
  }

  .uui-text-size-medium-4, .uui-heading-xxsmall-3 {
    text-align: left;
  }

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

  .uui-faq01_heading-2 {
    padding-right: 17px;
  }

  .uui-faq01_question-2 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .uui-faq01_component-2 {
    margin-left: 0;
    margin-right: 1px;
    padding: 29px;
  }

  .uui-heading-medium-4 {
    margin-bottom: 1.3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .body-6 {
    padding-left: 0;
  }

  .section-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .libey-faq-continter, .libet-usp {
    padding-left: 0;
    padding-right: 0;
  }

  .libey-action-card {
    padding-top: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .libey-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .libeykike {
    margin-top: 0;
  }

  .libey-text-2 {
    text-align: left;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---badge-primary-small-light {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---divider-32px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brix---paragraph-default-17 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-16px-7 {
    margin-bottom: 15px;
  }

  .brix---blog-card-content-inside {
    padding: 24px 24px 31px;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 13px 21px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---grid-title-and-categories {
    margin-bottom: 40px;
  }

  .brix---container-default-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-bg-neutral-200 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---heading-h4-size-4 {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-left-24px---mg-top-16px-mbp-2 {
    margin-top: 16px;
    margin-left: 0;
  }

  .brix---blog-card-wrapper-width-218px {
    max-width: 100%;
  }

  .brix---blog-card-wrapper-featured-sidebar {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---divider-24px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brix---heading-h1-size-16 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle-5 {
    font-size: 14px;
    line-height: 18px;
  }

  .ord-menu-wrapper-1200 {
    flex-flow: column;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .ord-menu-wrapper-1200.ord-wrapper-negetivemargin {
    margin-top: -190px;
  }

  .container-30 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .uui-blogpost04_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-blogpost04_author-wrapper {
    margin-bottom: 1rem;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .ingeytha-blogpost04_category-link {
    padding-left: 0;
    padding-right: 0;
  }

  .ingeytha-blogpost04_form-wrapper-copy {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .ingeythanav {
    background-color: var(--ooredoo--color--primary-white);
    border-bottom: 1px #000;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    padding-bottom: 17px;
    padding-left: 20px;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---text-200-bold-4, .brix---text-201 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-64px-2 {
    margin-bottom: 40px;
  }

  .brix---container-default-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-bg-neutral-201 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---blog-card-content-inside-2 {
    padding: 24px 24px 31px;
  }

  .brix---heading-h1-size-17 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle-6 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .ingeytha---text-201-copy, .ingeytha---text-200-bold-4-copy, .ingeytha---text-201-copy-copy, .ingeytha---text-201-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .ingeytha---link-icon-right-2-copy {
    width: 18px;
  }

  .ingeytha---link-icon-right-2-copy---heading-h2-size-5-copy {
    font-size: 24px;
    line-height: 34px;
  }

  .ingeytha---section-bg-neutral-201-copy {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .ingeythanav-copy {
    background-color: #fff;
    border-bottom: 1px #000;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    padding-bottom: 17px;
    padding-left: 20px;
  }

  .uui-blog01_item {
    min-height: 0;
  }

  .collection-item {
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-footer07_link-list {
    grid-template-rows: auto auto auto;
  }

  .container-31 {
    max-width: none;
  }

  .nav-menu-three-3 {
    flex-direction: column;
  }

  .container_h_marhaba {
    max-width: none;
  }

  .navbar-wrapper-three-3-marhaba {
    justify-content: center;
    align-items: center;
  }

  .nav-menu-three-3-marhaba {
    flex-direction: column;
  }

  .brix---btn-secondary-7, .brix---btn-primary-11 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-9 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center-2 {
    flex-direction: column;
  }

  .brix---paragraph-default-18 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-18 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-18, .brix---container-default-18-marhaba {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---bg-image-full-width-6 {
    z-index: -1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding-left: 20px;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .brix---btn-secondary-white-4, .brix---btn-primary-white-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---hero-card-bg-image-2 {
    border-radius: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---section-extra-small-2 {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---hero-card-bg-image-2-marhaba {
    background-image: linear-gradient(#fff0, #fff);
    border-radius: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---section-extra-small-2-marhaba {
    padding-top: 0;
    padding-bottom: 0;
  }

  .b-2rix---container-default-18-marhaba {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---inner-container-574px---marhaba3-copy {
    z-index: auto;
    bottom: -134px;
  }

  .brix---color-neutral-845-marhaba {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h1-size-18-marhaba {
    filter: drop-shadow(0 6px 4px #ffffff80);
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 42px;
    line-height: 37px;
  }

  .brix---paragraph-default-18-marhaba {
    border: 0px none var(--ooredoo--color--text-dark-gray);
    color: var(--untitled-ui--gray500);
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .brix---social-icon-square-30px-3 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---btn-primary-12 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input-4 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-4::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---grid-footer-subscribe-1-col {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-19 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---mg-bottom-24px-4 {
    margin-bottom: 16px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---container-default-19 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---buttons-row-center-3 {
    flex-direction: column;
  }

  .brix---instagram-image {
    border-radius: 16px;
  }

  .brix---grid-4-columns-instagram {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: .25fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .brix---heading-h2-size-6 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-8 {
    margin-bottom: 15px;
  }

  .brix---section-10 {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .brix---container-default-19-marhaba {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---display-5 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---grid-3-columns---1-col-mb {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 32px;
  }

  .marhaba_button {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .image-85 {
    margin-top: 0;
  }

  .brix---heading-h3-size-4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---display-6 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---mg-bottom-12px {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 0;
    display: block;
  }

  .brix---mg-bottom-24px-5 {
    margin-bottom: 16px;
  }

  .brix---grid-4-columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-7 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-56px-3 {
    margin-bottom: 32px;
  }

  .brix---container-default-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-11 {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .brix---heading-h2-size-7-marhaba {
    color: var(--elements-webflow-library--neutral--800);
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0 30px 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
  }

  .brix---display-6-copmarhabay {
    font-size: 38px;
    line-height: 48px;
  }

  .text-heading-marj {
    color: var(--untitled-ui--gray600);
    margin-left: 20px;
    margin-right: 20px;
  }

  .brix---heading-h3-size-4-marh {
    color: var(--untitled-ui--gray500);
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-family: Rubik, sans-serif;
    font-size: 18px;
    line-height: 30px;
    display: block;
  }

  .main_card {
    flex-flow: column;
    display: flex;
  }

  .ups-h1 {
    width: 140%;
  }

  .ups-h1-v2 {
    width: 130%;
  }

  .price-text {
    border-top-color: var(--elements-webflow-library--accent--ooredoo-red);
  }

  .card-price-mrh {
    justify-content: space-between;
    align-items: flex-end;
  }

  .div-block-72 {
    background-image: none;
  }

  .uui-page-padding-13-mar {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .uui-padding-vertical-xhuge-13-mar {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .container-33 {
    max-width: none;
  }

  .image-87-copy {
    max-width: 50%;
  }

  .footer-dark-mar {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .container-33-mar {
    max-width: none;
  }

  .footer-brand-mar {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-73-mar {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright-center-mar {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    display: block;
  }

  .body-8 {
    background-color: #fff0;
    background-image: none;
    overflow: visible;
  }

  .info-block {
    background-color: #e7fcff00;
    height: 100%;
    margin: 40px 20px;
    overflow: hidden;
  }

  .uui-heading-large-3-mar {
    color: var(--elements-webflow-library--neutral--800);
    text-transform: none;
    font-family: Rubik Bold;
    font-size: 30px;
  }

  .uui-text-size-xlarge-3-mar {
    color: var(--ooredoo--color--text-dark-gray);
    font-size: 18px;
    line-height: 24px;
  }

  .uui-heroheader07_light-overlay {
    width: 64rem;
    min-width: 64rem;
    bottom: -140%;
    right: auto;
  }

  .uui-heroheader07_card-image-02 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 1rem;
    width: 70%;
    min-width: 70%;
    max-width: 120%;
    position: relative;
    overflow: visible;
  }

  .uui-heroheader07_card-image-01 {
    border-radius: 1rem;
    width: 18rem;
  }

  .uui-heroheader07_image-wrapper {
    height: 22rem;
  }

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

  .uui-section_heroheader07-mar {
    background-color: var(--elements-webflow-library--neutral--400);
    background-image: linear-gradient(#eff7ff, #f9f9f9);
    border-radius: 25px;
    height: 100%;
    overflow: visible;
  }

  .uui-page-padding-15-mar {
    border-radius: 0;
    height: 400px;
  }

  .uui-container-large-12-mar {
    height: 100%;
  }

  .uui-padding-vertical-xhuge-15-mar {
    height: 100%;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .uui-heroheader07_component-marj {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(0, .25fr);
  }

  .uui-heroheader07_content-marj.z-index-1-marj {
    padding-left: 0;
  }

  .uui-heroheader07_image-wrapper-copy {
    height: 22rem;
  }

  .uui-heroheader07_image-amrjcopy-copy {
    background-image: none;
    height: 20rem;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
  }

  .uui-heading-xlarge-2-marj.text-color-white-marj {
    color: var(--untitled-ui--gray800);
    font-size: 30px;
  }

  .uui-text-size-xlarge-4-marj.text-color-gray200-marj {
    color: var(--ooredoo--color--text-dark-gray);
    font-size: 16px;
  }

  .brix---hero-card-bg-image-2-marhaba-copy {
    z-index: auto;
    mix-blend-mode: normal;
    background-image: linear-gradient(#fff0 22%, #fff 70%);
    border-style: none;
    border-radius: 16px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    overflow: hidden;
  }

  .brix---hero-card-bg-image-2-marhaba-copy.mobile-hero {
    background-image: linear-gradient(#000, #fff);
  }

  .uui-badge-2.hide-mobile-portrait, .hide-mobile-portrait {
    display: none;
  }

  .image-88 {
    cursor: pointer;
  }

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

  .uui-heroheader15_image-wrapper {
    height: 12.75rem;
  }

  .uui-heroheader15_card-image-01, .uui-heroheader15_card-image-02, .uui-heroheader15_card-image-03, .uui-heroheader15_card-image-04, .uui-heroheader15_card-image-05 {
    border-radius: .5rem;
    width: 14rem;
  }

  .uui-heroheader14_image-wrapper {
    height: 12.75rem;
  }

  .uui-heroheader14_card-image-03, .uui-heroheader14_card-image-01, .uui-heroheader14_card-image-05, .uui-heroheader14_card-image-02, .uui-heroheader14_card-image-04 {
    border-radius: .5rem;
    width: 14rem;
  }

  .brix---container-default-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-19 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-20 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-10 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center-4 {
    flex-direction: column;
  }

  .brix---btn-primary-white-4, .brix---btn-secondary-white-5 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---hero-card-bg-image-3 {
    border-radius: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---section-extra-small-3 {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---buttons-row-9 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---hero-bg-image-dark-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---play-button-large-wrapper {
    width: 80px;
  }

  .brix---heading-h1-size-19-copy {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---buttons-row-10 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-22 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-20 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-21 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-11 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---hero-bg-image-dark-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-white-5, .brix---btn-secondary-white-6 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---play-button-large-wrapper-2 {
    width: 80px;
  }

  .hero_unlimited {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero_internal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero_h1 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .hero_p21 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-18-marhsdaaba-copy {
    filter: drop-shadow(0 6px 4px #ffffff80);
    color: var(--black);
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
  }

  .uui-blogsection12_mask {
    width: 95%;
  }

  .uui-button-icon-10 {
    -webkit-text-stroke-color: var(--elements-webflow-library--accent--ooredoo-red);
  }

  .slide-nav-styling-embed-2 {
    border: 1px solid #f000;
  }

  .uui-padding-vertical-xhuge-18 {
    padding-top: 0;
  }

  .brix---grid-3-columns---1-col-mb-copy {
    grid-template-columns: 1fr;
  }

  .uui-testimonial18_slide-nav {
    object-fit: fill;
  }

  .uui-testimonial18_mask {
    width: 95%;
  }

  .uui-section_testimonial17 {
    padding-top: 16px;
    padding-left: 30px;
  }

  .button-5, .buybutton {
    background-color: var(--elements-webflow-library--accent--ooredoo-red);
    border-radius: 50px;
    order: 0;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-family: Rubik Bold;
    font-weight: 500;
    display: block;
  }

  .brix---grid-4-columns-copy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .card_header_label {
    width: 50%;
    min-width: auto;
    max-width: none;
    left: 45%;
  }

  .label_text {
    text-align: center;
    font-size: 14px;
  }

  .div-block-74 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .button-6-copy-copy {
    margin-left: 4px;
    margin-right: 0;
  }

  .div-block-75, .div-block-76 {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
  }

  .div-block-77 {
    flex: 1;
    order: 0;
    justify-content: center;
    align-items: center;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
  }

  .div-block-78 {
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
  }

  .brix---hero-card-bg-image-2ssd-marhaba-copy-copy {
    z-index: 0;
    mix-blend-mode: normal;
    background-color: #fff;
    background-image: none;
    border-style: none;
    border-radius: 16px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
  }

  .brix---hero-card-bg-image-2ssd-marhaba-copy-copy.mobile-hero {
    background-image: linear-gradient(#000, #fff);
  }

  .image-90 {
    min-width: 0;
  }

  .uui-badge-3.hide-mobile-portrait-2, .hide-mobile-portrait-2 {
    display: none;
  }

  .uui-page-padding-19-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge-19-copy {
    padding-top: 0;
  }

  .uui-pricing03_tabs-menu-copy {
    margin-bottom: 2rem;
  }

  .hide-mobile-portrait-2-copy, .uui-badge-3-copy.hide-mobile-portrait-2, .uui-badge-3-copy.hide-mobile-portrait-2-copy {
    display: none;
  }

  .tabtext {
    font-family: Rubik, sans-serif;
    font-size: 14px;
  }

  .uui-heroheader07_card-image-02-copy {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 1rem;
    width: 70%;
    min-width: 70%;
    max-width: 120%;
    position: relative;
    overflow: visible;
  }

  .uui-heroheader07_card-image-02-copy-copy {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 1rem;
    width: 100%;
    min-width: 100%;
    max-width: none;
    padding-top: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .uui-testimonial10_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .uui-testimonial10_lightbox-image {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    height: 15rem;
    overflow: hidden;
  }

  .lightbox_video-overlay-layer {
    width: 100%;
    left: 0%;
  }

  .uui-testimonial10_component {
    background-image: linear-gradient(#e7fcff, #fff 59%);
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .uui-padding-vertical-xhuge-20 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-testimonial10_lightbox-image-2 {
    height: 15rem;
  }

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

  .jump {
    bottom: -1771px;
  }

  .background {
    position: absolute;
    overflow: hidden;
    transform: none;
  }

  .bgvideo {
    z-index: -5;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    transform: none;
  }

  .blackoverlay {
    z-index: 8;
    mix-blend-mode: normal;
    background-color: #fff;
    background-image: none;
    position: fixed;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .redoverlay {
    z-index: 10;
    mix-blend-mode: normal;
    background-color: #fff0;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .imgoverlay {
    z-index: -2;
    opacity: .35;
    mix-blend-mode: lighten;
    width: 150%;
    max-width: 150%;
    overflow: hidden;
  }

  .div-block-79 {
    background-color: #fff0;
    position: static;
    overflow: hidden;
  }

  .body-9 {
    overflow: visible;
  }

  .div-block-80 {
    z-index: -1;
    position: fixed;
    inset: 0% 0% auto;
  }

  .logo12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    padding: 0 20px 10px;
    display: flex;
  }

  .logo12-copy {
    justify-content: center;
    align-items: center;
    padding: 0 20px 20px;
    display: flex;
  }

  .header12 {
    justify-content: center;
    align-items: center;
    padding: 30px 20px 20px;
    display: flex;
  }

  .title12 {
    color: var(--black);
    text-shadow: 0 4px #0000001a;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-family: Rubik, sans-serif;
    font-size: 40px;
    font-weight: 700;
    display: flex;
  }

  .texttitle12 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .sub12 {
    color: var(--elements-webflow-library--accent--ooredoo-red);
    text-shadow: 0 4px #0000001a;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-family: Rubik, sans-serif;
    font-size: 40px;
    font-weight: 700;
    display: flex;
  }

  .counter12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 20px;
    display: flex;
  }

  .div-block-81 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .countergrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px 16px 20px;
    display: flex;
  }

  .daystitle {
    color: var(--elements-webflow-library--accent--ooredoo-red);
    text-shadow: 0 3px #0003;
    justify-content: center;
    align-items: center;
    font-family: Rubik, sans-serif;
    font-size: 34px;
    font-weight: 700;
    display: flex;
  }

  .dayslabel {
    color: var(--ooredoo--color--text-dark-gray);
    justify-content: center;
    align-items: center;
    font-family: Noto Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: flex;
  }

  .div-block-82, .days, .hours, .mins, .secs {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    padding: 5px 5px 0;
    display: flex;
  }

  .daystitle-copy {
    color: var(--white);
    justify-content: center;
    align-items: center;
    font-family: Rubik Bold;
    font-size: 30px;
    font-weight: 700;
    display: flex;
  }

  .hourstitle {
    color: var(--elements-webflow-library--accent--ooredoo-red);
    text-shadow: 0 3px #0003;
    justify-content: center;
    align-items: center;
    font-family: Rubik, sans-serif;
    font-size: 34px;
    font-weight: 700;
    display: flex;
  }

  .dayslabel-copy {
    color: var(--white);
    justify-content: center;
    align-items: center;
    font-family: Noto Sans, sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: flex;
  }

  .hourslabel {
    color: var(--ooredoo--color--text-dark-gray);
    justify-content: center;
    align-items: center;
    font-family: Noto Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: flex;
  }

  .minstitle {
    color: var(--elements-webflow-library--accent--ooredoo-red);
    text-shadow: 0 3px #0003;
    justify-content: center;
    align-items: center;
    font-family: Rubik, sans-serif;
    font-size: 34px;
    font-weight: 700;
    display: flex;
  }

  .minslabel {
    color: var(--ooredoo--color--text-dark-gray);
    justify-content: center;
    align-items: center;
    font-family: Noto Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: flex;
  }

  .secstitle {
    color: var(--elements-webflow-library--accent--ooredoo-red);
    -webkit-text-stroke-color: var(--black);
    text-shadow: 0 3px #0003;
    justify-content: center;
    align-items: center;
    font-family: Rubik, sans-serif;
    font-size: 34px;
    font-weight: 700;
    display: flex;
  }

  .secslabel {
    color: var(--ooredoo--color--text-dark-gray);
    justify-content: center;
    align-items: center;
    font-family: Noto Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: flex;
  }

  .subcopy12 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .p12 {
    color: var(--ooredoo--color--text-dark-gray);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-family: Noto Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: flex;
  }

  .copy123 {
    opacity: .6;
    color: var(--black);
    margin-top: 0;
    margin-bottom: 16px;
    font-family: Noto Sans, sans-serif;
    font-weight: 400;
  }

  .grid12 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding: 0;
    display: grid;
  }

  .counter12-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .jumpbutton {
    z-index: 11;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch center;
    place-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
  }

  .buttonwrapper12 {
    padding-left: 0;
    padding-right: 0;
  }

  .anchorbutton12 {
    border-color: var(--ooredoo--color--primary-black);
    color: var(--ooredoo--color--primary-black);
    text-align: center;
    text-underline-offset: auto;
    text-underline-position: auto;
    border-radius: 50px;
    height: auto;
    padding: 5px 15px;
    font-family: Rubik, sans-serif;
    font-size: 14px;
  }

  .titlehead {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }

  .genzimg {
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 0;
  }

  .sectiontitles {
    text-align: center;
    padding-top: 8px;
    font-family: Rubik, sans-serif;
    font-size: 24px;
  }

  .container-35 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .div-block-83 {
    z-index: -1;
    background-color: #04040400;
    background-image: none;
  }

  .uui-testimonial18_mask-2 {
    width: 100%;
  }

  .uui-padding-vertical-xhuge-22-copy {
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .uui-testimonial18_content-2-copy {
    height: auto;
  }

  .uui-testimonial18_content-2-copy.background-color-primary600-copy {
    background-color: var(--untitled-ui--gray500);
    border-radius: 12px;
    height: auto;
  }

  .uui-testimonial18_content-2-copy.background-color-blue600-copy {
    height: auto;
  }

  .uui-testimonial18_component-2-copy {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
    overflow: visible;
  }

  .uui-container-large-18-copy {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    overflow: visible;
  }

  .uui-page-padding-21-copy {
    margin-top: 36px;
    padding-top: 2px;
    overflow: clip;
  }

  .uui-testimonial18_slide-2-copy {
    padding-right: 1rem;
  }

  .dealcardwrapperm {
    background-color: var(--white);
    background-image: none;
    border-width: 1px;
    border-color: #e4e4e4;
    width: 100%;
    height: auto;
    padding: 0 0;
    box-shadow: 0 2px 12px -4px #0003;
  }

  .dealcardwrapperm.background-color-primary600-copy {
    background-color: var(--untitled-ui--gray500);
    border-radius: 12px;
    height: auto;
  }

  .slidermain {
    padding-right: 1rem;
  }

  .div-block-84 {
    padding: 16px;
  }

  .cardtitle {
    color: var(--black);
    font-family: Rubik, sans-serif;
    font-size: 22px;
  }

  .firstline {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 20px;
  }

  .benefitlabel {
    z-index: 0;
    position: static;
    inset: -5% 10% auto auto;
  }

  .benefittext {
    min-width: auto;
    height: auto;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .benefittext-2 {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
  }

  .line2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 10px;
  }

  .cardsub {
    font-weight: 400;
  }

  .topblock {
    background-image: linear-gradient(90deg, #e6e6e6, #ededed);
    border-width: 4px;
    border-color: #fff;
    border-radius: 16px;
    margin-bottom: 14px;
    padding: 12px 12px 16px;
  }

  .middleblock {
    background-image: none;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    padding: 0 16px;
  }

  .usp {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    border-top: 1px #000;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .usptext {
    font-family: Rubik, sans-serif;
    font-size: 20px;
  }

  .bottomblock {
    background-image: none;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    padding: 0 14px 14px;
  }

  .priceblock {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-top-color: #ededed;
    padding-top: 14px;
  }

  .sign {
    font-family: Rubik, sans-serif;
  }

  .pricen {
    color: var(--untitled-ui--gray600);
    -webkit-text-stroke-color: var(--black);
    font-family: Rubik, sans-serif;
    font-size: 24px;
    font-weight: 700;
  }

  .button-white {
    padding: 8px 50px;
  }

  .button-white.btn-deeplink-addon {
    background-color: var(--insid-panel);
    color: var(--white);
    justify-content: center;
    align-items: center;
    height: 44px;
    font-family: Rubik, sans-serif;
    display: flex;
    box-shadow: 0 8px 12px -6px #0000004d;
  }

  .section2 {
    margin-top: 50px;
  }

  .gridmain {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-4-copy {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    border-bottom: 1px solid #e1e1e1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-bottom: 30px;
  }

  .apps {
    background-image: none;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    padding: 0 14px 14px;
  }

  .usp-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-top-style: solid;
    width: 100%;
    margin-top: 0;
    padding-top: 14px;
  }

  .text-block-18 {
    font-family: Rubik, sans-serif;
    font-size: 14px;
    font-style: normal;
  }

  .cardtitle-copy {
    font-size: 20px;
  }

  .topblock-copy {
    border-width: 2px;
    border-radius: 10px;
    padding: 16px;
  }

  .firstline-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .apps-copy, .middleblock-copy, .bottomblock-copy {
    background-image: none;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    padding: 16px;
  }

  .usp-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .usptext-copy, .usptext-copy-copy {
    font-size: 16px;
  }

  .priceblock-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .usp-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .dealcardwrapperm-copy {
    background-image: linear-gradient(#272727, #272727);
    width: 100%;
    height: auto;
    padding: 0;
  }

  .dealcardwrapperm-copy.background-color-primary600-copy {
    background-color: var(--untitled-ui--gray500);
    border-radius: 12px;
    height: auto;
  }

  .topblock-copy {
    background-image: linear-gradient(90deg, #e6e6e6, #ededed);
    border-width: 4px;
    border-color: #fff;
    border-top-style: solid;
    border-radius: 16px;
    margin-bottom: 14px;
    padding: 12px 12px 16px;
  }

  .firstline-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 20px;
  }

  .cardtitle-copy {
    color: var(--black);
    font-family: Rubik, sans-serif;
    font-size: 20px;
  }

  .line2-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 10px;
  }

  .middleblock-copy {
    background-image: none;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    padding: 0 16px;
  }

  .usp-copy {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    border-top: 1px #d7d7d7;
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .usptext-copy, .usptext-copy-copy {
    font-family: Rubik, sans-serif;
    font-size: 18px;
  }

  .usp-copy-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-top-style: solid;
    width: 100%;
    margin-top: 0;
    padding-top: 14px;
  }

  .bottomblock-copy {
    background-image: none;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    padding: 0 14px 14px;
  }

  .priceblock-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-top-color: #ededed;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
  }

  .button-white-copy {
    padding: 8px 50px;
    font-size: 14px;
  }

  .button-white-copy.btn-deeplink-addon {
    background-color: var(--insid-panel);
    border: 1px #fff;
    order: 0;
    justify-content: center;
    align-items: center;
    height: 44px;
    font-family: Rubik, sans-serif;
    display: flex;
    box-shadow: 0 8px 12px -6px #0000004d;
  }

  .apps-copy {
    background-image: none;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    padding: 0 14px 16px;
  }

  .usp-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-top-style: solid;
    width: 100%;
    margin-top: 0;
    padding-top: 14px;
  }

  .uspstrike {
    font-family: Noto Sans, sans-serif;
    font-size: 14px;
  }

  .usp-copy-copy-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-top-style: solid;
    border-top-color: #ededed;
    width: 100%;
    margin-top: 0;
    padding-top: 16px;
  }

  .benefitlabel-copy {
    z-index: 0;
    z-index: 0;
    z-index: 0;
    inset: -50% -32% auto auto;
    inset: -5% 10% auto auto;
    z-index: 0;
    inset: -5% 10% auto auto;
    justify-content: center;
    align-items: center;
    width: auto;
    position: static;
    inset: -5% 10% auto auto;
  }

  .valueplusben {
    position: static;
  }

  .value4 {
    background-image: linear-gradient(#272727, #272727);
    border-width: 1px;
    border-color: #303030;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .value4.background-color-primary600-copy {
    background-color: var(--untitled-ui--gray500);
    border-radius: 12px;
    height: auto;
  }

  .value3 {
    background-image: linear-gradient(#272727, #272727);
    border-width: 1px;
    border-color: #303030;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .value3.background-color-primary600-copy {
    background-color: var(--untitled-ui--gray500);
    border-radius: 12px;
    height: auto;
  }

  .value2 {
    background-color: var(--white);
    background-image: none;
    border-width: 1px;
    border-color: #e4e4e4;
    width: 100%;
    height: auto;
    padding: 0 0 0;
    box-shadow: 0 2px 12px -4px #0003;
  }

  .value2.background-color-primary600-copy {
    background-color: var(--untitled-ui--gray500);
    border-radius: 12px;
    height: auto;
  }

  .value1 {
    border-width: 1px;
    border-color: #e4e4e4;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .value1.background-color-primary600-copy {
    background-color: var(--untitled-ui--gray500);
    border-radius: 12px;
    height: auto;
  }

  .v1ben {
    z-index: 0;
    background-image: linear-gradient(81deg, #fe0303, #721395);
    border-style: none;
    justify-content: center;
    align-items: center;
    width: auto;
    position: static;
    inset: -50% -32% auto auto;
    box-shadow: 0 2px 16px -3px #0f0e0ec9;
  }

  .usp-copy-copy {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    border-top-style: solid;
    border-top-color: #303030;
    width: 100%;
    margin-top: 0;
    padding-top: 14px;
  }

  .benefitlabel-copy-copy {
    z-index: 0;
    border-style: none;
    width: auto;
    position: static;
    inset: -5% 10% auto auto;
    box-shadow: 0 0 16px -3px #0f0e0ec9;
  }

  .benefitnew {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: var(--elements-webflow-library--accent--ooredoo-red);
    border: 1.5px solid #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 6px 9px;
    display: flex;
    position: absolute;
    top: 2107.11px;
    right: 36.562px;
  }

  .section3 {
    margin-top: 50px;
  }

  .typetag {
    z-index: 0;
    border: 1.5px none var(--elements-webflow-library--secondary--color-1);
    background-color: var(--ooredoo--color--secondary-yellow);
    width: auto;
    position: static;
    inset: -5% 10% auto auto;
    box-shadow: 0 7px 0 -4px #0000001a;
  }

  .tagtext {
    background-color: var(--transparent);
    color: var(--black);
    -webkit-text-stroke-color: var(--untitled-ui--warning300);
    font-size: 12px;
    font-weight: 400;
  }

  .voice {
    font-family: Rubik, sans-serif;
    font-size: 18px;
  }

  .addition {
    font-size: 14px;
  }

  .footermain {
    background-image: linear-gradient(#0000, #000 48%);
    margin-top: 60px;
  }

  .genzimg-copy {
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 0;
  }

  .counterclockgrid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding: 0;
    display: grid;
  }

  .v1ben1 {
    z-index: 0;
    background-image: linear-gradient(81deg, #fe0303, #721395);
    border: 1px solid #f66;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    position: static;
    inset: -50% -32% auto auto;
    box-shadow: 0 2px 16px -3px #0f0e0ec9;
  }

  .v1ben-copy {
    z-index: 0;
    background-image: linear-gradient(81deg, #fe0303, #721395);
    border-style: none;
    justify-content: center;
    align-items: center;
    width: auto;
    position: static;
    inset: -50% -32% auto auto;
    box-shadow: 0 2px 16px -3px #0f0e0ec9;
  }

  .background-video-4 {
    height: 100vw;
  }

  .background-video-4-copy {
    height: auto;
  }

  .backgroundmain {
    height: auto;
    position: relative;
    overflow: hidden;
    transform: none;
  }

  .body-4-copy {
    background-color: var(--white);
  }

  .container-17-copy {
    z-index: 0;
    background-color: #fff;
    background-image: linear-gradient(129deg, #edfbff, #fff3f3);
    height: 200px;
    margin-top: 0;
    padding: 26px;
    display: block;
    inset: 0% 0% auto;
  }

  .frame-1045-copy {
    grid-row-gap: 0px;
    padding: 0 0 16px;
  }

  .content-copy {
    grid-row-gap: 0px;
    margin-top: 6px;
    padding-top: 0;
  }

  .ooredoobtnew {
    color: var(--white);
    background-image: linear-gradient(90deg, #e00c0c 57%, #bd05ff);
    justify-content: center;
    align-items: center;
    width: auto;
    height: 40px;
    margin-top: 26px;
    margin-right: 0%;
    padding: 12px 30px;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    line-height: 18px;
    transition-property: none;
    display: flex;
  }

  .ooredoobtnew:hover {
    color: var(--white);
    transform: none;
  }

  .ooredoobtnew.btnred {
    width: auto;
    margin-left: 0;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ooredoobtnew.btnred.ent {
    margin-left: 0;
  }

  .text-17-copy {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    padding-top: 3px;
    font-size: 12px;
  }

  .text-16-copy {
    color: #6c6c6c;
    width: 170px;
    margin-top: 6px;
    font-size: 16px;
    font-weight: 400;
  }

  .frame-1261153326-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    flex: 0 auto;
  }

  .ooredoo-h1-7-copy {
    color: var(--black);
    text-shadow: 0 3px #00000026;
    min-width: 120px;
    max-width: 120px;
    font-size: 26px;
  }

  .background-video-5 {
    z-index: 5;
    width: 100vw;
    height: auto;
    position: static;
    inset: 0% 0% auto;
  }

  .ooredoo-h1-7-copy-copy {
    color: var(--elements-webflow-library--accent--ooredoo-red);
    -webkit-text-stroke-color: var(--white);
    text-shadow: 0 3px #00000026;
    font-size: 26px;
  }

  .image-91, .image-91-copy {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .imagemaster {
    aspect-ratio: auto;
    opacity: .85;
    max-width: none;
    margin-top: 45px;
    margin-right: 20px;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .imageholderwrap {
    z-index: -1;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

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

  .cardgrid {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-85 {
    z-index: -1;
    background-color: var(--untitled-ui--warning300);
    opacity: .3;
    filter: blur(20px) blur(20px);
    width: 100px;
    height: 100px;
    position: absolute;
    inset: 7% 7% auto auto;
  }

  .usptext-copy {
    font-size: 20px;
  }

  .usptext-copy-copy2 {
    font-family: Rubik, sans-serif;
    font-size: 20px;
  }

  .div-block-86 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
  }

  .image-92 {
    display: block;
  }

  .div-block-87 {
    margin-top: 0;
    margin-left: 0;
  }

  .backbtn {
    margin-top: 0;
    margin-left: 0;
    display: inline-block;
  }

  .btnwrap {
    z-index: 10;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-top: 25px;
    margin-left: 20px;
    padding: 0;
    display: flex;
    position: fixed;
  }

  .ooredoo_nation_grid {
    flex-flow: column;
  }

  .ooredoobtn-copy-copy {
    color: var(--elements-webflow-library--neutral--3002);
    width: 100%;
    margin-right: 40%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .ooredoobtn-copy-copy.btnred {
    width: auto;
    margin-left: 0;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ooredoobtn-copy-copy.btnred.ent {
    margin-left: 0;
  }

  .ooredoobtn-copy-copy-copy {
    color: var(--elements-webflow-library--neutral--3002);
    width: 100%;
    margin-right: 40%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .ooredoobtn-copy-copy-copy.btnred {
    width: auto;
    margin-left: 0;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ooredoobtn-copy-copy-copy.btnred.ent {
    margin-left: 0;
  }

  .divico {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .allowanceapps {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-top-style: none;
    border-top-color: #303030;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    margin-top: 0;
    padding-top: 0;
  }

  .apps-copy-all {
    background-image: none;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    padding: 0 0 16px;
    display: flex;
  }

  .typetag-copy {
    z-index: 0;
    border-color: var(--untitled-ui--warning300);
    width: auto;
    position: static;
    inset: -5% 10% auto auto;
    box-shadow: 0 7px 0 -4px #0000001a;
  }

  .emoty {
    justify-content: center;
    align-items: center;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    display: flex;
  }

  .allowanceapps-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-top-style: none;
    border-top-color: #303030;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    margin-top: 0;
    padding-top: 0;
  }

  .usptext-copy-copy {
    font-family: Rubik, sans-serif;
    font-size: 20px;
  }

  .subcompytext {
    color: var(--elements-webflow-library--accent--ooredoo-red);
    text-transform: none;
    font-family: Noto Sans, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .sfafa {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .sectiontitles-copy {
    text-align: center;
    padding-top: 8px;
    font-family: Rubik, sans-serif;
    font-size: 24px;
  }

  .titlel {
    color: #3e0203;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #664dc9;
    text-shadow: 0 3px #00000026;
    font-family: Rubik, sans-serif;
    font-size: 24px;
    font-weight: 600;
    position: static;
  }

  .lottie-animation-3 {
    width: 150%;
    height: 150%;
    position: fixed;
    inset: auto 0% -10% -40%;
    transform: rotate(20deg);
  }

  .lottieright {
    filter: drop-shadow(0 2px 50px #ff000499);
    width: 100%;
    max-width: none;
    height: 100%;
    position: absolute;
    inset: auto 0% -10% -40%;
    transform: rotate(20deg);
  }

  .lottieright-copy {
    inset: auto 0% -10% -40%;
    width: 150%;
    height: 150%;
    position: fixed;
    inset: auto 0% -10% -40%;
    transform: rotate(20deg);
  }

  .lottieleft {
    filter: drop-shadow(0 2px 50px #08b1ffb3);
    width: 120%;
    max-width: none;
    height: 120%;
    position: absolute;
    inset: auto -60% 10% 0%;
    transform: rotate(-20deg);
  }

  .image-94 {
    opacity: 1;
    position: static;
  }

  .blackoverlay-copy {
    z-index: -10;
    mix-blend-mode: normal;
    background-color: #fff;
    background-image: linear-gradient(#edfbff, #fff3f3);
    position: fixed;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .grid-4-copy-copy {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    border-bottom: 1px solid #e1e1e1;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-bottom: 40px;
  }

  .div-block-88 {
    background-color: #fff0;
    position: relative;
    bottom: -80px;
    left: -10px;
  }

  .div-block-89 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
  }

  .div-block-90 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: linear-gradient(#ffffffd9, #ffffffd9);
    border-radius: 6px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: auto;
    margin-top: 16px;
    padding: 6px 6px 4px;
    display: grid;
  }

  .widgetcountertext {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-19 {
    font-family: Rubik, sans-serif;
    font-size: 18px;
    font-weight: 700;
    position: static;
  }

  .widgetex {
    color: red;
    font-family: Rubik, sans-serif;
    font-size: 22px;
    font-weight: 700;
    position: static;
  }

  .widgetexsub {
    color: #000;
    margin-top: -3px;
    font-family: Noto Sans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    position: static;
  }

  .widget-counter {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: linear-gradient(#ffffffd9, #ffffffd9);
    border-radius: 6px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: auto;
    margin-top: 16px;
    padding: 6px 6px 4px;
    display: grid;
  }

  .div-block-91 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-92 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
    position: static;
  }

  .image-95 {
    transform: rotate(0);
  }

  .shadow {
    background-color: #fff0;
    position: relative;
    bottom: 0;
    left: -10px;
  }

  .imgshado {
    aspect-ratio: auto;
    opacity: .3;
    max-width: none;
    margin-top: 45px;
    margin-right: 20px;
    padding-right: 0;
    position: absolute;
    inset: auto 0% 12% auto;
  }

  .brix---container-default-23 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-21 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-22 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-12 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center-5 {
    flex-direction: column;
  }

  .brix---btn-primary-white-6, .brix---btn-secondary-white-7 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---hero-card-bg-image-4 {
    border-radius: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---section-extra-small-4 {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .title1 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .paragraph1 {
    font-size: 17px;
    line-height: 28px;
  }

  .ctacontainer {
    flex-direction: column;
  }

  .buttonpri {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .buttonsec {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .title1sec {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .btnpri {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .container-37 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

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

  .addon-card-red {
    border-width: 1px;
    border-color: #d4d4d4;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: stretch;
    max-width: none;
  }

  .addon-card-red-container {
    background-color: #fff5f5;
    border-radius: 12px;
    min-height: auto;
    max-height: none;
  }

  .addon-card-red-title {
    color: #454545;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .addon-card-red-desc {
    color: #909090;
    word-break: break-all;
    overflow-wrap: break-word;
    max-height: none;
    font-size: 14px;
    line-height: 19px;
    display: block;
  }

  .addion-card-red-allowance-container {
    padding-top: 26px;
  }

  .addon-card-red-datasub, .addon-card-red-validitysub {
    color: #454545;
    font-family: Rubik, sans-serif;
    font-size: 16px;
  }

  .red-button-txt {
    font-size: 14px;
    font-weight: 500;
  }

  .uui-padding-vertical-xhuge-23-copy {
    padding-top: 0;
  }

  .hide-mobile-portrait-3 {
    display: none;
  }

  .uui-pricing10_component {
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .uui-badge-4.hide-mobile-portrait-3 {
    display: none;
  }

  .uui-pricing10_tabs-content {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .uui-padding-vertical-xhuge-24 {
    padding-top: 0;
    padding-bottom: 1.2rem;
  }

  .uui-section_pricing10-copy {
    flex: 0 auto;
    width: 100%;
    margin-top: 10px;
  }

  .uui-page-padding-22-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-pricing10_tabs-menu-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-width: 0 0 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--ooredoo--color--stroke-gray);
    flex-flow: wrap;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: .8fr max-content 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    place-items: center start;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-pricing10_tab-link-3 {
    padding-left: 0;
    padding-right: .5rem;
  }

  .uui-pricing10_tab-link-3.w--current {
    background-color: #161616;
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-pricing10_tab-link-2 {
    padding-left: 0;
    padding-right: .5rem;
  }

  .uui-pricing10_tab-link-2.w--current {
    background-color: #000;
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-pricing10_tab-link-1 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex: 0 auto;
    width: auto;
    padding-left: 0;
    padding-right: .5rem;
    display: flex;
  }

  .uui-pricing10_tab-link-1.w--current {
    background-color: #2e2e2e;
    padding-left: 17px;
    padding-right: 17px;
  }

  .pricing10_tab-pane-copy {
    text-align: left;
    flex: 0 auto;
  }

  .container-38 {
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .addon-cta-red {
    background-color: #ff090d;
    border-radius: 7px;
  }

  .textcta-red, .text-block-21-red-copy {
    font-size: 13px;
  }

  .title-header-2 {
    text-align: left;
    margin-left: 0;
    font-family: Outfit, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 20px;
  }

  .imageholder1 {
    width: 100%;
    height: 100%;
  }

  .brix---color-neutral-853 {
    text-align: left;
    width: 200px;
    margin-bottom: 0;
  }

  .brix---buttons-row-11 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-22 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-23 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-13 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---hero-bg-image-dark-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-white-7, .brix---btn-secondary-white-8 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .container-19-copy {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 26px 0 0;
    display: flex;
  }

  .brix---hero-bg-image-dark-6-copy {
    background-image: none;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .brix---container-default-24-copy {
    z-index: 1;
    text-align: left;
    background-color: red;
    max-width: none;
    margin-top: 24px;
    padding-left: 24px;
    padding-right: 20px;
    position: static;
    inset: 0% 0% auto;
  }

  .brix---grid-2-col---1-col-t-6-copy {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    background-color: red;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    display: flex;
  }

  .brix---bg-image-full-width-10-copy {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .div-block-95 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 200px;
    display: flex;
  }

  .brix---heading-h1-size-22-copy {
    color: #fff;
    text-align: left;
    width: 100%;
    max-width: 200px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: Outfit, sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 40px;
  }

  .div-block-96 {
    background-color: #000;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 120px;
    min-width: auto;
    max-width: none;
    height: 120px;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    position: absolute;
    inset: auto auto -111% 6%;
  }

  .title-header-2-copy {
    color: #fff;
    text-align: center;
    margin-left: 0;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
  }

  .link-2 {
    border: 1px solid #000;
    border-radius: 8px;
  }

  .addon-card-red-mini {
    border-width: 1px;
    border-color: #d4d4d4;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: stretch;
    max-width: none;
  }

  .addon-card-red-container-mini {
    background-color: #fff5f5;
    border-radius: 12px;
    min-height: auto;
    max-height: none;
  }

  .addion-card-red-allowance-container-mini {
    padding-top: 26px;
  }

  .addon-card-red-title-mini {
    color: #454545;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .addon-card-red-desc-mini {
    color: #909090;
    word-break: break-all;
    overflow-wrap: break-word;
    max-height: none;
    font-size: 14px;
    line-height: 19px;
    display: block;
  }

  .addon-card-red-mini-slim {
    border-width: 1px;
    border-color: #d4d4d4;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: stretch;
    max-width: none;
  }

  .addon-card-mini {
    border-width: 1px;
    border-color: #d4d4d4;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: stretch;
    max-width: none;
    margin-bottom: 10px;
  }

  .addon-card-red-container-mini-copy {
    background-color: #fff5f5;
    border-radius: 12px;
    min-height: auto;
    max-height: none;
  }

  .addion-card-red-allowance-container-mini-copy {
    padding-top: 26px;
  }

  .addon-card-red-desc-mini-copy {
    color: #909090;
    word-break: break-all;
    overflow-wrap: break-word;
    max-height: none;
    font-size: 14px;
    line-height: 19px;
    display: block;
  }

  .addon-card-red-datasub-copy, .addon-card-red-validitysub-copy {
    color: #454545;
    font-family: Rubik, sans-serif;
    font-size: 16px;
  }

  .addon-cta-red-copy-copy {
    background-color: #ff090d;
    border-radius: 7px;
  }

  .red-button-txt-copy {
    font-size: 14px;
    font-weight: 500;
  }

  .addon-cta-red-copy {
    background-color: #ff090d;
    border-radius: 7px;
  }

  .flexaddon-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff;
    border-color: #e9e9e9;
    border-radius: 12px;
    grid-template-columns: 2fr 1fr;
    margin-bottom: 14px;
    padding: 8px;
    font-size: 12px;
    box-shadow: 0 2px 12px -8px #0000001f;
  }

  .flex-addon-content-wrp {
    background-color: #efefef66;
    border-radius: 8px;
    width: auto;
    max-width: none;
    padding: 10px;
  }

  .flex-accent {
    background-color: #373737;
    width: 4%;
  }

  .flex-addon-title {
    flex-flow: row;
    margin-bottom: 0;
    display: block;
  }

  .flex-addon-content-inner {
    margin-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .flexcardtitle {
    color: #484848;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2px;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
  }

  .flex-addon-clm2 {
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px 0 0;
  }

  .flexcard-sub {
    color: #8f8f8f;
    font-size: 12px;
    line-height: 16px;
  }

  .flexcard-btn {
    justify-content: center;
    align-items: center;
    height: 44px;
    display: flex;
  }

  .div-block-107 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: red;
    border-radius: 50px;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 12px 16px;
    display: flex;
  }

  .pricetitle {
    color: #fff;
    text-align: left;
    justify-content: center;
    align-items: center;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .rf {
    padding-top: 4px;
  }

  .flex-btn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #ef0000;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 70%;
    max-width: 80px;
    height: auto;
    padding: 8px;
    text-decoration: none;
    display: flex;
  }

  .image-97 {
    width: auto;
    max-width: 120px;
    position: relative;
    inset: 0% 0% -12px -19px;
  }

  .brix---grid-2-col---1-col-t-6-copy-copy {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    background-color: red;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    display: flex;
  }

  .brix---grid-2-col---1-col-t-6-copy-copy-copy {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    background-color: #fff0;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    display: flex;
  }

  .brix---container-default-24-copy-copy {
    z-index: 1;
    text-align: left;
    background-color: red;
    max-width: none;
    margin-top: 24px;
    padding-left: 24px;
    padding-right: 20px;
    position: static;
    inset: 0% 0% auto;
  }

  .brix---container-default-24-copy-copy-copy {
    z-index: 1;
    aspect-ratio: auto;
    text-align: left;
    background-color: #fff0;
    flex-flow: row;
    max-width: none;
    margin-top: 24px;
    padding-left: 24px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    inset: 7% 0% auto;
  }

  .image-97-copy {
    width: auto;
    max-width: 130px;
    position: relative;
    inset: 0% 0% -7px -24px;
  }

  .brix---heading-h1-size-22-copy-copy {
    color: #fff;
    text-align: left;
    width: 100%;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 16px;
    font-family: Outfit, sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
  }

  .brix---grid-2-col---1-col-t-6-copy-copy {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    display: flex;
    position: static;
  }

  .div-block-108 {
    z-index: -5;
    background-image: linear-gradient(#fff, #f0fdff);
    width: 100vw;
    height: 100vh;
    position: fixed;
    inset: 0% 0% auto;
  }

  .flexcard-total {
    color: #373737;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
  }

  .title-copy {
    color: #fff08e;
    text-align: left;
    text-transform: none;
    width: 100%;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Noto Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .title-copy-bangla {
    color: #fff;
    text-align: left;
    text-transform: none;
    width: 100%;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Noto Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .hero-wrapper {
    margin-bottom: 100px;
  }

  .cp-h1, .cp-h1-2 {
    font-size: 64px;
    line-height: 64px;
  }

  .container-39 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

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

  .brix---container-default-25 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-23 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-24 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-14 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center-6 {
    flex-direction: column;
  }

  .brix---btn-primary-white-8, .brix---btn-secondary-white-9 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---hero-card-bg-image-5 {
    border-radius: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---section-extra-small-5 {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---container-default-25-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-114 {
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    height: 70vh;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }

  .container-40 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .team-grid-3 {
    grid-template-columns: 1fr;
  }

  .usp-section {
    grid-column-gap: 50px;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper {
    margin-bottom: 20px;
  }

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

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

  .carousel-card {
    width: 310px;
    height: 460px;
  }

  .background-rext {
    font-size: 200px;
    line-height: 200px;
    bottom: 8%;
  }

  .stats-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    overflow: visible;
  }

  .stats-card {
    width: auto;
    display: flex;
    position: relative;
  }

  .wrapper-cp {
    padding-top: 0;
  }

  .contentwrapper {
    height: 45%;
  }

  .paragraph-p3 {
    text-align: center;
  }

  .card-wrapper {
    margin-right: 0;
  }

  .card-inner {
    width: 200px;
    height: 300px;
    margin-top: 60px;
  }

  .div-block-117 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .elibilitytext {
    text-align: center;
  }

  .div-block-117-copy {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .enroll-btn {
    padding: 16px 46px;
    font-size: 16px;
  }

  .section-18 {
    flex-flow: row;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .paragraph-p3-copy {
    text-align: center;
  }

  .container-41 {
    max-width: none;
  }

  .centered-heading-6 {
    margin-bottom: 24px;
  }

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

  .brix---container-default-25-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-btn {
    position: relative;
  }

  .pinned-section-cp {
    flex-flow: row;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .brix---mg-bottom-16px-9 {
    margin-bottom: 15px;
  }

  .brix---container-default-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-8 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-5 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---slider-wrapper-2 {
    top: -30px;
  }

  .brix---paragraph-default-25 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-center {
    flex: 1;
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---inner-container-547px {
    position: relative;
  }

  .brix---avatar-image-link {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .brix---slider-mask-width-388px {
    max-width: 310px;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: -100px;
    left: 25%;
  }

  .brix---btn-slider-arrow-right---top-right {
    bottom: -100px;
    right: 25%;
  }

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .discover-section {
    z-index: 1;
    height: auto;
    padding-top: 20px;
    padding-bottom: 96px;
    padding-left: 0;
    position: relative;
    overflow: hidden;
  }

  .brix---container-default-26-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---container-default-26-copy-copy {
    z-index: 1;
    max-width: none;
    height: auto;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    position: sticky;
  }

  .brix---mg-bottom-40px-18-copy {
    margin-bottom: 50px;
  }

  .brix---mg-bottom-16px-9-copy {
    margin-bottom: 15px;
  }

  .merchant-section {
    overflow: hidden;
  }

  .center-content {
    z-index: 2;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .merchant-btn {
    padding-left: 46px;
    padding-right: 46px;
    font-size: 16px;
    line-height: 20px;
  }

  .sidecardsleft {
    z-index: 0;
    left: -20%;
  }

  .sidecardsright {
    right: -20%;
  }

  .card-style-types-a1 {
    z-index: 0;
    top: 7%;
  }

  .card-style-types-a2 {
    top: 35%;
  }

  .card-style-types-a3 {
    bottom: 10%;
  }

  .card-style-types-b1 {
    top: 7%;
  }

  .card-style-types-b2 {
    top: 35%;
  }

  .card-style-types-b3 {
    bottom: 10%;
  }

  .div-block-123 {
    height: 160vh;
    margin-top: 0;
    overflow: visible;
  }

  .brix---buttons-row-12 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-9 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---button-row-left-15 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---btn-primary-white-9, .brix---btn-secondary-white-10 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---cta-bg-overlay {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .stat-title-1, .stat-title-2, .stat-title-3 {
    font-size: 32px;
  }

  .brix---heading-h2-size-8-copy {
    width: 100%;
    font-size: 36px;
    line-height: 40px;
  }

  .uui-testimonial18_mask-3 {
    width: 95%;
  }

  .brix---mg-bottom-16px-10 {
    margin-bottom: 15px;
  }

  .brix---container-default-27 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-10 {
    font-size: 32px;
    line-height: 42px;
  }

  .brix---image-2 {
    max-width: 125%;
  }

  .brix---paragraph-default-26 {
    font-size: 12px;
    line-height: 28px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---container-default-27-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .grid3 {
    background-image: linear-gradient(230deg, #3d3d3d, #2e2e2e);
    border-radius: 16px;
    height: 125px;
  }

  .brix---image-wrapper-br-24px-copy {
    background-image: linear-gradient(72deg, #2e2e2e, #3d3d3d);
    border-radius: 16px;
    width: 100%;
    height: 125px;
  }

  .brix---grid-gallery-v6-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row dense;
    place-content: stretch;
    place-items: center;
    width: auto;
    display: grid;
  }

  .div-block-126 {
    width: 100%;
    height: 125px;
  }

  .blocktxt {
    width: auto;
    max-width: 250px;
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 18px;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 32px;
  }

  .brix---accordion-title-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---inner-container-574px---center-7 {
    max-width: 360px;
  }

  .brix---btn-circle-accordion-btn-2 {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---badge-secondary---tabs, .brix---badge-secondary---tabs-copy {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---badge-secondary---tabs-copy.w--current:lang(en) {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 14px;
  }

  .brix---badge-secondary---tabs-copy {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-26, .text-block-27 {
    font-size: 14px;
  }

  .brix---footer-logo-2 {
    width: 100%;
    max-width: 100px;
  }

  .brix---icon-square-36px-2 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center-2 {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .stats-card-copy {
    flex-flow: column;
    width: 100%;
    display: block;
    position: relative;
  }

  .div-block-128 {
    z-index: -1;
    background-image: radial-gradient(circle, #fffc 20%, #fff0);
    width: 100vw;
    height: 100vh;
    position: absolute;
  }

  .modal-container {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #0009;
    padding: 16px;
  }

  .form-wrapper {
    border-radius: 20px;
    padding: 40px 20px 20px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-64px-3 {
    margin-bottom: 40px;
  }

  .brix---text-202 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---btn-primary-13 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input-5 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-5::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---text-area-2 {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area-2::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---container-default-28 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-24 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h3-size-6 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---subtitle-7 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---social-icon-square-30px-4 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---paragraph-default-27 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---input-label-3 {
    font-size: 16px;
  }

  .brix---text-200-bold-5 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---section-position-relative-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---form-grid-2-columns-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .brix---card-form-v2-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---social-media-grid-right---mbp-center-2 {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    justify-items: center;
  }

  .brix---section-position-relative-2-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---container-default-28-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h1-size-24-copy {
    text-align: left;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .brix---paragraph-default-27-copy {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }

  .brix---card-form-v2-2-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .closebtn {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    margin-top: 5px;
    margin-right: 5px;
  }

  .c3 {
    width: 150px;
    height: 150px;
    right: 14%;
  }

  .c1 {
    width: 150px;
    height: 150px;
    top: 21%;
    right: 13%;
  }

  .c2 {
    width: 150px;
    height: 150px;
    bottom: 31%;
  }

  .d1 {
    width: 150px;
    height: 150px;
    top: 20%;
    right: 44%;
  }

  .d2 {
    width: 150px;
    height: 150px;
    right: 9%;
  }

  .d3 {
    background-color: #0f3;
    width: 150px;
    height: 150px;
    bottom: 11%;
    left: 12%;
  }

  .brix---mg-top-80px {
    margin-top: 56px;
  }

  .brix---btn-primary-14, .brix---btn-secondary-8 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---container-default-29 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h1-size-25 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-28 {
    color: var(--untitled-ui--gray600);
    width: 78%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .brix---button-row-left-16 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center-7 {
    flex-direction: column;
  }

  .brix---floating-image-hero-v6---1 {
    display: none;
  }

  .brix---section-hero-top-small {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .hero-content-subcopy {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-h1 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .hero-paragraph {
    color: #756c65;
    width: 70%;
    font-size: 16px;
    line-height: 18px;
  }

  .hero-grid-wrapper {
    bottom: -35%;
  }

  .hero-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: 1080px;
    max-width: 1220px;
    overflow: visible;
  }

  .hero-date-en {
    color: #787878;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .hero-date-dv {
    color: #787878;
    border-left-style: none;
    padding-top: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
  }

  .hero-date-main {
    padding: 14px;
  }

  .image-109 {
    width: 50%;
  }

  .brix---input-6 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-6::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---heading-h2-size-11 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---icon-list-3 {
    width: 24px;
    margin-right: 8px;
  }

  .brix---cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---card-form-2 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---cta-v3-floating-item-02-2 {
    max-width: 70%;
    right: -33%;
  }

  .karagame {
    margin-top: 180px;
    margin-bottom: 30px;
  }

  .div-block-133 {
    padding-top: 0;
  }

  .uui-section_heroheader08 {
    overflow: hidden;
  }

  .uui-signup-form_wrapper-2 {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .ratings_wrapper {
    flex: none;
    margin-left: .75rem;
  }

  .uui-heroheader08_image {
    height: 17.5rem;
  }

  .uui-section_heroheader08-copy {
    overflow: hidden;
  }

  .uui-padding-vertical-xhuge-26-copy {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

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

  .uui-heroheader08_content-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 110px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .uui-text-size-xlarge-6-copy {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .r25-cta {
    vertical-align: baseline;
    padding: 10px 30px;
    font-family: Rubik, sans-serif;
    font-size: 14px;
  }

  .brix---mg-bottom-16px-11 {
    margin-bottom: 12px;
  }

  .brix---image-wrapper-br-24px-2 {
    border-radius: 16px;
  }

  .brix---grid-gallery-v4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .uui-section_heroheader08-copy-copy {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

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

  .uui-heroheader08_content-copy-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .uui-heroheader08_image-wrapper-copy-copy {
    margin-bottom: 20px;
  }

  .brix---section-13-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---container-default-29-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---grid-gallery-v4-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brix---image-wrapper-br-24px-2-copy {
    border-radius: 16px;
  }

  .uui-text-size-xlarge-6-copy-copy {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .brix---color-neutral-870 {
    color: var(--untitled-ui--gray200);
  }

  .brix---mg-bottom-8px-3 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-48px-7 {
    margin-bottom: 32px;
  }

  .brix---text-203 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---heading-h4-size-5 {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---text-200-bold-6 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---avatar-circle-04 {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
  }

  .brix---card-testimonial-v2 {
    padding: 40px 24px;
  }

  .family {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---3-columns-1-col-tablet-copy {
    grid-template-columns: 1fr;
  }

  .brix---card-testimonial-v2-copy {
    padding: 20px;
  }

  .anniversary-special {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brix---mg-bottom-32px-8-copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-usp {
    font-size: 26px;
  }

  .text-in {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .brix---card-testimonial-v2-copy-copy {
    padding: 40px 24px;
  }

  .brix---mg-bottom-12px-2-copy {
    width: 100%;
  }

  .text-usp-copy {
    text-align: center;
    padding-top: 2px;
    font-size: 18px;
  }

  .text-usp-copsay {
    font-size: 26px;
  }

  .brix---heading-h4-size-5-copy {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
  }

  .maini0title {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1;
  }

  .aachaa-dhan-dhan {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .ups-h1-copy {
    width: 140%;
  }

  .brix---3-columns-1-col-tablet-copy-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-items: stretch stretch;
  }

  .div-block-139 {
    background-image: none;
    border: 1px solid red;
    width: auto;
    padding: 4px 16px;
  }

  .anv-text {
    color: red;
    text-align: center;
    font-size: 12px;
  }

  .upsh12, .ups-h1-copy-copy, .ups-h1-copy-copy {
    width: 140%;
  }

  .gamers-benefit {
    margin-top: 20px;
  }

  .udesly-paragraph-white {
    text-align: left;
    font-size: 16px;
  }

  .udesly-paragraph-white.udesly-centered.udesly-max-width {
    font-size: 16px;
  }

  .udesly-pricing-banner-heading {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .udesly-big-icon-wrapper {
    margin-bottom: 10px;
  }

  .udeslypricing-banner-wrap {
    border-radius: 20px;
    padding: 20px;
  }

  .udesly-container {
    max-width: none;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px;
  }

  .udesly-column {
    margin-bottom: 20px;
  }

  .udesly-grid-two-column {
    grid-column-gap: 20px;
  }

  .udesly-stats-card {
    width: 100%;
    padding: 20px;
  }

  .maini0title-white {
    font-size: 1.8rem;
  }

  .brix---paragraph-default-28-copy {
    font-size: 17px;
    line-height: 28px;
  }

  .udesly-text-extrabold-copy {
    font-size: 22px;
    line-height: 28px;
  }

  .udesly-container-copy {
    max-width: none;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px;
  }

  .udesly-stats-grid-copy {
    width: 100%;
  }

  .brix---mg-bottom-24px-6 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px-8 {
    margin-bottom: 32px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-4 {
    font-size: 14px;
    line-height: 22px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---container-default-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-12 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-7 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .brix---paragraph-default-29 {
    font-size: 17px;
    line-height: 28px;
  }

  .cardi {
    padding: 40px 20px;
  }

  .hicontent {
    margin-top: 16px;
    margin-bottom: 32px;
  }

  .cardi-copy-copy {
    padding: 20px 30px;
  }

  .prayer-alert {
    padding: 30px 10px;
  }

  .brix---mg-bottom-8px-4 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-24px-7 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px-9 {
    margin-bottom: 32px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---btn-primary-15, .brix---btn-secondary-9 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---square-icon-2 {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---buttons-row-13 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-31 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-16 {
    padding: 20px 10px 0;
  }

  .brix---heading-h2-size-13 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-8 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---paragraph-default-30 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-17 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---grid-1-column-gap-row-32px-2 {
    grid-column-gap: 12px;
    grid-row-gap: 18px;
  }

  .brix---card-left-text-wrapper {
    margin-top: 16px;
  }

  .brix---icon-left---content-right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .prayerbox {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sadas {
    flex-flow: column;
    margin-top: 10px;
    padding: 20px;
  }

  .brix---heading-h4-size-5-copy-copy {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .text-usp-copy-copy-copy {
    text-align: center;
  }

  .r25-cta-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Rubik, sans-serif;
    font-size: 14px;
  }

  .asdasdasd {
    width: 100%;
  }

  .zakat {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---mg-top-64px {
    margin-top: 0;
  }

  .brix---icon-list-4 {
    width: 24px;
    margin-right: 8px;
  }

  .brix---buttons-row-center-8 {
    flex-direction: column;
  }

  .brix---grid-3-icon-list {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-white-10, .brix---btn-secondary-white-11 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---cta-v7-section, .brix---cta-v7-section-copy {
    padding-top: 72px;
  }

  .mfaisa {
    padding-top: 0;
  }

  .fitrboz {
    padding-left: 10px;
    padding-right: 10px;
  }

  .maini0title-copy {
    width: 70%;
    font-size: 1.8rem;
    line-height: 1;
  }

  .body-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---card-testimonial-v2-copy-copy-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .gamers-te-copy {
    text-align: center;
    padding-top: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .udesly-paragraph-large-2-copy {
    color: var(--untitled-ui--gray200);
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .udesly-paragraph-large-2-copy-copy {
    font-weight: 400;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---grid-6-columns-logo-strip-2 {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
    grid-template-columns: auto 1fr;
  }

  .brix---slider-nav {
    margin-top: 28px;
  }

  .brix---text-300-bold-5 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---heading-h1-size-26 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---hero-bg-image-dark-7 {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .brix---play-button-large-wrapper-3 {
    width: 80px;
  }

  .hor-scroll, .flexbox {
    overflow: auto;
  }

  .udesly-stats-wrapper-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .udesly-paragraph-large-2-copy-copy-copy {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .bold-text-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-6 {
    font-size: 16px;
  }

  .brix---container-default-32 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---footer-logo-3 {
    width: 100%;
    max-width: 100px;
  }

  .brix---avatar-image-copy {
    width: 100%;
  }

  .contenttext {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .yoyfdhd {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .image-115 {
    width: 120px;
    max-width: 120%;
    top: 3%;
    left: auto;
  }

  .gamebtwn {
    vertical-align: baseline;
    margin-top: 10px;
    padding: 8px 30px;
    font-family: Rubik, sans-serif;
    font-size: 14px;
  }

  .image-116 {
    width: 40%;
  }

  .maini0title-copy-copy {
    font-size: 1.8rem;
    line-height: 1;
  }

  .h230 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .p230 {
    font-size: 14px;
    line-height: 22px;
  }

  .cardi-copy {
    padding: 40px 20px;
  }

  .brix---card-testimonial-v2-copy-copy-copy-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .brix---color-neutral-869-copy {
    justify-content: flex-start;
    align-items: center;
  }

  .r25-cta-card, .r25-cta-wds {
    vertical-align: baseline;
    padding: 10px 30px;
    font-family: Rubik, sans-serif;
    font-size: 14px;
  }

  .maini0title-585 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1;
  }

  .brix---paragraph-default-28-copy {
    color: var(--untitled-ui--gray600);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .brix---paragraph-default-28-sdacopy-copy {
    color: var(--untitled-ui--gray600);
    text-align: center;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .brix---color-neutral-869-sdad {
    justify-content: center;
    align-items: flex-start;
  }

  .mfaisa-copy {
    padding-top: 0;
  }

  .maini0title-asas {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1;
  }

  .brix---paragraph-default-28-copy-copy {
    color: var(--untitled-ui--gray200);
    padding-left: 20px;
    padding-right: 20px;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .gdufjhv {
    color: var(--untitled-ui--gray600);
    width: 85%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .hicontent-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .alrt {
    padding: 14px;
  }

  .alrttext {
    font-size: 16px;
    font-weight: 400;
  }

  .brix---buttons-row-14 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-33 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-27 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-31 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-18 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---hero-bg-image-dark-8 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-white-11, .brix---btn-secondary-white-12 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .applecel-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .applecel-subhedder {
    font-size: 17px;
    line-height: 28px;
  }

  .applecel-heroimg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---header-logo-5 {
    max-width: 84%;
  }

  .brix---social-icon-square-30px-5 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---header-logo-link-center-mbp {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .brix---header-content-wrapper-v11 {
    flex-direction: column;
  }

  .brix---social-media-grid-header-v11 {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    justify-items: center;
  }

  .applecel-header-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ordapplecel-log {
    max-width: 84%;
  }

  .brix---mg-bottom-8px-5 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-16px-12 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-24px-8 {
    margin-bottom: 16px;
  }

  .brix---btn-primary-16, .brix---btn-secondary-10 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---square-icon-3 {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---heading-h2-size-14 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h4-size-6 {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---grid-2-columns-gap-56px {
    grid-row-gap: 36px;
  }

  .applecel-h2 {
    padding-bottom: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .applecel-paradef {
    max-width: 100%;
    font-size: 17px;
    line-height: 28px;
  }

  .applecle-grid {
    grid-row-gap: 36px;
  }

  .applecel---mg-bottom-24px-8-copy {
    margin-bottom: 16px;
  }

  .applecel---heading-h4-size-6 {
    font-size: 18px;
    line-height: 24px;
  }

  .applecel---paragraph-default-31-copy {
    font-size: 17px;
    line-height: 28px;
  }

  .applecel--square-icon-3 {
    border-radius: 14px;
    max-width: 100%;
  }

  .brix---mg-bottom-48px-10 {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size-15 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-9 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---link-icon-right-3 {
    width: 18px;
  }

  .brix---text-200-bold-7 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---card-link-img-bg {
    min-height: 440px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .applecell---heading-h3-size-9 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px-6 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-24px-9 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px-11 {
    margin-bottom: 32px;
  }

  .brix---container-default-34 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-16 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-10 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---link-icon-right-4 {
    width: 18px;
  }

  .brix---paragraph-default-32 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold-8 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---grid-3-columns---1-col-mb-2 {
    grid-template-columns: 1fr;
  }

  .brix---card-link-content-left-fw {
    padding: 40px 24px 34px;
  }

  .applecell---mg-bottom-48px-10-copy {
    margin-bottom: 32px;
  }

  .applecell---container-default-34-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .applecell---grid-3-columns---1-col-mb-2-copy {
    grid-template-columns: 1fr;
  }

  .applecell---card-link-content-left-fw-copy {
    padding: 40px 24px 34px;
  }

  .brix---mg-bottom-16px-13 {
    margin-bottom: 15px;
  }

  .brix---buttons-row-15 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---cta-section-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---button-row-left-19 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---btn-primary-white-12, .brix---btn-secondary-white-13 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---cta-v5-floating-item-01 {
    top: -3%;
    left: -2%;
  }

  .applecell---cta-section-2-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .brix---accordion-title-3 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---accordion-right-side-2 {
    margin-right: 0;
  }

  .applecell---mg-bottom-48px-11-copy {
    margin-bottom: 32px;
  }

  .applecell---paragraph-default-32-copy {
    font-size: 17px;
    line-height: 28px;
  }

  .applecell---inner-container-856---center-copy {
    background-color: #fff;
    padding-top: 10px;
  }

  .applcelasd---grid-1-column-gap-row-32px-copy {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .applecellfaq---paragraph-default-3-copy {
    font-size: 14px;
    line-height: 28px;
  }

  .brix---btn-circle-accordion-btn-copy, .brix---btn-circle-accordion-btn-copy-copy, .applecell---btn-circle-accordion-btn-copy-copy-copy {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .liveunlimoted-h1 {
    margin: 60px 0 16px;
    font-size: 2.3rem;
  }

  .liveunlimited-subheading {
    text-align: center;
    margin-bottom: 1px;
    font-size: 1.2rem;
  }

  .liveunlimited-subheading.small {
    font-size: .9rem;
  }

  .liveunlimited-subheading.small.light {
    font-size: .8rem;
    font-weight: 400;
  }

  .liveunlimoted-h1-copy {
    margin: 60px 0 0;
    font-size: 2.3rem;
  }

  .link-3 {
    grid-column-gap: 11px;
  }

  .link-3.dark {
    border-radius: 11px;
    box-shadow: 0 -3px 90px -5px #ed1c2469;
  }

  .default-addon {
    background-color: #fff;
    max-width: 345px;
    padding: 4px;
  }

  .default-addon-light {
    border: .5px solid var(--ooredoo--color--stroke-gray);
    background-color: #fff;
    min-width: auto;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 12px;
    padding: 4px;
    display: flex;
  }

  .default-addon-light.btn-deeplink-addon {
    border-color: var(--ooredoo--color--stroke-gray);
    min-width: 170px;
  }

  .default-addon-pricebar {
    justify-content: space-between;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .live_unlimited_wid_addon_wrap {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .default-addon-allowance {
    grid-column-gap: 18px;
    background-color: #fff;
  }

  .addown-detail-default {
    color: #9c9c9c;
    background-color: #f3f3f3;
    border-radius: 8px;
    flex-flow: column;
    width: 100%;
    padding-left: 20px;
    line-height: 17px;
    display: block;
  }

  .default-allowance-detaiil {
    color: #2ecdf3;
    font-size: 16px;
  }

  .default-allowance-detaiil.datatext {
    color: #2ecdf3;
  }

  .default-allowance-detaiil.validity-text {
    color: #8d8d8d;
    width: 93px;
    font-size: 14px;
  }

  .body-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .page-slot {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-42 {
    max-width: none;
  }

  .ord-template-hero {
    flex-flow: row;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .ord-template-hero-wrapper {
    flex-flow: column;
    min-width: auto;
    display: block;
  }

  .ord-template-hero-wrapper.ord-wrapper-negetivemargin {
    margin-top: -190px;
  }

  .ord-template-hero-h1 {
    color: var(--white);
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 1;
  }

  .ord-template-hero-h1.templatewhite {
    color: var(--white);
  }

  .ord-template-hero-h1.template-light {
    color: var(--black);
  }

  .ord-template-usp {
    padding: 31px 0;
  }

  .ord-template-header {
    padding-top: 40px;
  }

  .ord-template-nav-wrapper {
    flex-flow: column;
    min-width: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .ord-template-nav-wrapper.ord-wrapper-negetivemargin {
    margin-top: -190px;
  }

  .div-block-147 {
    flex-flow: column;
    width: 100%;
    padding-top: 77px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-119 {
    height: 300px;
  }

  .container-43 {
    max-width: none;
    height: auto;
  }

  .hero-wrapper-3 {
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-split-3 {
    margin-bottom: 20px;
  }

  .ord-templateuspwrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ord-template-hero-container {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    display: block;
  }

  .ord-template-hero-heading-left {
    background-color: #0000;
    height: auto;
  }

  .ord-template-hero-textwrap {
    max-width: none;
    height: auto;
  }

  .o-rd-template-hero-wrapper {
    border-radius: 20px;
    padding: 0;
  }

  .ord-template-hero-split {
    opacity: 1;
    margin-bottom: 0;
    padding: 0 23px 40px;
    display: none;
  }

  .ord-template-hero-img-dekstop {
    opacity: 0;
  }

  .ord-template-hero-img-mobile {
    opacity: 1;
  }

  .ord-template-usp-sub {
    font-family: var(--ooredoo--font--ooredoo-title);
    flex-flow: column;
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
    display: flex;
  }

  .container-46 {
    max-width: none;
  }

  .hero-split-4 {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .shadow-two-4 {
    height: auto;
  }

  .ord-template-hero-cover {
    background-color: #0000;
    height: auto;
  }

  .ord-template-hero-cover-container {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(357deg, #000, #fff0 73%);
    background-clip: border-box;
    max-height: 500px;
    display: block;
  }

  .o-rd-template-hero-cover--wrapper {
    border-radius: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding: 276px 0 0;
  }

  .ord-template-hero-split-cover {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 0 23px 23px;
  }

  .heading-7 {
    font-size: 30px;
  }

  .ord-template-hero-split-mobile {
    opacity: 1;
    margin-bottom: 0;
    padding: 0 23px 40px;
    display: flex;
  }

  .body-14 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 78px;
  }

  .ooredoobtnew-maythe4th {
    color: var(--white);
    background-image: linear-gradient(90deg, #e00c0c 57%, #bd05ff);
    justify-content: center;
    align-items: center;
    width: auto;
    height: 40px;
    margin-top: 26px;
    margin-right: 0%;
    padding: 12px 30px;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    line-height: 18px;
    transition-property: none;
    display: flex;
  }

  .ooredoobtnew-maythe4th:hover {
    color: var(--white);
    transform: none;
  }

  .ooredoobtnew-maythe4th.btnred {
    width: auto;
    margin-left: 0;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ooredoobtnew-maythe4th.btnred.ent {
    margin-left: 0;
  }

  .maythe4thcontainer {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .maythe4thbuttonwrap {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

  .image-120 {
    max-width: 90%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .maythe4test {
    border-bottom: 1px #000;
    padding-bottom: 0;
    line-height: 30px;
  }

  .modal-wrapper-maythe4th {
    padding: 0;
    display: none;
  }

  .wrapper-addon-modal-maythe4th {
    padding: 0;
    overflow: visible;
  }

  .wrapper-addon-maythe4th {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
  }

  .lottie-animation-4 {
    padding-top: 27px;
  }

  .lottie-animation-4.light {
    color: #000;
    width: 100%;
  }

  .heading-8 {
    width: 300px;
    padding-right: 18px;
  }

  .heading-8.light {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 21px;
    line-height: 120%;
  }

  .modal-wrapper-maythe4th-dark {
    padding: 0;
    display: none;
  }

  .wrapper-addon-modal-maythe4th-copy, .wrapper-addon-modal-maythe4th-copy-copy, .wrapper-addon-modal-maythe4th-light {
    padding: 0;
    overflow: visible;
  }

  .image-121 {
    width: 34px;
    padding-bottom: 51px;
  }

  .container-48 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 38px;
  }

  .image-122 {
    padding-bottom: 51px;
  }

  .container-49 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
  }

  .container-50 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .uui-heading-xxsmall-8, .uui-text-size-medium-20 {
    text-align: left;
  }

  .libey-card-copy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---mg-bottom-24px-10 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px-12 {
    margin-bottom: 32px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .brix---square-icon-4 {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---container-default-35 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-17 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-11 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .ord-template-content-card-linkicon {
    width: 18px;
  }

  .brix---paragraph-default-33 {
    font-size: 17px;
    line-height: 28px;
  }

  .ord-template-content-card-linktext {
    color: var(--elements-webflow-library--accent--ooredoo-red);
    font-family: Rubik, sans-serif;
    font-size: 13px;
    line-height: 18px;
  }

  .brix---card-link-content-left, .ord-template-content-card-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .ord-template-squre-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .ord-template-h4-headline {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .ord-template-content-card-subcopywrapper, .ord-template-content-card--imgwrap {
    margin-bottom: 16px;
  }

  .ooredoo-template-conentcard-3x {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ooredoo-template-conentcard-titlewrapper {
    margin-bottom: 32px;
  }

  .ooredoo-template-conentcard-grid {
    grid-template-columns: 1fr;
  }

  .ord-template-h3-headline.white {
    padding-right: 59px;
  }

  .ooredoo-template-conentcard-6x {
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-faq01_heading-4 {
    padding-right: 17px;
  }

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

  .uui-faq01_component-4 {
    margin-left: 0;
    margin-right: 1px;
    padding: 29px;
  }

  .uui-faq01_question-4 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .uui-text-size-medium-21 {
    text-align: left;
  }

  .uui-heading-medium-17 {
    margin-bottom: 1.3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .applecell---btn-circle-accordion-btn-copy-copy-copy-2 {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .applecel-h2-2 {
    padding-bottom: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .applecell---heading-h3-size-10 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .applecellfaq---paragraph-default-3-copy-2 {
    font-size: 14px;
    line-height: 28px;
  }

  .ord-template-faq-wrapper {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .applecell---inner-container-856---center-copy-copy {
    background-color: #fff;
    padding-top: 10px;
  }

  .ord-template-faq-container {
    background-color: #fff;
    padding: 10px 0 20px;
  }

  .ord-template-faq-grid {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .ord-template-faq-item {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .ord-template-faq-accordian-slide-icon {
    margin-right: 0;
  }

  .ord-template-faq-accordian-slide--btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---container-default-36 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---footer-logo-4 {
    width: 100%;
    max-width: 240px;
  }

  .brix---paragraph-default-34 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ord-template-footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ord-footer-small {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .ord-footer---grid-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .brix---paragraph-default-34-copy {
    font-size: 17px;
    line-height: 28px;
  }

  .uui-container-large-24 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-signup-form_wrapper-3 {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-30 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ord-template-appbanner-wrapper {
    padding: 17px 20px;
  }

  .ord-template-appbanner-container-large-24-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge-30-copy, .ord-template-appbanner--vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ord-template-appbanner--cta07_component {
    grid-column-gap: 2rem;
    grid-row-gap: 0rem;
    padding: 1.7rem 1.7rem 3.2rem;
  }

  .ord-template-subtitle-1 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 124%;
  }

  .ord-template-usplarge-image-wrap {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-8px-6-copy {
    margin-bottom: 6px;
  }

  .ord-template-h4-headline-copy {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-16px-14 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-13 {
    margin-bottom: 32px;
  }

  .brix---container-default-37 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-18 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---accordion-title-4 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---paragraph-default-35 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-right-side-3 {
    margin-right: 0;
  }

  .applecellfaq---paragraph-default-3-copy-3, .applecellfaq---paragraph-default-3-copy-4 {
    font-size: 14px;
    line-height: 28px;
  }

  .applecell---accordion-item-wrapper-copy-4-copy {
    background-color: var(--ooredoo--color--background-lighter-gray);
    border-style: none;
  }

  .ord-template-title-block {
    padding-left: 23px;
    padding-right: 23px;
  }
}

#w-node-_0af9b910-83c7-032a-339c-cfa33bb3e6cd-e98f3dbd {
  justify-self: center;
}

#w-node-_0af9b910-83c7-032a-339c-cfa33bb3e6cf-e98f3dbd {
  align-self: center;
}

#w-node-_39b7249d-af7c-5f72-5ea1-5d1ff1e4c0f5-8ed2cc6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_39b7249d-af7c-5f72-5ea1-5d1ff1e4c0f6-8ed2cc6f {
  justify-self: start;
}

#w-node-_6ec693da-fc90-db90-1ec6-29881b062c35-8ed2cc6f, #w-node-_6ec693da-fc90-db90-1ec6-29881b062c37-8ed2cc6f, #w-node-_6ec693da-fc90-db90-1ec6-29881b062c39-8ed2cc6f, #w-node-_6ec693da-fc90-db90-1ec6-29881b062c3b-8ed2cc6f, #w-node-_6ec693da-fc90-db90-1ec6-29881b062c3d-8ed2cc6f, #w-node-_6ec693da-fc90-db90-1ec6-29881b062c3f-8ed2cc6f, #w-node-_6ec693da-fc90-db90-1ec6-29881b062c41-8ed2cc6f, #w-node-_6ec693da-fc90-db90-1ec6-29881b062c50-8ed2cc6f, #w-node-_6ec693da-fc90-db90-1ec6-29881b062c52-8ed2cc6f, #w-node-_6ec693da-fc90-db90-1ec6-29881b062c54-8ed2cc6f, #w-node-_6ec693da-fc90-db90-1ec6-29881b062c56-8ed2cc6f, #w-node-_6ec693da-fc90-db90-1ec6-29881b062c58-8ed2cc6f, #w-node-_6ec693da-fc90-db90-1ec6-29881b062c5a-8ed2cc6f, #w-node-_6ec693da-fc90-db90-1ec6-29881b062c5c-8ed2cc6f {
  justify-self: center;
}

#w-node-_461fe26a-2354-3507-0ef5-ad94689baf64-8ed2cc6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_461fe26a-2354-3507-0ef5-ad94689baf6d-8ed2cc6f {
  justify-self: start;
}

#w-node-_461fe26a-2354-3507-0ef5-ad94689baf6e-8ed2cc6f, #w-node-_461fe26a-2354-3507-0ef5-ad94689baf71-8ed2cc6f, #w-node-_461fe26a-2354-3507-0ef5-ad94689baf74-8ed2cc6f, #w-node-_461fe26a-2354-3507-0ef5-ad94689baf77-8ed2cc6f, #w-node-_461fe26a-2354-3507-0ef5-ad94689baf7a-8ed2cc6f, #w-node-_461fe26a-2354-3507-0ef5-ad94689baf7d-8ed2cc6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6193d60e-aba0-902d-1de1-e79a350566a2-82192861 {
  align-self: start;
}

#w-node-_6193d60e-aba0-902d-1de1-e79a350566c6-82192861 {
  justify-self: start;
}

#w-node-_6dc28e12-f06e-3219-ab26-45dea395eee3-300df484, #w-node-_4537838f-1173-fad3-3c99-38e390b3aac5-300df484, #w-node-b6e9fa87-5ef3-513e-b1dc-8a89a805fe55-300df484, #w-node-_6dc28e12-f06e-3219-ab26-45dea395eee3-50d88bb1, #w-node-_4537838f-1173-fad3-3c99-38e390b3aac5-50d88bb1, #w-node-b6e9fa87-5ef3-513e-b1dc-8a89a805fe55-50d88bb1, #w-node-_6dc28e12-f06e-3219-ab26-45dea395eee3-54e91e08, #w-node-_4537838f-1173-fad3-3c99-38e390b3aac5-54e91e08, #w-node-b6e9fa87-5ef3-513e-b1dc-8a89a805fe55-54e91e08 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4d0143ee-ca70-2484-d270-234dd205755b-233e0370 {
  align-self: auto;
}

#w-node-_1b7c1d42-65ba-acd9-99f6-2e59fc22db5a-233e0370 {
  align-self: start;
}

#w-node-b82df418-7682-dd6f-a39b-ff91d9ab8431-233e0370, #w-node-_6145bbe9-c514-ae87-b500-0ee426ac0028-233e0370 {
  align-self: stretch;
}

#w-node-d2e6e0d2-9ca2-328c-362b-b5ff84953ac0-739c8ff0, #w-node-d2e6e0d2-9ca2-328c-362b-b5ff84953ac4-739c8ff0, #w-node-d2e6e0d2-9ca2-328c-362b-b5ff84953ac6-739c8ff0, #w-node-d2e6e0d2-9ca2-328c-362b-b5ff84953ac8-739c8ff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f6616f5-34b3-7766-5bcf-d924a1cfdadf-9bec2731, #w-node-e8ea1a3a-8a94-ec3d-4ed9-99aacd10adf0-9bec2731, #w-node-_35bf3f48-4c0b-f9d7-0a87-e17f8f1c63a6-9bec2731, #w-node-_7869ff8b-e60a-8911-fda7-252a317704e9-9bec2731, #w-node-_4f6616f5-34b3-7766-5bcf-d924a1cfdadf-07873df6, #w-node-e8ea1a3a-8a94-ec3d-4ed9-99aacd10adf0-07873df6, #w-node-_35bf3f48-4c0b-f9d7-0a87-e17f8f1c63a6-07873df6, #w-node-_7869ff8b-e60a-8911-fda7-252a317704e9-07873df6 {
  place-self: center;
}

#w-node-_92556c6c-23f9-e9bc-4125-c056aaac3dab-7d208d2f {
  place-self: stretch stretch;
}

#w-node-f676dc58-014f-613f-e32a-54ac8161c9df-7d208d2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_44804eca-7dcb-48bb-2763-8e0908a76f17-7d208d2f {
  justify-self: end;
}

#w-node-_18632721-52b7-f44c-1ae4-3c38d8826fa3-7d208d2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_18632721-52b7-f44c-1ae4-3c38d8826faf-7d208d2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18632721-52b7-f44c-1ae4-3c38d8826fb7-7d208d2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_06b077bb-80e7-70f1-103b-a0e932a14f4c-ff944068, #w-node-_06b077bb-80e7-70f1-103b-a0e932a14f4c-368d1d52 {
  place-self: center end;
}

#w-node-_28f11531-1090-2689-11f3-75583d04469a-ae1c6b13 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_53b5f68f-cc10-a849-1234-b84dfff4f4f2-ae1c6b13, #w-node-_534d4f35-e7c5-5710-0413-25e0c285ba34-ae1c6b13, #w-node-_94a70f70-2b44-7a77-fffa-599ffa4058aa-ae1c6b13 {
  place-self: auto;
}

#w-node-_3bb40fcc-f142-4ff6-7669-233907641f98-ae1c6b13, #w-node-_3bb40fcc-f142-4ff6-7669-233907641fa0-ae1c6b13, #w-node-_3bb40fcc-f142-4ff6-7669-233907641fa2-ae1c6b13, #w-node-_3bb40fcc-f142-4ff6-7669-233907641faa-ae1c6b13, #w-node-_3bb40fcc-f142-4ff6-7669-233907641fb3-ae1c6b13, #w-node-df9fa588-ab99-2735-b4cd-0bdfdb526bbb-ae1c6b13, #w-node-df9fa588-ab99-2735-b4cd-0bdfdb526bc6-ae1c6b13, #w-node-df9fa588-ab99-2735-b4cd-0bdfdb526bd9-ae1c6b13, #w-node-_399f4864-247b-3ba3-84cc-877a0c981e6f-ae1c6b13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2527daa2-f5b3-6895-6805-beaabb0b0373-ae1c6b13 {
  justify-self: start;
}

#w-node-daa8dda9-6885-31d8-3822-5a474a74e241-89984000, #w-node-daa8dda9-6885-31d8-3822-5a474a74e24b-89984000, #w-node-daa8dda9-6885-31d8-3822-5a474a74e255-89984000, #w-node-_4d0d694a-aada-83f3-1f98-ccc2f8ebd5fb-89984000, #w-node-_4d0d694a-aada-83f3-1f98-ccc2f8ebd60c-89984000, #w-node-_4d0d694a-aada-83f3-1f98-ccc2f8ebd61d-89984000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d61f74a0-6b3a-d550-b340-252c01ebd1f8-89984000, #w-node-d61f74a0-6b3a-d550-b340-252c01ebd207-89984000 {
  justify-self: center;
}

#w-node-_4d0143ee-ca70-2484-d270-234dd205755b-a3cdb6fc {
  align-self: auto;
}

#w-node-_1b7c1d42-65ba-acd9-99f6-2e59fc22db5a-a3cdb6fc {
  align-self: start;
}

#w-node-b82df418-7682-dd6f-a39b-ff91d9ab8431-a3cdb6fc, #w-node-_6145bbe9-c514-ae87-b500-0ee426ac0028-a3cdb6fc {
  align-self: stretch;
}

#w-node-_5e380d33-2c61-a2ec-f807-84c774cf6feb-74cf6fe7, #w-node-_5e380d33-2c61-a2ec-f807-84c774cf6fef-74cf6fe7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d5e1018-a16b-eebc-45ca-4b3066f8ab7e-66f8ab7e, #w-node-cd4bd105-25b8-a366-248d-39b34b2da80c-66f8ab7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6ff59e9d-0f01-d57f-a2b4-99c1a22fa26c-66f8ab7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06b077bb-80e7-70f1-103b-a0e932a14f4c-d3639bdb, #w-node-_1a504c49-7599-628b-5999-e210fee4f501-ac85fd1b {
  place-self: center end;
}

#w-node-_1b7c1d42-65ba-acd9-99f6-2e59fc22db5a-ac85fd1b {
  align-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_6dc28e12-f06e-3219-ab26-45dea395eee3-300df484, #w-node-_6dc28e12-f06e-3219-ab26-45dea395eee3-50d88bb1, #w-node-_6dc28e12-f06e-3219-ab26-45dea395eee3-54e91e08, #w-node-_7d5e1018-a16b-eebc-45ca-4b3066f8ab7e-66f8ab7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }

  #w-node-cd4bd105-25b8-a366-248d-39b34b2da80c-66f8ab7e {
    grid-area: span 1 / span 3 / span 1 / span 3;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_461fe26a-2354-3507-0ef5-ad94689baf65-8ed2cc6f {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_4537838f-1173-fad3-3c99-38e390b3aac5-300df484, #w-node-b6e9fa87-5ef3-513e-b1dc-8a89a805fe55-300df484, #w-node-_4537838f-1173-fad3-3c99-38e390b3aac5-50d88bb1, #w-node-b6e9fa87-5ef3-513e-b1dc-8a89a805fe55-50d88bb1, #w-node-_4537838f-1173-fad3-3c99-38e390b3aac5-54e91e08, #w-node-b6e9fa87-5ef3-513e-b1dc-8a89a805fe55-54e91e08 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_68b7bfa4-2189-965a-663d-971ead029f28-7902ecbc, #w-node-_591be6b6-6d3e-4ab0-e24c-21135aef1fd3-7902ecbc, #w-node-_8af7436e-44f1-a685-57fc-9218271e4319-7902ecbc, #w-node-_53bf1583-2b2f-5d45-4eda-cc97a14ae06a-7902ecbc {
    order: -9999;
  }

  #w-node-_44804eca-7dcb-48bb-2763-8e0908a76f12-7d208d2f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_44804eca-7dcb-48bb-2763-8e0908a76f17-7d208d2f {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_53b5f68f-cc10-a849-1234-b84dfff4f4f2-ae1c6b13, #w-node-_534d4f35-e7c5-5710-0413-25e0c285ba34-ae1c6b13 {
    align-self: auto;
  }

  #w-node-_94a70f70-2b44-7a77-fffa-599ffa4058aa-ae1c6b13 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_4e8ad127-5361-2e7e-b92e-7b26582592aa-ae1c6b13 {
    order: 9999;
  }

  #w-node-d652b3b1-e251-56ca-915a-a0719b6cb080-ae1c6b13 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6aff2ab9-926a-e3f1-1167-7adcd548d96d-ae1c6b13 {
    order: 9999;
  }

  #w-node-d61f74a0-6b3a-d550-b340-252c01ebd207-89984000 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_461fe26a-2354-3507-0ef5-ad94689baf65-8ed2cc6f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_461fe26a-2354-3507-0ef5-ad94689baf6d-8ed2cc6f {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_02db66ee-ab79-37cd-e956-eaf3f864680c-8c1b9e74 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_02db66ee-ab79-37cd-e956-eaf3f864680f-8c1b9e74 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_02db66ee-ab79-37cd-e956-eaf3f8646811-8c1b9e74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b779515-ed64-75b0-f805-d79023376e27-8c1b9e74 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7b779515-ed64-75b0-f805-d79023376e2a-8c1b9e74 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7b779515-ed64-75b0-f805-d79023376e2c-8c1b9e74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-abb4bb4f-3ddb-2441-fd82-c14995498b39-8c1b9e74 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-abb4bb4f-3ddb-2441-fd82-c14995498b3c-8c1b9e74 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-abb4bb4f-3ddb-2441-fd82-c14995498b3e-8c1b9e74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_31562a14-61fd-68d5-8613-126324ee70d5-8c1b9e74 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_31562a14-61fd-68d5-8613-126324ee70d8-8c1b9e74 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_31562a14-61fd-68d5-8613-126324ee70da-8c1b9e74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68633d61-7e4b-0a2d-de58-ff768de7b255-8c1b9e74 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_68633d61-7e4b-0a2d-de58-ff768de7b258-8c1b9e74 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_68633d61-7e4b-0a2d-de58-ff768de7b25a-8c1b9e74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_288488f2-522f-f20b-cd48-ff859baa16fb-8c1b9e74 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_288488f2-522f-f20b-cd48-ff859baa16fe-8c1b9e74 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_288488f2-522f-f20b-cd48-ff859baa1700-8c1b9e74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fdd54485-ad47-ac23-da31-649985aa6fd1-8c1b9e74 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fdd54485-ad47-ac23-da31-649985aa6fd4-8c1b9e74 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-fdd54485-ad47-ac23-da31-649985aa6fd6-8c1b9e74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93ac6e8f-e9cf-fe46-7a15-14137cefac31-8c1b9e74 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_93ac6e8f-e9cf-fe46-7a15-14137cefac34-8c1b9e74 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_93ac6e8f-e9cf-fe46-7a15-14137cefac36-8c1b9e74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_15e2b77a-718d-3ef9-e749-aad68cfedbb0-8c1b9e74 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_15e2b77a-718d-3ef9-e749-aad68cfedbb3-8c1b9e74 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_15e2b77a-718d-3ef9-e749-aad68cfedbb5-8c1b9e74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f137e879-b93d-1494-e670-5e9b7b91a01d-8c1b9e74 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f137e879-b93d-1494-e670-5e9b7b91a020-8c1b9e74 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f137e879-b93d-1494-e670-5e9b7b91a022-8c1b9e74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3c05923c-ea8d-90df-1d63-90ffd73cff03-8c1b9e74 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3c05923c-ea8d-90df-1d63-90ffd73cff06-8c1b9e74 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3c05923c-ea8d-90df-1d63-90ffd73cff08-8c1b9e74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f43277d7-503f-c3bc-1696-ee7f0e1c71eb-8c1b9e74 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f43277d7-503f-c3bc-1696-ee7f0e1c71ee-8c1b9e74 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f43277d7-503f-c3bc-1696-ee7f0e1c71f0-8c1b9e74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1371cead-b42f-1fca-3286-c5204f4e28c6-8c1b9e74 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1371cead-b42f-1fca-3286-c5204f4e28c9-8c1b9e74 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1371cead-b42f-1fca-3286-c5204f4e28cb-8c1b9e74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc8e2d96-0125-8910-48fe-16166caedf49-8c1b9e74 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-dc8e2d96-0125-8910-48fe-16166caedf4c-8c1b9e74 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-dc8e2d96-0125-8910-48fe-16166caedf4e-8c1b9e74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae9d0ae1-15d4-c1d3-cff7-8b8c156c7213-8c1b9e74 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ae9d0ae1-15d4-c1d3-cff7-8b8c156c7216-8c1b9e74 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ae9d0ae1-15d4-c1d3-cff7-8b8c156c7218-8c1b9e74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0439446f-1c85-2690-2c8b-080dad9ff76a-8c1b9e74 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0439446f-1c85-2690-2c8b-080dad9ff76d-8c1b9e74 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0439446f-1c85-2690-2c8b-080dad9ff76f-8c1b9e74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c08b7a59-065e-6a2b-8fbf-30b35a74c9f1-8c1b9e74 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c08b7a59-065e-6a2b-8fbf-30b35a74c9f4-8c1b9e74 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c08b7a59-065e-6a2b-8fbf-30b35a74c9f6-8c1b9e74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_77100ed1-a45b-62f8-ddb3-6aece9a0438b-8c1b9e74 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_77100ed1-a45b-62f8-ddb3-6aece9a0438e-8c1b9e74 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_77100ed1-a45b-62f8-ddb3-6aece9a04390-8c1b9e74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_02db66ee-ab79-37cd-e956-eaf3f8646818-8c1b9e74 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_02db66ee-ab79-37cd-e956-eaf3f864681b-8c1b9e74 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_02db66ee-ab79-37cd-e956-eaf3f864682b-8c1b9e74 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_02db66ee-ab79-37cd-e956-eaf3f864682e-8c1b9e74 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6dc28e12-f06e-3219-ab26-45dea395eee3-300df484, #w-node-_4537838f-1173-fad3-3c99-38e390b3aac5-300df484, #w-node-b6e9fa87-5ef3-513e-b1dc-8a89a805fe55-300df484, #w-node-_6dc28e12-f06e-3219-ab26-45dea395eee3-50d88bb1, #w-node-_4537838f-1173-fad3-3c99-38e390b3aac5-50d88bb1, #w-node-b6e9fa87-5ef3-513e-b1dc-8a89a805fe55-50d88bb1, #w-node-_6dc28e12-f06e-3219-ab26-45dea395eee3-54e91e08, #w-node-_4537838f-1173-fad3-3c99-38e390b3aac5-54e91e08, #w-node-b6e9fa87-5ef3-513e-b1dc-8a89a805fe55-54e91e08 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_68b7bfa4-2189-965a-663d-971ead029f28-7902ecbc, #w-node-_591be6b6-6d3e-4ab0-e24c-21135aef1fd3-7902ecbc, #w-node-_8af7436e-44f1-a685-57fc-9218271e4319-7902ecbc, #w-node-_53bf1583-2b2f-5d45-4eda-cc97a14ae06a-7902ecbc {
    order: -9999;
  }

  #w-node-_44804eca-7dcb-48bb-2763-8e0908a76f17-7d208d2f {
    justify-self: center;
  }

  #w-node-_0b835f1d-17c3-3824-b689-99eb9d82678a-7d208d2f, #w-node-_18632721-52b7-f44c-1ae4-3c38d8826fa7-7d208d2f, #w-node-_18632721-52b7-f44c-1ae4-3c38d8826fab-7d208d2f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_18632721-52b7-f44c-1ae4-3c38d8826faf-7d208d2f, #w-node-_28f11531-1090-2689-11f3-75583d04469a-ae1c6b13 {
    grid-column: span 2 / span 2;
  }

  #w-node-_53b5f68f-cc10-a849-1234-b84dfff4f4f2-ae1c6b13, #w-node-_534d4f35-e7c5-5710-0413-25e0c285ba34-ae1c6b13, #w-node-_94a70f70-2b44-7a77-fffa-599ffa4058aa-ae1c6b13 {
    align-self: auto;
  }

  #w-node-_2527daa2-f5b3-6895-6805-beaabb0b0373-ae1c6b13 {
    justify-self: center;
  }

  #w-node-d61f74a0-6b3a-d550-b340-252c01ebd207-89984000 {
    justify-self: start;
  }

  #w-node-_7d5e1018-a16b-eebc-45ca-4b3066f8ab7e-66f8ab7e, #w-node-cd4bd105-25b8-a366-248d-39b34b2da80c-66f8ab7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_461fe26a-2354-3507-0ef5-ad94689baf65-8ed2cc6f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6193d60e-aba0-902d-1de1-e79a350566a2-82192861 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_6dc28e12-f06e-3219-ab26-45dea395eee3-300df484, #w-node-_4537838f-1173-fad3-3c99-38e390b3aac5-300df484, #w-node-_6dc28e12-f06e-3219-ab26-45dea395eee3-50d88bb1, #w-node-_4537838f-1173-fad3-3c99-38e390b3aac5-50d88bb1, #w-node-_6dc28e12-f06e-3219-ab26-45dea395eee3-54e91e08, #w-node-_4537838f-1173-fad3-3c99-38e390b3aac5-54e91e08 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4d0143ee-ca70-2484-d270-234dd205754d-233e0370, #w-node-_1b7c1d42-65ba-acd9-99f6-2e59fc22db51-233e0370, #w-node-b82df418-7682-dd6f-a39b-ff91d9ab8429-233e0370, #w-node-_6145bbe9-c514-ae87-b500-0ee426ac001d-233e0370 {
    align-self: center;
  }

  #w-node-_9ed2dfa0-9bc4-116e-2132-6a6662c11ac9-7902ecbc, #w-node-_9ed2dfa0-9bc4-116e-2132-6a6662c11ad3-7902ecbc, #w-node-_9ed2dfa0-9bc4-116e-2132-6a6662c11add-7902ecbc, #w-node-_9ed2dfa0-9bc4-116e-2132-6a6662c11ae7-7902ecbc, #w-node-_3c2fe76d-ceff-3f6c-aa60-63c8406fe18d-7902ecbc, #w-node-b142e33d-87cd-6f8c-81f9-f3722e6b2a83-7902ecbc, #w-node-_408a1e1d-5f2a-7e02-7520-4f18f352a578-7902ecbc, #w-node-cb334245-efe2-42bb-7a15-c225d55ef3df-7902ecbc, #w-node-_58fc2355-f796-3590-26cb-db9afd034352-7902ecbc, #w-node-_58fc2355-f796-3590-26cb-db9afd03435c-7902ecbc, #w-node-_58fc2355-f796-3590-26cb-db9afd034366-7902ecbc, #w-node-_58fc2355-f796-3590-26cb-db9afd034370-7902ecbc, #w-node-ea2da6fb-17c2-9223-9c9b-94d8131674c8-7902ecbc, #w-node-ea2da6fb-17c2-9223-9c9b-94d8131674d2-7902ecbc, #w-node-ea2da6fb-17c2-9223-9c9b-94d8131674dc-7902ecbc, #w-node-ea2da6fb-17c2-9223-9c9b-94d8131674e6-7902ecbc, #w-node-_3c2fe76d-ceff-3f6c-aa60-63c8406fe18d-64320765, #w-node-b142e33d-87cd-6f8c-81f9-f3722e6b2a83-64320765, #w-node-_408a1e1d-5f2a-7e02-7520-4f18f352a578-64320765, #w-node-_3c2fe76d-ceff-3f6c-aa60-63c8406fe18d-8624d276, #w-node-b142e33d-87cd-6f8c-81f9-f3722e6b2a83-8624d276, #w-node-_408a1e1d-5f2a-7e02-7520-4f18f352a578-8624d276, #w-node-cb334245-efe2-42bb-7a15-c225d55ef3df-8624d276 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f6616f5-34b3-7766-5bcf-d924a1cfdadf-9bec2731, #w-node-e8ea1a3a-8a94-ec3d-4ed9-99aacd10adf0-9bec2731, #w-node-_35bf3f48-4c0b-f9d7-0a87-e17f8f1c63a6-9bec2731, #w-node-_7869ff8b-e60a-8911-fda7-252a317704e9-9bec2731, #w-node-_4f6616f5-34b3-7766-5bcf-d924a1cfdadf-07873df6, #w-node-e8ea1a3a-8a94-ec3d-4ed9-99aacd10adf0-07873df6, #w-node-_35bf3f48-4c0b-f9d7-0a87-e17f8f1c63a6-07873df6, #w-node-_7869ff8b-e60a-8911-fda7-252a317704e9-07873df6 {
    place-self: center;
  }

  #w-node-_7f35ef24-0a2e-7689-2135-42ea2feb71d3-7d208d2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-cd80dfc2-3183-4192-b6fa-2ce1b0379ee7-7d208d2f {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_8f5b84e2-0f3d-106d-6199-77233d3ed8cb-7d208d2f {
    order: -9999;
  }

  #w-node-_18632721-52b7-f44c-1ae4-3c38d8826fab-7d208d2f, #w-node-_18632721-52b7-f44c-1ae4-3c38d8826faf-7d208d2f {
    grid-column: span 1 / span 1;
  }

  #w-node-_53b5f68f-cc10-a849-1234-b84dfff4f4f2-ae1c6b13, #w-node-_534d4f35-e7c5-5710-0413-25e0c285ba34-ae1c6b13 {
    align-self: auto;
  }

  #w-node-_94a70f70-2b44-7a77-fffa-599ffa4058aa-ae1c6b13, #w-node-d652b3b1-e251-56ca-915a-a0719b6cb080-ae1c6b13 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4d0143ee-ca70-2484-d270-234dd205754d-a3cdb6fc, #w-node-_1b7c1d42-65ba-acd9-99f6-2e59fc22db51-a3cdb6fc, #w-node-b82df418-7682-dd6f-a39b-ff91d9ab8429-a3cdb6fc, #w-node-_6145bbe9-c514-ae87-b500-0ee426ac001d-a3cdb6fc {
    align-self: center;
  }

  #w-node-_7d5e1018-a16b-eebc-45ca-4b3066f8ab7e-66f8ab7e, #w-node-cd4bd105-25b8-a366-248d-39b34b2da80c-66f8ab7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1a504c49-7599-628b-5999-e210fee4f4fc-ac85fd1b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1b7c1d42-65ba-acd9-99f6-2e59fc22db51-ac85fd1b {
    align-self: center;
  }
}


@font-face {
  font-family: 'Mvwaheed 1';
  src: url('../fonts/MVWaheed-1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}