@charset "UTF-8";
@font-face {
  font-family: 'frutigerlt-regular';
  src: url("/fonts/regular/frutigerlt-regular.woff2"), url("/fonts/regular/frutigerlt-regular.woff") format("woff"), url("/fonts/regular/frutigerlt-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'frutigerlt-bold';
  src: url("/fonts/bold/frutigerlt-bold.woff2"), url("/fonts/bold/frutigerlt-bold.woff") format("woff"), url("/fonts/bold/frutigerlt-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*------------------------------------*  #BOX-SIZING
\*------------------------------------*/
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure, input, form, button {
  margin: 0;
  padding: 0; }

img {
  border: none; }

ul,
ol {
  list-style: none; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

:focus:not(:focus-visible) {
  outline: none; }

fieldset {
  border: 0;
  padding: 0; }

select::-ms-expand {
  display: none; }

/*------------------------------------*  #SHARED
\*------------------------------------*/
/**
 * Shared declarations for certain elements.
 */
strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

input,
button,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 0.85rem; }

a {
  color: #343434; }

/*------------------------------------*  #PAGE
\*------------------------------------*/
/**
 * Page-level styling (e.g. HTML and BODY elements).
 */
html {
  font-size: 100%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  box-sizing: border-box; }

/*------------------------------------*  #MAIN
\*------------------------------------*/
/**
 * Basic styling for quoted text.
 */
/*------------------------------------*  #HEADINGS
\*------------------------------------*/
/**
 * Simple default styles for headings 1 through 6.
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #343434; }

h1 {
  font-size: 2.25em;
  line-height: 1.3333333333; }

h2 {
  font-size: 1.75em;
  line-height: 1.1428571429; }

h3 {
  font-size: 1.5em;
  line-height: 1.3333333333; }

h4 {
  font-size: 1.25em;
  line-height: 1.6; }

h5 {
  font-size: 1.125em;
  line-height: 1.7777777778; }

h6 {
  font-size: 1em;
  line-height: 1; }

/*------------------------------------*  #PARAGRAPHS
\*------------------------------------*/
/**
 * Basic styling for paragraphs.
 */
p, li {
  font-size: 1em;
  line-height: 1.45;
  color: #676A6C; }
  @media (min-width: 62.5em) {
    p.middle, li.middle {
      font-size: 24px; } }

/*------------------------------------*  #LINKS
\*------------------------------------*/
/**
 * Default styles for simple hyperlinks.
 */
a {
  text-decoration: none; }

/*------------------------------------*  #LISTS
\*------------------------------------*/
/**
 * Visually offset definition titles from their definitions.
 */
dt {
  font-weight: 400; }

/*------------------------------------*    #IMAGES
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */ }

/*------------------------------------*  #QUOTES
\*------------------------------------*/
/**
 * Basic styling for quoted text.
 */
q {
  font-style: italic;
  quotes: "‘" "’"; }
  q:before {
    content: open-quote; }
  q:after {
    content: close-quote; }

blockquote {
  quotes: "“" "”"; }
  blockquote p:last-of-type {
    margin-bottom: 0; }
    blockquote p:last-of-type:after {
      content: close-quote; }

.o-wrapper {
  max-width: 1270px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto; }

.o-wrapper--top-border {
  border-top: 2px solid #c1c2c2; }

/******************************************************/
/******************************************************/
.o-grid + .o-grid {
  margin-top: 16px; }

.o-grid--12 main {
  margin-bottom: 32px; }

@media (min-width: 1150px) {
  .o-grid--12 {
    display: -ms-flexbox;
    display: flex; }
    .o-grid--12 aside {
      -ms-flex: 0 0 345px;
      flex: 0 0 345px;
      padding-left: 100px; }
    .o-grid--12 main {
      -ms-flex: 1 0 0%;
      flex: 1 0 0%; }
    @supports (grid-gap1: 10px) {
      .o-grid--12 {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        grid-gap: 100px; }
        .o-grid--12 aside {
          grid-column: 9 / 13;
          grid-row: 1;
          -ms-flex-item-align: start;
          align-self: start;
          padding-left: 0; }
        .o-grid--12 main {
          grid-column: 1 / 9;
          margin-bottom: 0; } } }

.o-grid--6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  grid-gap: 16px; }
  @supports (grid-area: auto) {
    .o-grid--6 {
      display: grid;
      grid-gap: 16px; } }
  .o-grid--6 > * {
    margin-bottom: 16px;
    padding-left: 16px; }
  @media (min-width: 25em) {
    .o-grid--6 > * {
      width: calc(99%/ 2);
      -ms-flex: 0 0 calc(99% / 2);
      flex: 0 0 calc(99% / 2); } }
  @media (min-width: 48em) {
    .o-grid--6 > * {
      width: calc(99% / 3);
      -ms-flex: 0 0 calc(99% / 3);
      flex: 0 0 calc(99% / 3); } }
  @media (min-width: 62.5em) {
    .o-grid--6 > * {
      width: calc(99% / 6);
      -ms-flex: 0 0 calc(99% / 6);
      flex: 0 0 calc(99% / 6); } }
  @supports (grid-area: auto) {
    .o-grid--6 {
      grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
      margin-left: 0; }
      .o-grid--6 > * {
        width: auto;
        padding-left: 0;
        margin-bottom: 0; } }
  @media (max-width: 62.49em) {
    .o-grid--6 {
      margin-left: -16px;
      grid-gap: 8px; }
      .o-grid--6 > * {
        margin-bottom: 16px;
        padding-left: 16px; } }
  @media (max-width: 62.49em) and (min-width: 25em) {
    .o-grid--6 > * {
      width: calc(99%/ 2);
      -ms-flex: 0 0 calc(99% / 2);
      flex: 0 0 calc(99% / 2); } }
  @media (max-width: 62.49em) and (min-width: 48em) {
    .o-grid--6 > * {
      width: calc(99% / 4);
      -ms-flex: 0 0 calc(99% / 4);
      flex: 0 0 calc(99% / 4); } }
  @media (max-width: 62.49em) and (min-width: 62.5em) {
    .o-grid--6 > * {
      width: calc(99% / 4);
      -ms-flex: 0 0 calc(99% / 4);
      flex: 0 0 calc(99% / 4); } }
  @media (max-width: 62.49em) {
      @supports (grid-area: auto) {
        .o-grid--6 {
          grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
          margin-left: 0; }
          .o-grid--6 > * {
            width: auto;
            padding-left: 0;
            margin-bottom: 0; } } }

.o-grid--4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  grid-gap: 16px; }
  @supports (grid-area: auto) {
    .o-grid--4 {
      display: grid;
      grid-gap: 16px; } }
  .o-grid--4 > * {
    margin-bottom: 16px;
    padding-left: 16px; }
  @media (min-width: 25em) {
    .o-grid--4 > * {
      width: calc(99%/ 2);
      -ms-flex: 0 0 calc(99% / 2);
      flex: 0 0 calc(99% / 2); } }
  @media (min-width: 48em) {
    .o-grid--4 > * {
      width: calc(99% / 3);
      -ms-flex: 0 0 calc(99% / 3);
      flex: 0 0 calc(99% / 3); } }
  @media (min-width: 62.5em) {
    .o-grid--4 > * {
      width: calc(99% / 3);
      -ms-flex: 0 0 calc(99% / 3);
      flex: 0 0 calc(99% / 3); } }
  @supports (grid-area: auto) {
    .o-grid--4 {
      grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
      margin-left: 0; }
      .o-grid--4 > * {
        width: auto;
        padding-left: 0;
        margin-bottom: 0; } }
  @media (max-width: 62.49em) {
    .o-grid--4.places {
      margin-left: -16px;
      grid-gap: 8px; }
      .o-grid--4.places > * {
        margin-bottom: 16px;
        padding-left: 16px; } }
  @media (max-width: 62.49em) and (min-width: 25em) {
    .o-grid--4.places > * {
      width: calc(99%/ 2);
      -ms-flex: 0 0 calc(99% / 2);
      flex: 0 0 calc(99% / 2); } }
  @media (max-width: 62.49em) and (min-width: 48em) {
    .o-grid--4.places > * {
      width: calc(99% / 3);
      -ms-flex: 0 0 calc(99% / 3);
      flex: 0 0 calc(99% / 3); } }
  @media (max-width: 62.49em) and (min-width: 62.5em) {
    .o-grid--4.places > * {
      width: calc(99% / 3);
      -ms-flex: 0 0 calc(99% / 3);
      flex: 0 0 calc(99% / 3); } }
  @media (max-width: 62.49em) {
      @supports (grid-area: auto) {
        .o-grid--4.places {
          grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
          margin-left: 0; }
          .o-grid--4.places > * {
            width: auto;
            padding-left: 0;
            margin-bottom: 0; } } }

.o-grid--2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px; }
  @supports (grid-area: auto) {
    .o-grid--2 {
      display: grid;
      grid-gap: 16px; } }
  .o-grid--2 > * {
    margin-bottom: 16px;
    padding-left: 16px; }
  @media (min-width: 25em) {
    .o-grid--2 > * {
      width: calc(99%/ 1);
      -ms-flex: 0 0 calc(99% / 1);
      flex: 0 0 calc(99% / 1); } }
  @media (min-width: 48em) {
    .o-grid--2 > * {
      width: calc(99% / 2);
      -ms-flex: 0 0 calc(99% / 2);
      flex: 0 0 calc(99% / 2); } }
  @supports (grid-area: auto) {
    .o-grid--2 {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      margin-left: 0; }
      .o-grid--2 > * {
        width: auto;
        padding-left: 0;
        margin-bottom: 0; } }
  @supports (grid-area: auto) {
    .o-grid--2 {
      grid-gap: 32px; } }
  @media (min-width: 48em) {
    .o-grid--2.half {
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); } }
  .o-grid--2.spacing-minimal {
    grid-gap: 16px; }
  .o-grid--2.author {
    margin-left: -16px; }
    .o-grid--2.author > * {
      margin-bottom: 16px;
      padding-left: 16px; }
    @media (min-width: 25em) {
      .o-grid--2.author > * {
        width: calc(99%/ 1);
        -ms-flex: 0 0 calc(99% / 1);
        flex: 0 0 calc(99% / 1); } }
    @media (min-width: 48em) {
      .o-grid--2.author > * {
        width: calc(99% / 2);
        -ms-flex: 0 0 calc(99% / 2);
        flex: 0 0 calc(99% / 2); } }
    @supports (grid-area: auto) {
      .o-grid--2.author {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        margin-left: 0; }
        .o-grid--2.author > * {
          width: auto;
          padding-left: 0;
          margin-bottom: 0; } }
    @media (min-width: 50em) {
      .o-grid--2.author {
        margin-left: -16px; }
        .o-grid--2.author > * {
          margin-bottom: 16px;
          padding-left: 16px; } }
  @media (min-width: 50em) and (min-width: 25em) {
    .o-grid--2.author > * {
      width: calc(99%/ 1);
      -ms-flex: 0 0 calc(99% / 1);
      flex: 0 0 calc(99% / 1); } }
  @media (min-width: 50em) and (min-width: 48em) {
    .o-grid--2.author > * {
      width: calc(99% / 2);
      -ms-flex: 0 0 calc(99% / 2);
      flex: 0 0 calc(99% / 2); } }
    @media (min-width: 50em) {
        @supports (grid-area: auto) {
          .o-grid--2.author {
            grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
            margin-left: 0; }
            .o-grid--2.author > * {
              width: auto;
              padding-left: 0;
              margin-bottom: 0; } } }

.o-grid--1-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px; }
  @supports (grid-area: auto) {
    .o-grid--1-4 {
      display: grid;
      grid-gap: 16px; } }
  .o-grid--1-4 > * {
    margin-bottom: 16px;
    padding-left: 16px; }
  @media (min-width: 25em) {
    .o-grid--1-4 > * {
      width: calc(99%/ 2);
      -ms-flex: 0 0 calc(99% / 2);
      flex: 0 0 calc(99% / 2); } }
  @media (min-width: 48em) {
    .o-grid--1-4 > * {
      width: calc(99% / 3);
      -ms-flex: 0 0 calc(99% / 3);
      flex: 0 0 calc(99% / 3); } }
  @media (min-width: 62.5em) {
    .o-grid--1-4 > * {
      width: calc(99% / 4);
      -ms-flex: 0 0 calc(99% / 4);
      flex: 0 0 calc(99% / 4); } }
  @supports (grid-area: auto) {
    .o-grid--1-4 {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      margin-left: 0; }
      .o-grid--1-4 > * {
        width: auto;
        padding-left: 0;
        margin-bottom: 0; } }
  @supports (grid-area: auto) {
    .o-grid--1-4 {
      grid-gap: 32px; } }
  .o-grid--1-4.o-grid--compact {
    margin-left: -16px;
    grid-gap: 16px; }
    .o-grid--1-4.o-grid--compact > * {
      margin-bottom: 16px;
      padding-left: 16px; }
    @media (min-width: 25em) {
      .o-grid--1-4.o-grid--compact > * {
        width: calc(99%/ 1);
        -ms-flex: 0 0 calc(99% / 1);
        flex: 0 0 calc(99% / 1); } }
    @media (min-width: 48em) {
      .o-grid--1-4.o-grid--compact > * {
        width: calc(99% / 2);
        -ms-flex: 0 0 calc(99% / 2);
        flex: 0 0 calc(99% / 2); } }
    @supports (grid-area: auto) {
      .o-grid--1-4.o-grid--compact {
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
        margin-left: 0; }
        .o-grid--1-4.o-grid--compact > * {
          width: auto;
          padding-left: 0;
          margin-bottom: 0; } }
    @media (min-width: 62.5em) {
      .o-grid--1-4.o-grid--compact {
        grid-gap: 24px; } }

