.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #1d2130;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: #444;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  color: #292929;
  margin-bottom: .25rem;
  font-size: 1.1rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: #1d2130;
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 700;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

figcaption {
  opacity: .6;
  color: #525560;
  text-align: center;
  margin-top: .5rem;
  font-size: .875rem;
}

.form_message-success {
  color: #1d2130;
  background-color: #bef3c0;
  border-radius: .25rem;
  margin-top: 1.25rem;
  padding: 1.25rem;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon-1x1-small {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.icon-1x1-small.soc-icons {
  width: 18px;
  height: 18px;
  margin-left: 1rem;
}

.button-secondary {
  color: #1d2130;
  text-align: center;
  background-color: #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: transform .2s, background-color .2s;
  display: inline-block;
  position: relative;
}

.button-secondary:hover {
  background-color: #ebf0f9;
  transform: translate(0, -.25rem);
}

.button-secondary.is-no-hover-movement:hover {
  transform: none;
}

.heading-remove {
  font-size: 2.5rem;
  line-height: 1.4;
}

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

.text-size-large {
  font-size: 1.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

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

.text-size-medium {
  font-size: 1.25rem;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.text-rich-text img {
  border-radius: .5rem;
}

.text-rich-text figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.max-width-medium {
  width: 100%;
  max-width: 40rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form_input {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
  padding: .25rem 0;
  font-size: 1rem;
  font-weight: 400;
}

.form_input::-ms-input-placeholder {
  color: rgba(29, 33, 48, .3);
}

.form_input::placeholder {
  color: rgba(29, 33, 48, .3);
}

.form_input.is-text-area {
  min-height: 8rem;
  border-style: solid;
  border-color: #e5e5e5;
  border-radius: .25rem;
  padding: 1.25rem;
}

.form_input.is-footer-input {
  min-height: 4rem;
  border-style: solid;
  border-color: rgba(235, 240, 249, .3);
  border-radius: .25rem;
  margin-right: -3rem;
  padding-left: 1.5rem;
  padding-right: 4rem;
  transition: border-color .3s;
}

.form_input.is-footer-input:focus {
  border-color: #ebf0f9;
}

.form_input.is-footer-input::-ms-input-placeholder {
  color: rgba(235, 240, 249, .3);
}

.form_input.is-footer-input::placeholder {
  color: rgba(235, 240, 249, .3);
}

.text-size-tiny {
  font-size: .75rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-1280 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.footer_form-field-wrapper {
  display: flex;
}

.form_message-error {
  color: #1d2130;
  border-radius: .25rem;
  margin-top: 1.25rem;
  padding: 1.25rem;
}

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

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  width: 24rem;
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #70c174;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: transform .2s, background-color .2s;
  display: inline-block;
  position: relative;
}

.button:hover {
  background-color: #67d66d;
  transform: translate(0, -.25rem);
}

.button.is-small {
  padding: .5rem 1.5rem;
}

.button.is-small.watch_btn {
  background-color: #f78e1e;
  margin-top: 40px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 20px;
  font-weight: 700;
}

.button.is-small.watch_btn:hover {
  background-color: #0460a9;
}

.button.is-large {
  font-size: 1.25rem;
}

.button.is-secondary {
  color: #1d2130;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1d2130;
}

.button.is-text {
  color: #1d2130;
  background-color: rgba(0, 0, 0, 0);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-huge {
  padding: 6rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-large.divider-line, .padding-vertical.padding-xxlarge.divider-line {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav {
  background-color: rgba(0, 0, 0, 0);
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_container {
  width: 100%;
  max-width: 80rem;
  justify-content: space-between;
  align-items: flex-end;
  margin: 40px auto;
  display: flex;
}

.nav_logo-link {
  padding-left: 0;
}

.nav_menu {
  color: #525560;
  flex: 0 auto;
  align-items: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.nav_menu.languages {
  justify-content: flex-start;
  padding-bottom: .5rem;
  display: flex;
}

.nav_menu.languages.languages_ar {
  justify-content: flex-start;
}

.nav_link {
  color: #003e92;
  border-right: 1px solid #f78e1e;
  padding: 0 .8rem;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: color .2s;
}

.nav_link:hover {
  color: #f78e1e;
}

.nav_link.w--current {
  color: #0b0706;
}

.nav_link.nav_link-ar {
  border-left: 1px solid #f78e1e;
  border-right-style: none;
  padding-left: .6rem;
  padding-right: .6rem;
  font-family: Noto Kufi Arabic, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.nav_link.nav_link-ar.hideme, .nav_link.nav_link-ar.nav_link_switchen {
  display: none;
}

.nav_link.nav_link-ar.nav_link_contact {
  border-left-style: none;
}

.nav_link.lang {
  padding-bottom: 1rem;
}

.nav_link.lang.linktoar {
  text-align: left;
  padding: 0 .5rem 0 0;
  font-family: Noto Kufi Arabic, sans-serif;
}

.nav_link.lang.linktoar.link-to-en {
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Roboto, sans-serif;
}

.nav_link.social-link {
  display: inline-block;
}

.nav_link.social-links {
  padding-left: 0;
  padding-right: 1rem;
}

.nav_link.social-links.twitter {
  text-align: left;
  border-right-style: none;
  padding-right: 0;
}

.nav_link.social-links.twitter.twitter-ar {
  padding-right: 1rem;
}

.nav_link.social-links.linkedin-ar {
  padding-right: 0;
}

.nav_link.nav_link_switchar {
  font-family: Noto Kufi Arabic, sans-serif;
  display: none;
}

.nav_link.nav_link_contact {
  border-right-style: none;
}

.button-nav {
  color: #fff;
  text-align: center;
  background-color: #1d2130;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  text-decoration: none;
  transition: transform .2s, background-color .2s;
  display: inline-block;
  position: relative;
}

.button-nav:hover {
  background-color: #0b0706;
  transform: translate(0, -.25rem);
}

.nav_link-list {
  color: #003e92;
  text-transform: none;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.nav_link-list.nav_link-list-ar {
  font-family: Noto Kufi Arabic, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.nav_link-list.top-nav {
  justify-content: space-between;
  display: flex;
}

.section_home-header {
  color: #fff;
  background-image: linear-gradient(rgba(11, 7, 6, .4), rgba(11, 7, 6, .4)), url('../images/bgHome.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.home_header_component {
  height: 69vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home_header_button-row {
  margin-top: 3rem;
  display: flex;
}

.home_header_play-button {
  align-items: center;
  margin-left: 1.5rem;
  padding: .75rem 1rem;
  transition: transform .2s;
  display: flex;
}

.home_header_play-button:hover {
  transform: translate(.25rem);
}

.home_header_play-button-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: .5rem;
}

.home_header_stats-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 2rem;
  display: grid;
}

.home_header_stats-row-spacer {
  height: 1px;
  background-color: #e5e5e5;
}

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

.section_title-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 4.5rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 2rem;
  display: grid;
}

.section_title-spacer {
  width: 4.5rem;
  height: .125rem;
  background-color: #0b0706;
}

.text-style-subheader {
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-size: 1rem;
}

.text-color-secondary {
  color: #525560;
}

.home_about_video {
  height: 100%;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.home_about_top-row {
  grid-column-gap: 6rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_about_bottom-row {
  margin-top: 4rem;
}

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

.line.dark {
  width: 3rem;
  height: .125rem;
  background-color: #1d2130;
  margin-left: 1rem;
}

.home_about_bottom-title-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.home_about_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: .6;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-top: 2rem;
  display: grid;
}

.home_about_logo {
  height: 1.5rem;
}

.section_home-process {
  background-color: #eff7f2;
}

.home_process_component {
  grid-column-gap: 6rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home_process_image-wrapper {
  border-radius: .75rem;
  overflow: hidden;
}

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

.home_process_list {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  border-left: 1px solid #e5e5e5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.home_process_list-item {
  padding-left: 1.5rem;
  display: flex;
}

.home_process_icon-wrapper {
  width: 2rem;
  height: 2rem;
  flex: none;
  margin-top: .125rem;
  margin-right: 1.5rem;
}

.home_process_icon {
  height: 100%;
}

.home_process_text-wrapper {
  max-width: 24rem;
}

.home_about_play-icon {
  width: 4rem;
  height: 4rem;
  position: absolute;
}

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

.button-pusher {
  flex: 1;
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.project_back-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project_content {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 7, 6, .5);
  flex-direction: column;
  align-items: flex-start;
  padding: 5rem 3rem 3rem;
  transition: background-color .3s ease-out;
  display: flex;
  position: relative;
}

.project_content:hover {
  background-color: rgba(11, 7, 6, .8);
}

.section_home-stats {
  color: #fff;
  background-color: #0b0706;
}

.home_stats_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.home_stats_content-left {
  width: 40rem;
  margin-right: 6rem;
}

.home_stats_list {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: flex;
}

.home_stats_value-wrapper {
  align-items: flex-start;
  margin-top: 1rem;
  margin-right: 1.5rem;
  display: flex;
}

.home_stats_square-box {
  width: 1rem;
  height: 1rem;
  background-color: #bef3c0;
  border-radius: .25rem;
  flex: none;
  margin-top: .25rem;
  margin-right: .5rem;
}

.home_stats_square-box.is-purple {
  background-color: #ac94f1;
}

.home_stats_square-box.is-pale {
  background-color: #fff0ca;
}

.home_stats_square-box.is-yellow {
  background-color: #f9cf64;
}

.home_stats_square-box.is-pink {
  background-color: #f38fbf;
}

.cta_component {
  height: 24rem;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(11, 7, 6, .5), rgba(11, 7, 6, .5)), url('../images/cta.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.cta_button-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: grid;
}

.section_heading-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 3rem;
  display: grid;
}

.news_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.news_image-wrapper {
  height: 12rem;
  border-radius: .5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.event_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event_list.is-1-col {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
}

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

.event_date-wrapper {
  margin-top: -.5rem;
}

.text-size-xlarge {
  font-size: 3rem;
  line-height: 1.2;
}

.event_icon-wrapper {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.event_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.event_title-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footer_component {
  color: #fff;
  background-color: #003e92;
}

.footer_content {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_logo {
  height: 1.5rem;
}

.footer_link-list {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: max-content;
  grid-template-columns: max-content;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.footer_link {
  opacity: .8;
  font-size: .875rem;
  font-weight: 400;
  transition: opacity .2s;
}

.footer_link:hover {
  opacity: 1;
}

.footer_link-list-wrapper {
  width: 40%;
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-around;
  display: grid;
}

.footer_form-wrapper {
  width: 50%;
  margin-bottom: 0;
}

.footer_form {
  margin-top: 2rem;
}

.footer_content-right {
  width: 85%;
  justify-content: space-between;
  display: flex;
}

.footer_content-left {
  width: 50%;
}

.about_header_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about_header_content-right {
  padding-top: 1rem;
}

.section_about-video {
  margin-bottom: -14rem;
}

.about_video_cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.about_video_component {
  width: 100%;
  height: 30rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about_video_play-icon {
  width: 4rem;
  height: 4rem;
  position: absolute;
}

.section_about-mission {
  background-color: #eff7f2;
  padding-top: 14rem;
}

.about_mission_top-row {
  grid-column-gap: 6rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 6rem;
  padding-left: 6rem;
  padding-right: 6rem;
  display: grid;
}

.about_awards_component {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.about_awards_item {
  grid-column-gap: 0rem;
  grid-row-gap: .25rem;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: center;
  display: grid;
}

.about_awards_badge {
  margin-bottom: 1rem;
}

.about_journey_component {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  color: #fff;
  background-color: #0b0706;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 6rem;
  display: grid;
}

.about_journey_stats-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.about_journey_image-wrapper {
  height: 28rem;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  overflow: hidden;
}

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

.about_team_component {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.about_team_item {
  text-align: center;
}

.about_team_image-wrapper {
  height: 20rem;
  border-radius: .5rem;
  overflow: hidden;
}

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

.social-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.social-link {
  width: 1.25rem;
  height: 1.25rem;
  opacity: .8;
  transition: opacity .2s ease-out;
}

.social-link:hover {
  opacity: 1;
}

.social-icon {
  width: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_blank-space {
  height: 8.5625rem;
}

.nav_component {
  background-color: #fff;
}

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

.what-we_header_image-wrapper {
  width: 100%;
  height: 24rem;
  border-radius: .5rem;
  overflow: hidden;
}

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

.section_what-we-do {
  background-color: #eff7f2;
}

.what-we_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.what-we_item {
  display: flex;
}

.what-we_text-wrapper {
  margin-left: 1.5rem;
}

.section_donate-header {
  background-color: #eff7f2;
}

.donate_header_component {
  grid-column-gap: 6rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.donate_header_image-wrapper {
  width: 100%;
  height: 24rem;
  border-radius: .5rem;
  overflow: hidden;
}

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

.donate_contribute_component {
  grid-column-gap: 6rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.donate_contribute_tabs-menu {
  color: #525560;
}

.donate_contribute_tabs-link {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e5e5e5;
  padding: .5rem 1.5rem;
}

.donate_contribute_tabs-link.w--current {
  color: #1d2130;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: .125rem solid #70c174;
}

.donate_contribute_tabs-content {
  padding-top: 1.5rem;
}

.donate_usage_component {
  grid-column-gap: 6rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #e5e5e5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.section_media-header {
  background-color: #eff7f2;
}

.media_header_component {
  grid-column-gap: 6rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.media_featured_item {
  padding-left: 6rem;
}

.media_trending_list {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.media_trending_image-wrapper {
  width: 12rem;
  height: 10rem;
  border-radius: .5rem;
  flex: none;
  overflow: hidden;
}

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

.media_trending_component {
  background-color: #fff;
  border-radius: .75rem;
  padding: 1.5rem;
}

.media_trending_text-wrapper {
  margin-left: 1.5rem;
}

.blog-header_component {
  text-align: center;
}

.blog-header_image-wrapper {
  height: 28rem;
  border-radius: .5rem;
  overflow: hidden;
}

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

.section_contact-header {
  background-color: #ebf0f9;
}

.contact_header_component {
  grid-column-gap: 6rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_header_details-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact_header_link-row {
  grid-column-gap: 2rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #e5e5e5;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.contact_form-wrapper {
  margin-bottom: 0;
}

.contact_form-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_form-button-wrapper {
  justify-content: center;
  margin-top: 2rem;
  display: flex;
}

.contact_form-button-wrapper.is-left-aligned {
  justify-content: flex-start;
}

.project_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.project_item {
  color: #fff;
  border-radius: .75rem;
  position: relative;
  overflow: hidden;
}

.section_project-stats {
  background-color: #ebf0f9;
}

.project_stats_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project_stats_item {
  display: flex;
}

.project_stats_text-wrapper {
  margin-top: -.25rem;
  margin-left: 1.25rem;
}

.section_event-header {
  background-color: #eff7f2;
}

.event_header_info-list {
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.event_header_info-item {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.event_link {
  height: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #bef3c0;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 3.5rem 1fr max-content;
  grid-auto-columns: 1fr;
  align-content: center;
  padding: 2.5rem;
  display: grid;
}

.volunteer-popup_component {
  z-index: 1001;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.volunteer-popup_close {
  opacity: 0;
  background-color: rgba(0, 0, 0, .7);
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.volunteer-popup_modal {
  max-height: 100vh;
  max-width: 40rem;
  min-width: 60vw;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  padding: 3rem;
  display: block;
  position: relative;
  overflow: auto;
  transform: translate(0, 2rem);
}

.volunteer-popup_close-button {
  z-index: 999;
  width: 2rem;
  height: 2rem;
  color: #ebf0f9;
  cursor: pointer;
  background-color: #1d2130;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1.5rem;
  bottom: auto;
  left: auto;
  right: 3rem;
}

.volunteer-popup_close-icon {
  width: .875rem;
  height: .875rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.volunteer-popup_title-wrapper {
  margin-bottom: 1rem;
}

.project_button {
  color: #1d2130;
  text-align: center;
  background-color: #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.project_button:hover {
  background-color: #fff;
}

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

.utility_title-wrapper {
  width: 100%;
  display: flex;
  position: relative;
}

.utility_block {
  width: 24rem;
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state {
  background-color: #ebf0f9;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
}

.about_mission_logo {
  height: 2rem;
}

.about_mission_bottom-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: .6;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-top: 3rem;
  display: grid;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.heading-style-h3 {
  font-family: Roboto, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-style-h3.text-color-persian-blue.h3-ar {
  font-family: Noto Kufi Arabic, sans-serif;
}

.heading-style-h4 {
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.heading-style-h4.leadership-msgs {
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h4.leadership-msgs.h4-ar {
  font-family: Noto Kufi Arabic, sans-serif;
}

.heading-style-h4.sub-title-header {
  color: #fff;
  font-weight: 400;
}

.heading-style-h4.sub-title-header.padding-top.padding-medium.h4-ar {
  font-family: Noto Kufi Arabic, sans-serif;
}

.padding-left-title {
  padding-left: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.icon-height-small {
  height: 1rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.form_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-0 {
  margin: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.padding-0 {
  padding: 0;
}

.background-color-white {
  background-color: #fff;
}

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

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(190, 243, 192, .2), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-small {
  padding: 1rem;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.heading-style-h2 {
  font-family: Roboto, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.text-style-allcaps.text-color-blue {
  font-family: Roboto, sans-serif;
}

.heading-style-h2.text-style-allcaps.text-color-blue.padding-bottom.padding-medium, .heading-style-h2.text-style-allcaps.text-color-blue.padding-bottom.padding-large {
  border-bottom: 2px solid #f78e1e;
}

.heading-style-h2.text-color-white {
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h2.text-color-white.h2-ar {
  font-family: Noto Kufi Arabic, sans-serif;
}

.heading-style-h2.text-color-white.h2-ar.line-height-1 {
  line-height: 1.4;
}

.heading-style-h2.text-color-persian-blue.text-align-center.h2-ar, .heading-style-h2.text-color-persian-blue.margin-bottom.margin-medium.h2-ar {
  font-family: Noto Kufi Arabic, sans-serif;
}

.heading-style-h2.text-color-persian-blue.tablet-below {
  display: none;
}

.heading-style-h2.text-color-persian-blue.desktop.h2-ar {
  font-family: Noto Kufi Arabic, sans-serif;
}

.heading-style-h2.text-color-persian-blue.padding-vertical.padding-large {
  border-bottom: 1px solid #f78e1e;
  padding-top: 5rem;
}

.heading-style-h2.text-color-persian-blue.padding-vertical.padding-large.h2-ar, .heading-style-h2.text-color-persian-blue.padding-bottom.padding-medium.h2-ar, .heading-style-h2.text-color-persian-blue.padding-bottom.padding-huge.h2-ar, .heading-style-h2.text-color-persian-blue.padding-bottom.h2-ar {
  font-family: Noto Kufi Arabic, sans-serif;
}

.heading-style-h2.text-color-persian-blue.padding-bottom.padding-large {
  border-bottom: 1px solid #f78e1e;
}

.heading-style-h2.text-color-persian-blue.padding-bottom.padding-large.non-border {
  border-bottom-style: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #1d2130;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-align-left {
  text-align: left;
  line-height: 1.4;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-tiny {
  margin: .125rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 0;
}

.padding-section-small.footer-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.text-weight-light {
  font-weight: 300;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.fs-styleguide_header {
  background-color: #ebf0f9;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(112, 193, 116, .1);
  border: 1px dashed #70c174;
  position: relative;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-4 {
  background-color: #1d2130;
}

.fs-styleguide_color.is-5 {
  background-color: #70c174;
}

.margin-custom1 {
  margin: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-tiny {
  padding: .125rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h1.text-color-orange {
  letter-spacing: -3px;
}

.heading-style-h1.text-color-orange.bignums {
  font-size: 3.5rem;
}

.heading-style-h1.text-color-orange.bignums.bignumsar {
  font-size: 3.1rem;
}

.hide {
  display: none;
}

.body-jamjoom {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.body-jamjoom.body-ar {
  direction: rtl;
  font-family: Noto Kufi Arabic, sans-serif;
}

.section_home_hero {
  background-image: url('../images/bg_en_light.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  display: block;
}

.section_home_hero.ar-hero {
  background-image: url('../images/bg_ar_light.jpg');
}

.header_intro {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

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

.text-color-blue {
  color: #003e92;
}

.section_overview {
  background-image: linear-gradient(#fff, #fff);
}

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

.overview-grid.padding-bottom.padding-large {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.right-img {
  min-height: 480px;
  background-image: url('../images/overview_bg_flags.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.msg_grid.padding-vertical.padding-large {
  min-height: 600px;
  grid-column-gap: 128px;
  grid-row-gap: 64px;
  padding-top: 5rem;
}

.chairman {
  max-width: 600px;
  min-height: 600px;
  min-width: 530px;
  background-image: url('../images/Mahmoud-Yousuf-Salah-Jamjoom_pic.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.chairman_img {
  align-self: center;
}

.name_title_component {
  background-color: rgba(36, 179, 226, .8);
  padding: 20px 20px 30px;
}

.name_title_component.padding-medium {
  flex: 1;
  align-self: auto;
}

.name_title_component.padding-medium.name-onright {
  margin-left: 25%;
}

.names {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  line-height: 1.3;
}

.names.text-align-right {
  text-align: right;
}

.names.text-align-right.names-ar {
  font-family: Noto Kufi Arabic, sans-serif;
}

.positions {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
}

.positions.text-align-right {
  text-align: right;
}

.positions.text-align-right.ceo-pos {
  margin-top: .5rem;
}

.actual_msg {
  align-items: flex-end;
  display: flex;
}

.subheading {
  font-weight: 400;
}

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

.ceo_grid.padding-vertical.padding-large {
  grid-column-gap: 128px;
}

.ceo {
  max-width: 600px;
  min-height: 600px;
  min-width: 480px;
  background-image: url('../images/Tarek-Youssef-Hosni.jpg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.ceo_img {
  min-height: 600px;
  background-image: url('../images/Tarek-Youssef-Hosni.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.glance_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bg_lightbluegreen {
  width: 52%;
  min-height: 400px;
  background-color: #95d1d2;
}

.section_investment {
  background-image: linear-gradient(#95d1d2, #58a4c4);
}

.grid_downloads {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_downloads.padding-vertical.padding-medium {
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.item_download {
  min-height: 80px;
  border: 1px solid #292929;
  align-items: center;
  display: flex;
}

.item_download.padding-horizontal.padding-medium {
  background-color: #f2f4f8;
  border-style: none;
  justify-content: space-between;
}

.item_download.padding-horizontal.padding-medium.hideme {
  display: none;
}

.download-text {
  font-family: Bold-DIN-Next-LT-Arabic;
}

.download-text.heading-style-h4 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.download-text.heading-style-h4.h4-ar {
  font-family: Noto Kufi Arabic, sans-serif;
}

.heading-style-2 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.heading-style-2.text-color-white.h2-ar, .heading-style-2.text-color-persian-blue.h2-ar {
  font-family: Noto Kufi Arabic, sans-serif;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.c-faq-q.collapse-about {
  color: #1798d5;
}

.faq-divider {
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.heading-title {
  border-bottom: 2px solid #ffdd3a;
}

.heading-title.investment-title {
  border-bottom-color: #efb844;
  padding-bottom: 1.3rem;
}

._w-faq-icon {
  width: 18px;
  height: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-a-text {
  color: rgba(33, 30, 31, .7);
  font-size: 1.3rem;
  line-height: 1.6em;
}

.faq-a-text.smaller {
  color: #292929;
  font-size: 1.1rem;
  line-height: 1.5em;
}

.faq-component {
  padding-bottom: 3rem;
}

.c-faq-a-text {
  padding: 0 20px 20px 0;
}

.c-faq-a-text.faq-q-ar {
  padding-left: 20px;
  padding-right: 0;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-q-text {
  color: #292929;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.faq-q-text.about-q {
  color: #292929;
  font-size: 1.5rem;
}

.faq-q-text.faq-ar {
  font-family: Noto Kufi Arabic, sans-serif;
}

.faq-stripe-1 {
  width: 2px;
  height: 100%;
  background-color: #f78e1e;
}

.faq-stripe-1.gold {
  background-color: #f78e1e;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-xlarge.text-color-white.text-style-allcaps {
  text-transform: uppercase;
}

.heading-xlarge.text-color-white.text-style-allcaps.fw-medium {
  font-size: 3rem;
  font-weight: 500;
}

.c-faq-item {
  cursor: pointer;
  border-bottom: 1px solid #f78e1e;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.c-faq-item.about-item {
  border-bottom-color: #efb844;
}

.faq-stripe-2 {
  width: 100%;
  height: 2px;
  background-color: #f78e1e;
  position: absolute;
}

.faq-stripe-2.gold {
  background-color: #f78e1e;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px 20px 20px 0;
}

.c-faq-q-text.faq-q-ar {
  padding-left: 20px;
  padding-right: 0;
}

.download-items {
  border-bottom: 2px solid #1798d5;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.download-items.mb-0 {
  margin-bottom: 0;
}

.download-items.mb-0.mt-4 {
  margin-top: 4rem;
}

.lottie-dl {
  width: 84px;
  height: 84px;
}

.download-titles {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3;
}

.download-titles.dark {
  color: #1798d5;
}

.faq-subhead {
  color: #1798d5;
  text-transform: uppercase;
  border-bottom: 2px solid #1798d5;
  padding-bottom: .5rem;
  font-weight: 500;
}

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

.figure_table {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.figure_header {
  min-height: 50px;
  border-bottom: 2px solid #292929;
}

.figure_header.bg_light {
  background-color: #95d1d2;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.figure_header.bg_light.align-right {
  text-align: right;
  justify-content: flex-end;
}

.figure_header.bg_light.text-align-right {
  justify-content: flex-end;
}

.figure_header.bg_dark {
  background-color: #58a4c4;
}

.figure_titles {
  color: #fff;
  font-family: Bold-DIN-Next-LT-Arabic;
  font-size: 1.5rem;
  line-height: 1;
}

.video_grid {
  grid-column-gap: 128px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .6fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_contacts {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(1px, 1px) 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3rem;
  padding-bottom: 5rem;
  display: grid;
}

.contacts_items {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.contacts_items.first_element {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px solid rgba(112, 112, 112, .3);
  justify-items: start;
}

.contacts_items.first_element.first_ar {
  border-left: 1px solid rgba(112, 112, 112, .3);
  border-right-style: none;
}

.contacts_img {
  max-width: 230px;
  display: block;
}

.contacts_img.fggslogo {
  max-width: 191px;
}

.contact_post {
  font-size: 1rem;
}

.contact_email {
  font-size: 1.4rem;
  font-weight: 700;
}

.inner_header_grid {
  width: 100vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  display: grid;
}

.inner_header_grid.inner_header_grid_ar {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex: 0 auto;
  grid-template-columns: 1fr .65fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
}

.inner_left {
  margin-top: 2rem;
  display: block;
}

.text-color-persian-blue {
  color: #0460a9;
}

.section_ipo {
  background-image: url('../images/ipo_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_ipo.padding-bottom.padding-xlarge {
  background-image: url('../images/ipo_background.jpg');
}

.ipo_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.ipo_grid.padding-vertical.padding-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 8% .6fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ipo_grid.padding-vertical.padding-xlarge {
  grid-column-gap: 164px;
  grid-row-gap: 164px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ipo_right {
  align-self: flex-end;
}

.ipo_desc {
  color: #fff;
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.3;
}

.ipo_desc.ipo-padding-r {
  padding-right: 4rem;
}

.ipo_desc.ipo-padding-r.ipo-padding-ar {
  padding-left: 4rem;
  padding-right: 0;
}

.ipo_sub_desc {
  margin-top: 2rem;
}

.ipo_sub_desc.text-color-white {
  line-height: 1.5;
}

.ipo_sub_desc.text-color-white.ipo-sub-padding-r {
  padding-right: 4rem;
}

.ipo_sub_desc.text-color-white.ipo-sub-padding-r.ipo-padding-ar {
  padding-left: 4rem;
  padding-right: 0;
}

.ipo-second-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #f8af73;
  border-left: 1px #000;
  border-right: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ipo-second-row.padding-vertical.padding-large {
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 4rem;
}

.text-color-orange {
  color: #f8af73;
}

.ipo_subtitles {
  font-size: 18px;
}

.ipo_subtitles.text-color-white {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.4;
}

.first_num.padding-top.padding-large {
  border-top: 1px solid #f8af73;
}

.section_in_numbers {
  background-image: url('../images/section_numbers_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.numbers_detail.padding-vertical.padding-large {
  padding-top: 5rem;
}

.numbers_grid {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.number_items {
  border-style: solid none none;
  border-top-width: 1px;
  border-top-color: #f8af73;
  border-left-width: 1px;
  border-left-color: #000;
  border-right-width: 1px;
  border-right-color: #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
}

.number_items.number_items_ar {
  padding-left: 2rem;
  padding-right: 0;
}

.faq-q-text-2 {
  color: #003062;
  font-size: 1.5rem;
  font-weight: 700;
}

.faq-q-text-2.about-q {
  color: #444;
  font-size: 1.5rem;
}

.faq-stripe-1-2 {
  width: 2px;
  height: 100%;
  background-color: #1798d5;
}

.faq-stripe-1-2.gold {
  background-color: #f78e1e;
}

.c-faq-item-2 {
  cursor: pointer;
  border-bottom: 2px solid #1798d5;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.c-faq-item-2.about-item {
  border-bottom-width: 1px;
  border-bottom-color: #f78e1e;
}

.faq-stripe-2-2 {
  width: 100%;
  height: 2px;
  background-color: #1798d5;
  position: absolute;
}

.faq-stripe-2-2.gold {
  background-color: #f78e1e;
}

.div_logos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-around;
  justify-content: flex-start;
  padding-top: 3rem;
  padding-bottom: 4rem;
  display: grid;
}

.div_logos.padding-bottom.padding-large.banklogos {
  grid-template-columns: .25fr .25fr .25fr;
  align-items: center;
  justify-items: center;
}

.div_logos.padding-bottom.padding-large.banklogos.book-runners-grid {
  align-content: space-around;
}

.div_logos.padding-bottom.padding-large.banklogos.book-runners-grid.runners-grid-ar {
  justify-items: center;
}

.div_logos.padding-bottom.padding-large.banklogos.receiiving-banks {
  justify-items: start;
}

.advisors_logo {
  max-width: 300px;
  flex: none;
}

.advisors_logo.banks {
  width: 100%;
  max-width: 210px;
  min-width: 100%;
}

.advisors_logo.banks.snb {
  width: 68%;
}

.advisors_logo.banks.snb-logo {
  min-width: 200px;
}

.advisors_logo.jp, .advisors_logo.runners {
  width: 100%;
}

.advisors_logo.runners.jp-mor {
  max-width: 300px;
}

.advisors_logo.runners.arc {
  max-width: 210px;
}

.div-logo {
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.div-logo.first_item {
  border-right: 1px solid rgba(112, 112, 112, .3);
  padding-right: 2rem;
}

.div-logo.first_item.first_ar {
  border-left: 1px solid rgba(112, 112, 112, .3);
  border-right-style: none;
}

.div-logo.first_item.financials {
  padding-left: 0;
  padding-right: 0;
}

.div-logo.first_item.financials.bank1 {
  align-items: center;
  padding-right: 0;
}

.div-logo.first_item.financials.bank1.bank1-ar {
  border-left: 1px solid rgba(112, 112, 112, .3);
  border-right-style: none;
  justify-content: flex-start;
}

.div-logo.first_item.financials.first-item-ar {
  border-left: 1px solid rgba(112, 112, 112, .3);
  border-right-style: none;
  padding-left: 3rem;
  padding-right: 0;
}

.div-logo.first_item.financials.financials-ar {
  border-right-style: none;
  padding-left: 3rem;
  padding-right: 0;
}

.div-logo.rightlogo {
  padding-left: 2rem;
}

.div-logo.rightlogo.bank2 {
  padding-left: 3rem;
}

.div-logo.rightlogo.bank2.bank2-ar {
  padding-left: 1rem;
  padding-right: 3rem;
}

.div-logo.rightlogo.rightlogo-ar {
  padding-right: 2rem;
}

.div-logo.banks-logo {
  flex-wrap: nowrap;
}

.div-logo.banks-logo.banks-logo-ar {
  padding-right: 0;
}

.div-logo.banks-logo.banks-logo-ar.jp-ar {
  margin-left: 2rem;
}

.div-logo.banks-logo.first-logo, .div-logo.banks-logo.alraji-rcv {
  padding-left: 0;
}

.coded-timeline {
  display: block;
  position: relative;
}

.timeline-elements {
  padding-bottom: 5rem;
}

.footnote-p {
  color: #fff;
  font-size: 14px;
}

.footnote-p.desktop.ar {
  line-height: 1.7;
}

.footnote-p.tab-below {
  display: none;
}

.nav_link-list-2 {
  margin-right: 1.25rem;
}

.nav_logo_new {
  max-width: 81%;
}

.nav_button {
  color: #fff;
  text-align: center;
  background-color: #1d2130;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  text-decoration: none;
  transition: transform .2s, background-color .2s;
  display: inline-block;
  position: relative;
}

.nav_button:hover {
  background-color: #0b0706;
  transform: translate(0, -.25rem);
}

.nav_link-2 {
  padding: 1rem 1.25rem;
  transition: color .2s;
}

.nav_link-2:hover, .nav_link-2.w--current {
  color: #0b0706;
}

.nav_menu-2 {
  color: #525560;
  align-items: center;
  display: flex;
}

.nav-2 {
  background-color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_container_new {
  width: 100%;
  max-width: 80rem;
  justify-content: space-between;
  align-items: flex-end;
  margin: 35px auto;
  display: flex;
}

.scroll {
  width: 100%;
  flex: 0 auto;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.scroll-container.padding-bottom.padding-medium {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.scroller {
  text-align: left;
  display: block;
}

.modal-overlay {
  opacity: .25;
  background-color: #0460a9;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.restricted {
  display: none;
}

.modal-disclaimer {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-content {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: block;
}

.modal-content.scrollable {
  grid-auto-columns: 1fr;
  display: none;
}

.modal-text {
  opacity: 1;
  color: #f2f2f2;
  background-color: #0460a9;
}

.modal-content-wrapper {
  max-height: 80%;
  max-width: 40rem;
  opacity: 1;
  background-color: #0460a9;
  border-radius: 2rem;
  padding: 4rem;
  display: block;
  position: relative;
  overflow: auto;
  transform: scale(0);
}

.step-two {
  display: none;
}

.modal-overlay-2 {
  opacity: .25;
  background-color: #003e7e;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-text-2 {
  color: #f2f2f2;
  background-color: #003062;
}

.modal-content-wrapper-2 {
  max-height: 80%;
  max-width: 40rem;
  background-color: #003062;
  border-radius: 2rem;
  padding: 4rem;
  display: block;
  position: relative;
  overflow: auto;
  transform: scale(0);
}

.step-three {
  display: none;
}

.link-block {
  text-align: center;
  position: relative;
}

.lottie {
  width: 45px;
}

.volunteer-popup_modal-2 {
  max-height: 100vh;
  max-width: 40rem;
  min-width: 60vw;
  opacity: 0;
  background-color: #fff;
  border-radius: .5rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  padding: 3rem 0;
  display: block;
  position: relative;
  overflow: auto;
  transform: translate(0, 2rem);
}

.videojs-embed {
  display: none;
}

.volunteer-popup_close-button-2 {
  width: 2rem;
  height: 2rem;
  color: #ebf0f9;
  cursor: pointer;
  background-color: #1d2130;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1.5rem;
  bottom: auto;
  left: auto;
  right: 1.5rem;
}

.imgflags-mob {
  display: none;
}

.nav-menus {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-end;
  display: flex;
}

.nav-menus.nav-menus-ar {
  flex-direction: column;
  align-items: flex-end;
}

.footer-linkto-fgs {
  font-weight: 700;
}

.h1-sup {
  font-size: 2rem;
}

.contacts-divider {
  background-color: rgba(112, 112, 112, .3);
}

@media screen and (min-width: 1440px) {
  .padding-global.padding-1280 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav_link {
    padding-left: .8rem;
    padding-right: .8rem;
    font-size: 14px;
  }

  .nav_link.nav_link-ar {
    font-size: 13px;
  }

  .nav_link-list {
    font-size: 14px;
  }

  .nav_link-list.nav_link-list-ar {
    font-size: 13px;
  }

  .home_header_component {
    height: 80vh;
  }

  .nav_blank-space {
    height: 7.5625rem;
  }

  .heading-style-h1.text-color-orange.bignums, .heading-xlarge.text-color-white.text-style-allcaps.fw-medium {
    font-size: 4rem;
  }

  .download-items {
    border-bottom: 2px solid #1798d5;
  }

  .download-titles {
    font-size: 1.7rem;
    line-height: 1.3;
  }

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

  .inner_header_grid {
    grid-template-columns: 1fr .65fr;
  }

  .inner_header_grid.inner_header_grid_ar {
    grid-template-columns: 1fr .55fr;
  }

  .ipo_subtitles.text-color-white {
    padding-right: 4rem;
  }

  .ipo_subtitles.text-color-white.ipo-sub-ar {
    padding-left: 4rem;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  p {
    padding-left: 0;
  }

  .button.is-small.watch_btn {
    display: inline-block;
  }

  .button.is-small.watch_btn.watch-how {
    display: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-left.padding-huge.is-tablet-0 {
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-large.tablet-divider, .padding-vertical.padding-xlarge.tablet-divider {
    padding-top: 0;
  }

  .nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav_menu {
    background-color: #fff;
    border-bottom: 1px solid #fff;
  }

  .nav_menu.languages {
    flex: 0 auto;
    align-self: auto;
    display: none;
  }

  .nav_menu-button {
    width: 2.5rem;
    height: 2.5rem;
    color: #ebf0f9;
    background-color: #1d2130;
    border-radius: .25rem;
    padding: 0;
    transition: background-color .3s, color .3s;
  }

  .nav_menu-button.w--open {
    color: #eff7f2;
    background-color: #70c174;
  }

  .nav_link {
    border-right-style: none;
    padding: 1rem 2.5rem;
  }

  .nav_link.nav_link-ar {
    text-align: right;
    border-left-style: none;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav_link.nav_link-ar.nav_link_switchen {
    font-family: Roboto, sans-serif;
    display: block;
  }

  .nav_link.nav_link_switch2en {
    text-align: right;
    padding-right: .6rem;
  }

  .nav_link.nav_link_switchar {
    display: block;
  }

  .button-nav {
    text-align: left;
    padding: 1rem 2.5rem;
    transition: background-color .2s;
  }

  .button-nav:hover {
    transform: none;
  }

  .nav_link-list {
    margin-right: 0;
  }

  .section_home-header {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .home_header_component {
    height: 90vh;
  }

  .section_title-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .home_about_top-row {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .home_process_image-wrapper {
    height: 40rem;
  }

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

  .project_content {
    padding-top: 3rem;
  }

  .home_stats_component {
    text-align: center;
    flex-direction: column;
  }

  .home_stats_image-wrapper {
    width: 20rem;
    height: 20rem;
  }

  .home_stats_content-left {
    margin-bottom: 3rem;
    margin-right: 0;
  }

  .home_stats_list {
    justify-content: center;
  }

  .home_stats_value-wrapper {
    margin-left: .75rem;
    margin-right: .75rem;
  }

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

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

  .footer_content {
    flex-direction: column;
    grid-auto-columns: 1fr;
  }

  .footer_link-list-wrapper {
    width: 50%;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    margin-right: 3rem;
  }

  .nav_menu-button-icon {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #0460a9;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav_button-wrapper {
    background-color: #1d2130;
    flex-direction: column;
    display: flex;
  }

  .footer_content-right {
    width: 100%;
  }

  .footer_content-left {
    width: auto;
    margin-bottom: 0;
  }

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

  .about_mission_top-row {
    padding-left: 0;
    padding-right: 0;
  }

  .about_journey_component {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
  }

  .about_team_image-wrapper {
    height: 12rem;
  }

  .nav_blank-space {
    height: 1rem;
  }

  .what-we_header_component {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .what-we_component {
    grid-template-columns: 1fr 1fr;
  }

  .donate_header_component {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    padding-right: 0;
  }

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

  .donate_usage_component {
    grid-template-columns: 1fr;
    padding-top: 5rem;
  }

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

  .media_featured_item {
    padding-left: 0;
  }

  .blog-header_image-wrapper {
    height: 20rem;
  }

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

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

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h4.leadership-msgs {
    font-size: 1.4rem;
  }

  .padding-left-title {
    padding-left: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2.text-color-persian-blue, .heading-style-h2.text-color-persian-blue.tablet-below {
    display: block;
  }

  .heading-style-h2.text-color-persian-blue.tablet-below.h2-ar {
    font-family: Noto Kufi Arabic, sans-serif;
  }

  .heading-style-h2.text-color-persian-blue.desktop {
    display: none;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-align-left {
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-style-h1.text-color-orange, .heading-style-h1.text-color-orange.bignums {
    font-size: 3rem;
  }

  .heading-style-h1.text-color-orange.bignums.bignumsar {
    font-size: 2.6rem;
  }

  .section_home_hero {
    background-position: 0 0;
    background-size: cover;
  }

  .section_home_hero.ar-hero {
    background-position: 100% 0;
  }

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

  .right-img {
    min-height: 480px;
  }

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

  .name_title_align {
    display: none;
  }

  .actual_msg {
    min-height: 200px;
    align-items: flex-start;
  }

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

  .ceo_grid.padding-vertical.padding-large {
    padding-bottom: 3rem;
  }

  .grid_downloads.padding-vertical.padding-medium {
    grid-template-columns: 1fr;
  }

  .faq-a-text {
    font-size: 1rem;
  }

  .faq-a-text.smaller {
    padding-left: 0;
    font-size: 1rem;
  }

  .faq-q-text, .faq-q-text.about-q {
    font-size: 1.1rem;
  }

  .heading-xlarge.text-color-white.text-style-allcaps {
    margin-bottom: 1rem;
  }

  .heading-xlarge.text-color-white.text-style-allcaps.fw-medium {
    margin-bottom: 0;
    font-size: 3rem;
  }

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

  .video_grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .section_banks {
    padding-bottom: 2rem;
  }

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

  .grid_contacts.grid-contacts-ar {
    justify-content: end;
    justify-items: start;
  }

  .contacts_items {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .contacts_items.first_element {
    border-right-style: none;
  }

  .contacts_items.first_element.first_ar {
    border-left-style: none;
  }

  .contacts_img {
    max-width: 60%;
  }

  .contacts_img.fggslogo {
    max-width: 75%;
  }

  .contact_email {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .inner_header_grid, .inner_header_grid.inner_header_grid_ar {
    grid-template-columns: 1fr;
  }

  .ipo_grid.padding-vertical.padding-large {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .ipo_grid.padding-vertical.padding-xlarge {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .ipo_grid.padding-vertical.padding-xlarge.ipo-grid-ar {
    padding-bottom: 0;
  }

  .ipo_right {
    align-self: flex-start;
  }

  .ipo_desc.ipo-padding-r {
    padding-right: .5rem;
  }

  .ipo_desc.ipo-padding-r.ipo-padding-ar {
    padding-left: 2rem;
  }

  .ipo_sub_desc.text-color-white.ipo-sub-padding-r {
    padding-right: .5rem;
  }

  .ipo_sub_desc.text-color-white.ipo-sub-padding-r.ipo-padding-ar {
    padding-left: 2rem;
  }

  .filler.hidden {
    display: none;
  }

  .ipo-second-row.padding-vertical.padding-large {
    border-top-style: none;
    grid-template-columns: 1fr;
    padding-bottom: 1.5rem;
  }

  .ipo_items {
    padding-bottom: 1.5rem;
  }

  .ipo_items.hidden, .ipo_items.last-item {
    display: none;
  }

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

  .number_items {
    padding-left: 0;
    padding-right: 2rem;
  }

  .number_items.hidden {
    display: none;
  }

  .faq-q-text-2, .faq-q-text-2.about-q {
    font-size: 1.1rem;
  }

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

  .div_logos.padding-bottom.padding-large.banklogos {
    grid-template-columns: .33fr .33fr .33fr;
  }

  .advisors_logo {
    max-width: 70%;
  }

  .advisors_logo.banks {
    width: 90%;
    max-width: 300px;
  }

  .advisors_logo.banks.snb {
    width: 75%;
    max-width: 100%;
  }

  .advisors_logo.banks.snb-logo {
    min-width: 160px;
  }

  .advisors_logo.runners {
    max-width: 100%;
  }

  .div-logo.first_item.financials {
    padding-left: 1rem;
  }

  .timeline-elements {
    padding-bottom: 0;
  }

  .footnote-p.desktop {
    display: none;
  }

  .footnote-p.desktop.ar, .footnote-p.tab-below {
    line-height: 1.8;
    display: block;
  }

  .nav_link-list-2 {
    margin-right: 0;
  }

  .nav_button {
    text-align: left;
    padding: 1rem 2.5rem;
    transition: background-color .2s;
  }

  .nav_button:hover {
    transform: none;
  }

  .nav_link-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav_menu-2 {
    background-color: #fff;
    border-bottom: 1px solid #fff;
  }

  .nav-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav_container_new {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .nav_button-wrapper-2 {
    background-color: #1d2130;
    flex-direction: column;
    display: flex;
  }

  .nav_menu-button-updated {
    width: 2.5rem;
    height: 2.5rem;
    color: #ebf0f9;
    background-color: #1d2130;
    border-radius: .25rem;
    padding: 0;
    transition: background-color .3s, color .3s;
  }

  .nav_menu-button-updated.w--open {
    color: #eff7f2;
    background-color: #70c174;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .heading-remove {
    font-size: 1.5rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-global, .padding-global.padding-1280 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .nav {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav_link, .nav_link.nav_link-ar, .button-nav {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_logo {
    height: 2.5rem;
  }

  .home_about_video {
    height: 24rem;
  }

  .home_about_top-row {
    grid-template-columns: 1fr;
  }

  .home_about_bottom-row {
    margin-top: 2rem;
  }

  .home_process_image-wrapper {
    height: 24rem;
  }

  .project_content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home_stats_content-left {
    width: auto;
  }

  .cta_button-row {
    max-width: 16rem;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_content {
    grid-auto-columns: 1fr;
  }

  .footer_link-list-wrapper {
    width: 100%;
  }

  .footer_form-wrapper {
    width: 100%;
    margin-top: 3rem;
  }

  .footer_content-right {
    flex-direction: column;
  }

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

  .about_header_content-right {
    padding-top: 0;
  }

  .section_about-video {
    margin-bottom: -10rem;
  }

  .about_video_component {
    height: 20rem;
  }

  .about_video_play-icon {
    width: 3rem;
    height: 3rem;
  }

  .section_about-mission {
    padding-top: 10rem;
  }

  .about_mission_top-row {
    grid-template-columns: 1fr;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }

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

  .about_journey_component {
    grid-template-columns: 1fr;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about_journey_text-wrapper {
    padding-right: 2rem;
  }

  .about_journey_image-wrapper {
    border-top-right-radius: .5rem;
    border-bottom-left-radius: 0;
  }

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

  .about_team_image-wrapper {
    height: 16rem;
  }

  .what-we_header_component {
    grid-template-columns: 1fr;
  }

  .what-we_header_image-wrapper, .what-we_header_image {
    height: 28rem;
  }

  .what-we_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

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

  .donate_header_image-wrapper, .donate_header_image {
    height: 28rem;
  }

  .donate_usage_component {
    padding-top: 2rem;
  }

  .media_trending_item {
    flex-direction: column;
  }

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

  .contact_form-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
  }

  .contact_form-button-wrapper.is-left-aligned {
    margin-top: 1.5rem;
  }

  .project_stats_grid, .event_header_info-list {
    grid-template-columns: 1fr;
  }

  .volunteer-popup_modal {
    max-height: 90vh;
    max-width: 95rem;
    min-width: 95vw;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding: 1.5rem;
  }

  .volunteer-popup_close-button {
    top: .5rem;
    right: 1.5rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .heading-style-h4.leadership-msgs {
    font-size: 1.3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h2.text-color-white.h2-ar {
    text-align: right;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.text-color-orange.bignums {
    font-size: 2rem;
  }

  .right-img {
    min-height: 300px;
  }

  .chairman {
    min-height: 450px;
    min-width: 100%;
  }

  .ceo {
    min-height: 450px;
    min-width: 450px;
  }

  ._w-faq-icon {
    width: 12px;
    height: 12px;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .heading-xlarge.text-color-white.text-style-allcaps.fw-medium {
    font-size: 2.4rem;
  }

  .download-items {
    margin-bottom: 0;
  }

  .footer_text.text-size-tiny.text-color-white.footer-ar {
    font-size: .7rem;
  }

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

  .divider {
    height: 2px;
  }

  .ipo_desc.ipo-padding-r.ipo-padding-ar, .ipo_sub_desc.text-color-white.ipo-sub-padding-r.ipo-padding-ar {
    padding-left: 1rem;
  }

  .ipo-second-row.padding-vertical.padding-large {
    padding-bottom: 1.5rem;
  }

  .numbers_detail.padding-vertical.padding-large {
    padding-top: 2rem;
  }

  .numbers_grid {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .div_logos {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .advisors_logo {
    max-width: 300px;
  }

  .advisors_logo.banks {
    max-width: 250px;
  }

  .advisors_logo.banks.snb-logo {
    min-width: 120px;
  }

  .advisors_logo.jp {
    width: 100%;
  }

  .div-logo {
    flex-direction: column;
    justify-content: center;
  }

  .div-logo.first_item {
    border-right-style: none;
  }

  .div-logo.first_item.first_ar {
    border-left-style: none;
  }

  .div-logo.rightlogo {
    align-items: flex-start;
    padding-left: 0;
  }

  .nav_logo_new {
    height: auto;
    max-width: 100%;
  }

  .nav_button, .nav_link-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .modal-content-wrapper, .modal-content-wrapper-2 {
    max-width: 90vw;
    padding: 3rem;
  }

  .volunteer-popup_modal-2 {
    max-height: 85vh;
    max-width: 90rem;
    min-width: 90vw;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding: 1.8rem 0 1.5rem;
  }

  .volunteer-popup_close-button-2 {
    top: 0;
    right: 0;
  }

  .imgflags-mob {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-right: 30px;
    line-height: 1.5;
  }

  li {
    margin-bottom: 1rem;
  }

  strong {
    font-size: 1.1rem;
  }

  .form_input.is-footer-input {
    margin-bottom: 1rem;
    margin-right: 0;
    padding-right: 1rem;
  }

  .footer_form-field-wrapper {
    flex-direction: column;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge.divider-line {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav_menu {
    flex: 0 auto;
  }

  .section_home-header {
    padding-top: 3.5rem;
  }

  .home_header_component {
    height: 88vh;
    text-align: center;
  }

  .home_header_button-row {
    flex-direction: column;
  }

  .home_header_play-button {
    justify-content: center;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .home_header_stats-row {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 4rem;
  }

  .home_header_stats-row-spacer {
    width: 1px;
    height: 1.5rem;
  }

  .home_about_logo-row {
    grid-template-columns: 1fr 1fr;
  }

  .home_process_list {
    border-left-width: 0;
  }

  .home_process_list-item {
    padding-left: 0;
  }

  .button-pusher {
    margin-bottom: 2rem;
  }

  .project_content {
    padding: 1.5rem;
  }

  .home_stats_image-wrapper {
    width: 16rem;
    height: 16rem;
  }

  .cta_component {
    height: auto;
    padding: 1.5rem;
  }

  .cta_button-row {
    max-width: none;
  }

  .news_list, .event_item {
    grid-template-columns: 1fr;
  }

  .event_icon-wrapper {
    position: absolute;
    top: 1.5rem;
    bottom: auto;
    left: auto;
    right: 1.5rem;
  }

  .footer_link-list-wrapper {
    grid-auto-flow: row;
    margin-right: 0;
  }

  .footer_form-wrapper {
    margin-top: 2rem;
  }

  .footer_form {
    margin-top: 1rem;
  }

  .section_about-video {
    margin-bottom: -6rem;
  }

  .about_video_component {
    height: 12rem;
  }

  .about_video_play-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .section_about-mission {
    padding-top: 6rem;
  }

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

  .about_journey_stats-row {
    grid-template-columns: max-content;
  }

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

  .about_team_image-wrapper, .what-we_header_image-wrapper, .what-we_header_image, .donate_header_image-wrapper, .donate_header_image {
    height: 20rem;
  }

  .donate_contribute_tabs-link {
    padding-left: 0;
    padding-right: 0;
  }

  .media_trending_image-wrapper {
    width: 100%;
  }

  .media_trending_text-wrapper {
    margin-top: 1rem;
    margin-left: 0;
  }

  .blog-header_image-wrapper {
    height: 12rem;
  }

  .contact_header_link-row {
    grid-template-columns: max-content;
  }

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

  .event_link {
    grid-template-columns: 1fr;
    padding: 1.5rem;
    position: relative;
  }

  .volunteer-popup_component {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .volunteer-popup_title-wrapper {
    padding-right: 3rem;
  }

  .media_trending_link {
    flex-direction: column;
  }

  .about_mission_bottom-row {
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h3.text-color-persian-blue {
    font-size: 1.3rem;
  }

  .heading-style-h4.sub-title-header.padding-top.padding-medium {
    text-align: left;
  }

  .heading-style-h4.sub-title-header.padding-top.padding-medium.h4-ar {
    text-align: right;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2.text-color-white {
    text-align: left;
    font-size: 1.8rem;
  }

  .heading-style-h2.text-color-persian-blue.padding-vertical.padding-large.h2-ar {
    line-height: 1.3;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1.text-color-orange.bignums.bignumsar {
    font-size: 2rem;
  }

  .section_home_hero {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .section_home_hero.ar-hero {
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/bg_ar_light.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .right-img {
    min-height: auto;
    background-image: none;
  }

  .chairman {
    min-height: 450px;
    min-width: 100%;
  }

  .name_title_component {
    padding-left: 10px;
    padding-right: 10px;
  }

  .names {
    font-size: 1.3rem;
  }

  .ceo_grid.padding-vertical.padding-large {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-top: 3rem;
  }

  .ceo {
    min-height: 450px;
    min-width: 100%;
  }

  .download-text.heading-style-h4.h4-ar {
    max-width: 80%;
  }

  .heading-style-2.text-color-white.padding-bottom.padding-medium.h2-ar {
    line-height: 1.4;
  }

  .heading-xlarge.text-color-white.text-style-allcaps.fw-medium {
    font-size: 2.3rem;
  }

  .c-faq-q-text {
    line-height: 1.4em;
  }

  .download-items, .download-items.mb-0 {
    margin-bottom: 1rem;
  }

  .footer_text.text-size-tiny.text-color-white.footer-ar {
    line-height: 1.2;
  }

  .grid_contacts {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    justify-content: center;
  }

  .grid_contacts.grid-contacts-ar {
    padding-bottom: 4rem;
  }

  .contacts_items {
    grid-column-gap: 0px;
    text-align: left;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: start;
    justify-items: center;
  }

  .contacts_items.contact-items-ar {
    justify-content: start;
    justify-items: start;
  }

  .contacts_img, .contacts_img.fggslogo {
    max-width: 80%;
  }

  .contact_post.contact_post_ar {
    text-align: right;
  }

  .contact_email {
    font-size: 1rem;
    line-height: 1.1;
  }

  .inner_header_grid {
    width: 100%;
  }

  .divider {
    height: auto;
    border-bottom: 1px solid rgba(112, 112, 112, .3);
  }

  .ipo_desc {
    font-size: 1.4rem;
  }

  .div_logos {
    grid-template-columns: 1fr;
    justify-content: center;
    padding-bottom: 3rem;
  }

  .div_logos.padding-bottom.padding-large.banklogos {
    grid-template-columns: .75fr;
    justify-content: start;
    justify-items: start;
  }

  .div_logos.padding-bottom.padding-large.banklogos.book-runners-grid {
    grid-template-columns: .85fr;
    justify-content: start;
    align-items: center;
    justify-items: start;
    padding-bottom: 2rem;
  }

  .div_logos.padding-bottom.padding-large.banklogos.book-runners-grid.runners-grid-ar {
    justify-content: start;
  }

  .advisors_logo {
    max-width: 100%;
  }

  .advisors_logo.banks {
    width: 100%;
    max-width: 75%;
    display: block;
  }

  .advisors_logo.banks.raji {
    max-width: 95%;
  }

  .advisors_logo.banks.snb-logo {
    min-width: 200px;
  }

  .advisors_logo.jp {
    max-width: 90%;
  }

  .advisors_logo.runners {
    max-width: 98%;
    display: block;
  }

  .advisors_logo.runners.arc {
    max-width: 95%;
  }

  .advisors_logo.financial-logos {
    width: 100%;
    max-width: 90%;
    display: block;
  }

  .div-logo, .div-logo.first_item {
    align-items: center;
  }

  .div-logo.first_item.financials {
    align-items: flex-start;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 1rem;
  }

  .div-logo.first_item.financials.first-item-ar {
    padding-left: 2rem;
  }

  .div-logo.rightlogo {
    padding-left: 0;
    padding-right: 1rem;
  }

  .div-logo.rightlogo.bank2 {
    justify-content: flex-end;
    padding-left: 1rem;
  }

  .div-logo.rightlogo.bank2.bank2-ar {
    padding-right: 1rem;
  }

  .div-logo.rightlogo.logo-ar {
    padding-right: 0;
  }

  .div-logo.banks-logo {
    align-items: flex-start;
    padding: 1rem 0;
    display: block;
  }

  .nav_logo_new {
    height: 2.6rem;
  }

  .nav_container_new {
    margin-bottom: 10px;
  }

  .scroll-container.padding-bottom.padding-medium {
    display: none;
  }

  .modal-content {
    grid-template-columns: 1fr;
  }

  .modal-text, .modal-text-2 {
    z-index: 1;
  }

  .bold-text {
    font-size: .75rem;
  }
}

#w-node-d23d2177-c7d8-a915-440f-ec2a009e0e03-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e0e08-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e0e0d-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e0e12-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e0e18-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e0e1e-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e0e24-ee811f7f {
  justify-self: start;
}

#w-node-d23d2177-c7d8-a915-440f-ec2a009e0f31-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e0f4a-ee811f7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d23d2177-c7d8-a915-440f-ec2a009e0f4d-ee811f7f {
  justify-self: start;
}

#w-node-d23d2177-c7d8-a915-440f-ec2a009e0f4f-ee811f7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d23d2177-c7d8-a915-440f-ec2a009e0f52-ee811f7f {
  justify-self: start;
}

#w-node-d23d2177-c7d8-a915-440f-ec2a009e0fbb-ee811f7f, #w-node-_3b5c567f-89f6-ef29-9708-55415be83453-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e0fc5-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e0fc6-ee811f7f, #w-node-fb1b0713-9591-95a9-920f-4f1880d489e3-ee811f7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d23d2177-c7d8-a915-440f-ec2a009e1034-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e1039-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e103e-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e1043-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e1048-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e104d-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e1057-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e105c-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e1061-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e1066-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e106b-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e1070-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e1075-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e107a-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e107f-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e1084-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e1089-ee811f7f {
  justify-self: start;
}

#w-node-d23d2177-c7d8-a915-440f-ec2a009e108d-ee811f7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d23d2177-c7d8-a915-440f-ec2a009e108e-ee811f7f {
  justify-self: start;
}

#w-node-d23d2177-c7d8-a915-440f-ec2a009e1090-ee811f7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d23d2177-c7d8-a915-440f-ec2a009e1093-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e1098-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e109d-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e10b2-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e10b7-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e10bc-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e10c1-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e10c6-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e10cb-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e10d5-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e10da-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e10df-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e10e4-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e10e9-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e10ee-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e10f3-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e10f8-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e10fd-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e1102-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e1107-ee811f7f {
  justify-self: start;
}

#w-node-d23d2177-c7d8-a915-440f-ec2a009e110b-ee811f7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d23d2177-c7d8-a915-440f-ec2a009e110c-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e1111-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e1116-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e111b-ee811f7f {
  justify-self: start;
}

#w-node-d23d2177-c7d8-a915-440f-ec2a009e11a1-ee811f7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d23d2177-c7d8-a915-440f-ec2a009e11fd-ee811f7f, #w-node-d23d2177-c7d8-a915-440f-ec2a009e121e-ee811f7f {
  justify-self: start;
}

#w-node-_7e8c083f-69bd-7001-dcb6-9ef0adb87488-c780e231, #w-node-_2c5a17ce-1657-7d50-d8e0-93223f837274-c780e231, #w-node-_13927dfd-bed0-b6e3-2b9f-d4c91fa4f9ae-c780e231 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5de5e5b8-e3cd-b97a-0753-ff90eded2351-c780e231 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_1d5941af-b6c9-24d8-0a67-becfa948bfe2-c780e231, #w-node-_8ee194a2-a444-42ae-a7aa-3e61cf6e2665-c780e231 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a84eaa0c-8938-e899-008f-6852e096cafe-c780e231 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-ac3935d7-8513-6ac6-00ce-e48b5675461d-c780e231, #w-node-_01c25571-9f15-7a16-7c5c-1de71be130bb-c780e231, #w-node-de73dc99-a904-3ab4-ce21-35217a7f3b52-c780e231, #w-node-ae003598-5194-b84c-4243-3e330d419629-c780e231 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_687268c7-2e72-1ab7-6de2-f2091846e003-c780e231 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_55e7f414-e097-1ffd-90c5-8c8363fb7f56-c780e231, #w-node-_4c87352a-d0ff-76fd-ad4b-a54fc2eeb7a8-c780e231, #w-node-f82631aa-c4df-5863-8c35-abf13c2bdcde-c780e231, #w-node-bd5397f0-f5bb-9c13-712e-c4d1fb57af8b-c780e231, #w-node-f5c8d52b-44f1-e6bd-047c-4839ef52d7de-c780e231, #w-node-f9a1ce23-165e-59ee-c3c6-afc57c115906-c780e231, #w-node-_28a7622c-15cd-97ec-2174-0a346d18d211-c780e231, #w-node-_8145aeb9-6846-928f-51e4-0e46c2d4125d-c780e231, #w-node-_82c85467-e756-21cb-2ff3-cd706898ff68-c780e231 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b79ed0-3509-e1bc-e131-a69f65b602ed-c780e231, #w-node-d086f2e0-81a8-b733-7d8c-c06801099188-c780e231, #w-node-_727e2027-e0a9-b6b8-7235-99bd89fb6274-c780e231, #w-node-ac0e17d6-3556-0215-c3b9-9db2ddb6ef46-c780e231, #w-node-_005a5297-7cef-84d5-6cef-2fd375a4112f-c780e231 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_20d24582-70ac-5e59-7e36-8f2c1b46fed2-c780e231, #w-node-da741ed8-d46d-735c-b57e-6229cda9d332-c780e231, #w-node-_8419acf3-46b4-537d-de1b-997d1e4ae5d9-c780e231, #w-node-b1c2aa68-f7c6-76bc-cf9e-19a358e1dcd2-c780e231 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1c2aa68-f7c6-76bc-cf9e-19a358e1dcd3-c780e231 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b1c2aa68-f7c6-76bc-cf9e-19a358e1dcd5-c780e231, #w-node-_7e8c083f-69bd-7001-dcb6-9ef0adb87488-e63feee4, #w-node-_2c5a17ce-1657-7d50-d8e0-93223f837274-e63feee4, #w-node-_13927dfd-bed0-b6e3-2b9f-d4c91fa4f9ae-e63feee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5de5e5b8-e3cd-b97a-0753-ff90eded2351-e63feee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_1d5941af-b6c9-24d8-0a67-becfa948bfe2-e63feee4, #w-node-_8ee194a2-a444-42ae-a7aa-3e61cf6e2665-e63feee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a84eaa0c-8938-e899-008f-6852e096cafe-e63feee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-dee0faf7-ff43-15dc-df54-37ae76b690fb-e63feee4, #w-node-ac3935d7-8513-6ac6-00ce-e48b5675461d-e63feee4, #w-node-d1869301-88ee-5b15-e763-23e7dc759a3b-e63feee4, #w-node-_01c25571-9f15-7a16-7c5c-1de71be130bb-e63feee4, #w-node-_0e7aa48c-897a-d4f3-55ff-cbec944aa6fa-e63feee4, #w-node-de73dc99-a904-3ab4-ce21-35217a7f3b52-e63feee4, #w-node-_255511c8-9354-14cf-2598-9b2072064755-e63feee4, #w-node-ae003598-5194-b84c-4243-3e330d419629-e63feee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_687268c7-2e72-1ab7-6de2-f2091846e003-e63feee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_55e7f414-e097-1ffd-90c5-8c8363fb7f56-e63feee4, #w-node-_4c87352a-d0ff-76fd-ad4b-a54fc2eeb7a8-e63feee4, #w-node-f82631aa-c4df-5863-8c35-abf13c2bdcde-e63feee4, #w-node-bd5397f0-f5bb-9c13-712e-c4d1fb57af8b-e63feee4, #w-node-f5c8d52b-44f1-e6bd-047c-4839ef52d7de-e63feee4, #w-node-f9a1ce23-165e-59ee-c3c6-afc57c115906-e63feee4, #w-node-_8145aeb9-6846-928f-51e4-0e46c2d4125d-e63feee4, #w-node-_82c85467-e756-21cb-2ff3-cd706898ff68-e63feee4, #w-node-_28a7622c-15cd-97ec-2174-0a346d18d211-e63feee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b79ed0-3509-e1bc-e131-a69f65b602ed-e63feee4, #w-node-d086f2e0-81a8-b733-7d8c-c06801099188-e63feee4, #w-node-_727e2027-e0a9-b6b8-7235-99bd89fb6274-e63feee4, #w-node-ac0e17d6-3556-0215-c3b9-9db2ddb6ef46-e63feee4, #w-node-_005a5297-7cef-84d5-6cef-2fd375a4112f-e63feee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_20d24582-70ac-5e59-7e36-8f2c1b46fed2-e63feee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afd4a4cc-6b49-f13b-640d-e46ebe5ae599-e63feee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-da741ed8-d46d-735c-b57e-6229cda9d332-e63feee4, #w-node-b1c2aa68-f7c6-76bc-cf9e-19a358e1dcd2-e63feee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1c2aa68-f7c6-76bc-cf9e-19a358e1dcd3-e63feee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b1c2aa68-f7c6-76bc-cf9e-19a358e1dcd5-e63feee4, #w-node-_7e8c083f-69bd-7001-dcb6-9ef0adb87488-8fe04604, #w-node-_2c5a17ce-1657-7d50-d8e0-93223f837274-8fe04604, #w-node-_13927dfd-bed0-b6e3-2b9f-d4c91fa4f9ae-8fe04604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5de5e5b8-e3cd-b97a-0753-ff90eded2351-8fe04604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_1d5941af-b6c9-24d8-0a67-becfa948bfe2-8fe04604, #w-node-_8ee194a2-a444-42ae-a7aa-3e61cf6e2665-8fe04604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a84eaa0c-8938-e899-008f-6852e096cafe-8fe04604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-dee0faf7-ff43-15dc-df54-37ae76b690fb-8fe04604, #w-node-ac3935d7-8513-6ac6-00ce-e48b5675461d-8fe04604, #w-node-d1869301-88ee-5b15-e763-23e7dc759a3b-8fe04604, #w-node-_01c25571-9f15-7a16-7c5c-1de71be130bb-8fe04604, #w-node-_0e7aa48c-897a-d4f3-55ff-cbec944aa6fa-8fe04604, #w-node-de73dc99-a904-3ab4-ce21-35217a7f3b52-8fe04604, #w-node-_255511c8-9354-14cf-2598-9b2072064755-8fe04604, #w-node-ae003598-5194-b84c-4243-3e330d419629-8fe04604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_687268c7-2e72-1ab7-6de2-f2091846e003-8fe04604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_55e7f414-e097-1ffd-90c5-8c8363fb7f56-8fe04604, #w-node-_4c87352a-d0ff-76fd-ad4b-a54fc2eeb7a8-8fe04604, #w-node-f82631aa-c4df-5863-8c35-abf13c2bdcde-8fe04604, #w-node-bd5397f0-f5bb-9c13-712e-c4d1fb57af8b-8fe04604, #w-node-f5c8d52b-44f1-e6bd-047c-4839ef52d7de-8fe04604, #w-node-f9a1ce23-165e-59ee-c3c6-afc57c115906-8fe04604, #w-node-_8145aeb9-6846-928f-51e4-0e46c2d4125d-8fe04604, #w-node-_82c85467-e756-21cb-2ff3-cd706898ff68-8fe04604, #w-node-_28a7622c-15cd-97ec-2174-0a346d18d211-8fe04604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b79ed0-3509-e1bc-e131-a69f65b602ed-8fe04604, #w-node-d086f2e0-81a8-b733-7d8c-c06801099188-8fe04604, #w-node-_727e2027-e0a9-b6b8-7235-99bd89fb6274-8fe04604, #w-node-ac0e17d6-3556-0215-c3b9-9db2ddb6ef46-8fe04604, #w-node-_005a5297-7cef-84d5-6cef-2fd375a4112f-8fe04604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_20d24582-70ac-5e59-7e36-8f2c1b46fed2-8fe04604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afd4a4cc-6b49-f13b-640d-e46ebe5ae599-8fe04604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-da741ed8-d46d-735c-b57e-6229cda9d332-8fe04604, #w-node-b1c2aa68-f7c6-76bc-cf9e-19a358e1dcd2-8fe04604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1c2aa68-f7c6-76bc-cf9e-19a358e1dcd3-8fe04604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b1c2aa68-f7c6-76bc-cf9e-19a358e1dcd5-8fe04604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e8c083f-69bd-7001-dcb6-9ef0adb87488-ce57ada3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_2c5a17ce-1657-7d50-d8e0-93223f837274-ce57ada3, #w-node-_13927dfd-bed0-b6e3-2b9f-d4c91fa4f9ae-ce57ada3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5de5e5b8-e3cd-b97a-0753-ff90eded2351-ce57ada3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_1d5941af-b6c9-24d8-0a67-becfa948bfe2-ce57ada3, #w-node-_8ee194a2-a444-42ae-a7aa-3e61cf6e2665-ce57ada3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a84eaa0c-8938-e899-008f-6852e096cafe-ce57ada3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-ac3935d7-8513-6ac6-00ce-e48b5675461d-ce57ada3, #w-node-_01c25571-9f15-7a16-7c5c-1de71be130bb-ce57ada3, #w-node-de73dc99-a904-3ab4-ce21-35217a7f3b52-ce57ada3, #w-node-ae003598-5194-b84c-4243-3e330d419629-ce57ada3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_687268c7-2e72-1ab7-6de2-f2091846e003-ce57ada3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_55e7f414-e097-1ffd-90c5-8c8363fb7f56-ce57ada3, #w-node-_4c87352a-d0ff-76fd-ad4b-a54fc2eeb7a8-ce57ada3, #w-node-f82631aa-c4df-5863-8c35-abf13c2bdcde-ce57ada3, #w-node-bd5397f0-f5bb-9c13-712e-c4d1fb57af8b-ce57ada3, #w-node-f5c8d52b-44f1-e6bd-047c-4839ef52d7de-ce57ada3, #w-node-f9a1ce23-165e-59ee-c3c6-afc57c115906-ce57ada3, #w-node-_28a7622c-15cd-97ec-2174-0a346d18d211-ce57ada3, #w-node-_8145aeb9-6846-928f-51e4-0e46c2d4125d-ce57ada3, #w-node-_82c85467-e756-21cb-2ff3-cd706898ff68-ce57ada3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b79ed0-3509-e1bc-e131-a69f65b602ed-ce57ada3, #w-node-d086f2e0-81a8-b733-7d8c-c06801099188-ce57ada3, #w-node-_727e2027-e0a9-b6b8-7235-99bd89fb6274-ce57ada3, #w-node-ac0e17d6-3556-0215-c3b9-9db2ddb6ef46-ce57ada3, #w-node-_005a5297-7cef-84d5-6cef-2fd375a4112f-ce57ada3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_20d24582-70ac-5e59-7e36-8f2c1b46fed2-ce57ada3, #w-node-da741ed8-d46d-735c-b57e-6229cda9d332-ce57ada3, #w-node-_908027c6-8789-179a-dd0d-c8fdc5cefe24-ce57ada3, #w-node-b1c2aa68-f7c6-76bc-cf9e-19a358e1dcd2-ce57ada3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1c2aa68-f7c6-76bc-cf9e-19a358e1dcd3-ce57ada3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b1c2aa68-f7c6-76bc-cf9e-19a358e1dcd5-ce57ada3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8ee194a2-a444-42ae-a7aa-3e61cf6e2665-c780e231 {
    order: 9999;
  }

  #w-node-a84eaa0c-8938-e899-008f-6852e096cafe-c780e231 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae003598-5194-b84c-4243-3e330d419629-c780e231 {
    order: 9999;
  }

  #w-node-afd4a4cc-6b49-f13b-640d-e46ebe5ae599-c780e231, #w-node-b1c2aa68-f7c6-76bc-cf9e-19a358e1dcd3-c780e231 {
    justify-self: start;
  }

  #w-node-_8ee194a2-a444-42ae-a7aa-3e61cf6e2665-e63feee4 {
    order: 9999;
  }

  #w-node-a84eaa0c-8938-e899-008f-6852e096cafe-e63feee4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae003598-5194-b84c-4243-3e330d419629-e63feee4, #w-node-_8ee194a2-a444-42ae-a7aa-3e61cf6e2665-8fe04604 {
    order: 9999;
  }

  #w-node-a84eaa0c-8938-e899-008f-6852e096cafe-8fe04604 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae003598-5194-b84c-4243-3e330d419629-8fe04604, #w-node-_8ee194a2-a444-42ae-a7aa-3e61cf6e2665-ce57ada3 {
    order: 9999;
  }

  #w-node-a84eaa0c-8938-e899-008f-6852e096cafe-ce57ada3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae003598-5194-b84c-4243-3e330d419629-ce57ada3 {
    order: 9999;
  }

  #w-node-_28a7622c-15cd-97ec-2174-0a346d18d211-ce57ada3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6366c969-5e5d-cd34-8852-873fc28b528f-c28b5286, #w-node-_6366c969-5e5d-cd34-8852-873fc28b5291-c28b5286, #w-node-_1bfde5c8-e533-85b1-2732-3667d110efd2-d110efc9, #w-node-_1bfde5c8-e533-85b1-2732-3667d110efd4-d110efc9, #w-node-f15b8f95-b80e-8b2c-3bb1-8cccf2d9200c-f2d92003, #w-node-_49383455-5d04-1b54-c7a6-58750cf33fea-e63feee4, #w-node-aaad1c61-2918-44fe-229a-f8e7080a72f0-e63feee4, #w-node-_49383455-5d04-1b54-c7a6-58750cf33fea-8fe04604, #w-node-aaad1c61-2918-44fe-229a-f8e7080a72f0-8fe04604, #w-node-bb2547d4-b8bf-be11-f02b-85de807fd710-ce57ada3, #w-node-_6e2d971f-53cf-3d00-b332-407733a3c2c1-ce57ada3, #w-node-_6e2d971f-53cf-3d00-b332-407733a3c2c3-ce57ada3, #w-node-_01d20f28-510f-0a57-68ab-4bfed9358bdf-ce57ada3, #w-node-_01d20f28-510f-0a57-68ab-4bfed9358be1-ce57ada3 {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-afd4a4cc-6b49-f13b-640d-e46ebe5ae599-c780e231, #w-node-da741ed8-d46d-735c-b57e-6229cda9d332-c780e231 {
    justify-self: start;
  }

  #w-node-b1c2aa68-f7c6-76bc-cf9e-19a358e1dcd3-c780e231 {
    justify-self: center;
  }

  #w-node-b1c2aa68-f7c6-76bc-cf9e-19a358e1dcd5-c780e231 {
    justify-self: start;
  }

  #w-node-_6366c969-5e5d-cd34-8852-873fc28b528f-c28b5286, #w-node-_6366c969-5e5d-cd34-8852-873fc28b5291-c28b5286, #w-node-_1bfde5c8-e533-85b1-2732-3667d110efd2-d110efc9, #w-node-_1bfde5c8-e533-85b1-2732-3667d110efd4-d110efc9 {
    align-self: end;
  }

  #w-node-afd4a4cc-6b49-f13b-640d-e46ebe5ae599-e63feee4, #w-node-afd4a4cc-6b49-f13b-640d-e46ebe5ae599-8fe04604 {
    justify-self: auto;
  }

  #w-node-_20d24582-70ac-5e59-7e36-8f2c1b46fed2-ce57ada3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-afd4a4cc-6b49-f13b-640d-e46ebe5ae599-ce57ada3 {
    justify-self: auto;
  }

  #w-node-_6e2d971f-53cf-3d00-b332-407733a3c2c1-ce57ada3, #w-node-_6e2d971f-53cf-3d00-b332-407733a3c2c3-ce57ada3, #w-node-_01d20f28-510f-0a57-68ab-4bfed9358bdf-ce57ada3, #w-node-_01d20f28-510f-0a57-68ab-4bfed9358be1-ce57ada3 {
    align-self: end;
  }
}


