:root {
  --primary-1: #334998;
  --primary-2: #de0029;
}

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

.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-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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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: IBM Plex Sans Arabic, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
}

.container {
  flex-flow: row;
  max-width: 1200px;
  display: flex;
}

.container.gate {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.center.streach {
  align-items: stretch;
}

.container.center.dark {
  background-color: var(--primary-1);
  border-radius: 16px;
  height: 240px;
}

.container.vertical {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.container.gap {
  justify-content: flex-start;
  align-items: center;
}

.cell-4 {
  border-radius: 8px;
  align-items: stretch;
  padding: 16px;
}

.cell-4.cell-5.cell-8 {
  align-items: center;
}

.cell-4.cell-5.cell-8.cell-11 {
  flex-direction: column;
  height: 180px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.cell-4.cell-5.cell-8.cell-11.gate {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: auto;
  text-decoration: none;
}

.gate-heading {
  color: #232d5a;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.primary-burron {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--primary-1);
  color: #fff;
  cursor: pointer;
  border-radius: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.primary-burron.hideonphone {
  background-color: var(--primary-1);
  padding-left: 32px;
  padding-right: 32px;
}

.primary-burron.cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff0;
  background-image: linear-gradient(135deg, #4e6bd4, #334998);
  border-radius: 50px;
  margin-top: 24px;
  padding: 9px 24px;
  box-shadow: 0 22px 31px #33499830;
}

.primary-burron.cta.outline {
  color: #717171;
  background-image: none;
}

.primary-burron.cta.nav {
  margin-top: 0;
}

.primary-burron.dark {
  background-color: #fff0;
  border: 2px solid #fff;
  margin-top: 32px;
}

.link-block-12 {
  text-decoration: none;
}

.section-inner-title {
  color: #333;
  width: 100%;
  margin-top: 0;
  font-size: 18px;
  line-height: 32px;
}

.section-inner-title.center {
  text-align: center;
  margin-bottom: 0;
}

.section-13 {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-21 {
  padding: 0;
}

.heading-2 {
  color: #232d5a;
  text-align: left;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 56px;
}

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

.div-block-68 {
  background-color: #ccc;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.div-block-55 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-8 {
  color: #fff;
  font-size: 16px;
}

.text-block-8.header {
  color: #000;
}

.button-2 {
  color: #fff;
  background-image: linear-gradient(90deg, #2c5afd, #2c81fd);
  border-radius: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.button-2.primary {
  color: #fff;
  background-image: linear-gradient(90deg, #2c81fd, #0658cf);
  border: 1px solid #2c81fd;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-2.primary:hover {
  background-image: linear-gradient(90deg, #2c81fd, #0048b1);
}

.button-2.primary.top-bar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: none;
  border-width: 1.5px;
  border-color: #586085;
  padding: 4px 8px;
}

.button-2.primary.top-bar:hover {
  color: #fff;
  background-color: #2c81fd;
  border-color: #58608500;
}

.button-2.primary.top-bar.hide-desktop {
  display: none;
}

.navbar {
  background-color: #fff0;
  height: 120px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.white-brand {
  display: none;
}

.text-span-3.menu-icon {
  transform-style: preserve-3d;
}

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

.nav-outer-wrapper.container.nav-container {
  background-color: #fff0;
  flex: 1;
  position: relative;
}

.nav-link {
  color: #4e5365;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.nav-link.link-block-2 {
  padding: 8px 20px;
  font-family: IBM Plex Sans Arabic, sans-serif;
  font-weight: 500;
}

.nav-link.link-block-2.w--current {
  color: var(--primary-2);
  font-weight: 700;
}

.nav-link.langa {
  line-height: 16px;
}

.nav-blure-layer {
  z-index: -1;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  background-color: #fff0;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.container-3 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.container-3.nav-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.herosection {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  background-color: #f6fafe00;
  background-image: radial-gradient(circle, #fff, #ffffff2e);
  border: 2px solid #fff;
  border-bottom-width: 1px;
  border-radius: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 85vh;
  box-shadow: 0 2px 70px 1px #3349982b;
}

.section.white {
  background-color: #fff;
  overflow: hidden;
}

.cell-6 {
  justify-content: center;
  align-items: flex-end;
}

.cell {
  justify-content: center;
  align-items: flex-start;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 40px;
  display: none;
}

.div-block-49 {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 16px;
  display: flex;
}

.div-block-49.linktogoogle {
  background-color: #5aaecc;
}

.div-block-49.linktogoogle.float {
  z-index: 3000;
  border-radius: 0 50px 50px 0;
  margin-top: 0;
  margin-left: 0;
  padding: 16px;
  display: flex;
  position: fixed;
  inset: 25% auto auto 0%;
  box-shadow: 6px 0 13px #0003;
}

.image-25 {
  opacity: 1;
  margin-top: -6px;
  padding-right: 0;
}

.image-25.herofloaticon {
  opacity: 1;
  margin-top: 0;
  margin-left: 0;
}

.text-block {
  color: #fff;
  padding-right: 4px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  position: absolute;
}

.quick-stack {
  padding: 0;
}

.div-block-69 {
  width: 110px;
  height: 120px;
  position: relative;
}

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

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

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

.image-29 {
  position: absolute;
}

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

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

.body {
  background-color: #f9fbff;
  background-image: url('../images/Asset-2_2.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  font-family: Poppins, sans-serif;
}

.hero-paragraph {
  color: #848484;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-70 {
  background-color: #ccc;
  width: 64%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.primary-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  cursor: pointer;
  background-color: #fff0;
  border: 1px solid #ccc;
  border-radius: 64px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.primary-button.hide-on-phone.hide {
  border-width: 1px;
  border-color: #4e53654f;
}

.text-block-9 {
  line-height: 24px;
}

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

.code-embed {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}

.image-33 {
  width: 24px;
  height: 24px;
}

.div-block-71 {
  z-index: -1;
  background-color: #0000;
  background-image: radial-gradient(circle, #3349985e, #33499800);
  border-radius: 280px;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-34 {
  z-index: -1;
  opacity: .5;
  width: 60vw;
  height: 60vw;
  margin-top: -108px;
  margin-left: -169px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.image-34.red {
  margin: 0 -180px -301px 0;
  inset: auto 0% 0% auto;
}

.rotate-wrapper {
  justify-content: center;
  align-items: center;
  margin-right: -149px;
  display: flex;
}

.circle-center {
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  display: flex;
  position: relative;
}

.icon-wrapper {
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.image-35 {
  position: absolute;
}

.image-35.phy {
  inset: -200% 0% auto;
}

.image-35._2nd {
  position: static;
  inset: 0% -200% 0% auto;
}

.image-35._3rd {
  inset: auto 0% -200%;
}

.image-35._4th {
  inset: 0% auto 0% -200%;
}

.image-35._5th {
  inset: -200% auto auto -200%;
}

.div-block-72 {
  width: 8rem;
  height: 8rem;
}

.div-block-72.icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0% -150% 0% auto;
}

.div-block-72.icon-wrapper._2 {
  inset: -150% 0% auto;
}

.div-block-72.icon-wrapper._3 {
  inset: 0% auto 0% -150%;
}

.div-block-72.icon-wrapper._4 {
  inset: auto 0% -150%;
}

.div-block-72.icon-wrapper._6 {
  inset: -101% auto auto -82%;
}

.image-36 {
  width: 388px;
  max-width: none;
  margin-top: 17px;
  margin-bottom: 15px;
  position: absolute;
}

.image-36.boy {
  width: 302px;
  margin-top: -51px;
  margin-bottom: -22px;
}

.hide {
  display: none;
}

.div-block-73 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.lottie-animation {
  width: 130px;
  margin-top: 16px;
}

.section-title {
  color: var(--primary-1);
  margin-top: 0;
  margin-bottom: 0;
}

.section-title.dark, .section-title.white {
  color: #fff;
}

.paragraph {
  color: #787878;
  text-align: center;
  width: 920px;
}

.paragraph.left {
  text-align: left;
  width: auto;
  font-size: 14px;
}

.paragraph.left.level-label {
  margin-bottom: 12px;
}

.paragraph.left.white {
  color: #fff;
}

.decorative-title {
  color: gray;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.text-span-4 {
  color: var(--primary-2);
}

.section-14 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-14.dark {
  background-image: url('../images/Asset-1_2.svg'), linear-gradient(225deg, #344998, #192c72);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  margin-top: 120px;
  margin-bottom: 120px;
}

.section-14.dark.grade-hero {
  background-image: linear-gradient(225deg, #344998, #192c72eb), url('../images/dddd.svg'), url('../images/1016.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
  margin-top: 0;
  margin-bottom: 0;
}

.grid {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-74, .div-block-75, .div-block-76 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.grid-2.reverese {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row dense;
}

.div-block-77 {
  background-image: url('../images/2149041151.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 251px;
  padding-bottom: 251px;
}

.div-block-78 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-79 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 52px;
}

.div-block-80 {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  box-shadow: 16px 16px 30px #33499814;
}

.div-block-80.course-card {
  background-color: #ffffffe6;
  border-radius: 16px;
  padding: 12px;
  text-decoration: none;
}

.div-block-80.how_work {
  justify-content: space-between;
  align-items: flex-start;
}

.div-block-80.skills {
  padding-top: 24px;
}

.card-titile {
  font-size: 18px;
  line-height: 26px;
}

.card-titile.course-card {
  color: #333;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
}

.card-titile.number {
  margin-top: 0;
  margin-bottom: 0;
}

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

.third-button {
  margin-top: 16px;
  text-decoration: none;
}

.text-block-10 {
  color: var(--primary-1);
  font-size: 14px;
  font-weight: 600;
}

.image-37 {
  width: 24px;
  height: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.div-block-81 {
  background-color: #9747ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
  box-shadow: 4px 4px 5px #9747ff52;
}

.div-block-81._2nd {
  background-color: #427cd4;
  box-shadow: 4px 4px 5px #427cd452;
}

.div-block-81._3rd {
  background-color: #ec732f;
  box-shadow: 4px 4px 5px #ec732f52;
}

.div-block-81._4th {
  background-color: #ed4883;
  box-shadow: 4px 4px 5px #ed488352;
}

.small-title {
  color: var(--primary-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.small-title.dark {
  color: #fff;
}

.grid-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.image-38 {
  width: 24px;
  height: 24px;
}

.div-block-82 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 31px;
}

.grid-5.grades {
  grid-template-columns: 1fr 1fr 1fr;
}

.image-39 {
  border-radius: 8px;
}

.div-block-83 {
  background-image: url('../images/Untitled-design-23.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 310px;
}

.div-block-83._1st {
  background-image: url('../images/Untitled-design-22.png');
}

.div-block-83._2nd {
  background-image: url('../images/Untitled-design-23.png');
}

.div-block-83._3rd {
  background-image: url('../images/Untitled-design-24.png');
}

.div-block-83._4th {
  background-image: url('../images/Untitled-design-25.png');
}

.div-block-84 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-85 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.grid-6 {
  grid-column-gap: 170px;
  grid-row-gap: 170px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.statistics {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer {
  background-color: #8a1538;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.footer.copyright {
  background-color: var(--primary-1);
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link.copy-right {
  font-size: 14px;
  font-weight: 300;
}

.div-block-87 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-span-5, .text-span-6 {
  color: var(--primary-2);
}

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

.small-title-2 {
  color: #de0029;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.section-title-2 {
  color: #334998;
  margin-top: 0;
  margin-bottom: 0;
}

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

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.accordion-arrow-wrap---brix {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  color: #4a3aff;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-wrapper---brix.preview-page {
  margin-top: 48px;
}

.cloneable-container-default {
  background-color: #f7f7fb;
  border-radius: 20px;
  min-height: 624px;
  padding: 100px 40px;
  transform: translate(0);
}

.arrow-line---brix {
  background-color: #4a3aff;
  border-radius: 500px;
  width: 11px;
  min-height: 2px;
  position: absolute;
}

.arrow-line---brix._2---brix {
  right: 7px;
  transform: rotate(-45deg);
}

.arrow-line---brix._1---brix {
  left: 7px;
  transform: rotate(45deg);
}

.accordion-item-title---brix {
  color: #170f49;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-1---brix {
  border: 2px solid #0000;
  margin-bottom: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 14px 21px #4a3aff0f;
}

.global-component-banner {
  height: 50px;
  display: flex;
}

.form07_link {
  color: #5b3acc;
  font-size: 13px;
  font-weight: 700;
}

.text-counter {
  color: #5b617c73;
  font-size: 14px;
}

.paragraph-2 {
  color: #5b617c;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 23px;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
}

.field-title {
  color: #000037;
  background-color: #fff;
  margin-bottom: 5px;
  padding-left: 6px;
  font-size: 14px;
  font-weight: 400;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  border: 1px solid #000;
}

.success-message {
  letter-spacing: 1px;
  padding: 50px;
}

.form12_checkbox_field {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 140px;
  height: 120px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 35px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.checkbox-title {
  color: #5b3acc;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.slider {
  background-color: #0000;
  max-width: 700px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mobile-nav-bottom {
  display: none;
}

.submit-button {
  box-shadow: none;
  letter-spacing: 1px;
  background-color: #5b3acc;
  border-radius: 5px;
  width: 260px;
  height: auto;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.previous {
  opacity: .45;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin: auto auto 30px 30px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.previous:hover {
  opacity: 1;
}

.field-input {
  color: #000037bf;
  background-color: #0000;
  border: 1.5px solid #3e34c80a;
  border-radius: 6px;
  width: 100%;
  min-height: 45px;
  font-size: 16px;
}

.field-input:focus {
  border-color: #0064fe;
}

.field-input::placeholder {
  color: #0000371a;
  font-family: Varela Round, sans-serif;
}

.next {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: block;
  position: absolute;
  right: 35px;
  overflow: visible;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  min-width: 150px;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.checkbox_wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox_wrap.checkbox_centre {
  justify-content: center;
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.form-wrapper {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.form-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 390px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-section-title {
  color: #0a1f44;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.form-full {
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 90px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.form07_legal {
  color: #101c2e8a;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.slider-content-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0 75px;
  display: flex;
  position: relative;
}

.line-bottom {
  background-color: #c5c7ca;
  height: 1px;
}

.arrow {
  width: 16px;
  margin-right: 8px;
}

.form-content {
  width: 100%;
  margin-bottom: -20px;
}

.form-content.final {
  margin-bottom: 0;
}

.text-block-11 {
  color: #5b3acc;
  font-weight: 500;
}

.checkbox-image {
  width: 45px;
}

.counter-image {
  width: 16px;
  margin-right: 5px;
}

.details-right {
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ms-input-label {
  color: #000037;
  text-align: left;
  margin-bottom: 5px;
  padding-left: 6px;
  font-weight: 400;
}

.input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.input::placeholder {
  color: #909090;
}

.ms-input-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input {
  color: #121331;
  -webkit-text-stroke-color: #000037bf;
  background-color: #fff0;
  border: 1.5px solid #3e34c80a;
  border-radius: 5px;
  min-height: 45px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.newstyle {
  box-shadow: none;
  color: #000037bf;
  -webkit-text-stroke-color: #000037bf;
  background-color: #fff0;
  border-width: 1.5px;
  border-color: #3e34c80a;
  min-height: 45px;
  padding-left: 80px;
  transition-property: none;
}

.ms-dropdown {
  z-index: 10;
  background-color: #0000;
  border: 0 solid #000;
  width: 70px;
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  inset: 0% 6px 0% auto;
}

.ms-dropdown.is-leading {
  z-index: 3;
  width: 70px;
  height: 45px;
  padding-right: 0;
  left: 0;
}

.ms-input-middle-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  display: flex;
}

.ms-input-2 {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input-2:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input-2::placeholder {
  color: #909090;
}

.ms-input-2.is-middle {
  border-radius: 0;
  margin-bottom: -1px;
}

.ms-input-2.is-middle.is-left, .ms-input-2.is-middle.is-right {
  width: 100%;
}

.ms-pill-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  padding-top: 5px;
  display: flex;
}

.ms-pill-item {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.ms-pill-checkbox {
  display: none;
}

.ms-pill-label {
  z-index: 2;
  white-space: nowrap;
  border: 1px solid #12133140;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 700;
  line-height: 2em;
  position: relative;
  inset: 0% auto 0% 0%;
}

.ms-pill-label:hover {
  border-color: #2962ff;
}

.ms-embed {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 10px;
  font-style: italic;
  display: none;
}

.section-15 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-41 {
  width: 320px;
}

.div-block-89 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.flex-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
}

.lottie-animation-2 {
  width: 80px;
}

.white {
  color: #fff;
}

.image-42 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.gate {
    flex-flow: column;
  }

  .cell-4.cell-5.cell-8.cell-11 {
    height: 208px;
  }

  .primary-burron.hideonphone, .primary-burron.cta.nav.hide-on-phone {
    display: none;
  }

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

  .div-block-31 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .text-block-8.header {
    color: #fff;
  }

  .text-block-8.header.dark-mode {
    color: var(--primary-1);
  }

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

  .button-2.primary.top-bar {
    border-width: 1px;
    border-color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    padding: 18px 24px;
  }

  .button-2.primary.top-bar:hover {
    background-color: #2c81fd;
  }

  .button-2.primary.top-bar.hide-desktop {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border-style: none;
    border-width: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-top: -98px;
    display: flex;
  }

  .white-brand {
    margin-right: 30px;
  }

  .text-span-3 {
    margin-bottom: 0;
  }

  .text-span-3.menu-icon {
    font-family: Apjed, sans-serif;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: #0000;
    border: 1px #000;
  }

  .colored-brand {
    margin-right: 30px;
  }

  .nav-outer-wrapper.container.nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    text-align: right;
  }

  .nav-link.link-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    border-bottom: 1px solid #ffffff0a;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-link.link-block-2.w--current {
    color: #010b38;
    background-color: #ffffffab;
    border-radius: 8px;
    font-family: IBM Plex Sans Arabic, sans-serif;
  }

  .nav-menu {
    background-color: var(--primary-1);
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100vh;
    margin-top: -120px;
    padding-top: 100px;
  }

  .container-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-3.nav-container {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .section.herosection {
    margin-bottom: 23px;
  }

  .cell-6 {
    align-items: center;
  }

  .primary-button {
    background-color: #8a1538;
  }

  .primary-button.hide-on-phone, .primary-button.hide-on-phone.hide {
    display: none;
  }

  .grid {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

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

  .grid-3, .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-6 {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

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

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cell-4.cell-5.cell-8.cell-11 {
    justify-content: center;
    align-items: center;
  }

  .section-13 {
    height: auto;
    padding-top: 96px;
  }

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

  .nav-link.link-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container-3.nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .image-25.herofloaticon {
    margin-left: 16px;
  }

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

  .grid-5.grades {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .cloneable-container-default {
    padding: 80px 24px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-nav-bottom {
    z-index: 5;
    background-color: #fff;
    border-top: 1px solid #8395b126;
    height: 100px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .previous, .next {
    z-index: 6;
    position: fixed;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .form-wrapper {
    width: 100%;
  }

  .form-content {
    width: 90%;
  }

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

@media screen and (max-width: 479px) {
  .container.gate {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .cell-4.cell-5.cell-8.cell-11 {
    height: 180px;
  }

  .gate-heading {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .primary-burron {
    justify-content: center;
  }

  .section-13 {
    padding-top: 0;
  }

  .heading-2 {
    font-size: 34px;
    line-height: 36px;
  }

  .white-logo {
    width: 88px;
  }

  .button-2.primary {
    height: 56px;
    display: flex;
  }

  .button-2.primary.top-bar {
    justify-content: flex-start;
    align-items: center;
  }

  .button-2.primary.top-bar:hover {
    background-color: #2c81fd;
  }

  .button-2.primary.top-bar.hide-desktop {
    margin-top: -135px;
  }

  .button-2.primary.top-bar.hide-desktop:hover {
    background-color: #fff;
  }

  .colored-logo {
    width: 88px;
  }

  .navbar {
    background-color: #fff;
    height: 64px;
  }

  .white-brand {
    justify-content: center;
    align-items: center;
  }

  .text-span-3.menu-icon {
    font-size: 18px;
  }

  .colored-brand {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .nav-link {
    color: #fff;
    border-bottom: 0 solid #ffffff1f;
    flex-flow: column;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 8px;
    display: flex;
  }

  .nav-link.link-block-2 {
    flex: 0 auto;
  }

  .nav-link.link-block-2.w--current {
    background-color: #ffffffab;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu {
    height: 100vh;
    margin-top: -64px;
  }

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

  .section.herosection {
    margin-top: 120px;
  }

  .section.hero-home {
    padding-top: 40px;
  }

  .div-block-3 {
    text-align: center;
    flex-direction: column;
  }

  .div-block-49 {
    margin-top: 0;
  }

  .div-block-49.linktogoogle {
    padding: 10px 15px;
  }

  .div-block-49.linktogoogle.float {
    margin-top: -100px;
    padding: 14px;
    inset: auto auto 3% 0%;
  }

  .image-25 {
    margin-top: -2px;
    padding: 5px;
  }

  .image-25.herofloaticon {
    margin-left: 16px;
    padding: 0;
  }

  .primary-button {
    justify-content: center;
  }

  .section-title {
    text-align: left;
  }

  .section-14 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-14.dark {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-78 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .grid-3, .grid-5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-83 {
    height: 220px;
  }

  .div-block-84 {
    justify-content: center;
    align-items: flex-start;
  }

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

  .footer.copyright {
    text-align: center;
  }

  .image-40 {
    margin-top: 0;
  }

  .section-title-2 {
    text-align: left;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .cloneable-container-default {
    padding: 64px 16px;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .global-component-banner {
    display: none;
  }

  .form12_checkbox_field {
    width: 49%;
    min-width: auto;
    height: 130px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .slider {
    height: auto;
  }

  .submit-button {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .previous {
    max-width: 75px;
    display: flex;
  }

  .mask {
    height: 100%;
    position: static;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .slider-content-wrap {
    justify-content: center;
    width: 100%;
    margin-bottom: 140px;
    padding: 50px 10px;
  }

  .form-content {
    width: 100%;
  }
}

#w-node-_58feaf52-0a21-0a13-9302-c3c57d74c199-b6585e1a {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_899bd683-94e5-d623-6b17-709985c11396-b6585e1a, #w-node-f1fa6af9-2f9e-6618-23c7-d0b46cb0a4b4-b6585e1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58feaf52-0a21-0a13-9302-c3c57d74c199-ee0aaafe {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_59027e71-ec52-aa53-5d24-320d91b863d5-ee0aaafe, #w-node-d8125b63-d885-bf52-7422-264060be2972-ee0aaafe, #w-node-_6d6de587-a03d-a861-257d-37fb6e2a60f8-ee0aaafe, #w-node-_899bd683-94e5-d623-6b17-709985c11396-ee0aaafe, #w-node-f1fa6af9-2f9e-6618-23c7-d0b46cb0a4b4-ee0aaafe, #w-node-_84b81325-a576-baa0-871d-e52f8ced8f6a-c0792d1b, #w-node-_84b81325-a576-baa0-871d-e52f8ced8f6a-402bdfe5, #w-node-_84b81325-a576-baa0-871d-e52f8ced8f6a-73b3b3b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_58feaf52-0a21-0a13-9302-c3c57d74c199-b6585e1a, #w-node-_58feaf52-0a21-0a13-9302-c3c57d74c199-ee0aaafe {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Apjed';
  src: url('../fonts/apjed.woff2') format('woff2'), url('../fonts/apjed.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}