.o-grid--3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px; }
  @supports (grid-area: auto) {
    .o-grid--3 {
      display: grid;
      grid-gap: 16px; } }
  .o-grid--3 > * {
    margin-bottom: 16px;
    padding-left: 16px; }
  @media (min-width: 25em) {
    .o-grid--3 > * {
      width: calc(99%/ 1);
      -ms-flex: 0 0 calc(99% / 1);
      flex: 0 0 calc(99% / 1); } }
  @media (min-width: 48em) {
    .o-grid--3 > * {
      width: calc(99% / 2);
      -ms-flex: 0 0 calc(99% / 2);
      flex: 0 0 calc(99% / 2); } }
  @media (min-width: 62.5em) {
    .o-grid--3 > * {
      width: calc(99% / 3);
      -ms-flex: 0 0 calc(99% / 3);
      flex: 0 0 calc(99% / 3); } }
  @supports (grid-area: auto) {
    .o-grid--3 {
      grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
      margin-left: 0; }
      .o-grid--3 > * {
        width: auto;
        padding-left: 0;
        margin-bottom: 0; } }
  @supports (grid-area: auto) {
    .o-grid--3 {
      grid-gap: 32px; } }

.c-button {
  position: relative;
  display: inline-block;
  border: 0;
  border-radius: 7px;
  background-color: #0B9F8E;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 0.6em 0.7em;
  transition: background-color 0.2s ease-out;
  cursor: pointer; }
  .c-button:hover {
    background: #098779; }
  .c-button:focus {
    outline: none; }
  .c-button .loader {
    display: none; }
  .c-button.c-button--loading .loader {
    position: absolute;
    display: block;
    width: 20px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -10px; }
  .c-button.c-button--loading .text {
    visibility: hidden; }

.c-button--small {
  padding: 0.25em 0.7em; }

.c-button--long {
  padding: 0.5em 2em; }

.c-button--arrow {
  background-repeat: no-repeat;
  background-size: 14px;
  transition: 0.3s ease-out;
  background-image: url("../img/arrow.svg");
  padding-right: 30px;
  background-position: right 10px center; }
  .c-button--arrow:hover {
    background-position: right 6px center; }

.c-button--download {
  background-image: url("../img/download.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px;
  padding-right: 34px;
  transition: 0.2s ease-out; }
  .c-button--download:hover {
    background-image: url("../img/download.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 10px;
    padding-right: 40px; }

/****** Nav ******/
@media (max-width: 50em) {
  .nav-wrapper {
    margin-left: auto; } }

@media (max-width: 50em) {
  .c-nav {
    position: absolute;
    right: 0;
    top: 100%;
    left: 0;
    background: #F5F5F5;
    display: none;
    z-index: 99999; } }

@media (min-width: 50.0625em) {
  .c-nav {
    display: -ms-flexbox;
    display: flex; } }

.c-nav__item {
  position: relative; }
  .c-nav__item:not(:last-child) {
    margin-right: 14px; }
  .c-nav__item a {
    display: inline-block;
    padding: 1rem 1.5rem;
    font-size: 14px; }
    .c-nav__item a:hover {
      color: #0B9F8E; }
  .c-nav__item.active a {
    font-weight: bold; }
  .c-nav__item.mobile-only {
    display: none; }
    @media (max-width: 50em) {
      .c-nav__item.mobile-only {
        display: block; } }
  .c-nav__item.arabic a {
    color: #0B9F8E; }
  @media (min-width: 50.0625em) {
    .c-nav__item a {
      padding: 1.45rem 0; } }

.c-header__links .u-brand {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Arial'; }

.nav__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
  display: none; }
  @media (max-width: 50em) {
    .nav__toggle {
      display: block;
      margin-right: 1rem; } }

.nav__toggle.active + .c-nav {
  display: block;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1); }

.c-header {
  position: relative;
  border-bottom: 1px solid #eee; }
  @media (max-width: 50em) {
    .c-header {
      box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1); } }

.c-header__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1rem; }
  @media (max-width: 62.49em) {
    .c-header__wrapper {
      padding: 1rem; } }

.c-header__logo {
  -ms-flex-order: -1;
  order: -1;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px; }
  .c-header__logo img {
    width: 130px; }
  @media (min-width: 50.0625em) {
    .c-header__logo {
      -ms-flex: 0 0 160px;
      flex: 0 0 160px;
      margin-top: -8px; }
      .c-header__logo img {
        width: 160px; } }
  @media (min-width: 62.5em) {
    .c-header__logo {
      -ms-flex-order: initial;
      order: initial; } }

.c-header__links {
  display: -ms-flexbox;
  display: flex; }
  .c-header__links li:not(:last-child) {
    margin-right: 14px; }
  .c-header__links a {
    color: #8e9091;
    font-size: 14px; }
    .c-header__links a.active {
      font-weight: 600; }
  @media (min-width: 62.5em) {
    .c-header__links {
      margin-right: 16px; } }

.c-header__subscribe {
  display: none; }
  @media (min-width: 62.5em) {
    .c-header__subscribe {
      display: block;
      height: 70px;
      width: 155px;
      border-radius: 0;
      line-height: 49px; } }

.c-header__bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 1rem;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD; }
  .c-header__bar li:not(:last-child) {
    margin-right: 24px; }
  @media (min-width: 50.0625em) {
    .c-header__bar {
      padding: 0 1rem; } }

.c-header__bar__link a {
  display: inline-block;
  padding: 1.5rem 0;
  font-size: 14px; }
  .c-header__bar__link a.active {
    font-weight: bold;
    color: #0B9F8E; }
  .c-header__bar__link a:hover {
    color: #0B9F8E; }

/****** Search ******/
.c-search form {
  display: none; }

.c-search__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  width: 20px;
  height: 20px;
  background: url("../img/search.svg") center/19px no-repeat;
  cursor: pointer; }
  .c-search__toggle:hover {
    opacity: 0.7; }
  .c-search__toggle:focus {
    outline: none; }
  @media (max-width: 50em) {
    .c-search__toggle {
      margin-left: 12px; } }
  @media (min-width: 50.0625em) {
    .c-search__toggle {
      margin-right: 14px; } }

@media (min-width: 50.0625em) {
  .c-media {
    display: -ms-flexbox;
    display: flex; } }

.c-media a:not(.c-button) {
  transition: 0.3s ease-out; }
  .c-media a:not(.c-button):hover {
    color: #0B9F8E; }

.c-media--small {
  display: -ms-flexbox;
  display: flex; }
  .c-media--small .c-media__thumb {
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    max-width: 75px;
    height: 75px;
    margin-right: 16px; }
  .c-media--small .c-media__title {
    font-size: 14px; }

.c-media--stacked {
  display: block; }
  .c-media--stacked .c-media__thumb {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .c-media--stacked .c-media__thumb-wrapper {
    margin-bottom: 1rem; }

.links-list .links-list__item {
  margin-bottom: 16px; }

.links-list .c-tag {
  margin-bottom: 5px;
  color: #343434;
  cursor: default; }

.text-grey {
  color: #666; }

a.text-grey:hover {
  color: #343434; }

a.hover-primary:hover {
  color: #0B9F8E; }

.c-media--featured.c-media--minimal-featured {
  margin-bottom: 22px; }
  .c-media--featured.c-media--minimal-featured .c-media__thumb {
    height: 120px; }
  .c-media--featured.c-media--minimal-featured .c-media__title {
    font-size: 15px; }

.c-media--stacked--bg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff; }
  .c-media--stacked--bg .c-media__thumb {
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-right: 0; }
  .c-media--stacked--bg .c-media__content {
    padding: 0 1rem 1rem;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .c-media--stacked--bg .c-media__content .tags-list {
      margin-top: auto; }
  .c-media--stacked--bg .c-media__footer {
    margin-bottom: 1rem; }

.c-media--featured {
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 50.0625em) {
    .c-media--featured .c-media__title {
      font-size: 22px; } }
  @media (min-width: 50.0625em) {
    .c-media--featured .c-media__thumb {
      width: 100%;
      height: 340px;
      -ms-flex: 0 0 340px;
      flex: 0 0 340px;
      max-width: 100%;
      margin-bottom: 1rem; } }

@media (min-width: 62.5em) {
  .c-media--research .c-media__title {
    font-size: 24px; } }

.c-media--research .c-media__teaser {
  font-size: 16px; }

.c-media--research .c-media__content > * + * {
  margin-top: 8px; }

.c-media--podcast {
  padding-bottom: 20px;
  background: url("../img/podcast-play.svg") left top/30px no-repeat;
  padding-left: 40px; }
  @media (min-width: 50em) {
    .c-media--podcast {
      padding-bottom: 0; } }
  .c-media--podcast.c-media--stacked {
    background: none;
    padding: 0;
    position: relative; }
    .c-media--podcast.c-media--stacked:after {
      content: "";
      width: 40px;
      height: 40px;
      background: url("../img/podcast-play-2.svg") left top/40px no-repeat;
      position: absolute;
      left: 1rem;
      top: 1rem;
      cursor: pointer;
      pointer-events: none; }

.c-media__thumb {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin-bottom: 8px; }
  @media (min-width: 25em) {
    .c-media__thumb {
      height: 230px; } }
  @media (min-width: 50.0625em) {
    .c-media__thumb {
      -ms-flex: 0 0 330px;
      flex: 0 0 330px;
      max-width: 330px;
      height: 200px;
      margin-right: 32px;
      margin-bottom: 0; } }

.financial-times .c-media__thumb {
  position: relative;
  border: 5px solid #fcd1b1; }
  .financial-times .c-media__thumb:before {
    content: 'Financial Times';
    background: #fcd1b1;
    color: #333;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    padding: 0 5px 5px 8px;
    font-family: serif;
    font-weight: bold;
    display: none; }

.financial-times .c-media__content {
  position: relative; }

.financial-times .financial-times-logo {
  background: #fcd1b1;
  color: #333;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  padding: 0 5px 5px 8px;
  font-family: serif;
  font-weight: bold;
  width: 100px;
  height: auto;
  object-fit: contain; }

.c-media__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4; }

.c-media__content > * + * {
  margin-top: 8px; }

.c-media__teaser {
  display: none; }
  @media (min-width: 50.0625em) {
    .c-media__teaser {
      display: block; } }

.c-media__footer {
  font-size: 14px; }

.c-tag {
  font-size: 14px;
  font-weight: bold;
  color: #676a6c;
  text-transform: uppercase;
  z-index: 9; }

.case-studies {
  display: grid;
  grid-gap: 2rem; }
  @media (min-width: 56.25em) {
    .case-studies {
      grid-template-columns: 1fr 1fr 1fr; } }

@media (min-width: 50.0625em) {
  .c-media-list--podcast .c-media__thumb {
    height: 200px; } }

.c-media-list--podcast .c-media__content:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/podcast-play.svg) left top/30px no-repeat;
  margin-bottom: 0.5rem; }

@media (min-width: 50.0625em) {
  .c-media-grid.c-media-grid--2 .c-media__thumb {
    max-width: 160px;
    height: 140px; } }

.c-media-grid.c-media-grid--2 .c-media__title {
  font-size: 16px; }

div.c-media__thumb {
  position: relative; }
  div.c-media__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.c-media--podcast-2 .c-media__thumb:after {
  content: "";
  background: #012641;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.55; }

.c-media--podcast-2 .c-media--podcast-2__play {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 70px;
  height: 70px;
  background: url("/img/podcast-play.png") center/65px no-repeat;
  margin: auto; }

.c-media--podcast-2 .c-media--podcast-2__logo {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  width: 162px;
  height: 60px;
  background: url("/img/wamda-podcasts.png") center/162px 60px no-repeat; }

.c-media .c-media__footer,
.c-media .tags-list,
.c-media .c-tag {
  position: relative;
  z-index: 1; }

.c-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #c1c2c2;
  margin-bottom: 2rem; }
  @media (max-width: 50em) {
    .c-tabs > * {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }

.c-tabs__item a {
  position: relative;
  top: 1px;
  display: block;
  color: #676A6C;
  font-weight: bold;
  padding: 0.5rem 1.5rem;
  text-align: center;
  border-bottom: 3px solid transparent;
  transition: 0.3s ease-out; }

.c-tabs__item.active a {
  color: #0B9F8E;
  border-bottom-color: #0B9F8E; }

.c-tabs__item:hover a {
  color: #0B9F8E;
  border-bottom-color: #0B9F8E; }

.c-tab-content {
  display: none; }
  .c-tab-content.active {
    display: block; }

.c-input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #aeaeae;
  font-size: 16px;
  border-radius: .5em;
  transition: box-shadow .3s;
  padding: .6em 2.4em .5em .8em; }
  .c-input:focus {
    outline: none;
    box-shadow: 0 2px 5px #eee; }

.c-input-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px; }
  .c-input-row > div {
    width: 100%;
    margin: 0 8px 10px; }
  @media (min-width: 50.0625em) {
    .c-input-row > div {
      -ms-flex: 1;
      flex: 1;
      margin: 0 8px; }
    .c-input-row div:first-child {
      margin-left: 0; }
    .c-input-row div:last-child {
      margin-right: 0; } }

.c-input-group label {
  display: block;
  margin-bottom: 10px; }

.select {
  display: block;
  font-size: 16px;
  font-family: 'Open Sans';
  color: #444;
  line-height: 1.3;
  max-width: 100%;
  margin: 0;
  border: 1px solid #dbdbdb;
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.162' height='4.831' viewBox='0 0 8.162 4.831'%3E%3Cpath id='Path_48' data-name='Path 48' d='M330.07,78.182l-3.551,3.551-3.551-3.551' transform='translate(-322.438 -77.652)' fill='none' stroke='%23343434' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/svg%3E"), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat, repeat;
  background-size: .65em auto, 100%;
  min-width: 206px;
  line-height: 1.4;
  font-size: 15px;
  padding: .6em 2.4em .5em .8em;
  background-position: right .7em top 50%, 0 0; }
  .select.full {
    width: 100%; }

.select-css::-ms-expand {
  display: none; }

.select-css:hover {
  border-color: #888; }

.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none; }

.select-css option {
  font-weight: normal; }

input:disabled,
select:disabled {
  background: #eee; }

.c-checkbox {
  position: relative; }
  .c-checkbox input {
    position: absolute;
    opacity: 0; }
    .c-checkbox input:checked ~ label:before {
      background-image: url(/img/checkmark.svg);
      background-color: #0B9F8E;
      border-color: #0B9F8E;
      background-repeat: no-repeat;
      background-position: center; }
  .c-checkbox label {
    cursor: pointer; }
    .c-checkbox label:before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 6px;
      margin-bottom: -4px;
      transition: background-color 0.25s;
      border: 1px solid #aaa;
      border-radius: 2px; }

.c-form__heading {
  font-weight: 600;
  margin-bottom: 15px;
  color: #343434; }

.c-list__item:not(:last-child) {
  margin-bottom: 32px; }
  @media (min-width: 50.0625em) {
    .c-list__item:not(:last-child) {
      margin-bottom: 48px; } }

.c-list--tiny .c-list__item {
  margin-bottom: 16px; }
  @media (min-width: 50.0625em) {
    .c-list--tiny .c-list__item {
      margin-bottom: 16px; } }

.c-list--large .c-list__item {
  margin-bottom: 20px; }
  @media (min-width: 50.0625em) {
    .c-list--large .c-list__item {
      margin-bottom: 80px; } }

.c-podcast {
  display: -ms-flexbox;
  display: flex;
  background: #E5F5F3;
  padding: 1rem; }
  .c-podcast a:hover {
    color: #0B9F8E; }

.c-podcast__title {
  font-size: 16px;
  font-weight: bold; }
  .c-podcast__title a {
    color: #0B9F8E; }

.c-podcast__icon {
  width: 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  margin-left: 1rem;
  margin-right: 1rem; }

.c-podcast__featured {
  color: #676a6c; }

.c-podcast__content a > * + * {
  margin-top: 4px; }

.c-section + .c-section {
  margin-top: 48px; }

.c-section__title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #c1c2c2;
  padding-bottom: 10px;
  margin-bottom: 16px; }

.c-section__heading {
  color: #A0A0A0;
  font-size: 36px; }

.c-section--top-border {
  border-top: 1px solid #c1c2c2; }

.c-report:hover .c-report__title {
  color: #0B9F8E; }

.c-report__title {
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s ease-out; }

.c-report__thumb {
  margin-bottom: 8px; }

.c-link {
  font-size: 16px;
  color: #0B9F8E;
  transition: 0.3s ease-out;
  background: url("../img/arrow-right.svg") right 10px center/14px no-repeat;
  padding-right: 30px; }
  .c-link:hover {
    background-position: right 5px center; }
  .c-link--down {
    background-image: url(/img/arrow-down.svg);
    background-position: right 5px center;
    background-size: 10px;
    padding-right: 20px; }
  .c-link--no-arrow {
    background: none; }

.c-event a {
  transition: 0.3s ease-out; }
  .c-event a > * + * {
    margin-top: 4px; }

.c-event:hover .c-event__title {
  color: #0B9F8E; }

.c-event.featured {
  background: #E5F5F3;
  padding: 10px; }
  .c-event.featured:before {
    content: "";
    display: block;
    width: 75px;
    height: 22px;
    background: url("../img/wamda-logo@2x.png") top center/contain no-repeat;
    margin-bottom: 8px; }

.c-event__date {
  font-size: 16px;
  color: #343434;
  text-transform: uppercase; }

.c-event__title {
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s ease-out; }

.c-meta {
  font-size: 14px;
  color: #676A6C;
  padding-left: 16px; }
  .c-meta.location {
    background: url("../img/location.svg") left center/10px no-repeat; }
  .c-meta.type {
    background: url("../img/type.svg") left center/10px no-repeat; }
  .c-meta.user {
    background: url("../img/meta-user.svg") left center/10px no-repeat; }
  .c-meta.flag {
    background: url("../img/meta-flag.svg") left center/10px no-repeat; }

.c-events--mini-list .c-event {
  padding: 10px 0; }
  .c-events--mini-list .c-event.featured {
    padding: 10px; }

.c-event-featured {
  position: relative; }
  .c-event-featured:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2; }

.c-event-featured__content,
.c-event-featured__label {
  position: relative;
  z-index: 1; }

.c-newsletter {
  background: #eef2f4;
  padding: 1rem; }
  .c-newsletter > * + * {
    margin-top: 1.5rem; }
  .c-newsletter h2 {
    font-size: 1.6rem; }

.c-newsletter--horizontal {
  background: none;
  text-align: center;
  max-width: 595px;
  margin: 0 auto; }
  @media (min-width: 62.5em) {
    .c-newsletter--horizontal .c-newsletter__form {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center; }
      .c-newsletter--horizontal .c-newsletter__form > * + * {
        margin-top: 0; }
      .c-newsletter--horizontal .c-newsletter__form > *:not(:last-child) {
        margin-right: 1rem; } }
  .c-newsletter--horizontal .c-newsletter__success {
    width: 100%;
    margin: 10px 0 0;
    -ms-flex-pack: center;
    justify-content: center; }
    .c-newsletter--horizontal .c-newsletter__success img {
      margin: -2px 5px 0 0; }

.c-newsletter__form > * + * {
  margin-top: 0.7rem; }

.c-newsletter__success {
  display: none;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 20px 0 10px; }
  .c-newsletter__success img {
    margin: 2px 5px 0 0; }
  .c-newsletter__success p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3rem;
    font-style: italic;
    font-family: arial; }
  .c-newsletter__success.show {
    display: -ms-flexbox;
    display: flex; }

#c-newsletter-popup .c-modal__body {
  padding: 30px 50px 40px; }

#c-newsletter-popup .message {
  margin-bottom: 26px; }

#c-newsletter-popup .c-button {
  display: block;
  width: 75%;
  margin-right: 1rem;
  margin-top: 1rem; }

.c-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.c-pagination__item a {
  color: #676A6C;
  padding: 0.5rem; }

.c-pagination__item.active a {
  color: #0B9F8E;
  font-weight: bold; }

.c-pagination__item.prev {
  margin-right: 20px; }
  .c-pagination__item.prev a {
    color: #0B9F8E;
    background: url("../img/arrow-left.svg") left 10px center/14px no-repeat;
    padding-left: 30px;
    transition: 0.3s ease-out; }
    .c-pagination__item.prev a:hover {
      background: url("../img/arrow-left.svg") left 6px center/14px no-repeat; }

.c-pagination__item.next {
  margin-left: 20px; }
  .c-pagination__item.next a {
    color: #0B9F8E;
    background: url("../img/arrow-right.svg") right 10px center/14px no-repeat;
    padding-right: 30px;
    transition: 0.3s ease-out; }
    .c-pagination__item.next a:hover {
      background: url("../img/arrow-right.svg") right 6px center/14px no-repeat; }

.c-pagination__item.view-all {
  margin-right: auto; }
  @media (max-width: 34.375em) {
    .c-pagination__item.view-all {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      text-align: center;
      margin-bottom: 1rem; } }
  .c-pagination__item.view-all a {
    color: #0B9F8E; }

.c-pagination__item:hover a {
  color: #0B9F8E; }

@media (max-width: 50em) {
  .c-pagination__item.hide-mobile {
    display: none; } }

.c-case-study {
  position: relative;
  min-height: 300px; }
  @media (min-width: 43.75em) {
    .c-case-study {
      min-height: 400px; } }
  .c-case-study:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.25; }

.c-case-study__cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.c-case-study__logo {
  position: absolute;
  z-index: 10;
  right: 1rem;
  bottom: 1rem;
  width: 135px;
  display: none; }
  @media (min-width: 43.75em) {
    .c-case-study__logo {
      display: block; } }

.c-case-study__content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 1rem;
  max-width: 550px; }
  .c-case-study__content h3 {
    font-size: 20px;
    font-weight: bold; }
    @media (min-width: 43.75em) {
      .c-case-study__content h3 {
        font-size: 24px; } }
  .c-case-study__content * + * {
    margin-top: 0.5rem; }
    @media (min-width: 43.75em) {
      .c-case-study__content * + * {
        margin-top: 1rem; } }
  .c-case-study__content * {
    color: #fff; }
  .c-case-study__content a {
    color: #fff; }
  .c-case-study__content time {
    font-size: 14px;
    font-weight: bold; }

.c-case-study__desc {
  font-size: 14px;
  margin-bottom: 1rem; }
  @media (min-width: 43.75em) {
    .c-case-study__desc {
      font-size: 18px; } }

/******************* Nuggets *********************/
.c-nuggets {
  background: #EEF2F4;
  padding: 1rem;
  margin-top: 20px; }
  .c-nuggets ul {
    margin-bottom: 1.5rem; }

.c-nuggets__wrapper {
  display: grid;
  grid-gap: 1rem; }
  @media (min-width: 43.75em) {
    .c-nuggets__wrapper {
      grid-template-columns: 1fr 1fr; } }

.c-nuggets__item {
  background: url("../img/nugget.svg") left top 5px/24px no-repeat;
  padding-left: 30px;
  min-height: 50px; }
  .c-nuggets__item p {
    font-size: 14px;
    padding-top: 10px; }
  @media (min-width: 43.75em) {
    .c-nuggets__item {
      background: url("../img/nugget.svg") left top/42px no-repeat;
      padding-left: 55px; }
      .c-nuggets__item p {
        font-size: 1rem; } }

.c-brands h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1rem; }

.c-brands li {
  display: inline-block;
  margin-right: 1rem; }

.c-brands img {
  width: 90px; }

.c-article__header {
  margin-bottom: 1rem; }

.c-categories {
  margin-bottom: 8px; }
  .c-categories li {
    display: inline-block;
    font-size: 14px; }
    .c-categories li a {
      text-decoration: none; }
    .c-categories li:not(:last-child):after {
      content: "|"; }
  .c-categories a {
    text-decoration: underline; }

.c-article__meta {
  font-size: 14px;
  margin-bottom: 8px; }

.c-article__title {
  font-size: 24px;
  font-weight: bold; }
  @media (min-width: 62.5em) {
    .c-article__title {
      font-size: 42px; } }

.c-article__thumb {
  margin-bottom: 1rem; }
  .c-article__thumb figcaption {
    color: #676a6c;
    font-size: 14px;
    margin-top: 8px; }

.c-article__footer {
  margin-top: 1rem; }

.c-article__author {
  font-size: 14px;
  border-top: 1px solid #E4E5E6;
  border-bottom: 1px solid #E4E5E6;
  padding: 1rem 0;
  margin-bottom: 1rem; }
  .c-article__author strong {
    font-weight: bold; }

.c-tag-list__item {
  display: inline-block;
  margin-right: 4px; }
  .c-tag-list__item a {
    display: block;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 14px;
    background: #EEEEEC;
    transition: 0.2s ease-out; }
    .c-tag-list__item a:hover {
      background: #0B9F8E;
      color: #fff; }

.c-blockquote {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 1.5rem 0 2rem !important; }
  .c-blockquote:before {
    content: "\201D";
    position: relative;
    top: 14px;
    display: block;
    text-align: center;
    font-size: 50px;
    color: #0B9F8E; }
  .c-blockquote p {
    color: #0B9F8E !important; }

.c-article strong {
  font-weight: bold; }

.c-footer__top {
  background: #F5F5F5;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 100px; }

.c-footer__top__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px; }
  @media (min-width: 62.5em) {
    .c-footer__top__wrapper {
      grid-template-columns: 250px repeat(auto-fit, minmax(150px, 1fr)); } }
  @media (min-width: 87.5em) {
    .c-footer__top__wrapper {
      grid-template-columns: 350px repeat(auto-fit, minmax(150px, 1fr)); } }

.c-footer__logo {
  width: 140px;
  margin-bottom: 1rem; }

.c-footer__learn-more {
  font-weight: bold;
  color: #0B9F8E; }

.c-footer__about {
  max-width: 85%; }

.c-footer__item {
  font-size: 14px;
  line-height: 1.4; }
  .c-footer__item h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1rem; }
  .c-footer__item li:not(:last-child) {
    margin-bottom: 1rem; }
  .c-footer__item a:hover {
    color: #0B9F8E; }
  @media (max-width: 62.3125em) {
    .c-footer__item.arabic {
      grid-column: 1 / -1; } }
  @media (min-width: 62.375em) {
    .c-footer__item.arabic {
      text-align: right; } }

.c-footer__bottom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: linear-gradient(to right, #071B36, #0B9F8E);
  color: #fff; }
  .c-footer__bottom p {
    color: inherit;
    font-size: 14px; }
  .c-footer__bottom .o-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.c-footer__social__item {
  display: inline-block;
  margin-left: 10px;
  transition: 0.3s ease-out; }
  .c-footer__social__item svg {
    fill: #fff;
    width: 24px;
    height: 24px; }
  .c-footer__social__item.share svg {
    fill: #0B9F8E; }
  .c-footer__social__item:hover {
    opacity: 0.7; }

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  transition: opacity .25s;
  z-index: 99; }
  .c-modal__dialog {
    background: #fff;
    width: 600px;
    max-width: 90%;
    position: relative;
    transform: translateY(30px);
    transition: transform .5s; }
  .c-modal__header {
    background: #043f4d;
    background: linear-gradient(135deg, #043f4d 0%, #008a7e 100%);
    min-height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 55px 55px 20px;
    color: #fff; }
    .c-modal__header h2 {
      color: #fff;
      font-weight: 600; }
  .c-modal__body {
    padding: 50px; }
  .c-modal__close {
    background: none;
    border: none;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
    .c-modal__close:focus {
      outline: none; }
  .c-modal--form-success {
    text-align: center; }
    .c-modal--form-success .icon, .c-modal--form-success .title, .c-modal--form-success .message {
      margin-bottom: 10px; }
  .c-modal.c-modal--open {
    display: -ms-flexbox;
    display: flex;
    opacity: 1; }
    .c-modal.c-modal--open .c-modal__dialog {
      transform: translateY(0); }

.c-newsletter-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  padding: 0 !important; }
  .c-newsletter-content h2 {
    margin-bottom: 10px; }
  .c-newsletter-content > div:first-child {
    background: #EEF2F4;
    text-align: left; }
  .c-newsletter-content > div:first-child,
  .c-newsletter-content form {
    padding: 1rem; }
    @media (min-width: 43.75em) {
      .c-newsletter-content > div:first-child,
      .c-newsletter-content form {
        padding: 4rem 1rem; } }
  .c-newsletter-content .select {
    min-width: initial; }
  @media (max-width: 43.75em) {
    .c-newsletter-content h2 {
      font-size: 16px;
      margin-bottom: 6px;
      padding-right: 1rem; }
    .c-newsletter-content p {
      font-size: 14px; } }

.c-newsletter__form.inline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 1rem; }
  @media (min-width: 43.75em) {
    .c-newsletter__form.inline .c-input-group:nth-child(5) {
      grid-column: 1/3; } }
  .c-newsletter__form.inline .c-button {
    max-width: 150px; }
  .c-newsletter__form.inline .select {
    min-width: initial; }

.c-newsletter__form.inline > * + * {
  margin-top: 0; }

.c-newsletter__form.inline > *:not(:last-child) {
  margin-right: 0 !important; }

.c-hero {
  min-height: 330px;
  background-attachment: fixed;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .c-hero .o-wrapper > * + * {
    margin-top: 1rem; }
  .c-hero h2,
  .c-hero p {
    color: #fff; }
  .c-hero p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }

.c-hero--desc p {
  max-width: 800px; }

.c-hero--desc .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 50em) {
    .c-hero--desc .content {
      -ms-flex-direction: row;
      flex-direction: row; } }
  .c-hero--desc .content > div {
    -ms-flex: 1;
    flex: 1; }
  .c-hero--desc .content .logo {
    height: 60px;
    text-align: center; }
    @media (min-width: 50em) {
      .c-hero--desc .content .logo {
        text-align: right; } }
    .c-hero--desc .content .logo img {
      max-height: 60px; }
  .c-hero--desc .content .text {
    margin-top: 30px;
    text-align: center; }
    @media (min-width: 50em) {
      .c-hero--desc .content .text {
        margin-top: 0;
        margin-left: 40px;
        padding-left: 40px;
        border-left: 2px solid #fff;
        text-align: left;
        -ms-flex: 1.5;
        flex: 1.5; } }

.c-hero--desc .link {
  color: #fff;
  display: inline-block;
  margin-top: 25px;
  font-size: 20px;
  padding-bottom: 5px; }

.c-search-popup {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%; }
  .c-search-popup .o-wrapper {
    height: 100%;
    position: relative;
    padding-top: 10px; }

.c-search__container {
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 60px;
  height: 100%; }

.c-search__input input {
  font-size: 32px;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 10px 10px 40px;
  background-image: url(/img/search-icon.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: center left;
  color: #0B9F8E; }
  .c-search__input input:focus {
    outline: none; }

.c-search__input select {
  display: block;
  padding: 0 10px;
  height: 40px;
  margin-bottom: 20px; }
  @media (min-width: 56.25em) {
    .c-search__input select {
      display: none; } }

.c-search__filter {
  display: none;
  overflow: auto;
  height: 100%;
  padding: 100px 0 50px;
  -ms-flex: 1;
  flex: 1;
  margin-right: 60px; }
  @media (min-width: 56.25em) {
    .c-search__filter {
      display: block; } }
  .c-search__filter ul {
    height: 100%;
    overflow: auto; }
  .c-search__filter li {
    margin-bottom: 15px; }
  .c-search__filter a {
    padding-left: 20px; }
    .c-search__filter a.active {
      color: #30ab9c;
      background-image: url(/img/search-filter-selected.svg);
      background-repeat: no-repeat;
      background-size: 12px;
      background-position: center left; }
  .c-search__filter .nested > a:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 20px;
    background-image: url(/img/dropdown.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center 13px; }
  .c-search__filter ul ul {
    margin: 15px 0 0 22px; }
    .c-search__filter ul ul a {
      color: #909598; }
      .c-search__filter ul ul a.active {
        background-image: url(/img/search-filter-subselected.svg);
        color: #909598;
        font-weight: 600; }

.c-search__main {
  -ms-flex: 4;
  flex: 4;
  height: 100%; }

.c-search__results {
  margin-top: 20px;
  overflow: auto;
  height: 100%;
  padding-bottom: 160px; }
  .c-search__results li {
    margin-bottom: 40px; }
  .c-search__results .title {
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: 600;
    width: 80%;
    display: block;
    line-height: 32px; }
  .c-search__results .meta {
    color: #676A6C; }
  .c-search__results .date {
    margin-right: 15px; }
  .c-search__results .tag {
    color: #0B9F8E; }

.s-content > * + * {
  margin-top: 16px; }

.s-content h4 {
  margin: 0 !important;
  font-size: 16px;
  color: #727272; }

.s-content ul {
  list-style: disc;
  padding: 10px;
  margin: 16px; }
  .s-content ul li {
    color: #343434;
    margin-bottom: 10px; }

.s-content p {
  color: #343434; }

.s-content a {
  color: #0B9F8E; }

.s-content img {
  max-width: 100% !important;
  height: auto; }

.featured-news {
  background: #F4F7F7;
  padding: 1rem 0; }

.featured-news-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  margin-bottom: 4rem; }
  @media (min-width: 50.0625em) {
    .featured-news-wrapper {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr;
      grid-gap: 2rem; } }

.featured-newsletter {
  position: relative;
  border: 1px solid #D0D0D0;
  padding: 1rem; }
  .featured-newsletter:before {
    display: block;
    content: "";
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    background: url("/img/newsletter-1.svg") center/contain no-repeat;
    margin-bottom: 1rem; }
  @media (min-width: 50.0625em) {
    .featured-newsletter:before {
      content: "";
      -ms-flex: 0 0 56px;
      flex: 0 0 56px;
      width: 56px;
      height: 56px;
      background: url("/img/newsletter-1.svg") center/contain no-repeat;
      margin-right: 1rem;
      margin-bottom: 0; } }
  @media (min-width: 50.0625em) {
    .featured-newsletter {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .featured-newsletter > div {
        -ms-flex: 1;
        flex: 1;
        margin-right: 1rem;
        margin-bottom: 0 !important; } }
  .featured-newsletter > div {
    margin-bottom: 1rem; }
  .featured-newsletter h2 {
    color: #343434;
    font-size: 22px;
    margin-bottom: 0.5rem; }
  .featured-newsletter p {
    color: #707070;
    font-size: 16px; }
  .featured-newsletter form {
    position: relative; }
    .featured-newsletter form button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      border-radius: 0;
      position: absolute;
      top: 0.5rem;
      width: 30px;
      height: 30px;
      background: url("/img/arrow-right.svg") center/16px 12px no-repeat;
      font-size: 0;
      right: 0.5rem; }
  .featured-newsletter .c-input {
    background: transparent; }

.featured-news-2 .c-media--stacked {
  height: 100%; }

.featured-news-2 .c-list {
  margin-bottom: 32px; }

.featured-news-2 .c-list__item {
  margin-bottom: 0 !important; }

.companies-list--custom {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important; }

.partnership-banner.no-border {
  border: 0;
  padding: 0 1rem; }

.wamda-x-featured {
  min-height: 360px;
  background: #012641; }
  @media (min-width: 50.0625em) {
    .wamda-x-featured {
      display: -ms-flexbox;
      display: flex; } }
  .wamda-x-featured img {
    width: 200px; }
  .wamda-x-featured p {
    color: #fff; }
  .wamda-x-featured div {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 3rem; }
    .wamda-x-featured div > * + * {
      margin-top: 1rem; }

.wamda-x-featured__bg {
  height: 200px;
  background: url("../img/wamda-x-home.png") center/cover no-repeat; }
  @media (min-width: 50.0625em) {
    .wamda-x-featured__bg {
      height: 360px; } }

.tags-list {
  margin-top: 1rem; }
  .tags-list .c-tag {
    font-size: 12px;
    font-weight: 600;
    color: #343434;
    background: #E7E9EA;
    padding: 4px 12px;
    border-radius: 6px;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 10px; }

.dashboard-home {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem; }
  @media (min-width: 50.0625em) {
    .dashboard-home {
      grid-template-columns: 1fr 2fr; } }

.dashboard-articles {
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem; }
  .dashboard-articles.active {
    display: grid; }

.c-hero--partners {
  background: url("../img/partners.png") center/cover; }
  .c-hero--partners h1, .c-hero--partners h2 {
    color: #fff; }

.c-hero--wamda-capital {
  background: url("../img/wamda-capital-cover.png") center/cover;
  background-attachment: fixed; }
  .c-hero--wamda-capital .logo img {
    max-height: 80px !important; }

.c-hero--stats {
  background: url("../img/stats.png") center/cover;
  background-attachment: fixed; }

.c-hero--author {
  background: #0B9F8E;
  text-align: inherit;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .c-hero--author .o-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%; }
    .c-hero--author .o-wrapper > div {
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .c-hero--author svg {
    fill: #fff !important; }
  .c-hero--author p {
    max-width: 700px;
    margin: 0; }
  @media (min-width: 50em) {
    .c-hero--author {
      padding-top: 0;
      padding-bottom: 0; }
      .c-hero--author .o-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between; } }

.c-hero--author__avatar {
  width: 80px;
  height: 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  object-fit: cover;
  margin-right: 1rem; }
  @media (min-width: 50em) {
    .c-hero--author__avatar {
      width: 160px;
      height: 160px;
      -ms-flex: 0 0 160px;
      flex: 0 0 160px; } }

.c-hero--author__name {
  font-size: 24px;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  margin-right: 2rem; }
  @media (min-width: 50em) {
    .c-hero--author__name {
      font-size: 36px; } }

/* Partnership */
.partnership {
  display: grid;
  grid-gap: 60px; }
  @media (min-width: 56.25em) {
    .partnership {
      grid-template-columns: 300px 1fr; } }

.partnership__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 1rem; }

.partnership__aside__item {
  font-size: 18px; }
  .partnership__aside__item:not(:last-child) {
    border-bottom: 1px solid #C1C2C2; }
  .partnership__aside__item a {
    display: block;
    padding: 1.25rem 0;
    color: #676A6C;
    line-height: 1.4; }
    .partnership__aside__item a.active {
      color: #0B9F8E;
      font-weight: bold; }

.partnership__main {
  display: none; }
  .partnership__main.active {
    display: block; }
  .partnership__main p {
    margin-bottom: 10px; }

.partnership__features {
  display: grid;
  grid-gap: 1rem; }
  @media (min-width: 56.25em) {
    .partnership__features {
      grid-template-columns: 1fr 1fr; } }

.partnership__features__item {
  display: -ms-flexbox;
  display: flex; }
  .partnership__features__item span {
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    height: 60px;
    width: 70px;
    border-radius: 50%;
    margin-right: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .partnership__features__item p {
    -ms-flex: 1;
    flex: 1;
    font-size: 14px; }

.partnership-banner {
  border-top: 2px solid #C1C2C2;
  border-bottom: 2px solid #C1C2C2;
  padding: 1.5rem 0;
  text-align: center; }
  .partnership-banner.simple {
    border-bottom: 0;
    border-top: 1px solid #C1C2C2; }

.c-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  text-align: center; }
  @media (min-width: 56.25em) {
    .c-stats {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-gap: 2rem; } }

.c-stats__item span {
  display: block;
  font-size: 30px; }

@media (min-width: 56.25em) {
  .c-stats__item p {
    font-size: 16px; }
  .c-stats__item span {
    font-size: 50px; } }

.c-brands--partner ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 1rem; }

.c-brands--partner li {
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #C1C2C2;
  text-align: center;
  padding-bottom: 1rem; }

.podcast-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  background: url("../img/bookmark.svg") left center/12px no-repeat;
  padding-left: 20px;
  color: #676A6C; }

.podcast-episode {
  color: #676A6C; }
  @media (min-width: 50em) {
    .podcast-episode {
      font-size: 30px; } }

.c-button.podcast {
  background: #0B9F8E url("../img/listen.svg") left 10px center/24px no-repeat;
  padding-left: 40px; }

@media (min-width: 50em) {
  .wamda-c-intro p {
    font-size: 36px;
    color: #343434;
    line-height: 1.4; } }

.companies-list {
  margin-left: -16px;
  grid-gap: 1rem; }
  .companies-list > * {
    margin-bottom: 16px;
    padding-left: 16px; }
  @media (min-width: 25em) {
    .companies-list > * {
      width: calc(99%/ 2);
      -ms-flex: 0 0 calc(99% / 2);
      flex: 0 0 calc(99% / 2); } }
  @media (min-width: 48em) {
    .companies-list > * {
      width: calc(99% / 4);
      -ms-flex: 0 0 calc(99% / 4);
      flex: 0 0 calc(99% / 4); } }
  @media (min-width: 62.5em) {
    .companies-list > * {
      width: calc(99% / 4);
      -ms-flex: 0 0 calc(99% / 4);
      flex: 0 0 calc(99% / 4); } }
  @supports (grid-area: auto) {
    .companies-list {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      margin-left: 0; }
      .companies-list > * {
        width: auto;
        padding-left: 0;
        margin-bottom: 0; } }
  .companies-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 140px; }
  .companies-list a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1rem;
    -ms-flex-pack: center;
    justify-content: center; }
    .companies-list a:hover .desc {
      opacity: 1; }
  .companies-list img {
    -ms-flex-item-align: center;
    align-self: center; }
  .companies-list .desc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    background: #eee;
    padding: 1rem;
    font-size: 14px;
    opacity: 0;
    transition: 0.3s ease-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .companies-list .aqar-map .desc {
    background: #0178BD; }
  .companies-list .arabia-weather .desc {
    background: #00578D; }
  .companies-list .bit-oasis .desc {
    background: #1EB097; }
  .companies-list .bit-pesa .desc {
    background: #2EABA4; }
  .companies-list .careem .desc {
    background: #35B14A; }
  .companies-list .carma .desc {
    background: #FF993E; }
  .companies-list .crowd-analyzer .desc {
    background: #ff6633; }
  .companies-list .eyewa .desc {
    background: #000000; }
  .companies-list .floranow .desc {
    background: #00852A; }
  .companies-list .geeks .desc {
    background: #00cccc; }
  .companies-list .golden-scent .desc {
    background: #343434; }
  .companies-list .insider .desc {
    background: #333333; }
  .companies-list .jamlon .desc {
    background: #782B8F; }
  .companies-list .kharabish .desc {
    background: #AB2A2A; }
  .companies-list .little-bits .desc {
    background: #660066; }
  .companies-list .lunch-on .desc {
    background: #ff6666; }
  .companies-list .modanisa .desc {
    background: #EB3A18; }
  .companies-list .mumz-world .desc {
    background: #DC1254; }
  .companies-list .nestrom .desc {
    background: #6FC8B9; }
  .companies-list .office-rock .desc {
    background: #00578D; }
  .companies-list .seez .desc {
    background: #0093FF; }
  .companies-list .step-group .desc {
    background: #323435; }
  .companies-list .tamatem .desc {
    background: #E50019; }
  .companies-list .tarfin .desc {
    background: #ff9933; }
  .companies-list .the-luxury-closet .desc {
    background: #C5994D; }
  .companies-list .twiga-foods .desc {
    background: #FFCE01; }
  .companies-list .volt-lines .desc {
    background: #FF5B14; }
  .companies-list .yalla-compare .desc {
    background: #2267B1; }
  .companies-list .ziwo .desc {
    background: #A32F6E; }
  .companies-list .tabby .desc {
    background: #99FFCC; }
  .companies-list .caravan .desc {
    background: #83AE40; }
  .companies-list .aza .desc {
    background: #F78054; }
  .companies-list .aanaab .desc {
    background: #893A8A; }
  .companies-list .safarpass .desc {
    background: #5082C3; }
  .companies-list .now .desc {
    background: #6BA8E2; }
  .companies-list .flexxPay .desc {
    background: #1C6983; }
  .companies-list .liwwa .desc {
    background: #F3A33E; }

.bio-slider {
  padding: 2rem 0;
  margin-bottom: 3rem !important; }

.c-bio {
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 0 auto; }
  .c-bio p:first-child {
    margin-bottom: 1rem; }
  .c-bio strong {
    font-weight: bold;
    color: #343434; }

.c-bio__avatar {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin-right: 16px;
  object-fit: cover; }
  @media (min-width: 50em) {
    .c-bio__avatar {
      width: 110px;
      height: 110px;
      -ms-flex: 0 0 110px;
      flex: 0 0 110px;
      margin-right: 32px; } }

/******* Job Item ******/
.job-item {
  grid-gap: 8px;
  text-align: left; }
  @media (min-width: 71.875em) {
    .job-item {
      display: grid;
      grid-template-columns: 1fr 1fr 500px 1fr; } }
  .job-item img {
    max-width: 100px; }
  .job-item h3 {
    font-size: 16px; }
  .job-item p {
    font-size: 14px; }
  .job-item:not(:last-child) {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #c1c2c2; }

.job-item__company {
  color: #0B9F8E;
  font-weight: bold;
  font-size: 16px; }

/******* Faq Item ******/
.c-faqs__item {
  border-bottom: 1px solid #c1c2c2;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  .c-faqs__item > p, .c-faqs__item > ul, .c-faqs__item > div {
    display: none;
    max-width: 750px;
    margin-left: 10px;
    margin-top: 10px; }

.c-faqs__title {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
  padding-right: 30px;
  background: url("../img/down-arrow2.svg") right 10px center/10px no-repeat; }
  .c-faqs__title.is-active + p,
  .c-faqs__title.is-active + ul,
  .c-faqs__title.is-active + div {
    display: block; }
  .c-faqs__title:hover {
    color: #0B9F8E; }

.c-faqs-nested__item {
  margin-bottom: 5px; }

.c-faqs-nested__title {
  font-size: 20px;
  cursor: pointer;
  transition: color 0.3s;
  transition: transform 0.3s;
  padding-right: 30px; }
  .c-faqs-nested__title.is-active {
    color: #0B9F8E;
    transform: translateY(20px); }
  .c-faqs-nested__title + p {
    transition: transform 0.3s; }
  .c-faqs-nested__title + p,
  .c-faqs-nested__title + ul {
    display: none; }
  .c-faqs-nested__title.is-active + p,
  .c-faqs-nested__title.is-active + ul {
    display: block;
    transform: translateY(20px);
    margin-bottom: 40px; }
  .c-faqs-nested__title:hover {
    color: #0B9F8E; }

.c-hero--wamdax {
  background: url("../img/wamdax-cover.png") center/cover;
  background-attachment: fixed; }
  .c-hero--wamdax .logo {
    height: 60px;
    text-align: center; }
    @media (min-width: 50em) {
      .c-hero--wamdax .logo {
        text-align: right; } }
    .c-hero--wamdax .logo img {
      max-height: 50px !important; }

.wamdax-overview h5 {
  font-weight: 600; }

.wamdax-overview p {
  color: #343434 !important;
  font-size: 16px; }

.about-list {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem; }
  .about-list img,
  .about-list h3 {
    margin-bottom: 0.5rem; }
  .about-list p {
    margin-bottom: 1rem; }

.wamdax-program-list {
  margin-left: -16px;
  grid-gap: 1rem; }
  .wamdax-program-list > * {
    margin-bottom: 16px;
    padding-left: 16px; }
  @media (min-width: 25em) {
    .wamdax-program-list > * {
      width: calc(99%/ 2);
      -ms-flex: 0 0 calc(99% / 2);
      flex: 0 0 calc(99% / 2); } }
  @media (min-width: 48em) {
    .wamdax-program-list > * {
      width: calc(99% / 4);
      -ms-flex: 0 0 calc(99% / 4);
      flex: 0 0 calc(99% / 4); } }
  @media (min-width: 62.5em) {
    .wamdax-program-list > * {
      width: calc(99% / 4);
      -ms-flex: 0 0 calc(99% / 4);
      flex: 0 0 calc(99% / 4); } }
  @supports (grid-area: auto) {
    .wamdax-program-list {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      margin-left: 0; }
      .wamdax-program-list > * {
        width: auto;
        padding-left: 0;
        margin-bottom: 0; } }
  .wamdax-program-list li {
    margin-bottom: 40px; }
  .wamdax-program-list img {
    width: 36px; }
    .wamdax-program-list img.large {
      width: 46px; }
  .wamdax-program-list h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold; }
  .wamdax-program-list p {
    color: #343434; }
  .wamdax-program-list a {
    margin-top: 5px;
    display: inline-block; }

.wamdax-people-list li {
  margin-bottom: 30px; }

.perk-partners-list li {
  border-bottom: 1px solid #C1C2C2;
  margin-bottom: 10px; }

.perk-partners-list img {
  max-height: 40px;
  display: block;
  margin: 15px auto; }

.perk-partners-list.cohort img {
  max-height: 80px; }

.wamdax-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 48px; }
  @media (min-width: 50em) {
    .wamdax-contact {
      -ms-flex-direction: row;
      flex-direction: row; } }
  .wamdax-contact > div {
    display: -ms-flexbox;
    display: flex; }
  .wamdax-contact img {
    height: 45px;
    margin-right: 20px; }
  .wamdax-contact h5 {
    font-weight: 600;
    margin-bottom: 5px; }
  .wamdax-contact a {
    font-weight: 600;
    color: #0B9F8E; }
  .wamdax-contact .questions {
    margin-bottom: 40px; }
    @media (min-width: 50em) {
      .wamdax-contact .questions {
        margin-bottom: 0;
        margin-right: 100px; } }

.wamdax-call-to-action {
  padding: 1rem;
  text-align: center;
  max-width: 550px;
  margin: 0 auto; }
  .wamdax-call-to-action > * + * {
    margin-top: 1.5rem; }

.wamdax-faq-list {
  margin-top: 10px;
  margin-left: 10px; }
  .wamdax-faq-list li {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px; }
    .wamdax-faq-list li:last-child {
      border-bottom: none; }

.slick-dots {
  bottom: 0 !important; }
  .slick-dots li {
    width: 14px !important;
    height: 14px !important;
    margin: 0 !important; }

.who-should-apply {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px; }
  @media (min-width: 700px) {
    .who-should-apply {
      grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); } }

.accl-points li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 1.5rem; }

.accl-points li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url(../../img/checkmark.png) center/cover no-repeat; }

.accl-points h3 {
  font-size: 18px;
  color: #444444; }

.how-it-works {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1rem; }
  .how-it-works img {
    display: block;
    height: 50px;
    margin-bottom: 0.5rem; }
  .how-it-works p {
    font-size: 19px; }

.x-progs p {
  font-size: 14px; }

.x-progs img {
  display: block;
  width: 150px;
  margin-bottom: 16px; }

.c-event-featured {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-image: url(/img/featured-event.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 450px;
  color: #fff; }
  .c-event-featured__label {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 40px auto; }
  .c-event-featured__cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none; }
  .c-event-featured__content {
    color: #fff;
    padding: 30px 40px; }
    .c-event-featured__content p {
      color: #fff;
      margin-bottom: 10px;
      text-shadow: 0px 1px 2px #000; }
  .c-event-featured__country {
    font-weight: 600; }
  .c-event-featured__date {
    font-weight: 600;
    font-size: 24px;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 0 15px;
    display: inline-block; }
  .c-event-featured__title {
    font-size: 35px;
    font-weight: 600;
    width: 350px;
    line-height: 2.8rem; }
  .c-event-featured__meta {
    display: -ms-flexbox;
    display: flex; }
  .c-event-featured__location {
    margin-right: 30px; }

.i-green-dot-left {
  padding-left: 20px;
  background-image: url(/img/green-dot.svg);
  background-repeat: no-repeat;
  background-position: left top 5px; }

.i-pin-left {
  padding-left: 20px !important;
  background-image: url(/img/pin-icon.svg);
  background-repeat: no-repeat;
  background-position: left center; }
  .i-pin-left--gray {
    background-image: url(/img/pin-icon-gray.svg); }

.i-tag-left {
  padding-left: 20px !important;
  background-image: url(/img/tag-icon.svg);
  background-repeat: no-repeat;
  background-position: left top 5px; }
  .i-tag-left--gray {
    background-image: url(/img/tag-icon-gray.svg); }
  .i-tag-left--empty {
    background-image: url(/img/tag-empty-icon.svg); }

.i-person-left {
  padding-left: 20px !important;
  background-image: url(/img/person.svg);
  background-repeat: no-repeat;
  background-position: left top 5px; }

.i-clock-left {
  padding-left: 20px !important;
  background-image: url(/img/clock-empty.svg);
  background-repeat: no-repeat;
  background-position: left top 5px; }

.i-flag-left {
  padding-left: 20px !important;
  background-image: url(/img/flag.svg);
  background-repeat: no-repeat;
  background-position: left top 5px; }

.c-events-list {
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); }
  .c-events-list .c-event {
    display: block; }
    .c-events-list .c-event__label {
      margin-bottom: 0;
      min-height: 28px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px; }
    .c-events-list .c-event__cover {
      height: 200px;
      margin-bottom: 20px;
      width: 100%;
      object-fit: cover; }
    .c-events-list .c-event__meta {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 10px; }
    .c-events-list .c-event__date {
      font-size: 14px;
      font-weight: 600;
      color: #343434;
      background: #e7e9ea;
      padding: 8px 12px;
      border-radius: 6px;
      margin-right: 10px; }
    .c-events-list .c-event__country {
      font-size: 14px;
      font-weight: 600;
      color: #676a6c; }
    .c-events-list .c-event__title {
      font-size: 22px;
      line-height: 2.2rem;
      margin-bottom: 4px;
      color: #343434; }
    .c-events-list .c-event__location {
      margin-bottom: 4px;
      font-size: 14px; }
    .c-events-list .c-event .c-event__tag {
      font-size: 14px; }
    .c-events-list .c-event.c-event--past {
      margin: 10px 0; }
      .c-events-list .c-event.c-event--past .c-event__cover {
        height: 165px; }
      .c-events-list .c-event.c-event--past .c-event__country {
        margin-bottom: 10px; }
      .c-events-list .c-event.c-event--past .c-event__title {
        font-size: 14px;
        line-height: 1.4rem;
        margin-bottom: 0; }
      .c-events-list .c-event.c-event--past .c-event__date {
        font-size: 14px;
        font-weight: 100;
        background: none;
        text-transform: capitalize;
        padding: 0;
        margin: 0; }

.past-events__header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  -ms-flex-align: center;
  align-items: center; }

.past-events__heading {
  color: #343434;
  font-size: 20px;
  font-weight: 600;
  margin-right: auto; }

.c-event-register-button {
  padding: 10px 20px;
  line-height: 1.2rem;
  margin-right: 20px; }

.c-event-learn-button {
  font-size: 15px; }

.c-contact-us-form {
  margin: 40px 0; }
  .c-contact-us-form .c-input-group {
    margin-bottom: 20px; }
  .c-contact-us-form .highlight {
    font-weight: 600;
    color: #676A6C;
    margin-top: 10px;
    line-height: 1.5rem; }
  .c-contact-us-form .c-button {
    padding: 8px 40px; }
  .c-contact-us-form .attachment-input {
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 25px;
    border: 1px solid #aeaeae;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
    .c-contact-us-form .attachment-input input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .c-contact-us-form .attachment-input .label {
      color: #0B9F8E; }
    .c-contact-us-form .attachment-input .file-name {
      color: #aeaeae; }
    .c-contact-us-form .attachment-input span {
      line-height: 25px; }

.c-contact-us-list li {
  margin-top: 30px; }

.c-contact-us-list li:not(:last-child) {
  border-bottom: 1px solid #C1C2C2;
  padding-bottom: 30px; }

.c-contact-us-list p {
  line-height: 1.5rem; }

.c-contact-us-list a {
  margin-top: 5px;
  display: block;
  font-weight: 600; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.c-partner__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #C1C2C2; }

.c-partner__logo {
  height: 70px; }

.c-partner__website {
  margin-left: auto;
  background: url(img/circle-arrow-right.svg) right 10px center/24px no-repeat;
  padding: 10px 44px 10px 0; }

.c-partner__desc p {
  color: #343434; }

.c-partner__meta {
  padding: 30px 0;
  border-bottom: 1px solid #C1C2C2; }
  .c-partner__meta li {
    color: #676A6C;
    padding: 10px 0 15px 28px;
    background-size: 14px; }

.c-partner__founders {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #C1C2C2; }
  .c-partner__founders li {
    margin-right: 15px;
    max-width: 200px; }

.c-partner__quote p {
  color: #343434; }

.c-partner__quote .author {
  font-weight: 600;
  color: #676A6C;
  margin: 10px 0; }

.c-partner__jobs {
  margin: 50px 0; }
  @media (min-width: 71.875em) {
    .c-partner__jobs .job-item {
      display: grid;
      grid-template-columns: 1fr 1fr 300px 1fr; } }

.c-page-title {
  color: #C1C2C2;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 1rem;
  margin-bottom: 0; }

.faq {
  display: grid;
  grid-gap: 30px;
  margin: 0 0 60px; }
  @media (min-width: 56.25em) {
    .faq {
      grid-template-columns: 230px 1fr;
      grid-gap: 60px; } }
  .faq .c-faqs__title {
    font-size: 18px; }

@media (min-width: 56.25em) {
  .faq__aside {
    margin-top: 32px; } }

.faq__aside ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 56.25em) {
    .faq__aside ul {
      display: block; } }

.faq__aside__item {
  font-size: 18px; }
  .faq__aside__item a {
    display: block;
    color: #676A6C;
    line-height: 1.4;
    margin-bottom: 10px; }
    .faq__aside__item a span {
      display: inline-block;
      padding: 10px 12px;
      border-radius: 6px; }
    .faq__aside__item a.active span {
      color: #0B9F8E;
      font-weight: bold;
      border: 2px solid #0B9F8E;
      padding: 8px 10px; }

.faq__main {
  display: none; }
  @media (min-width: 56.25em) {
    .faq__main {
      margin-top: 32px; } }
  .faq__main.active {
    display: block; }
  .faq__main p {
    margin-bottom: 10px; }
  .faq__main h2 {
    font-weight: bold; }

.c-company__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 2px solid #c1c2c2;
  margin-bottom: 32px; }
  .c-company__header a {
    color: #0B9F8E; }
  .c-company__header svg {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    fill: #0B9F8E; }

.c-company__info {
  padding-bottom: 18px;
  border-bottom: 1px solid #c1c2c2; }
  .c-company__info .c-meta {
    font-size: 16px; }
  .c-company__info .desc {
    line-height: 1.45;
    color: #3f3f3f; }
  .c-company__info li {
    margin-bottom: 0.5rem; }

.c-company__founders {
  padding-bottom: 16px;
  border-bottom: 2px solid #c1c2c2;
  margin-bottom: 32px; }

.wamdax-people-list.small {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 24px; }
  .wamdax-people-list.small h5 {
    font-size: 16px;
    font-weight: bold; }
  .wamdax-people-list.small p {
    font-size: 14px; }

.c-media.podcast {
  position: relative; }
  .c-media.podcast .c-media__content {
    padding-left: 40px; }
    .c-media.podcast .c-media__content:before {
      position: absolute;
      left: 0;
      top: 0; }
  .c-media.podcast .c-media__title {
    font-size: 14px;
    line-height: 1.4; }

.c-list.space-minimal .c-list__item:not(:last-child) {
  margin-bottom: 20px; }

.filters-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 500px) {
    .filters-form {
      display: block; } }

.filters-form__item:not(:last-child) {
  margin-right: 24px; }

@media (max-width: 500px) {
  .filters-form__item select {
    width: 100%;
    display: block; }
  .filters-form__item:not(:last-child) {
    margin-right: 0; }
  .filters-form__item:not(:last-child) {
    margin-bottom: 16px; } }

.filters-form__item p {
  font-size: 13px;
  font-weight: bold;
  margin-top: 4px; }

.tags-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-top: solid 1px #dbdbdb;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: solid 1px #dbdbdb; }
  .tags-wrapper .clear {
    color: #0B9F8E; }

.tags-list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 500px) {
    .tags-list ul {
      margin-bottom: 10px; } }

.tags-list li:not(:last-child) {
  margin-right: 22px; }

.tags-list a {
  color: #8A9092;
  font-weight: bold; }
  .tags-list a:hover {
    color: #0B9F8E; }
    .tags-list a:hover svg {
      fill: currentColor; }

.tags-list svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  width: 14px;
  height: 14px;
  fill: #676A6C; }

.dashboard-home {
  margin-bottom: 50px; }

.dashboard-hero {
  background-color: #172757;
  padding: 3rem 0; }
  .dashboard-hero h2 {
    color: #fff;
    margin-bottom: 1.5rem; }

.dashboard-items {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem; }
  @media (min-width: 500px) {
    .dashboard-items {
      grid-template-columns: 1fr 1fr;
      grid-gap: 2rem; } }
  .dashboard-items li {
    text-align: center;
    /*padding: 2.5rem 0;*/
    padding: 14px 0; }
  .dashboard-items a {
    display: block; }
  .dashboard-items img {
    display: inline-block;
    width: 55px;
    height: 55px;
    margin-bottom: 1rem; }
  .dashboard-items h3 {
    color: #fff; }
  .dashboard-items.simple {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.5rem;
    -ms-flex-item-align: start;
    align-self: start; }
    @media (max-width: 43.75em) {
      .dashboard-items.simple {
        grid-template-columns: 1fr 1fr; } }
    .dashboard-items.simple li {
      padding: 0;
      text-align: initial; }
    .dashboard-items.simple a {
      display: block;
      padding: 1.2rem; }
    .dashboard-items.simple h3 {
      display: inline-block;
      color: #222;
      font-size: 16px; }
    .dashboard-items.simple img {
      vertical-align: middle;
      width: 25px;
      height: 25px;
      margin-bottom: 0;
      margin-right: 0.5rem; }

.item {
  border: 2px solid #fff;
  transition: 0.3s ease-out; }
  .item.active h3 {
    color: #fff;
    font-weight: bold; }
  .item.active img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(238deg) brightness(105%) contrast(101%); }
  .item:hover h3 {
    color: #fff; }
  .item:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(238deg) brightness(105%) contrast(101%); }

.item-1 {
  border-color: #F9BA35; }
  .item-1:hover {
    background: #F9BA35;
    color: #fff; }
  .item-1.active {
    background: #F9BA35;
    color: #fff; }

.item-2 {
  border-color: #59B587; }
  .item-2:hover {
    background: #59B587;
    color: #fff; }
  .item-2.active {
    background: #59B587;
    color: #fff; }

.item-3 {
  border-color: #7662A5; }
  .item-3:hover {
    background: #7662A5;
    color: #fff; }
  .item-3.active {
    background: #7662A5;
    color: #fff; }

.item-4 {
  border-color: #E84F54; }
  .item-4:hover {
    background: #E84F54;
    color: #fff; }
  .item-4.active {
    background: #E84F54;
    color: #fff; }

.o-grid--3.dashboard {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); }

.c-media.dashboard {
  position: relative; }
  .c-media.dashboard .c-tag {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background-color: #000;
    padding: 6px 14px; }
    .c-media.dashboard .c-tag.mappings {
      background-color: #F9BA35; }
    .c-media.dashboard .c-tag.chats {
      background-color: #59B587; }
    .c-media.dashboard .c-tag.convo {
      background-color: #7662A5; }
    .c-media.dashboard .c-tag.how-to {
      background-color: #E84F54; }

.tarjama {
  margin-top: 100px;
  border-top: 2px solid #ccc;
  padding-top: 50px; }
  .tarjama form {
    background-color: #F5F5F5;
    padding: 0.5rem; }
    @media (min-width: 48em) {
      .tarjama form {
        padding: 1.5rem; } }

.tarjama__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem; }
  @media (max-width: 47.99em) {
    .tarjama__header h2 {
      margin-bottom: 1rem; } }
  .tarjama__header .sub {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 16px; }
  @media (min-width: 48em) {
    .tarjama__header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .tarjama__header img {
    display: inline-block;
    width: 115px;
    vertical-align: middle; }
  @media (min-width: 48em) {
    .tarjama__header > div {
      margin-left: auto;
      margin-top: 45px; } }
  .tarjama__header a {
    margin-left: 1rem;
    color: #0f8c7d; }
  .tarjama__header a:hover {
    color: #0B9F8E; }

.tarjama__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px; }
  @media (min-width: 48em) {
    .tarjama__form {
      -ms-flex-direction: row;
      flex-direction: row; } }
  .tarjama__form + .c-button {
    min-width: 150px;
    height: 40px;
    display: block; }
    @media (max-width: 47.99em) {
      .tarjama__form + .c-button {
        width: 100%; } }
    @media (min-width: 48em) {
      .tarjama__form + .c-button {
        margin-left: auto; } }

.tarjama_input {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  width: 100%; }
  .tarjama_input label {
    position: absolute;
    pointer-events: none;
    color: #868686; }
  .tarjama_input input {
    width: 100%;
    height: 45px;
    border: 2px solid #999; }
    .tarjama_input input:focus {
      border-color: #0B9F8E; }
  @media (min-width: 48em) {
    .tarjama_input.en {
      padding-right: 8px; } }
  .tarjama_input.en label {
    right: 1rem;
    top: 16px; }
  .tarjama_input.en input {
    padding-right: 70px; }
  @media (min-width: 48em) {
    .tarjama_input.ar {
      padding-left: 8px; } }
  .tarjama_input.ar label {
    left: 1rem;
    top: 16px; }
  .tarjama_input.ar input {
    padding-left: 70px;
    text-align: right;
    padding-right: 0.8em; }

.tarjama_switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: url("../img/switch.svg") center/28px 24px no-repeat;
  font-size: 0;
  width: 28px;
  height: 38px;
  margin: 0 6px; }
  @media (max-width: 47.99em) {
    .tarjama_switch {
      transform: rotate(90deg);
      margin: 10px 0; } }
  .tarjama_switch.rotate {
    background-image: url(../img/refresh.png);
    background-position: center;
    background-size: 100%;
    animation: rotating 2s linear infinite; }

.tarjama_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem; }
  .tarjama_list li {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem; }
  .tarjama_list .c-tag {
    font-weight: 500; }

.c-tag--outline {
  display: inline-block;
  padding: 2px 4px;
  border-radius: 5px;
  border: 1px solid #aeaeae;
  font-size: 14px;
  text-transform: initial; }

@keyframes rotating {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.sr-only {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.u-push-top {
  margin-top: 16px; }

.u-push-top-small {
  margin-top: 8px; }

.u-push-left {
  margin-left: 16px; }

.u-push-left-small {
  margin-left: 8px; }

.u-push-right-small {
  margin-right: 8px; }

.u-push-bottom {
  margin-bottom: 16px; }

.u-push-bottom-small {
  margin-bottom: 8px; }

.u-push-top-middle {
  margin-top: 24px; }

.u-push-top-large {
  margin-top: 32px; }

.u-push-bottom-large {
  margin-bottom: 32px !important; }

.u-text-offset {
  padding-top: 8px;
  padding-bottom: 8px; }

.u-text-left {
  text-align: left; }

.u-offset {
  padding: 16px 16px 0; }

.u-offset-vertical {
  padding-top: 16px;
  padding-bottom: 16px; }

.u-offset-vertical-md {
  padding-top: 24px;
  padding-bottom: 24px; }

.u-offset-horizontal {
  padding-left: 16px;
  padding-right: 16px; }

.u-offset-reset {
  padding: 0; }

.u-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .u-flex > * + * {
    margin-right: 16px; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.u-limit {
  max-width: 620px; }

.u-offset-vertical-lg {
  padding-top: 32px;
  padding-bottom: 32px; }

.u-offset-bottom-reset {
  padding-bottom: 0 !important; }

.u-text-small {
  font-size: 0.85rem; }

.u-text-normal {
  font-size: 14px; }
  @media (min-width: 48em) {
    .u-text-normal {
      font-size: 16px; } }

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

@media (min-width: 25em) {
  .u-width-50 {
    width: 50%; } }

.u-width-full {
  width: 100% !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important; }
  @media (min-width: 48em) {
    .u-width-full {
      width: initial !important;
      -ms-flex: initial !important;
      flex: initial !important; }
      .u-width-full select {
        width: 200px; } }

.u-width-initial {
  width: initial; }
  .u-width-initial .c-input {
    width: 200px; }

.u-strong-brand {
  font-family: "Open Sans", sans-serif !important;
  color: #0B9F8E !important; }

.u-strong {
  font-weight: bold; }

.u-brand {
  color: #0B9F8E !important; }

.u-hidden {
  overflow: hidden; }

.d-none {
  display: none; }

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

@media (min-width: 48em) {
  .d-desktop-show {
    display: block; } }

.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.u-link {
  color: #727272; }
  .u-link:hover {
    color: #0B9F8E; }

.u-item-header {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #fafafa;
  border-bottom: 1px solid #e5e5e5; }

.u-dir-ltr {
  direction: ltr;
  unicode-bidi: embed; }

@media (min-width: 48em) {
  .u-md-50 {
    width: 50%; } }

@media (min-width: 1150px) {
  .u-desktop-none {
    display: none; } }

@media (min-width: 48em) {
  .u-desktop-show {
    display: block; } }
