@charset "UTF-8";
/* 
Theme Name: Bootstrap 4 Sass
Description: Bootstrap 4 with Sass
*/
/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
/* TYPOGRAPHY */
/* Google Fonts */
@media (min-width: 75.0625rem) {
  .text-align-desktop-center {
    text-align: center !important;
  }
}
@media (min-width: 48.0625rem) and (max-width: 75rem) {
  .text-align-tablet-center {
    text-align: center !important;
  }
}
@media (max-width: 48rem) {
  .text-align-mobile-center {
    text-align: center !important;
  }
}
/* GENERAL STYLES
-------------------------------------------------*/
:root {
  --font-weight-normal: 400;
  --font-weight-semi-bold: 500;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: clip;
}

a {
  color: inherit;
}

p {
  margin-block-end: 0.5rem;
}

.field--name-field-steps,
.field--name-field-steps .field--name-field-paragraphs {
  --steps-gap: 3rem;
  display: flex;
  flex-direction: column;
  gap: var(--steps-gap);
  margin: 0;
  padding: 0;
  counter-reset: step;
}
.field--name-field-steps .field__item,
.field--name-field-steps .field--name-field-paragraphs .field__item {
  font-size: 1.125rem;
  line-height: 1.75rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  max-height: 48px;
  color: #1A1C1E;
}
@media (max-width: 90rem) {
  .field--name-field-steps .field__item,
  .field--name-field-steps .field--name-field-paragraphs .field__item {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 64rem) {
  .field--name-field-steps .field__item,
  .field--name-field-steps .field--name-field-paragraphs .field__item {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.field--name-field-steps .field__item::before,
.field--name-field-steps .field--name-field-paragraphs .field__item::before {
  font-size: 1rem;
  line-height: 1.5rem;
  content: counter(step);
  counter-increment: step;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #E8E2DB;
  border-radius: 50%;
  background: #FBFAF9;
  color: #1A1C1E;
  flex-shrink: 0;
  z-index: 2;
}
@media (max-width: 90rem) {
  .field--name-field-steps .field__item::before,
  .field--name-field-steps .field--name-field-paragraphs .field__item::before {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 64rem) {
  .field--name-field-steps .field__item::before,
  .field--name-field-steps .field--name-field-paragraphs .field__item::before {
    font-size: 0.75rem;
    line-height: 1.0625rem;
  }
}
.field--name-field-steps .field__item:not(:last-child)::after,
.field--name-field-steps .field--name-field-paragraphs .field__item:not(:last-child)::after {
  content: "";
  position: absolute;
  inset-block-start: 48px;
  inset-block-end: calc(-1 * var(--steps-gap));
  inset-inline-start: 24px;
  width: 1px;
  background: #E8E2DB;
  z-index: 1;
  top: calc(100% + 4px);
  height: 40px;
}
.field--name-field-steps .field__item p,
.field--name-field-steps .field--name-field-paragraphs .field__item p {
  margin: 0;
}
.field--name-field-steps .field__item strong,
.field--name-field-steps .field__item b,
.field--name-field-steps .field--name-field-paragraphs .field__item strong,
.field--name-field-steps .field--name-field-paragraphs .field__item b {
  font-family: "Jokker", sans-serif;
  font-weight: 500;
}

/* COLORS 
--------------------------------------------------*/
.bg-inverse {
  background: rgb(242, 215, 147) !important;
}

.node__content {
  margin-top: 0;
  font-size: unset;
}

.menu--account li a {
  color: rgb(242, 215, 147);
}

.site-name-slogan a {
  text-decoration: none;
}

.card-group img {
  margin: 0;
  width: 100%;
  height: auto;
}

.card-group .field--type-image {
  margin: 0;
}

.slick {
  width: 100%;
}

.slick > div {
  margin: 0 0.9375rem;
}

.border-white-20 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fs-0 {
  font-size: 0 !important;
}

.gap-20 {
  gap: 1.25rem;
}

.mb-4 {
  margin-block-end: 1.5rem;
}

.mt-4 {
  margin-block-start: 1.5rem;
}

/* CONTAINER & GRID OVERRIDES
-------------------------------------------------*/
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding: 0;
}
@media (max-width: 36rem) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    padding-inline-end: var(--bs-gutter-x);
    padding-inline-start: var(--bs-gutter-x);
  }
}

@media (max-width: 36rem) {
  .row {
    --bs-gutter-x: 1rem;
  }
}

h1,
.h1 {
  font-size: 2.75rem;
  line-height: 3.25rem;
}
@media (max-width: 64rem) {
  h1,
  .h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 36rem) {
  h1,
  .h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h2,
.h2 {
  font-size: 2.375rem;
  line-height: 2.75rem;
}
@media (max-width: 90rem) {
  h2,
  .h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 64rem) {
  h2,
  .h2 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
@media (max-width: 36rem) {
  h2,
  .h2 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

h3,
.h3 {
  font-size: 2.125rem;
  line-height: 2.5rem;
}
@media (max-width: 90rem) {
  h3,
  .h3 {
    font-size: 2rem;
  }
}
@media (max-width: 64rem) {
  h3,
  .h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 36rem) {
  h3,
  .h3 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

h4,
.h4 {
  font-size: 1.625rem;
  line-height: 2rem;
}
@media (max-width: 90rem) {
  h4,
  .h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 64rem) {
  h4,
  .h4 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media (max-width: 36rem) {
  h4,
  .h4 {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}

h5,
.h5 {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (max-width: 64rem) {
  h5,
  .h5 {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

h6,
.h6 {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@media (max-width: 64rem) {
  h6,
  .h6 {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}

.display-1 {
  font-size: 2.875rem;
  line-height: 3.5rem;
}
@media (max-width: 90rem) {
  .display-1 {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }
}
@media (max-width: 64rem) {
  .display-1 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 36rem) {
  .display-1 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.display-2 {
  font-size: 2.375rem;
  line-height: 2.75rem;
}
@media (max-width: 90rem) {
  .display-2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 64rem) {
  .display-2 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
@media (max-width: 36rem) {
  .display-2 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

.display-3 {
  font-size: 2.125rem;
  line-height: 2.5rem;
}
@media (max-width: 90rem) {
  .display-3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 64rem) {
  .display-3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

.display-4 {
  font-size: 1.625rem;
  line-height: 2rem;
}
@media (max-width: 90rem) {
  .display-4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 64rem) {
  .display-4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.typography-body-xlarge {
  font-size: 1.375rem;
  line-height: 2rem;
}
@media (max-width: 90rem) {
  .typography-body-xlarge {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 75rem) {
  .typography-body-xlarge {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 36rem) {
  .typography-body-xlarge {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}
.typography-body-xlarge .saudi-riyal-sign {
  font-size: 1.375rem;
  line-height: 1.75rem;
}
@media (max-width: 90rem) {
  .typography-body-xlarge .saudi-riyal-sign {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media (max-width: 64rem) {
  .typography-body-xlarge .saudi-riyal-sign {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.typography-body-large {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (max-width: 90rem) {
  .typography-body-large {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 64rem) {
  .typography-body-large {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.typography-body-large .saudi-riyal-sign {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (max-width: 90rem) {
  .typography-body-large .saudi-riyal-sign {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (max-width: 64rem) {
  .typography-body-large .saudi-riyal-sign {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

body,
.typography-body-default {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 90rem) {
  body,
  .typography-body-default {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 64rem) {
  body,
  .typography-body-default {
    font-size: 0.75rem;
    line-height: 1.0625rem;
  }
}
body .saudi-riyal-sign,
.typography-body-default .saudi-riyal-sign {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (max-width: 90rem) {
  body .saudi-riyal-sign,
  .typography-body-default .saudi-riyal-sign {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
@media (max-width: 64rem) {
  body .saudi-riyal-sign,
  .typography-body-default .saudi-riyal-sign {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
}

.typography-body-small {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (max-width: 90rem) {
  .typography-body-small {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
}
@media (max-width: 36rem) {
  .typography-body-small {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.typography-body-small .saudi-riyal-sign {
  font-size: 0.875rem;
  line-height: 1rem;
}
@media (max-width: 90rem) {
  .typography-body-small .saudi-riyal-sign {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}

.typography-body-xsmall {
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (max-width: 90rem) {
  .typography-body-xsmall {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}
@media (max-width: 36rem) {
  .typography-body-xsmall {
    font-size: 0.6875rem;
    line-height: 0.8125rem;
  }
}

.typography-body-tiny {
  font-size: 0.625rem;
  line-height: 0.75rem;
}
@media (max-width: 90rem) {
  .typography-body-tiny {
    font-size: 0.5rem;
    line-height: 0.5rem;
  }
}

a.typography-link-xlarge {
  font-size: 1.375rem;
  line-height: 2rem;
}
@media (max-width: 90rem) {
  a.typography-link-xlarge {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 64rem) {
  a.typography-link-xlarge {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

a.typography-link-large {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (max-width: 90rem) {
  a.typography-link-large {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 64rem) {
  a.typography-link-large {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}

a.typography-link-default {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 90rem) {
  a.typography-link-default {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 64rem) {
  a.typography-link-default {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
}

a.typography-link-small {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (max-width: 90rem) {
  a.typography-link-small {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

a.typography-link-tiny {
  font-size: 2.875rem;
  line-height: 3.5rem;
}
@media (max-width: 90rem) {
  a.typography-link-tiny {
    font-size: 0.5rem;
    line-height: 0.5rem;
  }
}

.typography-riyal-xlarge {
  font-size: 1.375rem;
  line-height: 1.75rem;
}
@media (max-width: 90rem) {
  .typography-riyal-xlarge {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media (max-width: 64rem) {
  .typography-riyal-xlarge {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.typography-riyal-lg {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (max-width: 90rem) {
  .typography-riyal-lg {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (max-width: 64rem) {
  .typography-riyal-lg {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

.typography-riyal-default {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (max-width: 90rem) {
  .typography-riyal-default {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
@media (max-width: 64rem) {
  .typography-riyal-default {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
}

.typography-riyal-sm {
  font-size: 0.875rem;
  line-height: 1rem;
}
@media (max-width: 90rem) {
  .typography-riyal-sm {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}

.typography-riyal-xs {
  font-size: 0.75rem;
  line-height: 0.875rem;
}
@media (max-width: 90rem) {
  .typography-riyal-xs {
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
}

.riyal-heading2 {
  font-size: 2.375rem;
  line-height: 2.75rem;
}
@media (max-width: 90rem) {
  .riyal-heading2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 75rem) {
  .riyal-heading2 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
@media (max-width: 62rem) {
  .riyal-heading2 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

.p-offset-top {
  padding-top: 5.125rem;
}
@media (max-width: 75rem) {
  .p-offset-top {
    padding-top: 3rem;
  }
}
@media (max-width: 36rem) {
  .p-offset-top {
    padding-top: 1.25rem;
  }
}

.p-offset-bottom {
  padding-bottom: 5.125rem;
}
@media (max-width: 75rem) {
  .p-offset-bottom {
    padding-bottom: 3rem;
  }
}
@media (max-width: 36rem) {
  .p-offset-bottom {
    padding-bottom: 1.25rem;
  }
}

.p-offset-start {
  padding-inline-start: 5.125rem;
}
@media (max-width: 75rem) {
  .p-offset-start {
    padding-inline-start: 3rem;
  }
}
@media (max-width: 36rem) {
  .p-offset-start {
    padding-inline-start: 1.25rem;
  }
}

.p-offset-end {
  padding-inline-end: 5.125rem;
}
@media (max-width: 75rem) {
  .p-offset-end {
    padding-inline-end: 3rem;
  }
}
@media (max-width: 36rem) {
  .p-offset-end {
    padding-inline-end: 1.25rem;
  }
}

.m-offset-start {
  margin-inline-start: 5.125rem;
}
@media (max-width: 75rem) {
  .m-offset-start {
    margin-inline-start: 3rem;
  }
}
@media (max-width: 36rem) {
  .m-offset-start {
    margin-inline-start: 1.25rem;
  }
}

.badge {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 90rem) {
  .badge {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 64rem) {
  .badge {
    font-size: 0.75rem;
    line-height: 1.0625rem;
  }
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item a,
.breadcrumb-item span {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (max-width: 90rem) {
  .breadcrumb-item a,
  .breadcrumb-item span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 64rem) {
  .breadcrumb-item a,
  .breadcrumb-item span {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.breadcrumb-item:not(.active) a {
  color: #575757;
}
.breadcrumb-item:not(.active) a:hover {
  color: #1A1C1E;
}
.breadcrumb-item::before {
  height: 12px;
}
@media (min-width: 90.0625rem) {
  .breadcrumb-item::before {
    height: 16px;
  }
}

.pagination .page-item .icon {
  background: url(../images/icons/caret-grey.svg);
  background-size: 9px 16px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0.75rem;
}
.pagination .page-item .icon.icon-reverse {
  rotate: 180deg;
}
.pagination .page-item .page-link {
  box-sizing: content-box;
  width: 26px;
  height: 22px;
  display: flex;
  justify-content: center;
  border-radius: 0.75rem;
  margin-inline-start: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (max-width: 90rem) {
  .pagination .page-item .page-link {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 64rem) {
  .pagination .page-item .page-link {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.pagination .page-item:first-child .page-link:hover, .pagination .page-item:first-child .page-link:focus, .pagination .page-item:last-child .page-link:hover, .pagination .page-item:last-child .page-link:focus {
  background-color: transparent;
  box-shadow: none;
}

ul li::marker,
ol li::marker {
  color: #A44F17;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: var(--font-weight-semi-bold);
}
@media (max-width: 90rem) {
  ul li::marker,
  ol li::marker {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
}
@media (max-width: 36rem) {
  ul li::marker,
  ol li::marker {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

strong {
  font-weight: var(--font-weight-semi-bold);
}

.text-formatted ul.custom-list,
.text-formatted ol.custom-list,
.ck ul.custom-list,
.ck ol.custom-list,
.webform-type-processed-text ul.custom-list,
.webform-type-processed-text ol.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.text-formatted ul.custom-list li,
.text-formatted ol.custom-list li,
.ck ul.custom-list li,
.ck ol.custom-list li,
.webform-type-processed-text ul.custom-list li,
.webform-type-processed-text ol.custom-list li {
  position: relative;
  padding-inline-start: 1.5rem;
  min-height: 19px;
  margin-bottom: 1.25rem;
}
.text-formatted ul.custom-list li::before,
.text-formatted ol.custom-list li::before,
.ck ul.custom-list li::before,
.ck ol.custom-list li::before,
.webform-type-processed-text ul.custom-list li::before,
.webform-type-processed-text ol.custom-list li::before {
  content: "";
  position: absolute;
  top: 0px;
  inset-inline-start: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #A44F17;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A44F17;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: var(--font-weight-semi-bold);
}
@media (max-width: 90rem) {
  .text-formatted ul.custom-list li::before,
  .text-formatted ol.custom-list li::before,
  .ck ul.custom-list li::before,
  .ck ol.custom-list li::before,
  .webform-type-processed-text ul.custom-list li::before,
  .webform-type-processed-text ol.custom-list li::before {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
}
@media (max-width: 36rem) {
  .text-formatted ul.custom-list li::before,
  .text-formatted ol.custom-list li::before,
  .ck ul.custom-list li::before,
  .ck ol.custom-list li::before,
  .webform-type-processed-text ul.custom-list li::before,
  .webform-type-processed-text ol.custom-list li::before {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 62.0625rem) {
  .text-formatted ul.custom-list li::before,
  .text-formatted ol.custom-list li::before,
  .ck ul.custom-list li::before,
  .ck ol.custom-list li::before,
  .webform-type-processed-text ul.custom-list li::before,
  .webform-type-processed-text ol.custom-list li::before {
    top: 3px;
  }
}
.text-formatted ul.custom-list li::before,
.ck ul.custom-list li::before,
.webform-type-processed-text ul.custom-list li::before {
  background: url("../images/icons/correct-circle.svg");
  background-size: cover;
  width: 20px;
  height: 20px;
  border: 0;
}
.text-formatted ol.custom-list,
.ck ol.custom-list,
.webform-type-processed-text ol.custom-list {
  counter-reset: item;
}
.text-formatted ol.custom-list li,
.ck ol.custom-list li,
.webform-type-processed-text ol.custom-list li {
  counter-increment: item;
}
.text-formatted ol.custom-list li::before,
.ck ol.custom-list li::before,
.webform-type-processed-text ol.custom-list li::before {
  content: counter(item);
}
.text-formatted > .custom-list:last-child li:last-child,
.ck > .custom-list:last-child li:last-child,
.webform-type-processed-text > .custom-list:last-child li:last-child {
  margin-bottom: 0;
}
.text-formatted p a,
.ck p a,
.webform-type-processed-text p a {
  color: #A44F17;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.text-formatted .field--name-field-media-image,
.ck .field--name-field-media-image,
.webform-type-processed-text .field--name-field-media-image {
  margin-inline-end: 0.625rem;
  margin-bottom: 0.25rem;
}
.text-formatted *:last-child,
.ck *:last-child,
.webform-type-processed-text *:last-child {
  margin-block-end: 0;
}
.text-formatted blockquote,
.ck blockquote,
.webform-type-processed-text blockquote {
  border-inline-start: 0.125rem solid #8A3A12;
  padding-inline-start: 3.5rem;
  margin: 0;
}
@media (max-width: 62rem) {
  .text-formatted blockquote,
  .ck blockquote,
  .webform-type-processed-text blockquote {
    padding-inline-start: 1.5rem;
  }
}
.text-formatted p.background:not(.custom-featured__items p) span[style*=background-color],
.ck p.background:not(.custom-featured__items p) span[style*=background-color],
.webform-type-processed-text p.background:not(.custom-featured__items p) span[style*=background-color] {
  display: inline-block;
  word-break: break-word;
  width: 100%;
  padding: 1.5rem 2rem;
  border-radius: 1.5rem;
  box-sizing: border-box;
}
@media (max-width: 62rem) {
  .text-formatted p.background:not(.custom-featured__items p) span[style*=background-color],
  .ck p.background:not(.custom-featured__items p) span[style*=background-color],
  .webform-type-processed-text p.background:not(.custom-featured__items p) span[style*=background-color] {
    padding: 1rem;
  }
}
@media (min-width: 62.0625rem) {
  .text-formatted .custom-options,
  .ck .custom-options,
  .webform-type-processed-text .custom-options {
    padding-inline-end: 3.75rem;
  }
}
.text-formatted .custom-options .custom-options__content,
.ck .custom-options .custom-options__content,
.webform-type-processed-text .custom-options .custom-options__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.text-formatted .custom-options .custom-options__content .custom-options__intro,
.ck .custom-options .custom-options__content .custom-options__intro,
.webform-type-processed-text .custom-options .custom-options__content .custom-options__intro {
  color: #707070;
}
.text-formatted .custom-options .custom-options__content .custom-options__intro strong,
.ck .custom-options .custom-options__content .custom-options__intro strong,
.webform-type-processed-text .custom-options .custom-options__content .custom-options__intro strong {
  font-weight: var(--font-weight-semi-bold);
}
.text-formatted .custom-options .custom-options__content .custom-options__primary,
.ck .custom-options .custom-options__content .custom-options__primary,
.webform-type-processed-text .custom-options .custom-options__content .custom-options__primary {
  color: #1A1C1E;
}
.text-formatted .custom-options .custom-options__content .custom-options__divider,
.ck .custom-options .custom-options__content .custom-options__divider,
.webform-type-processed-text .custom-options .custom-options__content .custom-options__divider {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.text-formatted .custom-options .custom-options__content .custom-options__divider::before, .text-formatted .custom-options .custom-options__content .custom-options__divider::after,
.ck .custom-options .custom-options__content .custom-options__divider::before,
.ck .custom-options .custom-options__content .custom-options__divider::after,
.webform-type-processed-text .custom-options .custom-options__content .custom-options__divider::before,
.webform-type-processed-text .custom-options .custom-options__content .custom-options__divider::after {
  flex: 1 0 0;
  content: "";
  height: 1px;
  background-color: #E8E2DB;
}
.text-formatted .custom-options .custom-options__content .custom-options__divider .custom-options__divider-label,
.ck .custom-options .custom-options__content .custom-options__divider .custom-options__divider-label,
.webform-type-processed-text .custom-options .custom-options__content .custom-options__divider .custom-options__divider-label {
  color: #707070;
  white-space: nowrap;
}
.text-formatted .custom-options .custom-options__content .custom-options__secondary,
.ck .custom-options .custom-options__content .custom-options__secondary,
.webform-type-processed-text .custom-options .custom-options__content .custom-options__secondary {
  color: #1A1C1E;
  font-weight: var(--font-weight-normal);
}

.alert-wrapper {
  position: relative;
  z-index: 9;
}
.alert-wrapper .alert::after {
  content: "";
  position: absolute;
  width: 45%;
  height: 3px;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 1;
  border-bottom-left-radius: 1.25rem;
  background: #707070;
}
.alert-wrapper .alert.alert-success::after {
  background: #289A14;
}
.alert-wrapper .alert.alert-warning::after {
  background: #EFBA3A;
}
.alert-wrapper .alert.alert-danger::after {
  background: #E54C34;
}

.placeholder {
  background: unset;
  opacity: 1;
}

.overlay-black-700 {
  position: relative;
}
.overlay-black-700::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 28, 30, 0.6980392157);
}

.text-footer {
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.submenu-close {
  --bs-btn-close-bg: url("../images/icons/close-menus.svg") !important;
  background-size: 2rem;
  inline-size: 2rem;
  block-size: 2rem;
  background-position: right;
  width: 100%;
  padding: 0px;
}

.node__title {
  display: none !important;
}

.user-logged-in .main-header {
  position: unset;
  background-color: #F9F1DE;
}
.user-logged-in.scrolled header #navbar-main {
  position: unset;
}

.bg-body {
  background-color: #FBFAF9 !important;
}

[lang=en] #block-saib-language-switcher .language-link {
  font-family: "Almarai", sans-serif !important;
  font-weight: 400;
}

.spinner-border {
  background: url(../images/icons/spinner.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  background: url(../images/icons/spinner.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
}

.nav-link:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  box-shadow: 0 0 0 0.25rem rgba(242, 215, 147, 0.25);
  outline: -webkit-focus-ring-color auto 1px;
  box-shadow: 0 0 0 0.25rem rgba(242, 215, 147, 0.25);
}

.accordion-button:not(.collapsed) {
  box-shadow: unset;
  color: #1A1C1E;
}

.nav-pills .nav-item .nav-link.btn {
  padding: 1rem 1.5rem;
  border-radius: 1.25rem;
  background-color: #FFFFFF;
  color: #1A1C1E;
  border: 0.5px solid #e8e2db;
}
.nav-pills .nav-item .nav-link.active {
  background-color: #A44F17;
  color: #FFFFFF;
  border: 1px solid #e8e2db;
}

.ui-layout-builder-modal {
  width: 90% !important;
  inset-inline-start: 100px !important;
  inset-inline-end: auto !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin-block-start: 3.75rem;
  margin-block-end: 0rem;
}
.slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 4px;
  border-radius: 0;
  background: #d9d5ce;
  border: none;
  cursor: pointer;
  padding: 0;
  transform: skewX(-40deg);
}
.slick-dots li.slick-active button {
  width: 34px;
  background: #A44F17;
}

.arrows-slick .slick-dots li button[aria-selected=true] {
  width: 34px;
  background: #a44f17;
}

.center-items .d-flex {
  justify-content: center;
}

.responsive-media .responsive-media__mobile {
  display: none;
}
@media (max-width: 48rem) {
  .responsive-media .responsive-media__desktop {
    display: none;
  }
  .responsive-media .responsive-media__mobile {
    display: block;
  }
}

.border-radius-1000 {
  border-radius: 2.5rem;
}

@media (min-width: 48.0625rem) {
  .section-10-col-md > .col-12 {
    width: 83.333333%;
  }
}

.custom-select-wrapper {
  position: relative;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-select-wrapper .custom-select-trigger {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  justify-content: space-between;
}
.custom-select-wrapper .custom-select-trigger svg {
  flex: 0 0 auto;
  transition: transform 0.2s;
}
.custom-select-wrapper:not(.has-value) .selected-label {
  color: #707070;
}
.custom-select-wrapper .custom-select-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 1001;
  border: 1px solid #e8e2db;
}
@media (max-width: 75rem) {
  .custom-select-wrapper .custom-select-dropdown {
    position: fixed;
    inset-block-start: auto;
    inset-block-end: calc(0.5rem + env(safe-area-inset-bottom));
    inset-inline: 0.75rem;
    max-block-size: min(70dvh, 420px);
    padding-block-start: 1.75rem;
    overflow-y: auto;
    border-radius: 1.5rem 1.5rem 0 0;
    border-color: #E8E2DB;
    box-shadow: 0 -8px 40px rgba(26, 28, 30, 0.16);
    z-index: 1052;
    left: 0;
    bottom: 0;
    width: 100%;
    right: 0;
  }
  .custom-select-wrapper .custom-select-dropdown::before {
    content: "";
    position: absolute;
    inset-block-start: 0.75rem;
    inset-inline: 0;
    inline-size: 2.5rem;
    block-size: 4px;
    margin-inline: auto;
    border-radius: 62.4375rem;
    background-color: #E5E5E5;
  }
}
.custom-select-wrapper .custom-select-option {
  padding: 1.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #1A1C1E;
  cursor: pointer;
  border-bottom: 1px solid #e8e2db;
}
@media (max-width: 90rem) {
  .custom-select-wrapper .custom-select-option {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 64rem) {
  .custom-select-wrapper .custom-select-option {
    font-size: 0.75rem;
    line-height: 1.0625rem;
  }
}
.custom-select-wrapper .custom-select-option:last-child {
  margin-bottom: 2rem;
}
@media (min-width: 48.0625rem) {
  .custom-select-wrapper .custom-select-option {
    padding: 1.125rem 1rem;
  }
  .custom-select-wrapper .custom-select-option:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 75.0625rem) {
  .custom-select-wrapper .custom-select-option {
    padding: 1.25rem 1rem;
  }
}
.custom-select-wrapper.open .custom-select-trigger svg {
  transform: rotate(180deg);
}
.custom-select-wrapper.open .custom-select-dropdown {
  display: block;
}

body.custom-select-sheet-open {
  overflow: hidden;
  touch-action: none;
}

.custom-select-backdrop {
  display: none;
}
@media (max-width: 36rem) {
  .custom-select-backdrop.is-active {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(26, 28, 30, 0.42);
    z-index: 98;
  }
}

.form-select {
  --bs-form-select-bg-img: none;
  padding-block-start: 1rem;
  padding-inline-end: 0.75rem;
  padding-block-end: 1rem;
  padding-inline-start: 0.75rem;
}

.bef-links ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.75rem;
  margin: 0;
}
.bef-links ul li {
  padding: 1rem 0px;
  background: white;
  border-radius: 1.25rem;
}
.bef-links ul li a {
  padding: 1rem 1.5rem;
  font-size: 1rem;
}
@media (max-width: 36rem) {
  .bef-links ul li a {
    font-size: 0.875rem;
  }
}
.bef-links ul li:has(a.bef-link--selected) {
  background-color: #a44f17;
  color: white;
}

.block-inline-blockheader.horizontal .header-block-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.block-inline-blockheader.horizontal .header-block-content .wrapper-title {
  flex: 1 0 0;
}
.block-inline-blockheader.horizontal .header-block-content .mt-space-700 {
  margin: 0 !important;
}
@media (max-width: 62rem) {
  .block-inline-blockheader.horizontal .header-block-content {
    flex-direction: column;
    gap: 2.5rem;
    justify-content: center;
  }
  .block-inline-blockheader.horizontal .header-block-content .wrapper-title {
    text-align: center;
  }
}

@media (max-width: 62rem) {
  .bg-edge2edge {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
  }
}

.border-bottom-white-opacity-800 {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.8);
}

.slick-arrow::before {
  -webkit-mask-image: url(../images/icons/arrow-right.svg) !important;
          mask-image: url(../images/icons/arrow-right.svg) !important;
}
.slick-arrow.slick-prev::before {
  rotate: 180deg;
}
.slick-arrow:hover::before {
  background: #FFFFFF !important;
}

.slick-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.bg-color-white-600 {
  background-color: rgba(255, 255, 255, 0.6);
}

.vlb-section .vlb-section-header .col-xl-6 > div {
  height: 100%;
}
.vlb-section .vlb-section-header:has(> :nth-child(2)) {
  row-gap: 24px;
}
@media (max-width: 75rem) {
  .vlb-section .vlb-section-header:has(> :nth-child(2)) .block-content--type-header {
    text-align: center !important;
  }
}

@font-face {
  font-family: "NewRiyal";
  src: url("../fonts/riyal/Claudion.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
:root {
  --saudi-riyal-fallback-font: "Jokker", "Almarai", sans-serif;
}

.riyal-amount-wrapper {
  display: inline-flex;
  direction: ltr;
  /* forces left-to-right always */
  unicode-bidi: embed;
  /* isolates from surrounding RTL context */
  white-space: nowrap;
}
.riyal-amount-wrapper .riyal-symbol {
  direction: ltr;
  unicode-bidi: embed;
  display: inline-block;
}
.riyal-amount-wrapper .riyal-symbol::before {
  content: "⃀";
  font-family: "NewRiyal";
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  margin-inline-end: 0.33em;
}
@media (max-width: 90rem) {
  .riyal-amount-wrapper .riyal-symbol::before {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
@media (max-width: 64rem) {
  .riyal-amount-wrapper .riyal-symbol::before {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
}

.image-style-icon-48x48 {
  border-radius: 50%;
}

@media (max-width: 62rem) {
  .field--name-field-general-table {
    overflow: scroll;
  }
  .field--name-field-general-table .field__item {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .field--name-field-general-table table.table.content-table {
    width: -moz-max-content !important;
    width: max-content !important;
    min-width: 100%;
  }
}
.field--name-field-general-table table {
  margin: 0 auto !important;
}

.text-formatted .table {
  box-shadow: 0 4px 20px 0 rgba(26, 28, 30, 0.04);
  border: 1px solid #ECE6DF;
  border-radius: 1.5rem;
  overflow: hidden;
}
.text-formatted .table thead th {
  background: #FBFAF9;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  vertical-align: middle;
  padding: 0.75rem 1rem;
  border-right: unset !important;
  color: #707070;
  font-weight: 500;
}
@media (max-width: 90rem) {
  .text-formatted .table thead th {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 64rem) {
  .text-formatted .table thead th {
    font-size: 0.75rem;
    line-height: 1.0625rem;
  }
}
.text-formatted .table thead th[rowspan] {
  border-right: 0.5px solid #ECE6DF;
  border-left: 1px solid #ECE6DF;
}
.text-formatted .table thead th[colspan] {
  border-right: 0.5px solid #ECE6DF;
  border-left: 0.5px solid #ECE6DF;
}
.text-formatted .table tbody {
  background-color: #FFFFFF;
}
.text-formatted .table tbody tr {
  border: 1px solid #ECE6DF;
}
.text-formatted .table tbody tr:not(:has(td:not(:empty))) {
  display: none !important;
}
.text-formatted .table tbody td {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  vertical-align: middle;
  color: #575757;
  box-shadow: none !important;
  background-color: #FFFFFF;
  height: 70px;
}
@media (max-width: 90rem) {
  .text-formatted .table tbody td {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 64rem) {
  .text-formatted .table tbody td {
    font-size: 0.75rem;
    line-height: 1.0625rem;
  }
}
.text-formatted .table tbody td:empty {
  display: none !important;
}
.text-formatted .table tbody td[rowspan] {
  border-right: 0.5px solid #ECE6DF;
  border-left: 0.5px solid #ECE6DF;
}
.text-formatted .table tbody td[colspan] {
  border-right: 0.5px solid #ECE6DF;
  border-left: 0.5px solid #ECE6DF;
}
.text-formatted .table.table-hover tbody tr:hover td {
  background: #FBFAF9;
  --bs-table-hover-bg: unset !important;
}

.block-content--type-countries div.open {
  margin-bottom: 2.5rem;
}

.ajax-progress-fullscreen {
  background: url("/themes/custom/saib/images/icons/spinner.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  animation: ajax-progress-fullscreen 1s linear infinite;
}

@keyframes ajax-progress-fullscreen {
  to {
    transform: rotate(360deg);
  }
}
.bg-secondary-white {
  background-color: #FFFFFF;
}

.bg-brand-secondary {
  background-color: #FAEBC0;
}

.bg-core-gold {
  background-color: #E8CA82;
}

.bg-core-gold-200 {
  background-color: #FAEBC0;
}

.bg-warning-tertiary {
  background-color: #F9F1DE;
}

.block-inline-blockbasic.bg-color {
  border-radius: 1rem;
  padding: 1.25rem;
}

@media (max-width: 48rem) {
  .layout--adv-lb-tabs .nav.nav-pills {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
