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

* body {
  margin: 0;
  padding: 0;
}
* body.o-hidden {
  overflow: hidden;
}
@media (max-width: 979.5px) {
  * body {
    padding-top: 70px;
  }
}

/* colours */
.color-gradient {
  background-color: rgb(255, 255, 255);
  background: linear-gradient(160deg, rgb(249, 96, 0) 30%, rgb(229, 21, 71) 60%, rgb(156, 30, 214) 90%);
}

ul,
li,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover,
a:active {
  outline: 0;
}

a:link,
a:visited,
a:active,
a:hover {
  color: #131619;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #686a6c;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark {
  background-color: #f96000;
  border-radius: 75px;
  color: #ffffff;
  font-weight: 700;
  padding: 2px 8px;
  display: inline-flex;
}

.invert mark {
  background-color: #ffffff;
  border-radius: 75px;
  color: #131619;
  font-weight: 700;
}

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

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

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

.mrg-center {
  margin: 0 auto;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

img,
video,
iframe {
  max-width: 100%;
  display: block;
}

.media-image iframe {
  max-height: 480px;
}
@media (min-width:980px) {
  .media-image iframe {
    max-height: 100%;
  }
}

svg:not(:root) {
  overflow: hidden;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: 0 1em 1em 0;
}

.lang-ar .img-responsive,
.lang-ar .thumbnail > img,
.lang-ar .thumbnail a > img,
.lang-ar .carousel-inner > .item > img,
.lang-ar .carousel-inner > .item > a > img {
  margin: 0 0 1em 1em;
  right: 0;
  left: auto;
}

figure {
  display: flex;
  flex-flow: column;
  margin: 0;
  margin-bottom: 1.5em;
  border-radius: 8px;
  overflow: hidden;
}
figure > img {
  width: 100%;
  height: auto;
  margin: 0;
}
figure br {
  display: none;
}
figure figcaption {
  font-size: 14px;
  line-height: 1.25;
  padding: 16px;
  color: #131619;
  caption-side: bottom;
  background-color: #eff1f7;
}
figure.img-full {
  width: 100%;
}
figure.img-full > img {
  width: 100%;
}

figure.align-left {
  float: left;
  display: flex;
}

figure.align-right {
  float: right;
  display: flex;
}

figure.left-align,
figure.align-left,
figure[style*="float:left"] {
  max-width: 460px;
  margin-left: 0;
  margin-right: 32px;
  margin-bottom: 32px;
  display: flex;
}
@media (max-width: 575px) {
  figure.left-align,
  figure.align-left,
  figure[style*="float:left"] {
    float: none !important;
    margin-right: 0;
  }
}
figure.left-align > img,
figure.align-left > img,
figure[style*="float:left"] > img {
  width: 100%;
  height: auto;
}
figure.left-align figcaption,
figure.align-left figcaption,
figure[style*="float:left"] figcaption {
  width: 100% !important;
}

figure.right-align,
figure.align-right,
figure[style*="float:right"] {
  max-width: 460px;
  margin-right: 0;
  margin-left: 32px;
  margin-bottom: 32px;
  display: flex;
}
@media (max-width: 575px) {
  figure.right-align,
  figure.align-right,
  figure[style*="float:right"] {
    float: none !important;
    margin-left: 0;
  }
}
figure.right-align > img,
figure.align-right > img,
figure[style*="float:right"] > img {
  width: 100%;
  height: auto;
}
figure.right-align figcaption,
figure.align-right figcaption,
figure[style*="float:right"] figcaption {
  width: 100% !important;
}

img.left-align,
img.align-left {
  margin-right: 32px;
  margin-bottom: 32px;
}

img.right-align,
img.align-right {
  margin-left: 32px;
  margin-bottom: 32px;
}

.fcenter {
  width: 100%;
  margin-top: 32px;
}
.fcenter img {
  display: block;
  width: 100%;
  margin: 0;
}

.fcenter ~ .figcaption {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 25px;
  padding: 10px;
  color: #131619;
  background-color: #eff1f7;
}

img[style*="float:right"] {
  max-width: 100%;
  margin-right: 0;
  margin-left: 32px;
  margin-bottom: 32px;
}

img[style*="float:left"] {
  max-width: 100%;
  margin-left: 0;
  margin-right: 32px;
  margin-bottom: 32px;
}

.footnote {
  font-size: 14px;
  line-height: 1.25;
  padding: 16px;
  color: #131619;
  background-color: #eff1f7;
}
.footnote mark {
  background: none;
  color: #686a6c;
  padding: 0;
  font-weight: 300;
}

form {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table td,
table th {
  padding: 10px;
  vertical-align: top;
}

.margin-0 {
  margin: 0;
}

.border-top {
  border-top: 1px solid #d9dbe1;
}

article.glbl {
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
}
article.glbl ul,
article.glbl ol {
  padding: 40px 0 40px 16px;
}
@media (max-width: 575px) {
  article.glbl ul,
  article.glbl ol {
    padding: 40px 0 40px 8px;
  }
}
article.glbl ol {
  margin-left: 8px;
}
article.glbl ul + ul,
article.glbl ul + ol,
article.glbl ol + ol,
article.glbl ol + ul {
  padding: 16px;
}
article.glbl ul:first-of-type:has(+ ul),
article.glbl ul:first-of-type:has(+ ol),
article.glbl ol:first-of-type:has(+ ul),
article.glbl ol:first-of-type:has(+ ol) {
  padding: 40px 8px 16px 8px;
}
article.glbl h2 + ul,
article.glbl h3 + ul,
article.glbl h4 + ul,
article.glbl h5 + ul {
  padding-top: 20px;
}
article.glbl ul li {
  list-style: disc;
  margin-bottom: 16px;
  padding-left: 8px;
  margin-left: 16px;
  line-height: 1.25;
}
@media (max-width: 575px) {
  article.glbl ul li {
    margin-left: 8px;
  }
}
article.glbl ul li:last-child {
  margin-bottom: 0;
}
article.glbl ul li::marker {
  color: #f96000;
  width: 8px;
}
article.glbl ul li a,
article.glbl ul li a:link {
  display: inline;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  text-decoration-color: #f96000 !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px !important;
  overflow-wrap: break-word;
}
article.glbl ul li a:hover,
article.glbl ul li a:link:hover {
  text-decoration-thickness: 3px !important;
}
article.glbl ol li {
  list-style: decimal;
  margin-bottom: 16px;
  padding-left: 8px;
  margin-left: 16px;
  line-height: 1.25;
}
@media (max-width: 575px) {
  article.glbl ol li {
    margin-left: 8px;
  }
}
article.glbl ol li:last-child {
  margin-bottom: 0;
}
article.glbl ol li::marker {
  color: #131619;
  font-weight: 700;
}
article.glbl ol li a,
article.glbl ol li a:link {
  display: inline;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  text-decoration-color: #f96000 !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px !important;
}
article.glbl ol li a:hover,
article.glbl ol li a:link:hover {
  text-decoration-thickness: 3px !important;
}
article.glbl ol.ol-upper-roman li {
  list-style: upper-roman;
}
article.glbl ol.ol-alpha li {
  list-style: lower-alpha;
}
article.glbl p {
  margin-bottom: 32px;
}
article.glbl p a,
article.glbl p a:link {
  display: inline;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  text-decoration-color: #f96000 !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px !important;
}
article.glbl p a:hover,
article.glbl p a:link:hover {
  text-decoration-thickness: 3px !important;
}
article.glbl p + ul,
article.glbl p + ul {
  padding-top: 0px;
}
article.glbl ul + p,
article.glbl ol + p {
  margin-top: 0px;
}
article.glbl p + figure {
  margin-top: 56px;
}
article.glbl h1 a,
article.glbl h1 a:link,
article.glbl h2 a,
article.glbl h2 a:link {
  display: inline;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  text-decoration-color: #f96000 !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px !important;
}
article.glbl .leads {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}
article.glbl .youtubeVideo {
  position: relative;
  margin-top: 56px;
  margin-bottom: 56px;
  max-width: 100%;
  padding: 28.2% 0;
}
article.glbl .youtubeVideo iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.lang-ar article.glbl ul li {
  list-style: disc;
  margin-bottom: 16px;
  padding-left: 0;
  margin-left: 0;
  padding-right: 6px;
  margin-right: 16px;
}
.lang-ar article.glbl ul li::marker {
  color: #f96000;
  width: 8px;
}
.lang-ar article.glbl ol li {
  list-style: decimal;
  margin-bottom: 16px;
  margin-left: 0;
  padding-left: 0;
  margin-right: 16px;
  padding-right: 6px;
}
.lang-ar article.glbl ol.ol-upper-roman li {
  list-style: upper-roman;
}
.lang-ar article.glbl ol.ol-alpha li {
  list-style: lower-alpha;
}
.lang-ar article.glbl p {
  margin-bottom: 32px;
}
.lang-ar article.glbl p a,
.lang-ar article.glbl p a:link {
  display: inline;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  text-decoration-color: #f96000 !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px !important;
}
.lang-ar article.glbl p + ul {
  padding-top: 0;
}
.lang-ar article.glbl p + figure {
  margin-top: 56px;
}
.lang-ar article.glbl h1 a,
.lang-ar article.glbl h1 a:link,
.lang-ar article.glbl h2 a,
.lang-ar article.glbl h2 a:link {
  display: inline;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  text-decoration-color: #f96000 !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px !important;
}

.lang-ar article.glbl .sidebar-wrapper #tab1 p + ul {
  padding-top: 16px;
}

span.highlight {
  color: #f96000;
}

blockquote {
  font-size: 18px;
  border-left: 0;
  color: #131619;
  padding: 7em 0 15px 0;
  margin-left: 30px;
  position: relative;
}
@media (min-width:980px) {
  blockquote {
    padding: 7em 0 15px 2em;
    font-size: 20px;
    margin: 1.5em 0;
  }
}
blockquote p {
  margin: 0;
}
blockquote h4,
blockquote h5 {
  color: #131619;
  line-height: 1.25;
  position: relative;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 400;
  padding-left: 28px;
}
blockquote h4::after,
blockquote h5::after {
  content: "";
  height: 100%;
  width: 8px;
  background-color: #f96000;
  left: 0px;
  top: 0;
  position: absolute;
}
blockquote p:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
blockquote p:nth-child(3) {
  font-size: 16px;
  color: #131619;
  margin-top: 0;
}
blockquote::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: url(../images/quote.svg) no-repeat 0 top;
}
@media (min-width:980px) {
  blockquote::after {
    left: 2em;
  }
}

