@charset "UTF-8";

:root {
  --font-family-sans-serif: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-arabic-sans-serif: "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-arabic-sans-serif-arabic-headings: "IBM Plex Sans Arabic Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-sans-serif-bold: "IBM Plex Sans Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-sans-serif-headings: "Karrik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --font-family-monospace-italic: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@font-face {
  font-family: 'Karrik';
  src: url("../fonts/Karrik-Regular.ttf") format("truetype");
  src: url("../fonts/Karrik-Regular.woff") format("woff");
  src: url("../fonts/Karrik-Regular.woff2") format("woff2");
}

@font-face {
  font-family: 'Karrik Italic';
  src: url("../fonts/Karrik-Italic.ttf") format("truetype");
  src: url("../fonts/Karrik-Italic.woff") format("woff");
  src: url("../fonts/Karrik-Italic.woff2") format("woff2");
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("../fonts/IBMPlexSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'IBM Plex Sans Italic';
  src: url("../fonts/IBMPlexSans-Italic.ttf") format("truetype");
}

@font-face {
  font-family: 'IBM Plex Sans Bold';
  src: url("../fonts/IBMPlexSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'IBM Plex Sans Bold Italic';
  src: url("../fonts/IBMPlexSans-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: 'IBM Plex Sans Arabic';
  src: url("../fonts/IBMPlexSansArabic-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'IBM Plex Sans Arabic Bold';
  src: url("../fonts/IBMPlexSansArabic-Bold.ttf") format("truetype");
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

html {
  font-family: var(--);
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: var(--font-family-sans-serif);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
}

body.rtl {
  font-family: var(--font-family-arabic-sans-serif);
}

p {
  font-size: 1.25rem;
  font-weight: normal;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-sans-serif-headings);
  color: var(--foreground);
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6 {
  font-family: var(--font-family-arabic-sans-serif-arabic-headings);
  font-weight: normal;
}

.no-underline {
	text-decoration: none !important;
}

.site-logo {
  content: ' ';
  background: url('../icons/logo-light.svg') no-repeat scroll center;
  background-color: transparent;
  background-size: 248px 25px;
  width: 248px;
  height: 25px;
  margin-right: 1.25rem;
}

body.rtl .site-logo {
  margin-right: 0rem;
  margin-left: 1.25rem;
}

body.rtl .mobile .site-logo {
  margin-right: 1.25rem;
  margin-left: 0rem;
}

.darkmode .site-logo {
  background: url('../icons/logo-dark.svg') no-repeat scroll center;
}

.footer-site-logo {
  content: ' ';
  background: url('../icons/logo-light.svg') no-repeat scroll center;
  background-color: transparent;
  background-size: 280px 55px;
  width: 280px;
  height: 55px;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: var(--foreground);
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--clr-accent) !important;
}

a:focus {
  outline: 1px solid transparent !important;
  box-shadow: none;
}

input:focus {
  outline: 1px solid transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.page-entry-content a {
  text-decoration: underline;
}

.entry-content a {
  text-decoration: underline;
}

p.description {
  color: var(--foreground) !important;
  font-size: 1rem;
  opacity: .5;
}

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: var(--font-family-monospace);
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--gray);
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: var(--font-family-sans-serif-headings);
  font-weight: normal !important;
}

label:hover {
  cursor: inherit;
}

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

h1 strong {
  font-weight: normal !important;
}

h2 strong {
  font-weight: normal !important;
}

h3 strong {
  font-weight: normal !important;
}

h4 strong {
  font-weight: normal !important;
}

h5 strong {
  font-weight: normal !important;
}

h6 strong {
  font-weight: normal !important;
}

h6 {
  text-transform: uppercase !important;
}

.um-field-label label {
  margin-bottom: 0 !important;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

.text-monospace {
  font-family: var(--font-family-monospace) !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

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

.text-left {
  text-align: left !important; }

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 500 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: var(--black) !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

  @media (max-width: 992px) {
    :root {
      font-size: 90% !important;
    }
  }
