@keyframes childnav-pos {
  from {
    top: 80px;
    opacity: 0;
  }
  to {
    top: 58px;
    opacity: 1;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}

::selection {
  background-color: #fdcfb3;
  /* highlight color */
  color: #131619;
  /* text color while selected */
}

* body {
  margin: 0;
  padding: 0;
}
* body.o-hidden {
  overflow: hidden;
}

*:focus {
  outline: none;
}

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

a {
  text-decoration: none;
}

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

a:focus {
  outline: none;
  color: #686a6c;
  box-shadow: none;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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;
}

figure {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
figure > img {
  margin: 0;
  border: 0;
  border-radius: 8px;
}
figure br {
  display: none;
}
figure figcaption {
  font-size: 14px;
  line-height: 1.25;
  padding: 16px;
  color: #131619;
  display: table-caption;
  caption-side: bottom;
  background-color: #eff1f7;
  border-radius: 0 0 8px 8px;
}
figure.img-full {
  width: 100%;
  display: table !important;
}
figure.img-full > img {
  width: 100%;
}
figure.image.media-image {
  margin-top: 32px;
  margin-bottom: 32px;
}

figure:has(figcaption) img {
  border-radius: 8px 8px 0 0 !important;
}

figure.align-left,
img[data-align=right] {
  float: left;
  display: inline-table !important;
}

figure.align-right,
img[data-align=right] {
  float: right;
  display: inline-table !important;
}

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

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

figure.align-center,
figure.center-align {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
figure.align-center .figcaption,
figure.align-center figcaption,
figure.center-align .figcaption,
figure.center-align figcaption {
  width: auto;
}

figure.image.media-image {
  display: table;
}
figure.image.media-image .figcaption,
figure.image.media-image figcaption {
  width: auto;
}

img.left-align,
img.align-left,
img[data-align=right] {
  margin-right: 32px;
  margin-bottom: 32px;
  display: inline-table !important;
  border-radius: 8px;
}

img.right-align,
img.align-right,
img[data-align=right] {
  margin-left: 32px;
  margin-bottom: 32px;
  display: inline-table !important;
  border-radius: 8px;
}

.fcenter {
  width: 100%;
  margin: 32px auto;
}
.fcenter img {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 8px;
}
.fcenter figure {
  display: table !important;
  margin: 0 auto;
}

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

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

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

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 #c8cfd6;
}

article.glbl {
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
}
article.glbl ul,
article.glbl ol {
  padding: 40px 16px;
}
article.glbl ul ul,
article.glbl ul ol,
article.glbl ol ul,
article.glbl ol ol {
  padding: 20px 16px 0 16px;
}
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 16px 16px 16px;
}
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: 6px;
  margin-left: 16px;
}
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: 6px;
  text-decoration-thickness: 2px !important;
}
article.glbl ul li a:hover {
  color: #686a6c;
}
article.glbl ul li ol {
  padding-top: 16px;
  padding-bottom: 16px;
}
article.glbl ol li {
  list-style: decimal;
  margin-bottom: 16px;
  margin-left: 16px;
  padding-left: 6px;
}
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: 6px;
  text-decoration-thickness: 2px !important;
}
article.glbl ol li a:hover {
  color: #686a6c;
}
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-top: 28px;
}
article.glbl p:first-child {
  margin-top: 0;
}
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: 6px;
  text-decoration-thickness: 2px !important;
}
article.glbl p a:hover,
article.glbl p a:link:hover {
  color: #686a6c !important;
  text-decoration-thickness: 3px !important;
}
article.glbl p + ul {
  padding-top: 20px;
}
article.glbl ul + p {
  margin-top: 0;
}
article.glbl p + figure {
  margin-top: 48px;
}
article.glbl img {
  border-radius: 8px;
}
article.glbl h2 + p,
article.glbl h3 + p,
article.glbl H4 + p,
article.glbl H5 + p,
article.glbl H6 + p {
  margin-top: 22px;
}
article.glbl p + h1,
article.glbl p + h2,
article.glbl p + h3,
article.glbl p + h4,
article.glbl p + h5,
article.glbl p + h6 {
  margin-top: 48px;
  margin-bottom: 0;
}
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: 6px;
  text-decoration-thickness: 2px !important;
}
article.glbl h1 a:hover,
article.glbl h2 a:hover {
  color: #686a6c;
}
article.glbl .leads {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
}
article.glbl .youtubeVideo {
  margin-top: 56px;
  margin-bottom: 56px;
  max-width: 100%;
  padding: 28.2% 0;
  position: relative;
  display: block !important;
  clear: both;
}
article.glbl .youtubeVideo iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media (max-width: 575px) {
  article.glbl .youtubeVideo.vds {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  article.glbl .youtubeVideo.vds iframe {
    min-height: 186px;
    height: 100%;
    max-height: 220px;
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  article.glbl .youtubeVideo.vds iframe {
    min-height: 410px;
    height: 38vh;
    max-height: 38vh;
  }
}
@media (min-width:980px) {
  article.glbl .youtubeVideo.vds iframe {
    min-height: 70vh;
    height: 70vh;
    max-height: 70vh;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  article.glbl .youtubeVideo.vds iframe {
    min-height: 620px;
    height: 100%;
    max-height: 620px;
    padding-bottom: 0;
  }
}
@media (min-width: 1440px) {
  article.glbl .youtubeVideo.vds iframe {
    min-height: 712px;
    height: 100%;
    max-height: 712px;
  }
}
article.glbl .youtubeVideo video {
  margin: 0 auto;
}
article.glbl .cnt-max750 + .youtubeVideo {
  margin-top: 32px;
}
article.glbl figure + p {
  margin-bottom: 40px;
}
article.glbl .text-box {
  font-size: 14px;
  line-height: 1.25;
  padding: 16px;
  color: #131619;
  background-color: #eff1f7;
}
article.glbl .text-box a,
article.glbl .text-box a:link {
  display: inline;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  text-decoration-color: #f96000 !important;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px !important;
}
article.glbl .text-box a:hover {
  color: #686a6c;
}

span.highlight {
  color: #f96000;
}

blockquote {
  font-size: 18px;
  border-left: 0;
  color: #131619;
  padding: 5em 0 15px 0;
  margin-left: 30px;
  position: relative;
}
@media (min-width:980px) {
  blockquote {
    padding: 6em 0 15px 2em;
    font-size: 20px;
    margin: 32px 32px 16px 32px;
  }
}
blockquote p {
  margin: 0;
}
blockquote p:first-child,
blockquote h4,
blockquote h5 {
  color: #131619;
  line-height: 1.5;
  position: relative;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 400;
}
blockquote p:first-child::after,
blockquote h4::after,
blockquote h5::after {
  content: "";
  height: 100%;
  width: 4px;
  background-color: #f96000;
  left: -30px;
  top: 0;
  position: absolute;
}
blockquote p:first-child {
  max-width: 100% !important;
}
blockquote p:nth-child(2) {
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
blockquote p:nth-child(3) {
  font-size: 0.8em;
  color: #666666;
  margin: 0;
}
blockquote p:only-of-type {
  margin-bottom: 0;
}
blockquote::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url(../images/quote.svg) no-repeat 0 top;
  background-size: cover;
}
@media (min-width:980px) {
  blockquote::after {
    left: 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;
}

.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: #919fae;
  opacity: 1;
  /* Firefox */
}

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

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

.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.mrg-b-0 {
  margin-bottom: 0;
}
.mrg-t-b.mrg-t-0 {
  margin-top: 0;
}

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

.rows {
  display: flex;
}
@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);
}
@media (max-width:979px) {
  .rows .cols-4 {
    width: 100%;
    margin: 16px 0;
  }
}
.rows .cols-5 {
  margin: 0 16px;
  width: calc(30% - 32px);
}
@media (max-width:979px) {
  .rows .cols-5 {
    width: 100%;
    margin: 16px 0;
  }
}
.rows .cols-6 {
  margin: 0 16px;
  width: calc(50% - 32px);
}
@media (max-width:979px) {
  .rows .cols-6 {
    width: 100%;
    margin: 16px 0;
  }
}
.rows .cols-7 {
  margin: 0 16px;
  width: calc(70% - 32px);
}
@media (max-width:979px) {
  .rows .cols-7 {
    width: 100%;
    margin: 16px 0;
  }
}
.rows .cols-8 {
  margin: 0 16px;
  width: calc(75% - 32px);
}
@media (max-width:979px) {
  .rows .cols-8 {
    width: 100%;
    margin: 16px 0;
  }
}
.rows .cols-12 {
  margin: 0 16px;
  width: calc(100% - 32px);
}
@media (max-width:979px) {
  .rows .cols-12 {
    width: 100%;
    margin: 16px 0;
  }
}

.bg-grey {
  background-color: #eff1f7;
}

.bg-grey-tint1 {
  background-color: #d9dbe1;
}

.bg-grey-tint2 {
  background-color: #f7f8fb;
}

.bg-beige {
  background-color: #efeee6;
}

.bg-beige-tint1 {
  background-color: #f5f5f0;
}

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

.sitemap-details ul li::marker {
  font-size: 0px;
}
.sitemap-details ul li ul {
  padding-top: 20px;
}

p.d-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.row-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}
@media (max-width:979px) {
  .row-flex {
    flex-wrap: wrap;
  }
}