.lang-ar blockquote {
  font-size: 18px;
  border-left: none;
  border-right: 0;
}
@media (min-width:980px) {
  .lang-ar blockquote {
    padding: 7em 2em 15px 0;
  }
}
.lang-ar blockquote h4::after {
  left: auto;
  right: -30px;
}
.lang-ar blockquote::after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 100px;
  height: 100px;
  background: url(../images/quote.svg) no-repeat 0 top;
  transform: rotate(-180deg);
}
@media (min-width:980px) {
  .lang-ar blockquote::after {
    left: auto;
    right: 2em;
  }
}

blockquote.blq-withImg {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  gap: 56px;
  align-items: center;
}
@media (max-width: 575px) {
  blockquote.blq-withImg {
    gap: 32px;
    flex-direction: column;
  }
}
blockquote.blq-withImg h4::after {
  width: 0px;
}
blockquote.blq-withImg figure {
  margin-left: 0;
}
blockquote.blq-withImg .blq-img {
  width: 40%;
}
@media (max-width: 575px) {
  blockquote.blq-withImg .blq-img {
    width: 100%;
  }
}
blockquote.blq-withImg .blq-img img {
  width: 100%;
}
blockquote.blq-withImg .bl-quote {
  width: 60%;
}
@media (max-width: 575px) {
  blockquote.blq-withImg .bl-quote {
    width: 100%;
  }
}
blockquote.blq-withImg::after {
  background-position: 0;
  background-position: 0;
  top: 70px;
  left: 32px;
}

.lang-ar blockquote.blq-withImg figure {
  margin-left: inherit;
  margin-right: 0;
}
.lang-ar blockquote.blq-withImg::after {
  left: auto;
  right: 32px;
}

.desktop-show {
  display: block;
}
@media (max-width: 575px) {
  .desktop-show {
    display: none;
  }
}

.mobile-show {
  display: none;
}
@media (max-width: 575px) {
  .mobile-show {
    display: block;
  }
}

p.ct-type {
  color: #131619;
  text-transform: normal;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 4px 8px;
  margin-bottom: 16px;
}
p.ct-type + h1, p.ct-type + h2, p.ct-type + h3, p.ct-type + h4, p.ct-type + h5, p.ct-type + h6 {
  margin-top: 0;
}

.title-orange {
  color: #f96000;
}

/* placeholder */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d9dbe1;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d9dbe1;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d9dbe1;
}