.infogram-graph {
  margin-top: 32px;
}
.infogram-graph iframe {
  width: 100%;
}

/* row with 3 images */
.row-col3-img {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
}
@media (min-width:720px) {
  .row-col3-img {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* row with 2 images */
.row-col2-img {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
}
@media (min-width:720px) {
  .row-col2-img {
    grid-template-columns: 1fr 1fr;
  }
}

.call-box-left,
.call-box-right,
.call-box-center {
  background: url(../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;
}

.call-box-center {
  margin: 20px auto;
}

.responsive-table {
  margin: 32px 0;
}
.responsive-table .responsive-table {
  margin: 0 !important;
}

.rowgrid {
  display: grid;
  gap: 24px;
}
.rowgrid.two {
  grid-template-columns: 1fr;
}
@media (min-width:720px) and (max-width:979px) {
  .rowgrid.two {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width:980px) {
  .rowgrid.two {
    grid-template-columns: repeat(2, 1fr);
  }
}
.rowgrid.three {
  grid-template-columns: 1fr;
}
@media (min-width:720px) and (max-width:979px) {
  .rowgrid.three {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width:980px) {
  .rowgrid.three {
    grid-template-columns: repeat(3, 1fr);
  }
}

.keygroups {
  margin: 32px 0;
}
.keygroups a {
  display: flex;
  gap: 12px;
  color: #131619;
}
.keygroups a:hover {
  color: #686a6c;
}

body {
  font-family: "Atkinson Hyperlegible Next", sans-serif;
  font-weight: 400;
  color: #131619;
  line-height: 1.25;
  font-size: 18px;
}
@media (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

[lang=ar] body,
[lang=ku] body {
  font-family: "Noto Sans Arabic", sans-serif;
}

body.lang-ar,
body.lang-ku,
[dir=rtl] {
  font-family: "Noto Sans Arabic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
}

p + h2,
p + h3,
p + h4,
p + h5 {
  margin-top: 40px;
}

h1 {
  font-size: 40px;
  font-size: 8vw;
  line-height: 1.25;
  margin-bottom: 24px;
  word-break: break-word;
}
@media (min-width:720px) and (max-width:979px) {
  h1 {
    font-size: 4.5vw;
  }
}
@media (min-width:980px) {
  h1 {
    font-size: 48px;
    font-size: 2.8vw;
  }
}

.ar-lang h1 {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 24px;
  word-break: break-word;
}
@media (min-width:980px) {
  .ar-lang h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 20px;
  word-break: break-word;
}
@media (min-width:980px) {
  h2 {
    font-size: 40px;
  }
}
h2.sub-title {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 20px;
  word-break: break-word;
  color: #3d4042;
}
@media (min-width:980px) {
  h2.sub-title {
    font-size: 24px;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 20px;
  word-break: break-word;
}
@media (min-width:980px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.25;
}
@media (min-width:980px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 15px;
}
@media (min-width:980px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 15px;
  font-family: "Atkinson Hyperlegible Next", sans-serif;
}

body.ar-lang h6 {
  font-family: "Noto Sans Arabic", sans-serif;
}

small {
  font-size: 75%;
}

p {
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
}
@media (max-width: 575px) {
  p {
    font-size: 16px;
    line-height: 1.25;
  }
}

.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 {
  color: #131619;
}
.btn:is(.default, .primary) {
  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;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .btn:is(.default, .primary) {
    padding: 14px 32px;
    text-align: center;
  }
}
.btn:is(.default, .primary).ds-m-view {
  padding: 12px 40px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.btn:is(.default, .primary)::after {
  height: 0;
}
.btn:is(.default, .primary):is(:hover, .hvr) {
  color: #131619;
  background-color: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn:is(.default, .primary):is(:hover, .hvr)::after {
  height: 0;
}
.btn:is(.default, .primary):is(:hover, .hvr) .icn svg,
.btn:is(.default, .primary):is(:hover, .hvr) .icn svg g,
.btn:is(.default, .primary):is(:hover, .hvr) .icn svg g path {
  fill: #131619;
}
.btn:is(.default, .primary):is(:focus, .fcs) {
  color: #131619 !important;
  background-color: #ffffff;
  outline: 0;
  border: 2px solid #f96000;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn:is(.default, .primary):is(:focus, .fcs) .icn svg,
.btn:is(.default, .primary):is(:focus, .fcs) .icn svg g,
.btn:is(.default, .primary):is(:focus, .fcs) .icn svg g path {
  fill: #131619;
}
.btn:is(.default, .primary).disabled, .btn:is(.default, .primary).inactive {
  box-shadow: none;
  opacity: 0.2;
  cursor: not-allowed;
  border: 1px solid #686a6c;
  color: #ffffff;
}
.btn:is(.default, .primary).disabled:is(:hover, :focus), .btn:is(.default, .primary).inactive:is(:hover, :focus) {
  background-color: #f96000;
  color: #ffffff !important;
}
.btn:is(.default, .primary).disabled .icn svg,
.btn:is(.default, .primary).disabled .icn svg g,
.btn:is(.default, .primary).disabled .icn svg g path, .btn:is(.default, .primary).inactive .icn svg,
.btn:is(.default, .primary).inactive .icn svg g,
.btn:is(.default, .primary).inactive .icn svg g path {
  fill: #ffffff;
}
.btn:is(.default, .primary).active {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.btn:is(.default, .primary).white {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn:is(.default, .primary).white:hover {
  background-color: #ffffff;
  color: #131619;
}
.btn:is(.default, .primary) .icn {
  display: inline-block;
  margin-left: 10px;
  width: 24px;
}
.btn:is(.default, .primary) .icn img {
  width: 100%;
}
.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;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .btn button[type=submit],
.btn input[type=submit],
.btn input[type=button] {
    padding: 14px 32px;
    text-align: center;
  }
}
.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 button[type=submit]::after,
.btn input[type=submit]::after,
.btn input[type=button]::after {
  height: 0;
}
.btn button[type=submit]:is(:hover, .hvr),
.btn input[type=submit]:is(:hover, .hvr),
.btn input[type=button]:is(:hover, .hvr) {
  color: #131619;
  background-color: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn button[type=submit]:is(:hover, .hvr)::after,
.btn input[type=submit]:is(:hover, .hvr)::after,
.btn input[type=button]:is(:hover, .hvr)::after {
  height: 0;
}
.btn button[type=submit]:is(:hover, .hvr) .icn svg,
.btn button[type=submit]:is(:hover, .hvr) .icn svg g,
.btn button[type=submit]:is(:hover, .hvr) .icn svg g path,
.btn input[type=submit]:is(:hover, .hvr) .icn svg,
.btn input[type=submit]:is(:hover, .hvr) .icn svg g,
.btn input[type=submit]:is(:hover, .hvr) .icn svg g path,
.btn input[type=button]:is(:hover, .hvr) .icn svg,
.btn input[type=button]:is(:hover, .hvr) .icn svg g,
.btn input[type=button]:is(:hover, .hvr) .icn svg g path {
  fill: #131619;
}
.btn button[type=submit]:is(:focus, .fcs),
.btn input[type=submit]:is(:focus, .fcs),
.btn input[type=button]:is(:focus, .fcs) {
  color: #131619 !important;
  background-color: #ffffff;
  outline: 0;
  border: 2px solid #f96000;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn button[type=submit]:is(:focus, .fcs) .icn svg,
.btn button[type=submit]:is(:focus, .fcs) .icn svg g,
.btn button[type=submit]:is(:focus, .fcs) .icn svg g path,
.btn input[type=submit]:is(:focus, .fcs) .icn svg,
.btn input[type=submit]:is(:focus, .fcs) .icn svg g,
.btn input[type=submit]:is(:focus, .fcs) .icn svg g path,
.btn input[type=button]:is(:focus, .fcs) .icn svg,
.btn input[type=button]:is(:focus, .fcs) .icn svg g,
.btn input[type=button]:is(:focus, .fcs) .icn svg g path {
  fill: #131619;
}
.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: not-allowed;
  border: 1px solid #686a6c;
  color: #ffffff;
}
.btn button[type=submit].disabled:is(:hover, :focus), .btn button[type=submit].inactive:is(:hover, :focus),
.btn input[type=submit].disabled:is(:hover, :focus),
.btn input[type=submit].inactive:is(:hover, :focus),
.btn input[type=button].disabled:is(:hover, :focus),
.btn input[type=button].inactive:is(:hover, :focus) {
  background-color: #f96000;
  color: #ffffff !important;
}
.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 button[type=submit].active,
.btn input[type=submit].active,
.btn input[type=button].active {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.btn button[type=submit].white,
.btn input[type=submit].white,
.btn input[type=button].white {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn button[type=submit].white:hover,
.btn input[type=submit].white:hover,
.btn input[type=button].white:hover {
  background-color: #ffffff;
  color: #131619;
}
.btn button[type=submit] .icn,
.btn input[type=submit] .icn,
.btn input[type=button] .icn {
  display: inline-block;
  margin-left: 10px;
  width: 24px;
}
.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;
  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:is(:hover, .hvr) {
  color: #ffffff;
  background-color: #649bf2;
  border: 1px solid #649bf2;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn.secondary:is(:hover, .hvr)::after {
  height: 0;
}
.btn.secondary:is(:focus, .fcs) {
  color: #ffffff !important;
  background-color: #649bf2;
  outline: 0;
  border: 2px solid #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn.secondary.disabled, .btn.secondary.inactive {
  box-shadow: none;
  opacity: 0.2;
  cursor: not-allowed;
  border: 1px solid #686a6c;
  color: #131619;
}
.btn.secondary.disabled:is(:hover, :focus), .btn.secondary.inactive:is(:hover, :focus) {
  background-color: #ffffff;
  color: #131619 !important;
}
.btn.secondary.active {
  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;
  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;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.btn.action:focus {
  color: #ffffff !important;
  background-color: #f96000;
  outline: 0;
  border: 3px solid #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn i {
  display: inline-block;
  margin-left: 15px;
  width: 18px;
}

.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;
  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;
  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;
  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 {
  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-txt-wrap {
  position: absolute;
  bottom: 0;
}

.btn-text,
a.btn-text,
.btn-collapse {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  padding: 2px;
  width: 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.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;
}
.btn-text:focus,
a.btn-text:focus,
.btn-collapse:focus {
  outline: none;
  color: #686a6c;
  box-shadow: none;
}

.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;
  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;
  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;
  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;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  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;
}

.readmore-expand {
  display: none;
}

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

.go-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.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 {
  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: 400;
}
.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 {
  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;
}

.swiper-container.hero-n2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: calc(100vh - 100px);
}
@media (max-width: 575px) {
  .swiper-container.hero-n2 {
    height: calc(100dvh - 70px);
  }
}
.swiper-container.hero-n2 .swiper-wrapper {
  width: 100%;
}
@media (max-width: 575px) {
  .swiper-container.hero-n2 .swiper-wrapper {
    height: calc(100dvh - 70px) !important;
    position: relative;
  }
}
@media (min-width:980px) {
  .swiper-container.hero-n2 .swiper-wrapper {
    min-height: 500px;
  }
}
.swiper-container.hero-n2 .swiper-slide.sl-n2 {
  background: black;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .swiper-container.hero-n2 .swiper-slide.sl-n2 {
    align-items: flex-end;
  }
}
.swiper-container.hero-n2 .swiper-slide.sl-n2::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 1;
}
.swiper-container.hero-n2 .swiper-slide.sl-n2.dark-m::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
}
.swiper-container.hero-n2 .swiper-slide.sl-n2.dark-light::after {
  content: "";
  background: linear-gradient(0deg, rgba(24, 24, 24, 0.8618040966) 11%, rgba(0, 0, 0, 0.1755295868) 80%);
  position: absolute;
  z-index: 1;
}
@media (max-width: 575px) {
  .swiper-container.hero-n2 .swiper-slide.sl-n2.dark-light::after {
    background: linear-gradient(0deg, rgba(24, 24, 24, 0.8618040966) 3%, rgba(0, 0, 0, 0.0998993347) 50%);
  }
}
.swiper-container.hero-n2 .swiper-slide.sl-n2 picture {
  width: 100%;
}
.swiper-container.hero-n2 .swiper-slide.sl-n2 img {
  width: 100%;
  position: relative;
  z-index: 0;
  max-height: calc(100dvh - 70px) !important;
  object-fit: cover;
}
@media (min-width:980px) {
  .swiper-container.hero-n2 .swiper-slide.sl-n2 img {
    max-height: calc(100dvh - 90px) !important;
    min-height: 500px;
  }
}
.swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline {
  width: 50%;
  position: absolute;
  left: 50px;
  text-align: left;
  z-index: 2;
}
@media (max-width: 575px) {
  .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline {
    bottom: 120px;
  }
}
@media (max-width: 752px) {
  .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline {
    width: 90%;
    left: 16px;
  }
}
@media (min-width: 753px) and (max-width: 1023px) {
  .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline {
    width: 80%;
  }
}
@media (min-width: 1024px) and (max-width: 1139px) {
  .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline {
    margin-top: 0;
  }
}
@media (min-width: 1260px) and (max-height: 768px) {
  .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline {
    margin-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline {
    margin-bottom: -80px;
  }
}
.swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy {
  margin-bottom: 24px;
}
.swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h1 {
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.35;
}
@media (min-width: 1260px) and (max-height: 768px) {
  .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h1 {
    font-size: 2.8vw;
  }
}
.swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy p,
.swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h4,
.swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h5,
.swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h6 {
  color: #ffffff;
}
.swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy .btn.default {
  background-color: #ffffff;
  border: 1px solid #f96000;
  color: #131619;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 16px 48px;
  border-radius: 75px;
}
.swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy .btn.default:hover {
  background-color: #f96000;
  border: 1px solid #f96000;
  color: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy .btn.default:focus {
  color: #131619 !important;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.swiper-container.hero-n2 .slidepager {
  width: 50%;
  max-width: 880px;
  text-align: right;
  position: absolute;
  bottom: var(--swiper-pagination-bottom, 20%) !important;
  left: auto;
  right: 0px !important;
  height: 300px;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .swiper-container.hero-n2 .slidepager {
    max-width: 600px;
  }
}
.swiper-container.hero-n2 .swiper-pagination-texts {
  position: absolute;
  width: auto;
  left: 20px;
  bottom: 64px;
  height: 5px;
  width: 88%;
  z-index: 3;
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (min-width: 751px) {
  .swiper-container.hero-n2 .swiper-pagination-texts {
    left: 50px;
  }
}
@media (max-width: 1023px) {
  .swiper-container.hero-n2 .swiper-pagination-texts {
    max-width: 200px;
  }
}
@media (min-width: 1024px) {
  .swiper-container.hero-n2 .swiper-pagination-texts {
    left: 50px;
    width: 87%;
  }
}
@media (min-width: 1260px) {
  .swiper-container.hero-n2 .swiper-pagination-texts {
    gap: 8px;
    width: 72%;
  }
}
@media (min-width: 1440px) {
  .swiper-container.hero-n2 .swiper-pagination-texts {
    width: 70%;
  }
}
.swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet {
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
  border-radius: 0;
  opacity: 1;
  transition: 0.5s ease-in-out;
  z-index: 1;
  margin-bottom: 0;
  margin-left: 0px;
  background-color: transparent !important;
  background: transparent !important;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0.5;
}
@media (max-width: 1023px) {
  .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet.swiper-pagination-bullet-active {
    display: block;
    opacity: 1;
  }
}
.swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet i {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 2px;
  background-color: rgba(72, 72, 72, 0.5);
  border-radius: 5px;
}
@media (max-width: 1023px) {
  .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet i {
    height: 4px;
  }
}
.swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet b.progress-bar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 5px;
  width: 0%;
  background: #f96000;
}
@media (max-width: 1023px) {
  .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet b.progress-bar {
    height: 5px;
  }
}
.swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet .thumbline {
  position: absolute;
  bottom: 0;
  padding: 0;
  z-index: 3;
  background-color: #2f364099;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet .thumbline {
    height: 4px;
  }
}
.swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet-active {
  transition: 0.5s ease-in-out;
  z-index: 2;
  margin-bottom: 0;
}
.swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet-active b {
  animation: progressAnimation 6s linear forwards;
}
.swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet-active::after {
  opacity: 0.2;
}
.swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet-active .thumbline {
  background-color: #2f364099;
}
.swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet-active .thumbline p {
  opacity: 1;
}
.swiper-container.hero-n2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.swiper-container.hero-n2 .swiper-button-next,
.swiper-container.hero-n2 .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  top: var(--swiper-navigation-top-offset, 79%);
  display: none;
}
@media (min-width: 1024px) {
  .swiper-container.hero-n2 .swiper-button-next,
.swiper-container.hero-n2 .swiper-button-prev {
    display: none;
  }
}
.swiper-container.hero-n2 .swiper-button-prev {
  left: auto;
  right: 60px;
}
.swiper-container.hero-n2 .swiper-button-next:after,
.swiper-container.hero-n2 .swiper-button-prev:after {
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 752px) {
  .swiper-container.hero-n2 .swiper-button-next,
.swiper-container.hero-n2 .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 94%);
  }
}
.swiper-container.hero-n2 .swiper-pagination-lines {
  position: absolute;
  z-index: 3;
  bottom: 25px;
  right: 42px;
  display: flex;
  gap: 5px;
  display: none;
}
.swiper-container.hero-n2 .swiper-line {
  width: 24px;
  height: 2px;
  background-color: #eff1f7;
  border-radius: 0;
  cursor: pointer;
}
.swiper-container.hero-n2 .swiper-line.active {
  background-color: #f96000;
}

@keyframes progressAnimation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
[lang=ar] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
[lang=ku] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
[dir=rtl] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
.lang-ar .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
.lang-ku .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline {
  width: 50%;
  position: absolute;
  left: auto;
  right: 50px;
  text-align: right;
  z-index: 2;
}
@media (max-width: 575px) {
  [lang=ar] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
[lang=ku] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
[dir=rtl] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
.lang-ar .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
.lang-ku .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline {
    bottom: 120px;
  }
}
@media (max-width: 752px) {
  [lang=ar] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
[lang=ku] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
[dir=rtl] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
.lang-ar .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
.lang-ku .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline {
    width: 90%;
    left: auto;
    right: 16px;
  }
}
@media (min-width: 753px) and (max-width: 1023px) {
  [lang=ar] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
[lang=ku] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
[dir=rtl] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
.lang-ar .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
.lang-ku .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline {
    width: 80%;
  }
}
@media (min-width: 1024px) and (max-width: 1139px) {
  [lang=ar] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
[lang=ku] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
[dir=rtl] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
.lang-ar .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
.lang-ku .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline {
    margin-top: 0;
  }
}
@media (min-width: 1260px) and (max-height: 768px) {
  [lang=ar] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
[lang=ku] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
[dir=rtl] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
.lang-ar .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
.lang-ku .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline {
    margin-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  [lang=ar] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
[lang=ku] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
[dir=rtl] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
.lang-ar .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline,
.lang-ku .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline {
    margin-bottom: -80px;
  }
}
[lang=ar] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h1,
[lang=ku] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h1,
[dir=rtl] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h1,
.lang-ar .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h1,
.lang-ku .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h1 {
  text-align: right;
}
[lang=ar] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy p,
[lang=ar] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h4,
[lang=ar] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h5,
[lang=ar] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h6,
[lang=ku] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy p,
[lang=ku] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h4,
[lang=ku] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h5,
[lang=ku] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h6,
[dir=rtl] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy p,
[dir=rtl] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h4,
[dir=rtl] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h5,
[dir=rtl] .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h6,
.lang-ar .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy p,
.lang-ar .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h4,
.lang-ar .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h5,
.lang-ar .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h6,
.lang-ku .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy p,
.lang-ku .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h4,
.lang-ku .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h5,
.lang-ku .swiper-container.hero-n2 .swiper-slide.sl-n2 .tagline .tag-copy h6 {
  text-align: right;
}
[lang=ar] .swiper-container.hero-n2 .slidepager,
[lang=ku] .swiper-container.hero-n2 .slidepager,
[dir=rtl] .swiper-container.hero-n2 .slidepager,
.lang-ar .swiper-container.hero-n2 .slidepager,
.lang-ku .swiper-container.hero-n2 .slidepager {
  width: 50%;
  max-width: 880px;
  text-align: right;
  position: absolute;
  bottom: var(--swiper-pagination-bottom, 20%) !important;
  left: auto;
  right: 0px !important;
  height: 300px;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}
@media (min-width: 1440px) {
  [lang=ar] .swiper-container.hero-n2 .slidepager,
[lang=ku] .swiper-container.hero-n2 .slidepager,
[dir=rtl] .swiper-container.hero-n2 .slidepager,
.lang-ar .swiper-container.hero-n2 .slidepager,
.lang-ku .swiper-container.hero-n2 .slidepager {
    max-width: 600px;
  }
}
[lang=ar] .swiper-container.hero-n2 .swiper-pagination-texts,
[lang=ku] .swiper-container.hero-n2 .swiper-pagination-texts,
[dir=rtl] .swiper-container.hero-n2 .swiper-pagination-texts,
.lang-ar .swiper-container.hero-n2 .swiper-pagination-texts,
.lang-ku .swiper-container.hero-n2 .swiper-pagination-texts {
  position: absolute;
  width: auto;
  left: auto;
  right: 20px;
  bottom: 40px;
  height: 5px;
  width: 88%;
  z-index: 3;
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (min-width: 751px) {
  [lang=ar] .swiper-container.hero-n2 .swiper-pagination-texts,
[lang=ku] .swiper-container.hero-n2 .swiper-pagination-texts,
[dir=rtl] .swiper-container.hero-n2 .swiper-pagination-texts,
.lang-ar .swiper-container.hero-n2 .swiper-pagination-texts,
.lang-ku .swiper-container.hero-n2 .swiper-pagination-texts {
    left: auto;
    right: 50px;
  }
}
@media (max-width: 1023px) {
  [lang=ar] .swiper-container.hero-n2 .swiper-pagination-texts,
[lang=ku] .swiper-container.hero-n2 .swiper-pagination-texts,
[dir=rtl] .swiper-container.hero-n2 .swiper-pagination-texts,
.lang-ar .swiper-container.hero-n2 .swiper-pagination-texts,
.lang-ku .swiper-container.hero-n2 .swiper-pagination-texts {
    max-width: 200px;
  }
}
@media (min-width: 1024px) {
  [lang=ar] .swiper-container.hero-n2 .swiper-pagination-texts,
[lang=ku] .swiper-container.hero-n2 .swiper-pagination-texts,
[dir=rtl] .swiper-container.hero-n2 .swiper-pagination-texts,
.lang-ar .swiper-container.hero-n2 .swiper-pagination-texts,
.lang-ku .swiper-container.hero-n2 .swiper-pagination-texts {
    left: auto;
    right: 50px;
    width: 87%;
  }
}
@media (min-width: 1260px) {
  [lang=ar] .swiper-container.hero-n2 .swiper-pagination-texts,
[lang=ku] .swiper-container.hero-n2 .swiper-pagination-texts,
[dir=rtl] .swiper-container.hero-n2 .swiper-pagination-texts,
.lang-ar .swiper-container.hero-n2 .swiper-pagination-texts,
.lang-ku .swiper-container.hero-n2 .swiper-pagination-texts {
    gap: 2px;
    width: 72%;
  }
}
@media (min-width: 1440px) {
  [lang=ar] .swiper-container.hero-n2 .swiper-pagination-texts,
[lang=ku] .swiper-container.hero-n2 .swiper-pagination-texts,
[dir=rtl] .swiper-container.hero-n2 .swiper-pagination-texts,
.lang-ar .swiper-container.hero-n2 .swiper-pagination-texts,
.lang-ku .swiper-container.hero-n2 .swiper-pagination-texts {
    gap: 2px;
    width: 70%;
  }
}
[lang=ar] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet,
[lang=ku] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet,
[dir=rtl] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet,
.lang-ar .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet,
.lang-ku .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet {
  text-align: right;
  margin-right: 0px;
}
[lang=ar] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet::after,
[lang=ku] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet::after,
[dir=rtl] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet::after,
.lang-ar .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet::after,
.lang-ku .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 0.5;
}
@media (max-width: 1023px) {
  [lang=ar] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet.swiper-pagination-bullet-active,
[lang=ku] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet.swiper-pagination-bullet-active,
[dir=rtl] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lang-ar .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lang-ku .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet.swiper-pagination-bullet-active {
    display: block;
    opacity: 1;
  }
}
[lang=ar] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet i,
[lang=ku] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet i,
[dir=rtl] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet i,
.lang-ar .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet i,
.lang-ku .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet i {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 2px;
  background-color: rgba(72, 72, 72, 0.5);
  border-radius: 5px;
}
@media (max-width: 1023px) {
  [lang=ar] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet i,
[lang=ku] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet i,
[dir=rtl] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet i,
.lang-ar .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet i,
.lang-ku .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet i {
    height: 4px;
  }
}
[lang=ar] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet b.progress-bar,
[lang=ku] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet b.progress-bar,
[dir=rtl] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet b.progress-bar,
.lang-ar .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet b.progress-bar,
.lang-ku .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet b.progress-bar {
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: 3;
  height: 5px;
  width: 0%;
  background: #f96000;
}
@media (max-width: 1023px) {
  [lang=ar] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet b.progress-bar,
[lang=ku] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet b.progress-bar,
[dir=rtl] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet b.progress-bar,
.lang-ar .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet b.progress-bar,
.lang-ku .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet b.progress-bar {
    height: 5px;
  }
}
[lang=ar] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet .thumbline,
[lang=ku] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet .thumbline,
[dir=rtl] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet .thumbline,
.lang-ar .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet .thumbline,
.lang-ku .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet .thumbline {
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
  word-wrap: break-word;
  /* Break long words */
  overflow-wrap: break-word;
  /* Modern equivalent for word-wrap */
  white-space: normal;
  unicode-bidi: isolate;
  overflow: hidden;
}
[lang=ar] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet .thumbline p,
[lang=ku] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet .thumbline p,
[dir=rtl] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet .thumbline p,
.lang-ar .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet .thumbline p,
.lang-ku .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet .thumbline p {
  text-align: right;
}
@media (min-width: 1024px) {
  [lang=ar] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet .thumbline,
[lang=ku] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet .thumbline,
[dir=rtl] .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet .thumbline,
.lang-ar .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet .thumbline,
.lang-ku .swiper-container.hero-n2 .swiper-pagination-texts .swiper-pagination-bullet .thumbline {
    height: 4px;
  }
}
[lang=ar] .swiper-container.hero-n2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
[lang=ku] .swiper-container.hero-n2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
[dir=rtl] .swiper-container.hero-n2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.lang-ar .swiper-container.hero-n2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.lang-ku .swiper-container.hero-n2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
[lang=ar] .swiper-container.hero-n2 .swiper-button-next,
[lang=ar] .swiper-container.hero-n2 .swiper-button-prev,
[lang=ku] .swiper-container.hero-n2 .swiper-button-next,
[lang=ku] .swiper-container.hero-n2 .swiper-button-prev,
[dir=rtl] .swiper-container.hero-n2 .swiper-button-next,
[dir=rtl] .swiper-container.hero-n2 .swiper-button-prev,
.lang-ar .swiper-container.hero-n2 .swiper-button-next,
.lang-ar .swiper-container.hero-n2 .swiper-button-prev,
.lang-ku .swiper-container.hero-n2 .swiper-button-next,
.lang-ku .swiper-container.hero-n2 .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  top: var(--swiper-navigation-top-offset, 79%);
  display: none;
}
@media (min-width: 1024px) {
  [lang=ar] .swiper-container.hero-n2 .swiper-button-next,
[lang=ar] .swiper-container.hero-n2 .swiper-button-prev,
[lang=ku] .swiper-container.hero-n2 .swiper-button-next,
[lang=ku] .swiper-container.hero-n2 .swiper-button-prev,
[dir=rtl] .swiper-container.hero-n2 .swiper-button-next,
[dir=rtl] .swiper-container.hero-n2 .swiper-button-prev,
.lang-ar .swiper-container.hero-n2 .swiper-button-next,
.lang-ar .swiper-container.hero-n2 .swiper-button-prev,
.lang-ku .swiper-container.hero-n2 .swiper-button-next,
.lang-ku .swiper-container.hero-n2 .swiper-button-prev {
    display: none;
  }
}
[lang=ar] .swiper-container.hero-n2 .swiper-button-prev,
[lang=ku] .swiper-container.hero-n2 .swiper-button-prev,
[dir=rtl] .swiper-container.hero-n2 .swiper-button-prev,
.lang-ar .swiper-container.hero-n2 .swiper-button-prev,
.lang-ku .swiper-container.hero-n2 .swiper-button-prev {
  left: 60px;
  right: auto;
}
[lang=ar] .swiper-container.hero-n2 .swiper-button-next:after,
[lang=ar] .swiper-container.hero-n2 .swiper-button-prev:after,
[lang=ku] .swiper-container.hero-n2 .swiper-button-next:after,
[lang=ku] .swiper-container.hero-n2 .swiper-button-prev:after,
[dir=rtl] .swiper-container.hero-n2 .swiper-button-next:after,
[dir=rtl] .swiper-container.hero-n2 .swiper-button-prev:after,
.lang-ar .swiper-container.hero-n2 .swiper-button-next:after,
.lang-ar .swiper-container.hero-n2 .swiper-button-prev:after,
.lang-ku .swiper-container.hero-n2 .swiper-button-next:after,
.lang-ku .swiper-container.hero-n2 .swiper-button-prev:after {
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 752px) {
  [lang=ar] .swiper-container.hero-n2 .swiper-button-next,
[lang=ar] .swiper-container.hero-n2 .swiper-button-prev,
[lang=ku] .swiper-container.hero-n2 .swiper-button-next,
[lang=ku] .swiper-container.hero-n2 .swiper-button-prev,
[dir=rtl] .swiper-container.hero-n2 .swiper-button-next,
[dir=rtl] .swiper-container.hero-n2 .swiper-button-prev,
.lang-ar .swiper-container.hero-n2 .swiper-button-next,
.lang-ar .swiper-container.hero-n2 .swiper-button-prev,
.lang-ku .swiper-container.hero-n2 .swiper-button-next,
.lang-ku .swiper-container.hero-n2 .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 94%);
  }
}
[lang=ar] .swiper-container.hero-n2 .swiper-pagination-lines,
[lang=ku] .swiper-container.hero-n2 .swiper-pagination-lines,
[dir=rtl] .swiper-container.hero-n2 .swiper-pagination-lines,
.lang-ar .swiper-container.hero-n2 .swiper-pagination-lines,
.lang-ku .swiper-container.hero-n2 .swiper-pagination-lines {
  position: absolute;
  z-index: 3;
  bottom: 25px;
  left: 42px;
  right: auto;
  display: flex;
  gap: 5px;
  display: none;
}
[lang=ar] .swiper-container.hero-n2 .swiper-line,
[lang=ku] .swiper-container.hero-n2 .swiper-line,
[dir=rtl] .swiper-container.hero-n2 .swiper-line,
.lang-ar .swiper-container.hero-n2 .swiper-line,
.lang-ku .swiper-container.hero-n2 .swiper-line {
  width: 24px;
  height: 2px;
  background-color: #eff1f7;
  border-radius: 0;
  cursor: pointer;
}
[lang=ar] .swiper-container.hero-n2 .swiper-line.active,
[lang=ku] .swiper-container.hero-n2 .swiper-line.active,
[dir=rtl] .swiper-container.hero-n2 .swiper-line.active,
.lang-ar .swiper-container.hero-n2 .swiper-line.active,
.lang-ku .swiper-container.hero-n2 .swiper-line.active {
  background-color: #f96000;
}