.pad-t-b.level1 {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width:767px) {
  .pad-t-b.level1 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.pad-t-b.level2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width:767px) {
  .pad-t-b.level2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pad-t-b.level3 {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width:767px) {
  .pad-t-b.level3 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.pad-t-b.level4 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width:767px) {
  .pad-t-b.level4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.pad-t-b.level5 {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width:767px) {
  .pad-t-b.level5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.pad-t-b.pad-b-0 {
  padding-bottom: 0;
}
.pad-t-b.pad-tb-0 {
  padding-bottom: 0;
  padding-top: 0;
}
.pad-t-b.pad-t-0 {
  padding-top: 0;
}

.mrg-t-b.level1 {
  margin-top: 96px;
  margin-bottom: 96px;
}
@media (max-width:767px) {
  .mrg-t-b.level1 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.mrg-t-b.level2 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width:767px) {
  .mrg-t-b.level2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.mrg-t-b.level3 {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (max-width:767px) {
  .mrg-t-b.level3 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.mrg-t-b.level4 {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (max-width:767px) {
  .mrg-t-b.level4 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.mrg-t-b.level5 {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (max-width:767px) {
  .mrg-t-b.level5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.mrg-t-b.level6 {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width:767px) {
  .mrg-t-b.level6 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.mrg-t-b.mrg-b-0 {
  margin-bottom: 0;
}
.mrg-t-b.mrg-t-0 {
  margin-top: 0;
}

.mrg-t-0 {
  margin-top: 0 !important;
}
.mrg-t-16 {
  margin-top: 16px !important;
}
.mrg-t-25 {
  margin-top: 25px !important;
}
.mrg-t-32 {
  margin-top: 32px !important;
}
.mrg-t-48 {
  margin-top: 48px !important;
}
.mrg-t-64 {
  margin-top: 64px !important;
}
.mrg-t-80 {
  margin-top: 80px !important;
}
.mrg-b-0 {
  margin-bottom: 0 !important;
}
.mrg-b-16 {
  margin-bottom: 16px !important;
}
.mrg-b-25 {
  margin-bottom: 25px !important;
}
.mrg-b-32 {
  margin-bottom: 32px !important;
}
.mrg-b-48 {
  margin-bottom: 48px !important;
}
.mrg-b-64 {
  margin-bottom: 64px !important;
}
.mrg-b-80 {
  margin-bottom: 64px !important;
}

.rows {
  display: flex;
}
.rows .form-group {
  margin: 10px 0;
}
@media (max-width:979px) {
  .rows {
    flex-direction: column;
  }
}
@media (max-width:767px) {
  .rows {
    flex-wrap: wrap;
  }
}
.rows .cols-4 {
  margin: 0 16px;
  width: calc(25% - 32px);
  text-align: left;
}
@media (max-width:979px) {
  .rows .cols-4 {
    width: 100%;
    margin: 16px 0;
  }
}
.rows .cols-5 {
  margin: 0 16px;
  width: calc(35% - 32px);
  text-align: left;
}
@media (max-width:979px) {
  .rows .cols-5 {
    width: 100%;
    margin: 16px 0;
  }
}
.rows .cols-6 {
  margin: 0 16px;
  width: 50%;
  text-align: left;
}
@media (max-width:979px) {
  .rows .cols-6 {
    width: 100%;
    margin: 16px 0;
  }
}
.rows .cols-7 {
  margin: 0 16px;
  width: calc(65% - 32px);
  text-align: left;
}
@media (max-width:979px) {
  .rows .cols-7 {
    width: 100%;
    margin: 16px 0;
  }
}
.rows .cols-8 {
  margin: 0 16px;
  width: calc(75% - 32px);
  text-align: left;
}
@media (max-width:979px) {
  .rows .cols-8 {
    width: 100%;
    margin: 16px 0;
  }
}
.rows .cols-12 {
  margin: 0 16px;
  width: 100%;
  text-align: left;
}
@media (max-width:979px) {
  .rows .cols-12 {
    width: 100%;
    margin: 16px 0;
  }
}

.wrp {
  flex-wrap: wrap;
}

.bg-white {
  background-color: #ffffff;
}

.bg-primary-orange-tint2 {
  background-color: #fdcfb3;
}

.link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.link-list li {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.disable {
  opacity: 0.4;
  cursor: none;
}

.call-box-left,
.call-box-right,
.call-box-center {
  background: url(/themes/custom/unfpa_global/images/box_corner.gif) no-repeat #f2ecdc;
  padding: 20px;
  width: 200px;
  color: #575349;
  text-align: left !important;
  margin: 20px 0;
  clear: both;
  font-size: 13px;
  line-height: 16px;
}
.call-box-left b,
.call-box-left strong,
.call-box-right b,
.call-box-right strong,
.call-box-center b,
.call-box-center strong {
  font-weight: 700;
}

.call-box-right {
  float: right;
  margin-left: 25px;
}
@media (max-width:767px) {
  .call-box-right {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .call-box-right p img.media-image {
    width: 100%;
  }
}

.call-box-left {
  float: left;
  margin-right: 25px;
}

.infos p.date,
.infos p.locate {
  font-size: 14px;
  color: #686a6c;
  display: flex;
  align-items: center;
  margin: 8px 0 8px 0;
}
.infos p.date span,
.infos p.locate span {
  margin-right: 10px;
}
.infos p.date span.material-icons,
.infos p.locate span.material-icons {
  color: #f96000;
  text-align: center;
  width: 24px;
}
.infos p.date .material-icons {
  font-size: 18px;
}
.infos p.locate {
  margin-bottom: 10px;
}

.pub-download .c-type {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.go-top {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
}

ul.link-list {
  padding: 10px 0 48px 0 !important;
}

.ds-table {
  /*margin: 48px 0;*/
}
@media (max-width:979px) {
  .ds-table {
    max-width: 100%;
    overflow: auto;
  }
}
.ds-table table {
  border: 0;
  background-color: #ffffff;
}
.ds-table th {
  background-color: #f96000;
  color: #ffffff;
  font-size: 22px;
}
.ds-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.ds-table td {
  font-size: 16px;
}

@media (min-height: 900px) {
  .vh-80 {
    min-height: 80vh;
  }
  .vh-60 {
    min-height: 60vh;
  }
}
.filter .form-group .srch-icon svg.cls-mbl {
  display: none;
}

.mrg-t-40 {
  margin-top: 40px !important;
}

.topic-holder article.glbl {
  padding: 0;
}

.table-responsive {
  width: 100%;
  overflow: auto;
}

.lang-ar .infos p.date span.material-icons,
.lang-ar .infos p.locate span.material-icons {
  margin-right: 0px;
  margin-left: 10px;
}

.source {
  color: #919fae;
  font-size: 14px;
}

.lang-ar .rows .cols-6 {
  text-align: right;
}

.yt-video-twitter-icon {
  vertical-align: middle;
  height: 20px;
  fill: white;
  overflow: visible !important;
}

.lang-ar .rows .cols-7 {
  text-align: right;
}

p + a.btn.default {
  margin-bottom: 0;
}

@keyframes childnav-pos {
  from {
    top: 80px;
    opacity: 0;
  }
  to {
    top: 58px;
    opacity: 1;
  }
}
.btn {
  color: #131619;
  padding: 10px 0;
  transition: 0.5s ease-in;
  font-weight: 700;
  display: inline-flex;
  text-decoration: none;
}
.btn.nopad-left-right {
  padding: 16px 0;
}
.btn:hover, .btn:focus-visible {
  outline: 0;
}
.btn:hover {
  color: #131619;
}
.btn.default, .btn.primary,
.btn button[type=submit],
.btn input[type=submit],
.btn input[type=button] {
  border: 1px solid #f96000;
  border-radius: 75px;
  color: #ffffff;
  background-color: #f96000;
  padding: 16px 48px;
  text-transform: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .btn.default, .btn.primary,
  .btn button[type=submit],
  .btn input[type=submit],
  .btn input[type=button] {
    padding: 14px 32px;
    text-align: center;
  }
}
.btn.default.ds-m-view, .btn.primary.ds-m-view,
.btn button[type=submit].ds-m-view,
.btn input[type=submit].ds-m-view,
.btn input[type=button].ds-m-view {
  padding: 12px 40px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.btn.default::after, .btn.primary::after,
.btn button[type=submit]::after,
.btn input[type=submit]::after,
.btn input[type=button]::after {
  height: 0;
}
.btn.default:hover, .btn.default.hvr, .btn.primary:hover, .btn.primary.hvr,
.btn button[type=submit]:hover,
.btn button[type=submit].hvr,
.btn input[type=submit]:hover,
.btn input[type=submit].hvr,
.btn input[type=button]:hover,
.btn input[type=button].hvr {
  color: #131619;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn.default:hover::after, .btn.default.hvr::after, .btn.primary:hover::after, .btn.primary.hvr::after,
.btn button[type=submit]:hover::after,
.btn button[type=submit].hvr::after,
.btn input[type=submit]:hover::after,
.btn input[type=submit].hvr::after,
.btn input[type=button]:hover::after,
.btn input[type=button].hvr::after {
  height: 0;
}
.btn.default:hover .icn svg,
.btn.default:hover .icn svg g,
.btn.default:hover .icn svg g path, .btn.default.hvr .icn svg,
.btn.default.hvr .icn svg g,
.btn.default.hvr .icn svg g path, .btn.primary:hover .icn svg,
.btn.primary:hover .icn svg g,
.btn.primary:hover .icn svg g path, .btn.primary.hvr .icn svg,
.btn.primary.hvr .icn svg g,
.btn.primary.hvr .icn svg g path,
.btn button[type=submit]:hover .icn svg,
.btn button[type=submit]:hover .icn svg g,
.btn button[type=submit]:hover .icn svg g path,
.btn button[type=submit].hvr .icn svg,
.btn button[type=submit].hvr .icn svg g,
.btn button[type=submit].hvr .icn svg g path,
.btn input[type=submit]:hover .icn svg,
.btn input[type=submit]:hover .icn svg g,
.btn input[type=submit]:hover .icn svg g path,
.btn input[type=submit].hvr .icn svg,
.btn input[type=submit].hvr .icn svg g,
.btn input[type=submit].hvr .icn svg g path,
.btn input[type=button]:hover .icn svg,
.btn input[type=button]:hover .icn svg g,
.btn input[type=button]:hover .icn svg g path,
.btn input[type=button].hvr .icn svg,
.btn input[type=button].hvr .icn svg g,
.btn input[type=button].hvr .icn svg g path {
  fill: #131619;
}
.btn.default:focus, .btn.default.fcs, .btn.primary:focus, .btn.primary.fcs,
.btn button[type=submit]:focus,
.btn button[type=submit].fcs,
.btn input[type=submit]:focus,
.btn input[type=submit].fcs,
.btn input[type=button]:focus,
.btn input[type=button].fcs {
  color: #131619 !important;
  background-color: #ffffff;
  outline: 0;
  border: 2px solid #f96000;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn.default:focus .icn svg,
.btn.default:focus .icn svg g,
.btn.default:focus .icn svg g path, .btn.default.fcs .icn svg,
.btn.default.fcs .icn svg g,
.btn.default.fcs .icn svg g path, .btn.primary:focus .icn svg,
.btn.primary:focus .icn svg g,
.btn.primary:focus .icn svg g path, .btn.primary.fcs .icn svg,
.btn.primary.fcs .icn svg g,
.btn.primary.fcs .icn svg g path,
.btn button[type=submit]:focus .icn svg,
.btn button[type=submit]:focus .icn svg g,
.btn button[type=submit]:focus .icn svg g path,
.btn button[type=submit].fcs .icn svg,
.btn button[type=submit].fcs .icn svg g,
.btn button[type=submit].fcs .icn svg g path,
.btn input[type=submit]:focus .icn svg,
.btn input[type=submit]:focus .icn svg g,
.btn input[type=submit]:focus .icn svg g path,
.btn input[type=submit].fcs .icn svg,
.btn input[type=submit].fcs .icn svg g,
.btn input[type=submit].fcs .icn svg g path,
.btn input[type=button]:focus .icn svg,
.btn input[type=button]:focus .icn svg g,
.btn input[type=button]:focus .icn svg g path,
.btn input[type=button].fcs .icn svg,
.btn input[type=button].fcs .icn svg g,
.btn input[type=button].fcs .icn svg g path {
  fill: #131619;
}
.btn.default.disabled, .btn.default.inactive, .btn.primary.disabled, .btn.primary.inactive,
.btn button[type=submit].disabled,
.btn button[type=submit].inactive,
.btn input[type=submit].disabled,
.btn input[type=submit].inactive,
.btn input[type=button].disabled,
.btn input[type=button].inactive {
  box-shadow: none;
  opacity: 0.2;
  cursor: auto;
  cursor: not-allowed;
  border: 1px solid #686a6c;
  color: #ffffff;
}
.btn.default.disabled:hover, .btn.default.disabled:focus, .btn.default.inactive:hover, .btn.default.inactive:focus, .btn.primary.disabled:hover, .btn.primary.disabled:focus, .btn.primary.inactive:hover, .btn.primary.inactive:focus,
.btn button[type=submit].disabled:hover,
.btn button[type=submit].disabled:focus,
.btn button[type=submit].inactive:hover,
.btn button[type=submit].inactive:focus,
.btn input[type=submit].disabled:hover,
.btn input[type=submit].disabled:focus,
.btn input[type=submit].inactive:hover,
.btn input[type=submit].inactive:focus,
.btn input[type=button].disabled:hover,
.btn input[type=button].disabled:focus,
.btn input[type=button].inactive:hover,
.btn input[type=button].inactive:focus {
  background-color: #f96000;
  color: #ffffff !important;
}
.btn.default.disabled .icn svg,
.btn.default.disabled .icn svg g,
.btn.default.disabled .icn svg g path, .btn.default.inactive .icn svg,
.btn.default.inactive .icn svg g,
.btn.default.inactive .icn svg g path, .btn.primary.disabled .icn svg,
.btn.primary.disabled .icn svg g,
.btn.primary.disabled .icn svg g path, .btn.primary.inactive .icn svg,
.btn.primary.inactive .icn svg g,
.btn.primary.inactive .icn svg g path,
.btn button[type=submit].disabled .icn svg,
.btn button[type=submit].disabled .icn svg g,
.btn button[type=submit].disabled .icn svg g path,
.btn button[type=submit].inactive .icn svg,
.btn button[type=submit].inactive .icn svg g,
.btn button[type=submit].inactive .icn svg g path,
.btn input[type=submit].disabled .icn svg,
.btn input[type=submit].disabled .icn svg g,
.btn input[type=submit].disabled .icn svg g path,
.btn input[type=submit].inactive .icn svg,
.btn input[type=submit].inactive .icn svg g,
.btn input[type=submit].inactive .icn svg g path,
.btn input[type=button].disabled .icn svg,
.btn input[type=button].disabled .icn svg g,
.btn input[type=button].disabled .icn svg g path,
.btn input[type=button].inactive .icn svg,
.btn input[type=button].inactive .icn svg g,
.btn input[type=button].inactive .icn svg g path {
  fill: #ffffff;
}
.btn.default.active, .btn.primary.active,
.btn button[type=submit].active,
.btn input[type=submit].active,
.btn input[type=button].active {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.btn.default.white, .btn.primary.white,
.btn button[type=submit].white,
.btn input[type=submit].white,
.btn input[type=button].white {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.default.white:hover, .btn.primary.white:hover,
.btn button[type=submit].white:hover,
.btn input[type=submit].white:hover,
.btn input[type=button].white:hover {
  background-color: #ffffff;
  color: #131619;
}
.btn.default .icn, .btn.primary .icn,
.btn button[type=submit] .icn,
.btn input[type=submit] .icn,
.btn input[type=button] .icn {
  display: inline-block;
  margin-left: 10px;
  width: 24px;
}
.btn.default .icn img, .btn.primary .icn img,
.btn button[type=submit] .icn img,
.btn input[type=submit] .icn img,
.btn input[type=button] .icn img {
  width: 100%;
}
.btn.secondary {
  border: 1px solid #649bf2;
  border-radius: 75px;
  color: #131619;
  background-color: #ffffff;
  padding: 16px 48px;
  text-transform: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .btn.secondary {
    padding: 14px 32px;
    text-align: center;
  }
}
.btn.secondary.ds-m-view {
  padding: 12px 40px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.btn.secondary::after {
  height: 0;
}
.btn.secondary:hover, .btn.secondary.hvr {
  color: #ffffff;
  background-color: #649bf2;
  border: 1px solid #649bf2;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn.secondary:hover::after, .btn.secondary.hvr::after {
  height: 0;
}
.btn.secondary:focus, .btn.secondary.fcs {
  color: #ffffff !important;
  background-color: #649bf2;
  outline: 0;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn.secondary.disabled, .btn.secondary.inactive {
  box-shadow: none;
  opacity: 0.2;
  cursor: auto;
  cursor: not-allowed;
  border: 1px solid #686a6c;
  color: #131619;
}
.btn.secondary.disabled:hover, .btn.secondary.disabled:focus, .btn.secondary.inactive:hover, .btn.secondary.inactive:focus {
  background-color: #ffffff;
  color: #131619 !important;
}
.btn.secondary.active {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.btn.secondary .icn {
  display: inline-block;
  margin-left: 10px;
  width: 24px;
}
.btn.secondary .icn img {
  width: 100%;
}
.btn.inactive {
  opacity: 0.4;
  cursor: auto;
}
.btn.action {
  border: 1px solid #f96000;
  border-radius: 75px;
  padding: 16px 48px;
  text-transform: none;
  font-size: 16px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #ffffff;
  background-color: #f96000;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
@media (max-width: 575px) {
  .btn.action {
    padding: 16px 32px;
  }
}
.btn.action:hover {
  background-color: #ffffff;
  color: #131619;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.btn.action:focus {
  color: #ffffff;
  background-color: #f96000;
  outline: 0;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn i {
  display: inline-block;
  margin-left: 15px;
  width: 18px;
}

.btn-text,
a.btn-text,
.btn-collapse {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  padding: 2px;
  width: auto;
  margin: 0 auto;
  text-decoration: none !important;
}
.btn-text::after,
a.btn-text::after,
.btn-collapse::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s ease-in;
}
.btn-text:hover, .btn-text.hvr,
a.btn-text:hover,
a.btn-text.hvr,
.btn-collapse:hover,
.btn-collapse.hvr {
  color: #131619;
}
.btn-text:hover::after, .btn-text.hvr::after,
a.btn-text:hover::after,
a.btn-text.hvr::after,
.btn-collapse:hover::after,
.btn-collapse.hvr::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.btn-text.fcs,
a.btn-text.fcs,
.btn-collapse.fcs {
  background-color: #f96000;
  color: #ffffff;
  padding: 6px;
}
.btn-text.fcs::after,
a.btn-text.fcs::after,
.btn-collapse.fcs::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 3px;
}
.btn-text.disabled, .btn-text.inactive,
a.btn-text.disabled,
a.btn-text.inactive,
.btn-collapse.disabled,
.btn-collapse.inactive {
  color: #131619;
  opacity: 0.2;
  cursor: auto;
  cursor: not-allowed;
}
.btn-text.disabled::after, .btn-text.inactive::after,
a.btn-text.disabled::after,
a.btn-text.inactive::after,
.btn-collapse.disabled::after,
.btn-collapse.inactive::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #686a6c;
  position: absolute;
  left: 0;
  bottom: 2px;
}

.multi-dropdown button[type=submit],
.multi-dropdown input[type=submit],
.multi-dropdown input[type=button] {
  text-transform: none;
  color: #131619;
  font-weight: 700;
  position: relative;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.multi-dropdown button[type=submit]::after,
.multi-dropdown input[type=submit]::after,
.multi-dropdown input[type=button]::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 0;
}
.multi-dropdown button[type=submit]:hover::after,
.multi-dropdown input[type=submit]:hover::after,
.multi-dropdown input[type=button]:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #f96000;
  position: absolute;
  bottom: -2px;
  transform: translate(0, 0);
}
.multi-dropdown button[type=submit]:focus, .multi-dropdown button[type=submit]:focus-visible,
.multi-dropdown input[type=submit]:focus,
.multi-dropdown input[type=submit]:focus-visible,
.multi-dropdown input[type=button]:focus,
.multi-dropdown input[type=button]:focus-visible {
  outline: 0;
  box-shadow: none;
  width: 100%;
  color: #ffffff;
  background-color: #f96000;
  padding: 5px;
  position: absolute;
  bottom: -2px;
}
.multi-dropdown button[type=submit]:focus::after, .multi-dropdown button[type=submit]:focus-visible::after,
.multi-dropdown input[type=submit]:focus::after,
.multi-dropdown input[type=submit]:focus-visible::after,
.multi-dropdown input[type=button]:focus::after,
.multi-dropdown input[type=button]:focus-visible::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #f96000;
  position: absolute;
  bottom: -2px;
  transform: translate(0, 0);
}
.multi-dropdown button[type=submit].disabled,
.multi-dropdown input[type=submit].disabled,
.multi-dropdown input[type=button].disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.btn-center,
.btn.default.btn-center {
  margin: 50px auto;
  display: table !important;
  text-align: center;
}
.btn-center:last-of-type,
.btn.default.btn-center:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .btn-center,
  .btn.default.btn-center {
    margin: 48px auto 25px auto;
  }
  .btn-center:last-of-type,
  .btn.default.btn-center:last-of-type {
    margin-bottom: 0;
  }
}

button[type=submit],
input[type=submit],
input[type=button] {
  border: 1px solid #f96000;
  border-radius: 75px;
  color: #ffffff;
  background-color: #f96000;
  padding: 16px 48px;
  text-transform: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  button[type=submit],
  input[type=submit],
  input[type=button] {
    padding: 14px 32px;
    text-align: center;
  }
}
button[type=submit]::after,
input[type=submit]::after,
input[type=button]::after {
  height: 0;
}
button[type=submit]:hover, button[type=submit].hvr,
input[type=submit]:hover,
input[type=submit].hvr,
input[type=button]:hover,
input[type=button].hvr {
  color: #131619;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
button[type=submit]:hover::after, button[type=submit].hvr::after,
input[type=submit]:hover::after,
input[type=submit].hvr::after,
input[type=button]:hover::after,
input[type=button].hvr::after {
  height: 0;
}
button[type=submit]:hover .icn svg,
button[type=submit]:hover .icn svg g,
button[type=submit]:hover .icn svg g path, button[type=submit].hvr .icn svg,
button[type=submit].hvr .icn svg g,
button[type=submit].hvr .icn svg g path,
input[type=submit]:hover .icn svg,
input[type=submit]:hover .icn svg g,
input[type=submit]:hover .icn svg g path,
input[type=submit].hvr .icn svg,
input[type=submit].hvr .icn svg g,
input[type=submit].hvr .icn svg g path,
input[type=button]:hover .icn svg,
input[type=button]:hover .icn svg g,
input[type=button]:hover .icn svg g path,
input[type=button].hvr .icn svg,
input[type=button].hvr .icn svg g,
input[type=button].hvr .icn svg g path {
  fill: #131619;
}
button[type=submit]:focus, button[type=submit].fcs,
input[type=submit]:focus,
input[type=submit].fcs,
input[type=button]:focus,
input[type=button].fcs {
  color: #131619 !important;
  background-color: #ffffff;
  outline: 0;
  border: 2px solid #f96000;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
button[type=submit]:focus .icn svg,
button[type=submit]:focus .icn svg g,
button[type=submit]:focus .icn svg g path, button[type=submit].fcs .icn svg,
button[type=submit].fcs .icn svg g,
button[type=submit].fcs .icn svg g path,
input[type=submit]:focus .icn svg,
input[type=submit]:focus .icn svg g,
input[type=submit]:focus .icn svg g path,
input[type=submit].fcs .icn svg,
input[type=submit].fcs .icn svg g,
input[type=submit].fcs .icn svg g path,
input[type=button]:focus .icn svg,
input[type=button]:focus .icn svg g,
input[type=button]:focus .icn svg g path,
input[type=button].fcs .icn svg,
input[type=button].fcs .icn svg g,
input[type=button].fcs .icn svg g path {
  fill: #131619;
}
button[type=submit].disabled, button[type=submit].inactive,
input[type=submit].disabled,
input[type=submit].inactive,
input[type=button].disabled,
input[type=button].inactive {
  box-shadow: none;
  opacity: 0.2;
  cursor: auto;
  cursor: not-allowed;
  border: 1px solid #686a6c;
  color: #ffffff;
}
button[type=submit].disabled:hover, button[type=submit].disabled:focus, button[type=submit].inactive:hover, button[type=submit].inactive:focus,
input[type=submit].disabled:hover,
input[type=submit].disabled:focus,
input[type=submit].inactive:hover,
input[type=submit].inactive:focus,
input[type=button].disabled:hover,
input[type=button].disabled:focus,
input[type=button].inactive:hover,
input[type=button].inactive:focus {
  background-color: #f96000;
  color: #ffffff !important;
}
button[type=submit].disabled .icn svg,
button[type=submit].disabled .icn svg g,
button[type=submit].disabled .icn svg g path, button[type=submit].inactive .icn svg,
button[type=submit].inactive .icn svg g,
button[type=submit].inactive .icn svg g path,
input[type=submit].disabled .icn svg,
input[type=submit].disabled .icn svg g,
input[type=submit].disabled .icn svg g path,
input[type=submit].inactive .icn svg,
input[type=submit].inactive .icn svg g,
input[type=submit].inactive .icn svg g path,
input[type=button].disabled .icn svg,
input[type=button].disabled .icn svg g,
input[type=button].disabled .icn svg g path,
input[type=button].inactive .icn svg,
input[type=button].inactive .icn svg g,
input[type=button].inactive .icn svg g path {
  fill: #ffffff;
}
button[type=submit].active,
input[type=submit].active,
input[type=button].active {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
button[type=submit].white,
input[type=submit].white,
input[type=button].white {
  border: 1px solid #ffffff;
  color: #131619;
  background-color: #ffffff;
}
button[type=submit].white:hover,
input[type=submit].white:hover,
input[type=button].white:hover {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #131619;
}

a.btn-download {
  display: inline-flex;
  display: -ms-inline-flexbox;
  border: 1px solid #686a6c;
  padding: 0;
  position: relative;
  margin: 0 1em 1em 0;
  color: #131619;
}
@media (max-width: 575px) {
  a.btn-download {
    font-size: 0.9em;
  }
  a.btn-download:nth-child(even) {
    margin-right: 0;
  }
}
a.btn-download span,
a.btn-download strong {
  padding: 1em;
}
@media (max-width: 575px) {
  a.btn-download span,
  a.btn-download strong {
    padding: 1em 0.6em;
  }
}
a.btn-download strong {
  padding-right: 2.5em;
  position: relative;
}
a.btn-download strong:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 18px;
  background: url(../images/icon-arrowdown-download-black.svg) center center no-repeat;
  right: 12px;
}
a.btn-download:hover {
  color: #f96000;
}
a.btn-download:hover strong:after {
  background: url(../images/icon-arrowdown-download-orange.svg) center center no-repeat;
}

.btn-collapsed span.showmore,
.btn-collapsed span.readmore {
  display: block;
}
.btn-collapsed span.closemore,
.btn-collapsed span.readless {
  display: none;
}

.btn-collapsed.active span.showmore,
.btn-collapsed.active span.readmore {
  display: none;
}
.btn-collapsed.active span.closemore,
.btn-collapsed.active span.readless {
  display: block;
}

.btn-icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #f96000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  cursor: pointer;
  background-color: #f96000;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.btn-icon.white {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
@media (min-width:980px) {
  .btn-icon {
    width: 56px;
    height: 56px;
  }
}
@media (min-width:980px) {
  .btn-icon.ds-m {
    width: 40px;
    height: 40px;
  }
}
.btn-icon:hover, .btn-icon.hvr {
  color: #ffffff;
  background-color: #f96000;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn-icon:hover::after, .btn-icon.hvr::after {
  height: 0;
}
.btn-icon:focus, .btn-icon.fcs {
  color: #ffffff;
  background-color: #f96000;
  outline: 0;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn-icon.disabled, .btn-icon.inactive {
  cursor: not-allowed;
  background-color: #d9dbe1;
  border: 2px solid #d9dbe1;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: none;
}
.btn-icon.lg {
  width: 56px;
  height: 56px;
}
.btn-icon.goback {
  margin-right: 16px;
  font-weight: 700;
}

.btn-goback {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
}

#readmore-expand {
  display: none;
}

#readmore-less-expand {
  display: none;
}

button,
button[type=submit],
input[type=submit],
input[type=button] {
  cursor: pointer;
}

.btn-align-center {
  margin: 0 auto;
  display: table !important;
}

.action-blk {
  width: 250px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}
.action-blk .download-dropdown {
  width: 100%;
}
.action-blk .selectdropdown {
  width: 100%;
}
.action-blk .selectdropdown:hover, .action-blk .selectdropdown.hvr {
  border: 1px solid #f96000;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.action-blk .selectdropdown.selected {
  border: 1px solid #f96000;
  box-shadow: none;
}
.action-blk .selected .selectdropdown {
  border: 1px solid #f96000;
}
.action-blk .selected .selectdropdown span.current {
  font-weight: 700;
}
.action-blk .inactive .selectdropdown,
.action-blk .disabled .selectdropdown {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.action-blk a.download {
  background-color: #f96000;
  border-radius: 75px;
  height: 40px;
  width: 40px;
  transition: 0.5s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  transition: all ease 0.3s;
  opacity: 0.2;
}
.action-blk a.download.selected {
  opacity: 1;
  cursor: pointer;
}
.action-blk a.download.inactive, .action-blk a.download.disabled {
  opacity: 0.2;
  pointer-events: none;
  background-color: #d9dbe1;
}
.action-blk a.download:hover {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  border: 1px solid #ffffff;
}
.action-blk .download-icon-holder {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.action-blk .download-icon-holder .download-count {
  padding: 10px 0 0 10px;
  font-size: 15px;
  color: #686a6c;
}

.downloaded-item {
  margin-top: -20px;
}
.downloaded-item p {
  font-size: 14px;
  line-height: 1.25;
  color: #131619;
}

.lang-ar .btn.default {
  letter-spacing: normal;
}

/* //Top Header */
header {
  width: 100%;
  height: 80px;
  background: #ffffff;
  margin-top: 0;
  z-index: 52;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 14px 15px -20px rgba(56, 60, 67, 0.15);
}
@media (max-width:979px) {
  header {
    box-shadow: 0px 14px 15px -20px rgba(45, 49, 55, 0.15);
  }
}
@media (min-width: 1024px) {
  header {
    position: relative;
    top: 0;
    height: 120px;
  }
}
header .lang-bar {
  background-color: #eff1f7;
  height: 32px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1023.5px) {
  header .lang-bar {
    display: none;
  }
}
header .lang-bar .lang-wrp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .lang-bar .lang-wrp .srch-fld {
  position: relative;
}
header .lang-bar .lang-wrp .srch-fld input[type=search],
header .lang-bar .lang-wrp .srch-fld input[type=text] {
  border-radius: 5px;
  border: 1px solid #eff1f7;
  padding: 15px 15px 15px 50px;
  min-width: 240px;
  font-size: 16px;
  display: none;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
@media (min-width:980px) {
  header .lang-bar .lang-wrp .srch-fld input[type=search],
  header .lang-bar .lang-wrp .srch-fld input[type=text] {
    display: block;
  }
}
header .lang-bar .lang-wrp .srch-fld input[type=search]:focus,
header .lang-bar .lang-wrp .srch-fld input[type=text]:focus {
  outline: 0;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
header .lang-bar .lang-wrp .srch-fld .srch-icon {
  position: relative;
  background-color: #f96000;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  top: 0px;
}
@media (min-width:980px) {
  header .lang-bar .lang-wrp .srch-fld .srch-icon {
    background-color: transparent;
    position: absolute;
    left: 10px;
    top: 5px;
    width: 16px;
    height: 16px;
    z-index: 1;
  }
}
header .lang-bar .lang-wrp .srch-fld .srch-icon svg {
  width: 16px;
  height: 16px;
}
header .lang-bar .lang-wrp .srch-fld .srch-icon svg path {
  fill: #ffffff;
}
@media (min-width:980px) {
  header .lang-bar .lang-wrp .srch-fld .srch-icon svg {
    width: 16px;
    height: 16px;
  }
  header .lang-bar .lang-wrp .srch-fld .srch-icon svg path {
    fill: #a7a7a7;
  }
}
header .lang-bar .lang-wrp .srch-fld .srch-icon .srch-desk {
  display: inline-block;
}
header .lang-bar .lang-wrp .srch-fld .srch-icon .cls-mbl {
  display: none;
}
header .lang-bar .lang-wrp .srch-fld .srch-icon.is-active .srch-desk {
  display: none;
}
header .lang-bar .lang-wrp .srch-fld .srch-icon.is-active .cls-mbl {
  display: inline-block;
}
header .lang-bar .lang-wrp .lang {
  align-items: center;
  display: none;
}
@media (min-width: 1024px) {
  header .lang-bar .lang-wrp .lang {
    display: flex;
  }
}
header .lang-bar .lang-wrp .lang > div {
  display: flex;
  align-items: center;
}
header .lang-bar .lang-wrp .lang a {
  display: inline-flex;
  padding: 2px 0 2px 5px;
  margin: 0 4px 0 10px;
  font-size: 13px;
  color: #686a6c;
  text-transform: uppercase;
}
header .lang-bar .lang-wrp .lang a:hover {
  color: #131619;
  font-weight: 500;
}
header .lang-bar .lang-wrp .lang a.active, header .lang-bar .lang-wrp .lang a.is-active {
  color: #131619;
  font-weight: 700;
}
header .head_row {
  padding: 14px 12px;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  header .head_row {
    padding: 0 32px 0 32px;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 1;
  }
}
header .head_row-brand {
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 210px 104px;
  gap: 16px;
}
@media (min-width: 1024px) {
  header .head_row-brand {
    grid-template-columns: 100px 66% 190px;
    gap: 10px;
    min-height: 70px;
  }
}
@media (min-width: 1200px) {
  header .head_row-brand {
    grid-template-columns: 320px 54% 190px;
    gap: 12px;
  }
}
header .head_row-brand > div {
  display: flex;
  align-items: center;
}
header .head_row-brand a {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
}
header .head_row-brand a span.brand-img {
  width: 100px;
  margin-right: 12px;
}
@media (min-width: 1360px) {
  header .head_row-brand a span.brand-img {
    width: 130px;
  }
}
header .head_row-brand a span.brand-logo {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #131619;
  display: none;
}
@media (min-width: 1200px) {
  header .head_row-brand a span.brand-logo {
    display: block;
    font-size: 14px;
    line-height: 16px;
  }
}
header .head_row-brand a:focus {
  outline: 0;
}
header .head_row-brand .act {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  header .head_row-brand .act {
    gap: 10px;
  }
}
header .head_row-brand .act .srch {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f96000;
  background-color: #f96000;
  position: relative;
}
header .head_row-brand .act .srch img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
header .head_row-brand .act .srch img.srh {
  display: block;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
header .head_row-brand .act .srch img.srch-close {
  display: block;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
header .head_row-brand .act .srch.is-active {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
header .head_row-brand .act .srch.is-active img.srh {
  display: block;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
header .head_row-brand .act .srch.is-active img.srch-close {
  display: block;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
header .head_row-brand .act .btn-icon.lg {
  width: 48px;
  height: 48px;
  padding: 0 !important;
}
@media (min-width: 1024px) {
  header .head_row-brand .act .btn-icon.lg {
    width: 56px;
    height: 56px;
  }
}
header .head_row-brand .act .btn-icon.lg img {
  width: 18px;
  height: 18px;
}
@media (min-width:980px) {
  header .head_row-brand .act .btn-icon.lg img {
    width: 22px;
    height: 22px;
  }
}
header .head_row-brand .act .btn.default {
  padding: 10px 32px;
  display: none;
  text-transform: none;
  border: 1px solid #f96000;
  color: #131619;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  header .head_row-brand .act .btn.default {
    display: flex;
    padding: 16px 32px;
    min-width: 120px;
  }
}
header .head_row-brand .act .btn.default:hover {
  background-color: #f96000;
  color: #ffffff;
}
header .head_row-brand .act #toggle-nav {
  width: 40px;
  height: 25px;
  position: relative;
  top: 3px;
  margin: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 1024px) {
  header .head_row-brand .act #toggle-nav {
    display: none;
  }
}
header .head_row-brand .act #toggle-nav:focus {
  outline: 0;
  background-color: transparent;
}
header .head_row-brand .act #toggle-nav span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #131619;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border-radius: 8px;
}
header .head_row-brand .act #toggle-nav span:nth-child(1) {
  top: 0px;
}
header .head_row-brand .act #toggle-nav span:nth-child(2), header .head_row-brand .act #toggle-nav span:nth-child(3) {
  top: 8px;
}
header .head_row-brand .act #toggle-nav span:nth-child(4) {
  top: 16px;
  left: 14px;
  width: 65%;
}
header .head_row-brand .act #toggle-nav.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
header .head_row-brand .act #toggle-nav.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .head_row-brand .act #toggle-nav.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .head_row-brand .act #toggle-nav.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.lang-es header .head_row,
.lang-fr header .head_row {
  padding: 10px 12px;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .lang-es header .head_row,
  .lang-fr header .head_row {
    padding: 0 32px 0 32px;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 1;
  }
}
.lang-es header .head_row-brand,
.lang-fr header .head_row-brand {
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 100px 120px;
  gap: 16px;
}
@media (min-width: 1024px) {
  .lang-es header .head_row-brand,
  .lang-fr header .head_row-brand {
    grid-template-columns: 110px 66% 190px;
    gap: 10px;
  }
  .lang-es header .head_row-brand .act .btn.default,
  .lang-fr header .head_row-brand .act .btn.default {
    padding: 16px 20px;
    min-width: 120px;
    font-size: 13px;
    letter-spacing: 0;
  }
}
@media (min-width: 1280px) {
  .lang-es header .head_row-brand,
  .lang-fr header .head_row-brand {
    grid-template-columns: 320px 55% 190px;
    gap: 16px;
  }
}
.lang-es header .head_row-brand > div,
.lang-fr header .head_row-brand > div {
  display: flex;
  align-items: center;
}
.lang-es header .head_row-brand a,
.lang-fr header .head_row-brand a {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
}
.lang-es header .head_row-brand a span.brand-img,
.lang-fr header .head_row-brand a span.brand-img {
  min-width: 100px;
  width: 100px;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .lang-es header .head_row-brand a span.brand-img,
  .lang-fr header .head_row-brand a span.brand-img {
    min-width: 100px;
    width: 110px;
  }
}
@media (min-width: 1280px) {
  .lang-es header .head_row-brand a span.brand-img,
  .lang-fr header .head_row-brand a span.brand-img {
    min-width: 100px;
    width: 110px;
  }
}
.lang-es header .head_row-brand a span.brand-img img,
.lang-fr header .head_row-brand a span.brand-img img {
  width: 100%;
}
.lang-es header .head_row-brand a span.brand-logo,
.lang-fr header .head_row-brand a span.brand-logo {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  display: none;
}
@media (min-width: 1280px) {
  .lang-es header .head_row-brand a span.brand-logo,
  .lang-fr header .head_row-brand a span.brand-logo {
    display: block;
    font-size: 13px;
    line-height: 16px;
  }
}
.lang-es header .head_row-brand a:focus,
.lang-fr header .head_row-brand a:focus {
  outline: 0;
}
.lang-es header .head_row-brand .act,
.lang-fr header .head_row-brand .act {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .lang-es header .head_row-brand .act,
  .lang-fr header .head_row-brand .act {
    gap: 10px;
  }
}
.lang-es header .head_row-brand .act .srch,
.lang-fr header .head_row-brand .act .srch {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f96000;
}
.lang-es header .head_row-brand .act .srch img.srh,
.lang-fr header .head_row-brand .act .srch img.srh {
  display: block;
  transition: all 0.5s ease-in-out;
}
.lang-es header .head_row-brand .act .srch img.srch-close,
.lang-fr header .head_row-brand .act .srch img.srch-close {
  display: none;
  transition: all 0.5s ease-in-out;
}
.lang-es header .head_row-brand .act .srch.is-active,
.lang-fr header .head_row-brand .act .srch.is-active {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}
.lang-es header .head_row-brand .act .srch.is-active img.srh,
.lang-fr header .head_row-brand .act .srch.is-active img.srh {
  display: none;
}
.lang-es header .head_row-brand .act .srch.is-active img.srch-close,
.lang-fr header .head_row-brand .act .srch.is-active img.srch-close {
  display: block;
}
.lang-es header .head_row-brand .act .btn-icon.lg,
.lang-fr header .head_row-brand .act .btn-icon.lg {
  width: 44px;
  height: 44px;
}
.lang-es header .head_row-brand .act .btn-icon.lg img,
.lang-fr header .head_row-brand .act .btn-icon.lg img {
  width: 18px;
}
.lang-es header .head_row-brand .act .btn.action,
.lang-fr header .head_row-brand .act .btn.action {
  padding: 10px 20px;
  display: none;
}
@media (min-width: 1024px) {
  .lang-es header .head_row-brand .act .btn.action,
  .lang-fr header .head_row-brand .act .btn.action {
    display: flex;
    font-size: 14px;
    padding: 16px 20px;
  }
}
.lang-es header .head_row-brand .act #toggle-nav,
.lang-fr header .head_row-brand .act #toggle-nav {
  width: 40px;
  height: 25px;
  position: relative;
  top: 3px;
  margin: 0;
  margin-left: 20px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .lang-es header .head_row-brand .act #toggle-nav,
  .lang-fr header .head_row-brand .act #toggle-nav {
    display: none;
  }
}
.lang-es header .head_row-brand .act #toggle-nav:focus,
.lang-fr header .head_row-brand .act #toggle-nav:focus {
  outline: 0;
  background-color: transparent;
}
.lang-es header .head_row-brand .act #toggle-nav span,
.lang-fr header .head_row-brand .act #toggle-nav span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #131619;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border-radius: 8px;
}
.lang-es header .head_row-brand .act #toggle-nav span:nth-child(1),
.lang-fr header .head_row-brand .act #toggle-nav span:nth-child(1) {
  top: 0px;
}
.lang-es header .head_row-brand .act #toggle-nav span:nth-child(2), .lang-es header .head_row-brand .act #toggle-nav span:nth-child(3),
.lang-fr header .head_row-brand .act #toggle-nav span:nth-child(2),
.lang-fr header .head_row-brand .act #toggle-nav span:nth-child(3) {
  top: 8px;
}
.lang-es header .head_row-brand .act #toggle-nav span:nth-child(4),
.lang-fr header .head_row-brand .act #toggle-nav span:nth-child(4) {
  top: 16px;
  left: 14px;
  width: 65%;
}
.lang-es header .head_row-brand .act #toggle-nav.open span:nth-child(1),
.lang-fr header .head_row-brand .act #toggle-nav.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.lang-es header .head_row-brand .act #toggle-nav.open span:nth-child(2),
.lang-fr header .head_row-brand .act #toggle-nav.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lang-es header .head_row-brand .act #toggle-nav.open span:nth-child(3),
.lang-fr header .head_row-brand .act #toggle-nav.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lang-es header .head_row-brand .act #toggle-nav.open span:nth-child(4),
.lang-fr header .head_row-brand .act #toggle-nav.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

@media (min-width: 1024px) {
  .lang-es header .head_row-brand {
    grid-template-columns: 110px 62% 160px;
  }
  .lang-es header .head_row-brand .act .btn.default {
    padding: 16px 20px;
    min-width: 100px;
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  .lang-es header .head_row-brand {
    grid-template-columns: 320px 55% 190px;
    gap: 16px;
  }
  .lang-es header .head_row-brand .act .btn.default {
    padding: 16px 32px;
    min-width: 120px;
    font-size: 16px;
  }
}

/* Arabic css */
.lang-ar header .head_row {
  padding: 10px;
}
@media (min-width: 1024px) {
  .lang-ar header .head_row {
    padding: 0 32px 0 32px;
  }
}
.lang-ar header .head_row-brand {
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 100px 120px;
  gap: 10px;
}
@media (min-width: 1024px) {
  .lang-ar header .head_row-brand {
    grid-template-columns: 100px 66% 190px;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .lang-ar header .head_row-brand {
    grid-template-columns: 300px 56% 200px;
    gap: 16px;
  }
}
.lang-ar header .head_row-brand > div {
  display: flex;
  align-items: center;
}
.lang-ar header .head_row-brand a {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
}
.lang-ar header .head_row-brand a span.brand-img {
  width: 110px;
  margin-left: 12px;
  margin-right: 0;
}
@media (min-width: 1360px) {
  .lang-ar header .head_row-brand a span.brand-img {
    width: 130px;
  }
}
.lang-ar header .head_row-brand a:focus {
  outline: 0;
}
.lang-ar header .head_row-brand .act {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .lang-ar header .head_row-brand .act {
    gap: 10px;
  }
}
.lang-ar header .head_row-brand .act .srch {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f96000;
}
.lang-ar header .head_row-brand .act .srch img.srh {
  display: block;
  transition: all 0.5s ease-in-out;
}
.lang-ar header .head_row-brand .act .srch img.srch-close {
  display: none;
  transition: all 0.5s ease-in-out;
}
.lang-ar header .head_row-brand .act .srch.is-active {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}
.lang-ar header .head_row-brand .act .srch.is-active img.srh {
  display: none;
}
.lang-ar header .head_row-brand .act .srch.is-active img.srch-close {
  display: block;
}
.lang-ar header .head_row-brand .act .btn-icon.lg img {
  width: 18px;
}
.lang-ar header .head_row-brand .act .btn.action {
  padding: 10px 32px;
  display: none;
}
@media (min-width: 1024px) {
  .lang-ar header .head_row-brand .act .btn.action {
    display: flex;
  }
}
.lang-ar header .head_row-brand .act #toggle-nav {
  width: 40px;
  height: 25px;
  position: relative;
  top: 3px;
  margin: 0;
  margin-left: 20px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .lang-ar header .head_row-brand .act #toggle-nav {
    display: none;
  }
}
.lang-ar header .head_row-brand .act #toggle-nav:focus {
  outline: 0;
  background-color: transparent;
}
.lang-ar header .head_row-brand .act #toggle-nav span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #131619;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border-radius: 8px;
}
.lang-ar header .head_row-brand .act #toggle-nav span:nth-child(1) {
  top: 0px;
}
.lang-ar header .head_row-brand .act #toggle-nav span:nth-child(2), .lang-ar header .head_row-brand .act #toggle-nav span:nth-child(3) {
  top: 8px;
}
.lang-ar header .head_row-brand .act #toggle-nav span:nth-child(4) {
  top: 16px;
  right: 14px;
  width: 65%;
}
.lang-ar header .head_row-brand .act #toggle-nav.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.lang-ar header .head_row-brand .act #toggle-nav.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lang-ar header .head_row-brand .act #toggle-nav.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lang-ar header .head_row-brand .act #toggle-nav.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

/* Top Navigation Starts */
nav.mainnavs {
  display: none;
}
@media (min-width: 1024px) {
  nav.mainnavs {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
}
nav.mainnavs ul.navigation {
  display: flex;
  align-items: center;
  gap: 4px;
}
nav.mainnavs ul.navigation li {
  position: relative;
  margin-right: 12px;
}
nav.mainnavs ul.navigation li > a {
  color: #131619;
  padding: 32px 14px 32px 16px;
  font-weight: 400;
  display: block;
  font-size: 15px;
  position: relative;
}
@media (min-width: 1360px) {
  nav.mainnavs ul.navigation li > a {
    font-size: 16px;
  }
}
nav.mainnavs ul.navigation li > a::after {
  content: "";
  width: 0;
  height: 4px;
  border-radius: 8px;
  background-color: #f96000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: 0.3s ease-in;
}
nav.mainnavs ul.navigation li > a:hover, nav.mainnavs ul.navigation li > a.selected {
  font-weight: 600;
  padding: 32px 13px 32px 16px;
}
nav.mainnavs ul.navigation li > a:hover::after, nav.mainnavs ul.navigation li > a.selected::after {
  height: 4px;
  width: 100%;
  left: 0;
  background-color: #f96000;
}
nav.mainnavs ul.navigation li.has-child::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 37px;
  width: 15px;
  height: 10px;
  background: url(../images/icon-downarrow-black.svg) no-repeat right center;
  background-size: 90%;
  transition: 0.2s ease-in-out;
}
@media (min-width: 1260px) {
  nav.mainnavs ul.navigation li.has-child::after {
    top: 38px;
  }
}
nav.mainnavs ul.navigation li.has-child.is-up::after, nav.mainnavs ul.navigation li.has-child.ds-up::after {
  right: -7px;
  transform: rotate(-180deg);
}
nav.mainnavs ul.navigation li.has-child.is-up a::after, nav.mainnavs ul.navigation li.has-child.ds-up a::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-in;
}
nav.mainnavs ul.navigation.nav-ds-view li a {
  pointer-events: none;
}

.lang-es nav.mainnavs {
  display: none;
}
@media (min-width: 1024px) {
  .lang-es nav.mainnavs {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
}
.lang-es nav.mainnavs ul.navigation {
  display: flex;
  align-items: center;
  gap: 4px;
}
.lang-es nav.mainnavs ul.navigation li {
  position: relative;
  margin-right: 12px;
}
.lang-es nav.mainnavs ul.navigation li > a {
  color: #131619;
  padding: 32px 14px 32px 12px;
  font-weight: 400;
  display: block;
  font-size: 14px;
  position: relative;
}
@media (min-width: 1140px) and (max-width: 1359px) {
  .lang-es nav.mainnavs ul.navigation li > a {
    font-size: 14px;
  }
}
@media (min-width: 1360px) {
  .lang-es nav.mainnavs ul.navigation li > a {
    font-size: 16px;
  }
}
.lang-es nav.mainnavs ul.navigation li > a::after {
  content: "";
  width: 0;
  height: 4px;
  border-radius: 8px;
  background-color: #f96000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: 0.3s ease-in;
}
.lang-es nav.mainnavs ul.navigation li > a:hover, .lang-es nav.mainnavs ul.navigation li > a.selected {
  font-weight: 500;
  padding: 32px 13px 32px 16px;
}
.lang-es nav.mainnavs ul.navigation li > a:hover::after, .lang-es nav.mainnavs ul.navigation li > a.selected::after {
  height: 4px;
  width: 100%;
  left: 0;
  background-color: #f96000;
}
.lang-es nav.mainnavs ul.navigation li.has-child::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 35px;
  width: 15px;
  height: 10px;
  background: url(../images/icon-downarrow-black.svg) no-repeat right center;
  background-size: 90%;
  transition: 0.2s ease-in-out;
}
@media (min-width: 1140px) and (max-width: 1359px) {
  .lang-es nav.mainnavs ul.navigation li.has-child::after {
    top: 37px;
  }
}
@media (min-width: 1360px) {
  .lang-es nav.mainnavs ul.navigation li.has-child::after {
    top: 38px;
  }
}
.lang-es nav.mainnavs ul.navigation li.has-child.is-up::after {
  right: -7px;
  transform: rotate(-180deg);
}
.lang-es nav.mainnavs ul.navigation li.has-child.is-up a::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-in;
}

.lang-fr nav.mainnavs {
  display: none;
}
@media (min-width: 1024px) {
  .lang-fr nav.mainnavs {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
}
.lang-fr nav.mainnavs ul.navigation {
  display: flex;
  align-items: center;
  gap: 4px;
}
.lang-fr nav.mainnavs ul.navigation li {
  position: relative;
  margin-right: 12px;
}
.lang-fr nav.mainnavs ul.navigation li > a {
  color: #131619;
  padding: 32px 14px 32px 12px;
  font-weight: 400;
  display: block;
  font-size: 12px;
  position: relative;
}
@media (min-width: 1140px) and (max-width: 1399px) {
  .lang-fr nav.mainnavs ul.navigation li > a {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .lang-fr nav.mainnavs ul.navigation li > a {
    font-size: 16px;
  }
}
.lang-fr nav.mainnavs ul.navigation li > a::after {
  content: "";
  width: 0;
  height: 4px;
  border-radius: 8px;
  background-color: #f96000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: 0.3s ease-in;
}
.lang-fr nav.mainnavs ul.navigation li > a:hover, .lang-fr nav.mainnavs ul.navigation li > a.selected {
  font-weight: 500;
  padding: 32px 13px 32px 16px;
}
.lang-fr nav.mainnavs ul.navigation li > a:hover::after, .lang-fr nav.mainnavs ul.navigation li > a.selected::after {
  height: 4px;
  width: 100%;
  left: 0;
  background-color: #f96000;
}
.lang-fr nav.mainnavs ul.navigation li.has-child::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 35px;
  width: 15px;
  height: 10px;
  background: url(../images/icon-downarrow-black.svg) no-repeat right center;
  background-size: 90%;
  transition: 0.2s ease-in-out;
}
@media (min-width: 1140px) and (max-width: 1359px) {
  .lang-fr nav.mainnavs ul.navigation li.has-child::after {
    top: 37px;
  }
}
@media (min-width: 1360px) {
  .lang-fr nav.mainnavs ul.navigation li.has-child::after {
    top: 38px;
  }
}
.lang-fr nav.mainnavs ul.navigation li.has-child.is-up::after {
  right: -7px;
  transform: rotate(-180deg);
}
.lang-fr nav.mainnavs ul.navigation li.has-child.is-up a::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-in;
}

.lang-ar nav.mainnavs ul.navigation li {
  position: relative;
  margin-right: 0;
  margin-left: 12px;
}
.lang-ar nav.mainnavs ul.navigation li a {
  color: #131619;
  padding: 32px 12px 32px 14px;
  font-weight: 500;
  display: block;
  font-size: 14px;
}
@media (min-width: 1640px) {
  .lang-ar nav.mainnavs ul.navigation li a {
    font-size: 16px;
  }
}
.lang-ar nav.mainnavs ul.navigation li.has-child::after {
  content: "";
  position: absolute;
  right: auto;
  left: -5px;
  top: 36px;
  background: url(../images/icon-downarrow-black.svg) no-repeat left center;
  background-size: 90%;
  transition: 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .lang-ar nav.mainnavs ul.navigation li.has-child::after {
    top: 38px;
  }
}
.lang-ar nav.mainnavs ul.navigation li.has-child.is-up::after {
  left: -7px;
  transform: rotate(-180deg);
}

.meganav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 160px;
  z-index: 2;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.meganav.open {
  top: 122px;
  opacity: 1;
  visibility: visible;
  box-shadow: 0px 14px 15px -16px rgba(37, 40, 46, 0.15);
}
@media (min-width: 1024px) and (max-width: 1259px) {
  .meganav.open {
    top: 120px;
  }
}
@media (min-width: 1260px) {
  .meganav.open {
    top: 116px;
  }
}
.meganav.ds-view {
  opacity: 1;
  visibility: visible;
}
.meganav.ds-view.ds-open {
  top: 129px;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-width: 1259px) {
  .meganav.ds-view.ds-open {
    top: 102px;
  }
}
@media (min-width: 1440px) {
  .meganav.ds-view.ds-open {
    top: 125px;
  }
}
.meganav .mn-wrp {
  display: grid;
  grid-template-columns: 280px 1fr;
  opacity: 0;
  background-color: #f8f8fc;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  pointer-events: none;
  height: 0;
}
@media (min-width: 1260px) {
  .meganav .mn-wrp {
    grid-template-columns: 350px 1fr;
  }
}
.meganav .mn-wrp.is-up {
  height: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.meganav .mn-wrp.ds-view {
  height: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.meganav .mn-wrp .l2-wrp {
  display: grid;
  padding: 40px;
  border-left: 1px solid #d9dbe1;
}
.meganav .mn-wrp .l2-wrp.wwa {
  grid-template-columns: 1fr 2fr 2fr;
  gap: 32px;
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .meganav .mn-wrp .l2-wrp.wwa {
    grid-template-columns: 1fr 3fr 1.5fr;
  }
}
.meganav .mn-wrp .l2-wrp.wwa .navcol .navwrap {
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 32px;
}
.meganav .mn-wrp .l2-wrp.wht {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (min-width: 1260px) {
  .meganav .mn-wrp .l2-wrp.wht {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.meganav .mn-wrp .l2-wrp.hum .navcol {
  max-width: 960px;
}
.meganav .mn-wrp .l2-wrp .navcol .nav-title {
  color: #131619;
  border-bottom: 1px solid #d9dbe1;
  font-size: 14px;
  padding: 5px 0 12px 0;
  margin: 0 0 16px 0;
}
.meganav .mn-wrp .l2-wrp .navcol .nav-items {
  padding: 0 0 32px 0;
}
.meganav .mn-wrp .l2-wrp .navcol .nav-items:last-child {
  padding-bottom: 0;
}
.meganav .mn-wrp .l2-wrp .navcol .nav-items a {
  font-size: 16px;
  line-height: 1.25;
  color: #131619;
  text-decoration: none;
  padding: 6px 0;
  display: block;
  position: relative;
  z-index: 1;
}
@media (min-width: 1440px) {
  .meganav .mn-wrp .l2-wrp .navcol .nav-items a {
    font-size: 16px;
  }
}
.meganav .mn-wrp .l2-wrp .navcol .nav-items a:hover {
  font-size: 16px;
  color: #686a6c;
}
@media (min-width: 1440px) {
  .meganav .mn-wrp .l2-wrp .navcol .nav-items a:hover {
    font-size: 16px;
  }
}
.meganav .mn-wrp .l2-wrp .navcol .nav-items a:hover:after {
  opacity: 1;
}
.meganav .mn-wrp .l2-wrp .navcol .nav-items.col2 {
  display: block;
  column-count: 2;
  max-width: 640px;
  gap: 0 48px;
}
.meganav .mn-wrp .l2-wrp .navcol .nav-hww {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.meganav .mn-wrp .l2-wrp .navcol .nav-hww .hww-col .hww-title {
  color: #ae4300;
  text-transform: none;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 18px;
  padding-top: 8px;
  font-weight: 700;
}
.meganav .mn-wrp .l2-wrp .navcol .navrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 1366px) {
  .meganav .mn-wrp .l2-wrp .navcol .navrap {
    grid-template-columns: 1fr 1fr;
  }
}
.meganav .dp {
  width: 100%;
  height: 100%;
  background-color: #f8f8fc;
  padding: 40px 32px;
  border-top: 1px solid #f8f8fc;
  border-bottom: 1px solid #f8f8fc;
}
.meganav .dp_img {
  max-width: 290px;
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
}
.meganav .dp p {
  color: #131619;
  font-size: 14px;
}

.lang-es .meganav.open,
.lang-fr .meganav.open {
  top: 122px;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) and (max-width: 1139px) {
  .lang-es .meganav.open,
  .lang-fr .meganav.open {
    top: 120px;
  }
}
@media (min-width: 1140px) and (max-width: 1359px) {
  .lang-es .meganav.open,
  .lang-fr .meganav.open {
    top: 114px;
  }
}
@media (min-width: 1360px) {
  .lang-es .meganav.open,
  .lang-fr .meganav.open {
    top: 116px;
  }
}

.lang-ar .meganav .mn-wrp .l2-wrp .navcol .nav-hww .hww-col .hww-title {
  font-size: 16px;
  font-weight: 900;
}

.has-child:hover .meganv {
  display: block;
  animation-name: grow;
  animation-duration: 3s;
}

@keyframes grow {
  0% {
    top: 120px;
    opacity: 0;
  }
  100% {
    top: 100px;
    opacity: 1;
  }
}
.user-logged-in .meganav {
  top: 0px;
}
.user-logged-in .meganav.open {
  top: 0px;
}
@media (min-width: 1024px) and (max-width: 1259px) {
  .user-logged-in .meganav.open {
    top: 0px;
  }
}
@media (min-width: 1260px) {
  .user-logged-in .meganav.open {
    top: 0px;
  }
}

/* mobile navigation starts*/
.nav-mobile {
  min-width: 100%;
  width: 100%;
  height: calc(100vh - 66px);
  background-color: #eff1f7;
  padding: 25px;
  position: fixed;
  z-index: 2;
  top: 80px;
  display: none;
}
.nav-mobile ul.nav-mb {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.nav-mobile ul.nav-mb li {
  margin: 5px 0;
  display: inline-block;
}
.nav-mobile ul.nav-mb li a {
  color: #131619;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 25px 10px 10px;
  width: 75%;
}
.nav-mobile ul.nav-mb li.child-l1 {
  position: relative;
}
.nav-mobile ul.nav-mb li.child-l1 a {
  display: inline-flex;
  position: relative;
}
.nav-mobile ul.nav-mb li.child-l1 a::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 18px;
  width: 15px;
  height: 10px;
  background: url(../images/icon-downarrow-black.svg) no-repeat right center;
  background-size: 90%;
}
@media (max-width:979px) {
  .nav-mobile ul.nav-mb li.child-l1 a::after {
    display: none;
  }
}
.nav-mobile ul.nav-mb li.child-l1 .child-links {
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f96000;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
.nav-mobile .mbl-action {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #eff1f7;
  width: 100%;
  padding: 20px;
}
.nav-mobile .mbl-action .btn-dnt {
  min-width: 150px;
  display: inline-flex;
  justify-content: center;
  background-color: #f96000;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  display: inline-flex;
  padding: 15px 25px;
  align-items: center;
}
.nav-mobile .mbl-action .btn-dnt span.icn {
  width: 25px;
  height: 25px;
  margin-left: 8px;
}
.nav-mobile .mbl-action .langs {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.nav-mobile .mbl-action .langs span {
  display: inline-block;
  font-size: 15px;
  margin-right: 20px;
}
@media (min-width:980px) {
  .nav-mobile .mbl-action .langs {
    display: block;
  }
}
.nav-mobile .mbl-action .langs a {
  display: inline-flex;
  padding: 5px 2px;
  margin: 0 8px;
  font-size: 13px;
  color: #131619;
  text-transform: uppercase;
}
.nav-mobile .mbl-action .langs a.active {
  color: #686a6c;
  position: relative;
}
.nav-mobile .mbl-action .langs a.active::after {
  content: "";
  height: 3px;
  background-color: #f96000;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.nav-mobile .mbl-action .langs a.is-active {
  color: #686a6c;
}
.nav-mobile .mbl-action .links-l3 {
  max-width: 95%;
}

.lang-ar .nav-mobile ul.nav-mb li a {
  color: #131619;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 10px 10px 25px;
  width: 75%;
}
.lang-ar .nav-mobile ul.nav-mb li.child-l1 {
  position: relative;
}
.lang-ar .nav-mobile ul.nav-mb li.child-l1 a::after {
  content: "";
  right: auto;
  left: 0px;
  background: url(../images/icon-downarrow-black.svg) no-repeat right center;
  background-size: 90%;
}
.lang-ar .nav-mobile ul.nav-mb li.child-l1 .child-links {
  right: auto;
  left: 0;
  top: 0;
}
.lang-ar .nav-mobile ul.nav-mb li.child-l1 .child-links img {
  transform: rotate(-180deg);
}
.lang-ar .nav-mobile .mbl-action {
  left: auto;
  right: 0;
  padding: 20px;
}
.lang-ar .nav-mobile .mbl-action .langs span {
  margin-left: 20px;
  margin-right: 0;
}
.lang-ar .nav-mobile .mbl-action .langs a.active {
  color: #686a6c;
  position: relative;
}
.lang-ar .nav-mobile .mbl-action .langs a.active::after {
  content: "";
  width: 100%;
  position: absolute;
  left: auto;
  right: 0;
  bottom: -2px;
}
.lang-ar .nav-mobile .mbl-action .langs a.is-active {
  color: #686a6c;
}

.mbchild-l1 {
  min-width: 100%;
  width: 100%;
  height: calc(100vh - 66px);
  background-color: #fbfbfb;
  padding: 16px 0 25px 25px;
  position: fixed;
  display: none;
  overflow: hidden;
  z-index: 3;
}
.mbchild-l1.l3 {
  z-index: 4;
}
.mbchild-l1 .go-back,
.mbchild-l1 .go-back-lvl1 {
  background-color: #d9dbe1;
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #131619;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.mbchild-l1 .go-back i,
.mbchild-l1 .go-back-lvl1 i {
  width: 24px;
  height: 18px;
  display: inline-block;
  margin-right: 15px;
}
.mbchild-l1 .links-wrap {
  position: relative;
  top: 60px;
  overflow-y: scroll;
  height: calc(100vh - 220px);
  max-height: 61vh;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #f96000 #525252;
}
.mbchild-l1 .links-wrap::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.mbchild-l1 .links-wrap::-webkit-scrollbar-track {
  background-clip: content-box;
  border: 1px solid transparent;
}
.mbchild-l1 .links-wrap::-webkit-scrollbar-thumb {
  background-color: #f96000;
}
.mbchild-l1 .links-wrap::-webkit-scrollbar-thumb:hover {
  background-color: rgb(224.1, 86.4, 0);
}
.mbchild-l1 .links-wrap::-webkit-scrollbar-corner, .mbchild-l1 .links-wrap::-webkit-scrollbar-track {
  background-color: #525252;
}
.mbchild-l1 .links-wrap span.title-pr {
  text-transform: uppercase;
}
.mbchild-l1 .links-wrap .title-pr {
  position: relative;
  color: #131619;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 25px 10px 10px;
}
.mbchild-l1 .links-wrap .title-pr::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 18px;
  width: 15px;
  height: 10px;
  background: url(../images/icon-downarrow-black.svg) no-repeat right center;
  background-size: 90%;
  transform: rotate(-180deg);
}
@media (max-width:979px) {
  .mbchild-l1 .links-wrap .title-pr::after {
    display: none;
  }
}
.mbchild-l1 .links-wrap .title-pr a {
  color: #131619;
  font-size: 18px;
  font-weight: 500;
}
.mbchild-l1 .links-wrap .title-pr-l2 {
  display: block;
  padding: 10px 10px 5px 10px;
  font-weight: 700;
  color: #131619;
}
.mbchild-l1 .links-wrap .title-pr-l2:not(:nth-child(1)) {
  padding-top: 20px;
}
.mbchild-l1 .links-wrap ul.l1-links {
  padding-right: 20px;
}
.mbchild-l1 .links-wrap ul.l1-links li {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mbchild-l1 .links-wrap ul.l1-links li a {
  color: #131619;
  font-size: 17px;
  display: inline-block;
  padding: 15px 25px 15px 20px;
  max-width: 80%;
}
.mbchild-l1 .links-wrap ul.l1-links li .nxt-links {
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f96000;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
}
.mbchild-l1 .links-wrap .links-l3 li {
  display: block;
  padding: 0 10px 0 20px;
  margin: 5px 0;
}
.mbchild-l1 .links-wrap .links-l3 li .btn {
  padding: 10px 0;
  font-weight: 400;
}
.mbchild-l1 .links-wrap .links-l3 li .btn::after {
  height: 0;
}
.mbchild-l1 .links-wrap .links-l3 li .btn:hover {
  font-weight: 500;
}
.mbchild-l1 .links-wrap .mnav-scroll {
  max-width: 94%;
}
.mbchild-l1 .mbl-action {
  background-color: transparent;
  position: fixed;
  bottom: 16px;
}

.lang-ar .mbchild-l1 {
  padding: 25px 25px 25px 0;
}
.lang-ar .mbchild-l1 .go-back,
.lang-ar .mbchild-l1 .go-back-lvl1 {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
}
.lang-ar .mbchild-l1 .go-back i,
.lang-ar .mbchild-l1 .go-back-lvl1 i {
  width: 24px;
  height: 18px;
  display: inline-block;
  margin-right: 15px;
}
.lang-ar .mbchild-l1 .go-back i img,
.lang-ar .mbchild-l1 .go-back-lvl1 i img {
  transform: rotate(-180deg);
}
.lang-ar .mbchild-l1 .links-wrap .title-pr {
  padding: 10px 10px 10px 25px;
  color: #2171ec;
}
.lang-ar .mbchild-l1 .links-wrap .title-pr::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 18px;
  width: 15px;
  height: 10px;
  background: url(../images/icon-downarrow-black.svg) no-repeat right center;
  background-size: 90%;
  transform: rotate(-180deg);
}
@media (max-width:979px) {
  .lang-ar .mbchild-l1 .links-wrap .title-pr::after {
    display: none;
  }
}
.lang-ar .mbchild-l1 .links-wrap .title-pr-l2 {
  display: block;
  padding: 15px 20px 15px 10px;
  font-weight: 700;
  color: #131619;
}
.lang-ar .mbchild-l1 .links-wrap ul.l1-links {
  padding-right: 10px;
  padding-left: 20px;
}
.lang-ar .mbchild-l1 .links-wrap .links-l3 li {
  display: block;
  padding: 0 20px 0 10px;
  margin: 5px 0;
}
.lang-ar .mbchild-l1 .mbl-action {
  background-color: #d9dbe1;
  position: fixed;
  bottom: 16px;
}

/*Global search modal*/
.srchmodal {
  width: 100%;
  height: 100%;
  background-color: #eff1f7;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  position: fixed;
  z-index: 12;
  top: 0px;
  padding-top: 100px;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
}
.srchmodal .fld-wrpr {
  max-width: 720px;
  padding: 200px 8px 8px 8px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .srchmodal .fld-wrpr {
    padding-top: 100px;
  }
}
.srchmodal .fld-wrpr .fldsrch {
  position: relative;
  border-bottom: 2px solid #d9dbe1;
}
.srchmodal .fld-wrpr .fldsrch::after {
  content: "";
  width: 60px;
  height: 54px;
  background: url(../images/icon-srch.svg) no-repeat center 8px;
  background-size: 60%;
  position: absolute;
  left: 5px;
  top: 5px;
}
@media (max-width:767px) {
  .srchmodal .fld-wrpr .fldsrch::after {
    width: 50px;
    height: 40px;
    left: 0;
    top: 14px;
  }
}
.srchmodal .fld-wrpr input[type=search] {
  background-color: transparent;
  font-size: 32px;
  min-height: 68px;
  position: relative;
  padding-left: 78px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  border: 0;
}
@media (max-width:767px) {
  .srchmodal .fld-wrpr input[type=search] {
    font-size: 24px;
    padding-left: 56px;
  }
}
.srchmodal .fld-wrpr input[type=search]:focus, .srchmodal .fld-wrpr input[type=search]:focus-within {
  border: 0 !important;
  background-color: #ffffff;
}

.lang-ar .srchmodal .fld-wrpr .fldsrch {
  position: relative;
}
.lang-ar .srchmodal .fld-wrpr .fldsrch::after {
  content: "";
  width: 60px;
  height: 42px;
  background: url(../images/icon-srch.svg) no-repeat center 8px;
  background-size: 60%;
  position: absolute;
  left: auto;
  right: 5px;
  top: 5px;
}
.lang-ar .srchmodal .fld-wrpr input[type=search] {
  padding-left: 5px;
  padding-right: 78px;
}

.icpd-donate-holder {
  display: flex;
  gap: 10px;
}
.icpd-donate-holder .icpdlogo {
  max-width: 130px;
}
.icpd-donate-holder .icpdlogo img {
  max-height: 50px;
}
@media (max-width: 575px) {
  .icpd-donate-holder .btn.action {
    padding: 10px 16px;
  }
}

.fldsrch input[type=search]::-webkit-search-decoration,
.fldsrch input[type=search]::-webkit-search-cancel-button,
.fldsrch input[type=search]::-webkit-search-results-button,
.fldsrch input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.btn-clr.btn-text {
  font-size: 16px;
  border: 0;
  margin-top: 16px;
}