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

section {
  position: relative;
}

.container-f {
  width: 100%;
  position: relative;
}

.container-rg {
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width:980px) {
  .container-rg {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-rg {
    width: 1140px;
  }
}

.container-sig {
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width:980px) {
  .container-sig {
    width: 960px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .container-sig {
    width: 820px;
  }
}
@media (min-width: 1200px) {
  .container-sig {
    width: 1100px;
  }
}
@media (min-width: 1440px) {
  .container-sig {
    width: 1300px;
  }
}

.cnt-max750 {
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .cnt-max750 {
    max-width: 96%;
  }
}

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

.colors-row {
  display: flex;
  margin-bottom: 25px;
  overflow: auto;
  gap: 8px;
}
@media (max-width:979px) {
  .colors-row {
    flex-wrap: wrap;
  }
}
@media (min-width:980px) {
  .colors-row {
    gap: 16px;
  }
}
.colors-row .blk-item {
  display: flex;
  flex-direction: column;
  min-width: 80px;
  width: calc(100% / 2 - 32px);
  max-width: 49%;
}
@media (min-width:720px) and (max-width:979px) {
  .colors-row .blk-item {
    min-width: 80px;
    width: calc(100% / 4 - 32px);
    max-width: 24%;
  }
}
@media (min-width:980px) {
  .colors-row .blk-item {
    min-width: 180px;
    width: calc(100% / 4 - 12px);
    max-width: 24%;
  }
}
.colors-row .blk-item.fifty {
  min-width: 180px;
  width: calc(100% / 2);
  max-width: 50%;
}
.colors-row .blk-item .text {
  font-size: 12px;
  text-align: center;
  padding: 10px 5px;
}
.colors-row .bgcolor {
  width: 100%;
  height: 100px;
  border-radius: 8px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.bgcolor.orange {
  background-color: #f96000;
}
.bgcolor.orange p {
  color: #ffffff;
}
.bgcolor.black {
  background-color: #131619;
  color: #ffffff;
}
.bgcolor.black p {
  color: #ffffff;
}
.bgcolor.light-grey {
  background-color: #eff1f7;
}
.bgcolor.red {
  background-color: #f26531;
}
.bgcolor.purple {
  background-color: #9c1ed6;
}
.bgcolor.blue {
  background-color: #2171ec;
}
.bgcolor.white {
  background-color: #ffffff;
}
.bgcolor.grey-80 {
  background-color: #3d4042;
}
.bgcolor.grey-60 {
  background-color: #686a6c;
}
.bgcolor.lightgrey-50 {
  background-color: #f7f8fb;
}
.bgcolor.off-white-40 {
  background-color: #d9dbe1;
}
.bgcolor.orange-80 {
  background-color: #ae4300;
}
.bgcolor.orange {
  background-color: #f96000;
  color: #ffffff;
}
.bgcolor.orange-40 {
  background-color: #fb904d;
}
.bgcolor.orange-20 {
  background-color: #fdcfb3;
}
.bgcolor.red-80 {
  background-color: #a00f31;
}
.bgcolor.red-40 {
  background-color: #ed5b7e;
}
.bgcolor.red-20 {
  background-color: #f7b9c8;
}
.bgcolor.purple-80 {
  background-color: #6d1496;
}
.bgcolor.purple-40 {
  background-color: #ba61e2;
}
.bgcolor.purple-20 {
  background-color: #e1bbf3;
}
.bgcolor.blue-80 {
  background-color: #184ea5;
}
.bgcolor.blue-40 {
  background-color: #649bf2;
}
.bgcolor.blue-20 {
  background-color: #bdd4f9;
}
.bgcolor.amber {
  background-color: #fe9a1b;
}
.bgcolor.light-red {
  background-color: #ff5d5d;
}
.bgcolor.light-violet {
  background-color: #ab77e5;
}
.bgcolor.light-blue {
  background-color: #62c1d6;
}
.bgcolor.pistachio {
  background-color: #58968a;
}
.bgcolor.gradient {
  background-color: white;
  background: linear-gradient(160deg, #f96000 30%, #e51547 60%, #9c1ed6 90%);
}
.bgcolor.uitext {
  background-color: #131619;
}
.bgcolor.structure {
  background-color: #919fae;
}
.bgcolor.structure50 {
  background-color: #c8cfd6;
}
.bgcolor.structure30 {
  background-color: #dee2e6;
}
.bgcolor.structure10 {
  background-color: #f4f5f6;
}

.color-text {
  color: #131619;
}

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

.ct-card-group {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  gap: 24px;
}
@media (max-width: 575px) {
  .ct-card-group {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 24px;
  }
}
@media (min-width:980px) {
  .ct-card-group {
    gap: 24px 48px;
  }
}

.displayCard {
  margin: 0;
  width: 100%;
  position: relative;
  transition: 0.5s ease;
  border: 0;
  min-height: 238px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}
@media (min-width:768px) {
  .displayCard {
    flex-direction: row;
    align-items: center;
    margin: 0;
  }
}
.displayCard__image {
  position: relative;
  max-height: 360px;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  width: 100%;
  margin: 0;
  border-radius: 8px;
}
@media (min-width:768px) {
  .displayCard__image {
    max-height: 320px;
    max-width: 55%;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
}
@media (min-width:980px) {
  .displayCard__image {
    max-height: 520px;
  }
}
.displayCard__image a {
  display: block;
  width: 100%;
}
.displayCard__image img {
  width: 100%;
  margin: 0;
  border-radius: 8px;
  transition: transform 2.4s linear;
}
.displayCard__image img:hover {
  transform: scale(1.1);
}
.displayCard__image iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  object-fit: cover;
}
.displayCard__image .btn-vidoplay {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-block !important;
  opacity: 0.6;
}
.displayCard__image p.youtube-link {
  position: absolute;
  visibility: hidden;
}
.displayCard__image.ct-card__video {
  padding: 18% 0;
}
.displayCard__image.publication, .displayCard__image.resources, .displayCard__image.press {
  background-color: #eff1f7;
}
.displayCard__image.publication img.img-blur, .displayCard__image.resources img.img-blur, .displayCard__image.press img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  max-height: 520px;
  background-color: #ffffff;
}
.displayCard__image.publication a, .displayCard__image.resources a, .displayCard__image.press a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.displayCard__image.publication a img, .displayCard__image.resources a img, .displayCard__image.press a img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #ffffff;
}
.displayCard__video {
  position: relative;
  background-color: transparent;
  padding-bottom: 48.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.displayCard__video a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  max-height: 620px;
  z-index: 3;
}
.displayCard__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.displayCard__video .btn-vidoplay {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.displayCard__video .btn-vidoplay::after {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-block !important;
  opacity: 0.6;
  background: url(../images/icon-videoplay.svg) no-repeat center center;
  background-size: 100%;
}
.displayCard__video .btn-vidoplay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.displayCard__video p.youtube-link {
  height: 0px;
  margin: 0;
  visibility: hidden;
}
.displayCard__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 3;
}
.displayCard__video.d-video {
  min-height: 340px;
  max-height: 340px;
}
.displayCard__video.d-video a {
  max-height: 340px;
}
@media (max-width: 575px) {
  .displayCard__video.d-video {
    min-height: 220px;
    height: 100%;
    max-height: 220px;
  }
}
@media (min-width: 575.5px) and (max-width:767px) {
  .displayCard__video.d-video {
    min-height: 340px;
    height: 38vh;
    max-height: 360px;
  }
}
@media (min-width:768px) and (max-width:979px) {
  .displayCard__video.d-video {
    min-height: 320px;
    height: 100%;
    max-height: 340px;
  }
}
@media (min-width:980px) {
  .displayCard__video.d-video {
    min-height: 340px;
    height: 100%;
    max-height: 340px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .displayCard__video.d-video {
    min-height: 32vh;
    height: 32vh;
    max-height: 32vh;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .displayCard__video.d-video {
    min-height: 320px;
    height: 100%;
    max-height: 320px;
  }
}
@media (min-width: 1440px) {
  .displayCard__video.d-video {
    min-height: 340px;
    height: 100%;
    max-height: 340px;
  }
}
.displayCard__video.d-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
}
@media (min-width: 1200px) {
  .displayCard__video.d-video iframe {
    min-height: 320px;
    height: 100%;
    max-height: 320px;
  }
}
@media (min-width: 1440px) {
  .displayCard__video.d-video iframe {
    min-height: 340px;
    height: 100%;
    max-height: 340px;
  }
}
.displayCard__details {
  display: flex;
  align-items: center;
  z-index: 0;
  width: 100%;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in;
  background-color: #ffffff;
  margin: 0;
  right: 0;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.displayCard__details:hover {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}
@media (min-width:768px) {
  .displayCard__details {
    min-width: calc(45% + 30px);
    width: calc(45% + 30px);
    margin: 0 0 0 -32px;
    height: calc(100% - 32px);
    padding: 16px 0;
  }
}
.displayCard__details--body {
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
  position: relative;
  width: 100%;
}
.displayCard__details--body p.date,
.displayCard__details--body p.locate {
  color: #686a6c;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.displayCard__details--body p.date span,
.displayCard__details--body p.locate span {
  margin-right: 10px;
}
.displayCard__details--body p.date span.material-icons,
.displayCard__details--body p.locate span.material-icons {
  color: #686a6c;
  width: 18px;
  text-align: center;
  font-size: 20px;
}
.displayCard__details--body p.date {
  margin-bottom: 16px;
  color: #131619;
}
.displayCard__details--body p.locate {
  margin-bottom: 10px;
  color: #131619;
}
.displayCard__details--body p.date-type,
.displayCard__details--body .news-date {
  color: #686a6c;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.displayCard__details--body p.date-type .material-icons,
.displayCard__details--body .news-date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.displayCard__details--body .news-date {
  color: #686a6c;
}
.displayCard__details--body p.content-type {
  color: #131619;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 2px 8px;
}
.displayCard__details--body h3.card-title,
.displayCard__details--body h4.card-title,
.displayCard__details--body h5.card-title {
  font-weight: 700;
  margin: 0 0 0.8em 0;
}
.displayCard__details--body h4,
.displayCard__details--body h4.card-title {
  margin: 0 0 1em 0;
}
.displayCard__details--body h3.card-title,
.displayCard__details--body h3.card-title a,
.displayCard__details--body h4.card-title,
.displayCard__details--body h4.card-title a,
.displayCard__details--body h5.card-title a {
  color: #131619;
  line-height: 1.25;
  display: block;
}
.displayCard__details--body h3.card-title:hover,
.displayCard__details--body h3.card-title a:hover,
.displayCard__details--body h4.card-title:hover,
.displayCard__details--body h4.card-title a:hover,
.displayCard__details--body h5.card-title a:hover {
  color: #184ea5;
}
.displayCard__details--body h3.card-title:focus,
.displayCard__details--body h3.card-title a:focus,
.displayCard__details--body h4.card-title:focus,
.displayCard__details--body h4.card-title a:focus,
.displayCard__details--body h5.card-title a:focus {
  outline: none;
  color: #686a6c;
}
.displayCard__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.displayCard__details--body .info p {
  margin: 0;
  padding: 0;
}
.displayCard__details--body .info p.content-type {
  color: #131619;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 4px 8px;
}
.displayCard__details--body .info p.date {
  color: #686a6c;
  margin-bottom: 0;
  font-size: 14px;
}
.displayCard__details--body .info p.date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.displayCard__details--body p {
  line-height: 1.25;
  margin-bottom: 16px;
}
.displayCard__details--body a.btn {
  color: #131619;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.displayCard__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  bottom: 7px;
  transition: 0.5s ease-in;
}
.displayCard__details--body a.btn:hover::after {
  height: 3px;
  bottom: 6px;
}
.displayCard__details--body a.btn:focus {
  outline: none;
  color: #686a6c;
}
@media (max-width: 859px) {
  .displayCard__details--body {
    width: 100%;
  }
}
.displayCard__details--body a.btn {
  bottom: 16px;
}
.displayCard.video {
  flex-direction: column;
}
.displayCard.video .contextual-region {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.displayCard.video .displayCard__details {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 575px) {
  .displayCard.video .displayCard__details {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: auto;
    bottom: auto;
  }
}
.displayCard.video .displayCard__details--body {
  width: calc(100% - 3em);
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
}
@media (max-width: 575px) {
  .displayCard.video .displayCard__details--body {
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .displayCard.video .displayCard__details--body {
    width: 100%;
  }
}
.displayCard.video .displayCard__details--body p.date,
.displayCard.video .displayCard__details--body p.locate {
  color: #686a6c;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.displayCard.video .displayCard__details--body p.date span,
.displayCard.video .displayCard__details--body p.locate span {
  margin-right: 10px;
}
.displayCard.video .displayCard__details--body p.date span.material-icons,
.displayCard.video .displayCard__details--body p.locate span.material-icons {
  color: #686a6c;
  width: 18px;
  text-align: center;
  font-size: 20px;
}
.displayCard.video .displayCard__details--body p.date {
  margin-bottom: 16px;
  color: #131619;
}
.displayCard.video .displayCard__details--body p.locate {
  margin-bottom: 10px;
  color: #131619;
}
.displayCard.video .displayCard__details--body p.date-type,
.displayCard.video .displayCard__details--body .news-date {
  color: #686a6c;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.displayCard.video .displayCard__details--body p.date-type .material-icons,
.displayCard.video .displayCard__details--body .news-date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.displayCard.video .displayCard__details--body .news-date {
  color: #686a6c;
}
.displayCard.video .displayCard__details--body p.content-type {
  color: #131619;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 2px 8px;
}
.displayCard.video .displayCard__details--body h3.card-title,
.displayCard.video .displayCard__details--body h4.card-title,
.displayCard.video .displayCard__details--body h5.card-title {
  font-weight: 700;
  margin: 0 0 0.8em 0;
}
.displayCard.video .displayCard__details--body h4,
.displayCard.video .displayCard__details--body h4.card-title {
  margin: 0 0 1em 0;
}
.displayCard.video .displayCard__details--body h3.card-title,
.displayCard.video .displayCard__details--body h3.card-title a,
.displayCard.video .displayCard__details--body h4.card-title,
.displayCard.video .displayCard__details--body h4.card-title a,
.displayCard.video .displayCard__details--body h5.card-title a {
  color: #131619;
  line-height: 1.25;
  display: block;
}
.displayCard.video .displayCard__details--body h3.card-title:hover,
.displayCard.video .displayCard__details--body h3.card-title a:hover,
.displayCard.video .displayCard__details--body h4.card-title:hover,
.displayCard.video .displayCard__details--body h4.card-title a:hover,
.displayCard.video .displayCard__details--body h5.card-title a:hover {
  color: #184ea5;
}
.displayCard.video .displayCard__details--body h3.card-title:focus,
.displayCard.video .displayCard__details--body h3.card-title a:focus,
.displayCard.video .displayCard__details--body h4.card-title:focus,
.displayCard.video .displayCard__details--body h4.card-title a:focus,
.displayCard.video .displayCard__details--body h5.card-title a:focus {
  outline: none;
  color: #686a6c;
}
.displayCard.video .displayCard__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.displayCard.video .displayCard__details--body .info p {
  margin: 0;
  padding: 0;
}
.displayCard.video .displayCard__details--body .info p.content-type {
  color: #131619;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 4px 8px;
}
.displayCard.video .displayCard__details--body .info p.date {
  color: #686a6c;
  margin-bottom: 0;
  font-size: 14px;
}
.displayCard.video .displayCard__details--body .info p.date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.displayCard.video .displayCard__details--body p {
  line-height: 1.25;
  margin-bottom: 16px;
}
.displayCard.video .displayCard__details--body a.btn {
  color: #131619;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.displayCard.video .displayCard__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  bottom: 7px;
  transition: 0.5s ease-in;
}
.displayCard.video .displayCard__details--body a.btn:hover::after {
  height: 3px;
  bottom: 6px;
}
.displayCard.video .displayCard__details--body a.btn:focus {
  outline: none;
  color: #686a6c;
}
.displayCard.video .displayCard__details--body a.btn::after {
  bottom: 10px;
}
.displayCard.video .displayCard__details--body h3.card-title {
  margin: 0;
}
.displayCard.video .displayCard__video .card-title {
  margin-bottom: 1em;
}
.displayCard.left-text {
  flex-direction: column;
}
@media (min-width:768px) {
  .displayCard.left-text {
    flex-direction: row-reverse;
  }
}
.displayCard.left-text .displayCard__details {
  margin: 0 -32px 0 0;
}

@media (min-width: 1440px) {
  .container-rg .displayCard__details {
    max-width: 540px;
  }
}

.ct-card {
  min-width: calc(50% - 24px);
  max-width: calc(50% - 24px);
  margin: 0;
  box-sizing: border-box;
  transition: 0.5s ease;
  background-color: #ffffff;
  position: relative;
  padding-bottom: 0.5em;
  border-radius: 8px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.ct-card:hover {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}
@media (max-width: 575px) {
  .ct-card {
    width: calc(100%);
    max-width: 100%;
    margin: 0;
  }
}
.ct-card__details {
  width: 100%;
}
.ct-card__details--body {
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
}
.ct-card__details--body p.date,
.ct-card__details--body p.locate {
  color: #686a6c;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.ct-card__details--body p.date span,
.ct-card__details--body p.locate span {
  margin-right: 10px;
}
.ct-card__details--body p.date span.material-icons,
.ct-card__details--body p.locate span.material-icons {
  color: #686a6c;
  width: 18px;
  text-align: center;
  font-size: 20px;
}
.ct-card__details--body p.date {
  margin-bottom: 16px;
  color: #131619;
}
.ct-card__details--body p.locate {
  margin-bottom: 10px;
  color: #131619;
}
.ct-card__details--body p.date-type,
.ct-card__details--body .news-date {
  color: #686a6c;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.ct-card__details--body p.date-type .material-icons,
.ct-card__details--body .news-date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.ct-card__details--body .news-date {
  color: #686a6c;
}
.ct-card__details--body p.content-type {
  color: #131619;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 2px 8px;
}
.ct-card__details--body h3.card-title,
.ct-card__details--body h4.card-title,
.ct-card__details--body h5.card-title {
  font-weight: 700;
  margin: 0 0 0.8em 0;
}
.ct-card__details--body h4,
.ct-card__details--body h4.card-title {
  margin: 0 0 1em 0;
}
.ct-card__details--body h3.card-title,
.ct-card__details--body h3.card-title a,
.ct-card__details--body h4.card-title,
.ct-card__details--body h4.card-title a,
.ct-card__details--body h5.card-title a {
  color: #131619;
  line-height: 1.25;
  display: block;
}
.ct-card__details--body h3.card-title:hover,
.ct-card__details--body h3.card-title a:hover,
.ct-card__details--body h4.card-title:hover,
.ct-card__details--body h4.card-title a:hover,
.ct-card__details--body h5.card-title a:hover {
  color: #184ea5;
}
.ct-card__details--body h3.card-title:focus,
.ct-card__details--body h3.card-title a:focus,
.ct-card__details--body h4.card-title:focus,
.ct-card__details--body h4.card-title a:focus,
.ct-card__details--body h5.card-title a:focus {
  outline: none;
  color: #686a6c;
}
.ct-card__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ct-card__details--body .info p {
  margin: 0;
  padding: 0;
}
.ct-card__details--body .info p.content-type {
  color: #131619;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 4px 8px;
}
.ct-card__details--body .info p.date {
  color: #686a6c;
  margin-bottom: 0;
  font-size: 14px;
}
.ct-card__details--body .info p.date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.ct-card__details--body p {
  line-height: 1.25;
  margin-bottom: 16px;
}
.ct-card__details--body a.btn {
  color: #131619;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.ct-card__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  bottom: 7px;
  transition: 0.5s ease-in;
}
.ct-card__details--body a.btn:hover::after {
  height: 3px;
  bottom: 6px;
}
.ct-card__details--body a.btn:focus {
  outline: none;
  color: #686a6c;
}
.ct-card__details--body .card-text {
  margin-top: 1em;
}
.ct-card__details--body p {
  margin-top: 1em;
}
.ct-card__details--body p.date-type, .ct-card__details--body p.date-field {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #f96000;
}
.ct-card__details a.btn {
  text-transform: none;
  color: #131619;
  font-weight: 700;
  position: absolute;
  left: 32px;
  bottom: 28px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.ct-card__details a.btn::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: 10px;
}
.ct-card__details a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #f96000;
  position: absolute;
  bottom: 9px;
  transform: translate(0, 0);
}
.ct-card__image {
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
  padding: 28% 0;
  border-radius: 8px 8px 0 0;
}
.ct-card__image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.ct-card__image img:hover {
  transition: transform 2.4s linear;
}
.ct-card__image img:hover:hover {
  transform: scale(1.1);
}
.ct-card__image a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.ct-card__image iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
}
.ct-card__image iframe:hover {
  transition: transform 2.4s linear;
}
.ct-card__image iframe:hover:hover {
  transform: scale(1.1);
}
.ct-card__image.publication, .ct-card__image.resources, .ct-card__image.press {
  background-color: #dee2e6;
}
.ct-card__image.publication img.img-blur, .ct-card__image.resources img.img-blur, .ct-card__image.press img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  max-height: 320px;
  background-color: #ffffff;
}
.ct-card__image.publication a, .ct-card__image.resources a, .ct-card__image.press a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.ct-card__image.publication a img, .ct-card__image.resources a img, .ct-card__image.press a img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #ffffff;
}
.ct-card__image .btn-vidoplay {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.ct-card__image .btn-vidoplay::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-block !important;
  opacity: 0.6;
  background: url(../images/icon-videoplay.svg) no-repeat center center;
}
.ct-card__image p.youtube-link {
  height: 0px;
  margin: 0;
}
.ct-card__video {
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
  padding: 28% 0;
  border-radius: 8px 8px 0 0;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .ct-card__video {
    padding: 26% 0;
  }
}
.ct-card__video a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  max-height: 100%;
}
.ct-card__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.ct-card__video .contextual-region {
  position: initial;
}
.ct-card__video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.ct-card-group.colm-3 .ct-card {
  min-width: calc(100% / 3 - 32px);
  max-width: 32%;
  width: calc(100% / 3 - 32px);
}
@media (max-width: 575px) {
  .ct-card-group.colm-3 .ct-card {
    width: calc(100%);
    max-width: 100%;
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .ct-card-group.colm-3 .ct-card {
    min-width: calc(100% / 3 - 32px);
    max-width: calc(100%);
    width: calc(100%);
  }
}
.ct-card-group.colm-3 .ct-card__image {
  background-color: #d1d1d1;
}
.ct-card-group.colm-3 .ct-card__image.publication img.img-blur, .ct-card-group.colm-3 .ct-card__image.resources img.img-blur, .ct-card-group.colm-3 .ct-card__image.press img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  max-height: 280px;
  background-color: #ffffff;
}
.ct-card-group.colm-3 .ct-card__details {
  width: 100%;
}
.ct-card-group.colm-3 .ct-card__details--body {
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
}
.ct-card-group.colm-3 .ct-card__details--body p.date,
.ct-card-group.colm-3 .ct-card__details--body p.locate {
  color: #686a6c;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.ct-card-group.colm-3 .ct-card__details--body p.date span,
.ct-card-group.colm-3 .ct-card__details--body p.locate span {
  margin-right: 10px;
}
.ct-card-group.colm-3 .ct-card__details--body p.date span.material-icons,
.ct-card-group.colm-3 .ct-card__details--body p.locate span.material-icons {
  color: #686a6c;
  width: 18px;
  text-align: center;
  font-size: 20px;
}
.ct-card-group.colm-3 .ct-card__details--body p.date {
  margin-bottom: 16px;
  color: #131619;
}
.ct-card-group.colm-3 .ct-card__details--body p.locate {
  margin-bottom: 10px;
  color: #131619;
}
.ct-card-group.colm-3 .ct-card__details--body p.date-type,
.ct-card-group.colm-3 .ct-card__details--body .news-date {
  color: #686a6c;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.ct-card-group.colm-3 .ct-card__details--body p.date-type .material-icons,
.ct-card-group.colm-3 .ct-card__details--body .news-date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.ct-card-group.colm-3 .ct-card__details--body .news-date {
  color: #686a6c;
}
.ct-card-group.colm-3 .ct-card__details--body p.content-type {
  color: #131619;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 2px 8px;
}
.ct-card-group.colm-3 .ct-card__details--body h3.card-title,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title {
  font-weight: 700;
  margin: 0 0 0.8em 0;
}
.ct-card-group.colm-3 .ct-card__details--body h4,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title {
  margin: 0 0 1em 0;
}
.ct-card-group.colm-3 .ct-card__details--body h3.card-title,
.ct-card-group.colm-3 .ct-card__details--body h3.card-title a,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title a,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title a {
  color: #131619;
  line-height: 1.25;
  display: block;
}
.ct-card-group.colm-3 .ct-card__details--body h3.card-title:hover,
.ct-card-group.colm-3 .ct-card__details--body h3.card-title a:hover,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title:hover,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title a:hover,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title a:hover {
  color: #184ea5;
}
.ct-card-group.colm-3 .ct-card__details--body h3.card-title:focus,
.ct-card-group.colm-3 .ct-card__details--body h3.card-title a:focus,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title:focus,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title a:focus,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title a:focus {
  outline: none;
  color: #686a6c;
}
.ct-card-group.colm-3 .ct-card__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ct-card-group.colm-3 .ct-card__details--body .info p {
  margin: 0;
  padding: 0;
}
.ct-card-group.colm-3 .ct-card__details--body .info p.content-type {
  color: #131619;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 4px 8px;
}
.ct-card-group.colm-3 .ct-card__details--body .info p.date {
  color: #686a6c;
  margin-bottom: 0;
  font-size: 14px;
}
.ct-card-group.colm-3 .ct-card__details--body .info p.date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.ct-card-group.colm-3 .ct-card__details--body p {
  line-height: 1.25;
  margin-bottom: 16px;
}
.ct-card-group.colm-3 .ct-card__details--body a.btn {
  color: #131619;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.ct-card-group.colm-3 .ct-card__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  bottom: 7px;
  transition: 0.5s ease-in;
}
.ct-card-group.colm-3 .ct-card__details--body a.btn:hover::after {
  height: 3px;
  bottom: 6px;
}
.ct-card-group.colm-3 .ct-card__details--body a.btn:focus {
  outline: none;
  color: #686a6c;
}
.ct-card-group.colm-3 .ct-card__details--body .card-text,
.ct-card-group.colm-3 .ct-card__details--body p {
  margin-top: 1em;
}
.ct-card-group.colm-3 .ct-card__video {
  position: relative;
  padding: 28% 0;
  width: 100%;
  min-height: 179px;
  height: 100%;
  max-height: 179px;
  overflow: hidden;
  background-color: #eaeaea;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .ct-card-group.colm-3 .ct-card__video {
    padding: 26% 0;
  }
}
.ct-card-group.colm-3 .ct-card__video a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  max-height: 100%;
}
.ct-card-group.colm-3 .ct-card__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.ct-card-group.colm-3 .ct-card__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
}
.ct-card-group.colm-3 .ct-card__video img {
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
}
.ct-card-group.colm-3 .ct-card__video .contextual-region {
  position: initial;
}

.related-content .ct-card h3.card-title {
  margin-bottom: 0;
}

.path-multimedia .ct-card-group.colm-3 .ct-card__video a,
.path-videos .ct-card-group.colm-3 .ct-card__video a {
  padding: 28% 0;
  width: 100%;
  min-height: 179px;
  height: 100%;
  max-height: 100%;
}

.ct-card-group.colm-3.feature-cards .ct-card {
  border: 0;
  padding-bottom: 1em;
  background-color: #dee2e5;
}
@media (max-width: 575px) {
  .ct-card-group.colm-3.feature-cards .ct-card {
    padding-bottom: 0;
  }
}
.ct-card-group.colm-3.feature-cards .ct-card__details {
  position: relative;
  height: 63%;
}
@media (max-width: 575px) {
  .ct-card-group.colm-3.feature-cards .ct-card__details {
    height: auto;
  }
}
.ct-card-group.colm-3.feature-cards .ct-card__details::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: -1em;
  left: 1em;
  right: 1em;
  height: 100%;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.ct-card-group.colm-3.feature-cards .ct-card__details--body {
  padding: 0.2em 2.2em 4em 2.2em;
  position: relative;
  z-index: 2;
  background: none;
  height: 100%;
}
@media (max-width: 575px) {
  .ct-card-group.colm-3.feature-cards .ct-card__details--body {
    padding: 0.2em 2.2em 5em 2.2em;
  }
}
.ct-card-group.colm-3.feature-cards .ct-card__details--body .btn {
  left: 2.6em;
  bottom: 1.5em;
}

.path-ed-photo-gallery .ct-card-group.colm-3 .ct-card__details--body {
  padding-bottom: 32px;
}

.path-ed-photo-gallery nav.pager-nav::after {
  width: auto;
}

.path-ed-photo-gallery .ct-card-group {
  margin-left: -8px;
  margin-right: -8px;
}

.data-card-group {
  display: flex;
  align-items: stretch;
  padding-bottom: 64px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  gap: 32px;
}
@media (min-width:980px) {
  .data-card-group {
    flex-wrap: nowrap;
  }
}
.data-card-group .data-card {
  box-sizing: border-box;
  transition: 0.5s ease;
  background-color: #ffffff;
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
  border-radius: 8px;
}
.data-card-group .data-card:hover {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}
@media (min-width:980px) {
  .data-card-group .data-card {
    flex-grow: 3;
    min-width: calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
.data-card-group .data-card i {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 30px auto;
}
.data-card-group .data-card h3,
.data-card-group .data-card p {
  text-align: center;
}

[lang=ar] .ct-card-group.colm-3 .ct-card__details--body a.btn {
  left: auto;
  right: 32px;
}

@media (min-width: 768px) {
  [lang=ar] .displayCard__details {
    margin: 0 -32px 0 0;
  }
}

[lang=ar] .ct-card__details a.btn {
  left: auto;
  right: 32px;
}

.cc-card {
  border-radius: 8px;
  background-color: #ffffff;
  display: grid;
  grid-template-columns: 90px 3fr;
  max-width: 520px;
  padding: 20px;
  gap: 24px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in-out;
}
.cc-card:hover {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
@media (min-width:980px) {
  .cc-card {
    padding: 24px;
  }
}
.cc-card.cmplx {
  max-width: 360px;
  grid-template-columns: 1fr;
  padding: 0;
  gap: 0;
}
@media (min-width:720px) and (max-width:979px) {
  .cc-card.cmplx {
    grid-template-columns: 280px 2fr;
  }
}
@media (min-width:980px) {
  .cc-card.cmplx {
    gap: 24px;
    max-width: 1000px;
    grid-template-columns: 360px 2fr;
  }
}
.cc-card.cmplx .cc-card_body {
  padding: 20px 20px 32px 20px;
  position: relative;
}
@media (min-width:980px) {
  .cc-card.cmplx .cc-card_body {
    padding: 24px;
  }
}
.cc-card.cmplx .cc-card_body .btn-text {
  margin-top: 32px;
  position: absolute;
  bottom: 0;
}
.cc-card.cmplx .cc-img-wrap {
  position: relative;
}
.cc-card.cmplx .cc-img {
  position: relative;
  left: 0;
  max-width: 360px;
  width: 100%;
}
@media (min-width:980px) {
  .cc-card.cmplx .cc-img {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cc-card.cmplx .cc-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.cc-card .cc-img-round {
  width: 90px;
  height: 90px;
  border-radius: 75px;
  overflow: hidden;
}
.cc-card .cc-img-round img {
  width: 100%;
}
.cc-card .info {
  margin-bottom: 16px;
}
.cc-card .info p.content-type {
  color: #131619;
  text-transform: normal;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 4px 8px;
}
.cc-card h4 {
  margin-bottom: 8px;
}
.cc-card p.desg {
  font-size: 16px;
  line-height: 1.25;
  color: #131619;
  margin: 0 0 32px 0 !important;
  padding: 0;
}

@media (min-width:980px) {
  .user-logged-in header .head_row {
    position: absolute;
  }
}

.strslider .sldr-wrp {
  position: relative;
  padding: 16px 1px 32px 2px;
}
@media (min-width:980px) {
  .strslider .sldr-wrp {
    padding: 32px 0 32px 32px;
  }
}
.strslider .sldr-wrp .img-blk {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background-color: #000;
}
.strslider .sldr-wrp .img-blk a {
  position: relative;
  z-index: 1;
  display: block;
}
.strslider .sldr-wrp .img-blk img {
  min-height: 298px;
  margin-bottom: 0;
  object-fit: cover;
}
@media (min-width:980px) {
  .strslider .sldr-wrp .img-blk img {
    min-height: 220px;
  }
}
@media (min-width: 1260px) {
  .strslider .sldr-wrp .img-blk img {
    min-height: 288px;
  }
}
@media (min-width: 1366px) {
  .strslider .sldr-wrp .img-blk img {
    min-height: 314px;
  }
}
@media (min-width: 1440px) {
  .strslider .sldr-wrp .img-blk img {
    min-height: 332px;
  }
}
@media (min-width: 1600px) {
  .strslider .sldr-wrp .img-blk img {
    min-height: 372px;
  }
}
@media (min-width: 1700px) {
  .strslider .sldr-wrp .img-blk img {
    min-height: 420px;
  }
}
.strslider .sldr-wrp .img-blk .ct-card__video {
  padding: 42.8% 0;
}
@media (min-width:980px) {
  .strslider .sldr-wrp .img-blk .ct-card__video {
    padding: 31.8% 0;
  }
}
.strslider .sldr-wrp .img-blk .img-blk-caption {
  padding: 22px;
  position: absolute;
  left: 0;
  bottom: 16px;
  z-index: 1;
  width: 100%;
}
@media (max-width: 575px) {
  .strslider .sldr-wrp .img-blk .img-blk-caption {
    padding: 16px 22px 2px 22px;
  }
}
@media (min-width:980px) {
  .strslider .sldr-wrp .img-blk .img-blk-caption {
    padding: 32px;
    bottom: 0;
  }
}
.strslider .sldr-wrp .img-blk .img-blk-caption::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -18px;
  left: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7441570378) 100%);
  z-index: 0;
}
.strslider .sldr-wrp .img-blk .img-blk-caption h6 {
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
@media (min-width:980px) {
  .strslider .sldr-wrp .img-blk .img-blk-caption h6 {
    font-size: 16px;
  }
}
.strslider .sldr-wrp .img-blk .img-blk-caption p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}
@media (max-width:979px) {
  .strslider .sldr-wrp .img-blk .img-blk-caption p {
    display: none;
  }
}
@media (min-width:980px) {
  .strslider .sldr-wrp .img-blk .img-blk-caption p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 719px) {
  .strslider .sldr-wrp .img-blk .img-blk-caption p {
    display: none;
  }
}
.strslider .sldr-wrp .swiper.gallerySwiper,
.strslider .sldr-wrp .swiper.galleryStorySwiper {
  width: calc(100%);
  height: 100%;
  left: 0 !important;
  padding-bottom: 30px !important;
}
@media (min-width:720px) and (max-width:979px) {
  .strslider .sldr-wrp .swiper.gallerySwiper,
.strslider .sldr-wrp .swiper.galleryStorySwiper {
    width: calc(100%);
    left: 0px !important;
  }
}
@media (min-width:980px) {
  .strslider .sldr-wrp .swiper.gallerySwiper,
.strslider .sldr-wrp .swiper.galleryStorySwiper {
    left: 0 !important;
    width: 100%;
    padding-bottom: 30px !important;
  }
}
.strslider .sldr-wrp .swiper.gallerySwiper .swiper-scrollbar,
.strslider .sldr-wrp .swiper.galleryStorySwiper .swiper-scrollbar {
  background: #d9dbe1;
  left: 5px;
  bottom: var(--swiper-scrollbar-bottom, 4px);
}
.strslider .sldr-wrp .swiper.gallerySwiper .swiper-scrollbar-drag,
.strslider .sldr-wrp .swiper.galleryStorySwiper .swiper-scrollbar-drag {
  background: #f96000;
}
@media (min-width:980px) {
  .strslider .sldr-wrp .swiper.gallerySwiper .swiper-wrapper,
.strslider .sldr-wrp .swiper.galleryStorySwiper .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0px !important;
  }
}
.strslider .sldr-wrp .swiper.gallerySwiper {
  width: 100%;
  height: 100%;
  left: 0 !important;
  padding-bottom: 30px !important;
}
@media (min-width:980px) {
  .strslider .sldr-wrp .swiper.gallerySwiper {
    width: 100%;
    padding-bottom: 30px !important;
  }
}
.strslider .sldr-wrp .swiper.gallerySwiper .swiper-scrollbar {
  background: #919395;
  left: 5px;
}
.strslider .sldr-wrp .swiper.gallerySwiper .swiper-scrollbar-drag {
  background: #f96000;
}
@media (min-width:980px) {
  .strslider .sldr-wrp .swiper.gallerySwiper .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0px !important;
  }
}
.strslider .sldr-wrp .swiper-button-next,
.strslider .sldr-wrp .swiper-button-prev {
  top: 35px;
  background-color: #f96000;
  width: 48px;
  height: 48px;
  border-radius: 40px;
  top: 50%;
  display: none;
}
@media (min-width:980px) {
  .strslider .sldr-wrp .swiper-button-next,
.strslider .sldr-wrp .swiper-button-prev {
    display: flex;
  }
}
.strslider .sldr-wrp .swiper-button-next::before,
.strslider .sldr-wrp .swiper-button-prev::before {
  color: #ffffff;
  opacity: 1;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.strslider .sldr-wrp .swiper-button-next::after,
.strslider .sldr-wrp .swiper-button-prev::after {
  content: "";
  height: 2px;
  width: 16px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
}
.strslider .sldr-wrp .swiper-button-next:after,
.strslider .sldr-wrp .swiper-button-prev:after {
  font-size: 18px;
  color: #ffffff;
}
.strslider .sldr-wrp .swiper-button-next {
  right: 4%;
}
@media (min-width:720px) {
  .strslider .sldr-wrp .swiper-button-next {
    right: 22%;
  }
}
@media (min-width:980px) {
  .strslider .sldr-wrp .swiper-button-next {
    right: 27%;
  }
}
.strslider .sldr-wrp .swiper-button-prev {
  left: 12px;
}
@media (min-width:980px) {
  .strslider .sldr-wrp .swiper-button-prev {
    left: 15px;
  }
}
.strslider .sldr-wrp .swiper-button-prev::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.strslider .sldr-wrp .swiper-button-prev.swiper-button-disabled,
.strslider .sldr-wrp .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.strslider .sldr-wrp .swiper-slide {
  display: flex;
  position: relative;
  padding-right: 16px;
  padding-left: 0;
}
@media (max-width: 575px) {
  .strslider .sldr-wrp .swiper-slide {
    flex: 0 0 88%;
  }
}
@media (min-width:980px) {
  .strslider .sldr-wrp .swiper-slide {
    padding-right: 16px;
    padding-left: 0;
  }
}
.strslider .sldr-wrp .swiper-slide.swiper-slide-prev, .strslider .sldr-wrp .swiper-slide.swiper-slide-next {
  opacity: 1;
  position: relative;
}
.strslider .sldr-wrp .swiper-slide.swiper-slide-prev::after, .strslider .sldr-wrp .swiper-slide.swiper-slide-next::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 97%;
  height: 100%;
  z-index: 2;
  border-radius: 8px;
  background-color: #eff1f7;
  opacity: 0.7;
}

.lang-ar .strslider .sldr-wrp {
  position: relative;
  padding: 16px 2px 32px 1px;
}
@media (min-width:980px) {
  .lang-ar .strslider .sldr-wrp {
    padding: 32px 32px 32px 0;
  }
}
.lang-ar .strslider .sldr-wrp .img-blk::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: auto;
  right: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7441570378) 100%);
  z-index: 0;
}
@media (max-width: 575px) {
  .lang-ar .strslider .sldr-wrp .img-blk::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    left: auto;
    right: 0;
  }
}
.lang-ar .strslider .sldr-wrp .img-blk .img-blk-caption {
  left: auto;
  right: 0;
  width: 100%;
}
@media (max-width: 575px) {
  .lang-ar .strslider .sldr-wrp .img-blk .img-blk-caption {
    padding: 16px 22px 2px 22px;
  }
}
@media (min-width:980px) {
  .lang-ar .strslider .sldr-wrp .img-blk .img-blk-caption {
    padding: 32px;
    bottom: 0;
  }
}
.lang-ar .strslider .sldr-wrp .img-blk .img-blk-caption h6 {
  text-align: right;
}
.lang-ar .strslider .sldr-wrp .img-blk .img-blk-caption p {
  text-align: right;
}
.lang-ar .strslider .sldr-wrp .swiper.gallerySwiper,
.lang-ar .strslider .sldr-wrp .swiper.galleryStorySwiper {
  width: calc(100%);
  height: 100%;
  left: auto !important;
  right: 0 !important;
  padding-bottom: 30px !important;
}
@media (min-width:720px) and (max-width:979px) {
  .lang-ar .strslider .sldr-wrp .swiper.gallerySwiper,
.lang-ar .strslider .sldr-wrp .swiper.galleryStorySwiper {
    width: calc(100%);
    left: auto !important;
    right: 0px !important;
  }
}
@media (min-width:980px) {
  .lang-ar .strslider .sldr-wrp .swiper.gallerySwiper,
.lang-ar .strslider .sldr-wrp .swiper.galleryStorySwiper {
    left: auto !important;
    right: 0 !important;
    width: 100%;
    padding-bottom: 30px !important;
  }
}
.lang-ar .strslider .sldr-wrp .swiper.gallerySwiper .swiper-scrollbar,
.lang-ar .strslider .sldr-wrp .swiper.galleryStorySwiper .swiper-scrollbar {
  background: #d9dbe1;
  left: auto;
  right: 5px;
  bottom: var(--swiper-scrollbar-bottom, 4px);
}
.lang-ar .strslider .sldr-wrp .swiper.gallerySwiper .swiper-scrollbar-drag,
.lang-ar .strslider .sldr-wrp .swiper.galleryStorySwiper .swiper-scrollbar-drag {
  background: #f96000;
}
@media (min-width:980px) {
  .lang-ar .strslider .sldr-wrp .swiper.gallerySwiper .swiper-wrapper,
.lang-ar .strslider .sldr-wrp .swiper.galleryStorySwiper .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0px !important;
  }
}
.lang-ar .strslider .sldr-wrp .swiper.gallerySwiper {
  width: 100%;
  height: 100%;
  left: auto !important;
  right: 0 !important;
  padding-bottom: 30px !important;
}
@media (min-width:980px) {
  .lang-ar .strslider .sldr-wrp .swiper.gallerySwiper {
    width: 100%;
    padding-bottom: 30px !important;
  }
}
.lang-ar .strslider .sldr-wrp .swiper.gallerySwiper .swiper-scrollbar {
  background: #919395;
  left: auto;
  right: 5px;
}
.lang-ar .strslider .sldr-wrp .swiper.gallerySwiper .swiper-scrollbar-drag {
  background: #f96000;
}
@media (min-width:980px) {
  .lang-ar .strslider .sldr-wrp .swiper.gallerySwiper .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0px !important;
  }
}
.lang-ar .strslider .sldr-wrp .swiper-button-next,
.lang-ar .strslider .sldr-wrp .swiper-button-prev {
  top: 35px;
  background-color: #f96000;
  width: 48px;
  height: 48px;
  border-radius: 40px;
  top: 50%;
  display: none;
}
@media (min-width:980px) {
  .lang-ar .strslider .sldr-wrp .swiper-button-next,
.lang-ar .strslider .sldr-wrp .swiper-button-prev {
    display: flex;
  }
}
.lang-ar .strslider .sldr-wrp .swiper-button-next::before,
.lang-ar .strslider .sldr-wrp .swiper-button-prev::before {
  color: #ffffff;
  opacity: 1;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.lang-ar .strslider .sldr-wrp .swiper-button-next::after,
.lang-ar .strslider .sldr-wrp .swiper-button-prev::after {
  content: "";
  height: 2px;
  width: 16px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 16px;
  margin: auto;
}
.lang-ar .strslider .sldr-wrp .swiper-button-next:after,
.lang-ar .strslider .sldr-wrp .swiper-button-prev:after {
  font-size: 18px;
  color: #ffffff;
}
.lang-ar .strslider .sldr-wrp .swiper-button-next {
  right: auto;
  left: 4%;
  transform: rotate(180deg);
}
@media (min-width:720px) {
  .lang-ar .strslider .sldr-wrp .swiper-button-next {
    right: auto;
    left: 22%;
  }
}
@media (min-width:980px) {
  .lang-ar .strslider .sldr-wrp .swiper-button-next {
    right: auto;
    left: 27%;
  }
}
.lang-ar .strslider .sldr-wrp .swiper-button-prev {
  left: auto;
  right: 12px;
  transform: rotate(180deg);
}
@media (min-width:980px) {
  .lang-ar .strslider .sldr-wrp .swiper-button-prev {
    left: auto;
    right: 15px;
  }
}
.lang-ar .strslider .sldr-wrp .swiper-button-prev::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.lang-ar .strslider .sldr-wrp .swiper-button-prev.swiper-button-disabled,
.lang-ar .strslider .sldr-wrp .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.lang-ar .strslider .sldr-wrp .swiper-slide {
  display: flex;
  position: relative;
  padding-right: 0;
  padding-left: 16px;
}
@media (max-width: 575px) {
  .lang-ar .strslider .sldr-wrp .swiper-slide {
    flex: 0 0 88%;
  }
}
@media (min-width:980px) {
  .lang-ar .strslider .sldr-wrp .swiper-slide {
    padding-right: 0;
    padding-left: 16px;
  }
}
.lang-ar .strslider .sldr-wrp .swiper-slide.swiper-slide-prev, .lang-ar .strslider .sldr-wrp .swiper-slide.swiper-slide-next {
  opacity: 1;
  position: relative;
}
.lang-ar .strslider .sldr-wrp .swiper-slide.swiper-slide-prev::after, .lang-ar .strslider .sldr-wrp .swiper-slide.swiper-slide-next::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  width: 97%;
  height: 100%;
  z-index: 2;
  border-radius: 8px;
  background: #f9600000;
  background: linear-gradient(90deg, rgba(249, 96, 0, 0.8) 0%, rgba(249, 96, 0, 0.5) 70%, rgba(249, 96, 0, 0.5) 100%);
}

.campCoverflow .swiper-slide {
  background-position: center;
  background-size: cover;
  max-width: 720px;
  border-radius: 8px;
}
@media (min-width:720px) and (max-width:979px) {
  .campCoverflow .swiper-slide {
    max-width: 580px;
  }
}
.campCoverflow .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 719px) {
  .campCoverflow .swiper-slide img {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width:720px) and (max-width:979px) {
  .campCoverflow .swiper-slide img {
    width: 85%;
    margin: 0 auto;
  }
}

.campbox {
  position: relative;
}
@media (max-width: 575px) {
  .campbox {
    margin-left: -18px;
    margin-right: -18px;
    width: calc(100% + 36px);
  }
}
.campbox .swiper-button-next,
.campbox .swiper-button-prev {
  top: 35px;
  background-color: #f96000;
  width: 48px;
  height: 48px;
  border-radius: 40px;
  top: 45%;
}
@media (max-width: 575px) {
  .campbox .swiper-button-next,
.campbox .swiper-button-prev {
    top: 35%;
    display: none;
  }
}
.campbox .swiper-button-next::before,
.campbox .swiper-button-prev::before {
  color: #ffffff;
  opacity: 1;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.campbox .swiper-button-next::after,
.campbox .swiper-button-prev::after {
  content: "";
  height: 2px;
  width: 16px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
}
.campbox .swiper-button-next:after,
.campbox .swiper-button-prev:after {
  font-size: 18px;
  color: #fff;
}
.campbox .swiper-button-next {
  right: 4%;
}
@media (min-width:720px) {
  .campbox .swiper-button-next {
    right: 0;
  }
}
@media (min-width:980px) {
  .campbox .swiper-button-next {
    right: -20px;
  }
}
.campbox .swiper-button-prev {
  left: 0;
}
@media (min-width:980px) {
  .campbox .swiper-button-prev {
    left: -20px;
  }
}
.campbox .swiper-button-prev::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
@media (min-width:980px) {
  .campbox .swiper-pagination {
    visibility: visible;
  }
}
.campbox .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 24px;
  height: 2px;
  border-radius: 0;
}
.campbox .swiper-pagination-bullet-active {
  background: #f96000;
}

.lang-ar .campbox {
  position: relative;
}
.lang-ar .campbox .swiper-button-next::before,
.lang-ar .campbox .swiper-button-prev::before {
  color: #ffffff;
  opacity: 1;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.lang-ar .campbox .swiper-button-next::after,
.lang-ar .campbox .swiper-button-prev::after {
  content: "";
  height: 2px;
  width: 16px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
}
.lang-ar .campbox .swiper-button-next {
  right: auto;
  left: 4%;
}
@media (min-width:720px) {
  .lang-ar .campbox .swiper-button-next {
    right: auto;
    left: 0;
  }
}
@media (min-width:980px) {
  .lang-ar .campbox .swiper-button-next {
    right: auto;
    left: -20px;
  }
}
.lang-ar .campbox .swiper-button-prev {
  left: auto;
  right: 0;
}
@media (min-width:980px) {
  .lang-ar .campbox .swiper-button-prev {
    left: auto;
    right: -20px;
  }
}
.lang-ar .campbox .swiper-button-prev::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
@media (min-width:980px) {
  .lang-ar .campbox .swiper-pagination {
    visibility: visible;
  }
}
.lang-ar .campbox .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 24px;
  height: 2px;
  border-radius: 0;
}
.lang-ar .campbox .swiper-pagination-bullet-active {
  background: #f96000;
}

.bgcolor.grey-80 .container-sig.phtcnt {
  color: #ffffff;
}

.banner-promi {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  overflow: hidden;
  flex-direction: column;
  height: 100vh;
  max-height: 720px;
}
@media (min-width:720px) {
  .banner-promi {
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (min-width:980px) {
  .banner-promi {
    height: 640px;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.banner-promi .img-wrap {
  width: 100%;
  height: 50%;
  z-index: 0;
}
@media (min-width:720px) {
  .banner-promi .img-wrap {
    width: 70%;
    height: 480px;
  }
}
@media (min-width:980px) {
  .banner-promi .img-wrap {
    width: 65%;
    height: 640px;
  }
}
.banner-promi .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-promi .banner-copy {
  position: absolute;
  width: 100%;
  height: 64%;
  background-color: #f96000;
  border-radius: 0 0 180px 180px;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  padding: 48px 32px 48px 32px;
}
@media (min-width:720px) {
  .banner-promi .banner-copy {
    align-items: center;
    width: 55.5%;
    height: 480px;
    border-radius: 0 200px 200px 0;
    padding: 32px 24px 32px 32px;
  }
}
@media (min-width:980px) {
  .banner-promi .banner-copy {
    align-items: center;
    width: 50%;
    height: 100%;
    border-radius: 0 200px 200px 0;
    padding: 50px 80px 50px 100px;
  }
}
.banner-promi .banner-copy::after {
  content: "";
  width: 0;
  height: 0;
  background-color: #f96000;
  border-radius: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media (min-width:720px) {
  .banner-promi .banner-copy::after {
    top: 0;
    right: -16%;
    width: 480px;
    height: 480px;
  }
}
@media (min-width:980px) {
  .banner-promi .banner-copy::after {
    top: 0;
    right: -16%;
    width: 640px;
    height: 640px;
  }
}
.banner-promi .banner-copy .copy-wrap {
  position: relative;
  z-index: 2;
}
.banner-promi .banner-copy h1,
.banner-promi .banner-copy p {
  color: #ffffff;
  line-height: 1.25;
}
.banner-promi .banner-copy p {
  font-size: 18px;
}
@media (min-width:980px) {
  .banner-promi .banner-copy p {
    font-size: 24px;
  }
}
.banner-promi .banner-copy .btn.default {
  display: table;
  margin: 0 auto;
}
@media (min-width:720px) {
  .banner-promi .banner-copy .btn.default {
    display: inline-flex;
  }
}

.banner-promi-2 {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  overflow: hidden;
  flex-direction: column;
  height: 100vh;
  max-height: 720px;
  background-color: #f96000;
}
@media (min-width:720px) {
  .banner-promi-2 {
    justify-content: flex-start;
    height: 480px;
  }
}
@media (min-width:980px) {
  .banner-promi-2 {
    height: 640px;
    justify-content: flex-start;
  }
}
.banner-promi-2 .img-wrap {
  width: 100%;
  height: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (min-width:720px) {
  .banner-promi-2 .img-wrap {
    width: 56%;
    height: 480px;
  }
}
@media (min-width:980px) {
  .banner-promi-2 .img-wrap {
    width: 58%;
    height: 640px;
  }
}
.banner-promi-2 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 160px 160px 0 0;
}
@media (min-width:720px) {
  .banner-promi-2 .img-wrap img {
    width: 100%;
    border-radius: 280px 0 0 280px;
  }
}
@media (min-width:980px) {
  .banner-promi-2 .img-wrap img {
    border-radius: 320px 0 0 320px;
  }
}
.banner-promi-2 .banner-copy {
  position: relative;
  width: 100%;
  height: 64%;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  padding: 48px 32px 48px 32px;
}
@media (min-width:720px) {
  .banner-promi-2 .banner-copy {
    align-items: center;
    width: 55.5%;
    height: 480px;
    padding: 32px 24px 32px 32px;
  }
}
@media (min-width:980px) {
  .banner-promi-2 .banner-copy {
    align-items: center;
    width: 65%;
    height: 100%;
    padding: 50px 80px 50px 100px;
  }
}
.banner-promi-2 .banner-copy .copy-wrap {
  position: relative;
  z-index: 2;
}
@media (min-width:720px) {
  .banner-promi-2 .banner-copy .copy-wrap {
    max-width: 80%;
  }
}
@media (min-width:980px) {
  .banner-promi-2 .banner-copy .copy-wrap {
    max-width: 60%;
  }
}
.banner-promi-2 .banner-copy h1,
.banner-promi-2 .banner-copy p {
  color: #ffffff;
  line-height: 1.25;
}
.banner-promi-2 .banner-copy p {
  font-size: 18px;
}
@media (min-width:980px) {
  .banner-promi-2 .banner-copy p {
    font-size: 24px;
  }
}
.banner-promi-2 .banner-copy .btn.default {
  display: table;
  margin: 0 auto;
}
@media (min-width:720px) {
  .banner-promi-2 .banner-copy .btn.default {
    display: inline-flex;
  }
}

.banner-static {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-end;
  background-color: #131619;
}
@media (min-width:720px) {
  .banner-static {
    min-height: 480px;
  }
}
.banner-static.valign-center {
  align-items: center;
}
.banner-static .static-copy {
  position: absolute;
  left: 0;
  bottom: 48px;
  z-index: 2;
  padding: 0 24px 0 24px;
}
@media (min-width:980px) {
  .banner-static .static-copy {
    width: 50%;
    padding: 0 0 0 100px;
    bottom: auto;
    top: auto;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.banner-static .static-copy h1,
.banner-static .static-copy p {
  color: #ffffff;
}
.banner-static .static-copy h1 {
  margin-bottom: 16px;
}
.banner-static .static-copy p.descp {
  font-size: 20px;
  margin-bottom: 24px;
}
.banner-static .static-copy p.content-type {
  color: #131619;
  text-transform: normal;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 75px;
  padding: 2px 8px;
}
.banner-static .static-copy .office-type {
  font-size: 14px;
  font-weight: 400;
  color: #131619;
  background-color: #ffffff;
  border-radius: 75px;
  padding: 2px 8px;
  display: inline-flex;
}
.banner-static .static-img {
  position: relative;
  width: 100%;
}
.banner-static .static-img img {
  border-radius: 0;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  opacity: 0.9;
}
@media (min-width:980px) {
  .banner-static .static-img img {
    max-height: 680px;
    opacity: 1;
  }
}
@media (min-width: 1440px) {
  .banner-static .static-img img {
    max-height: 700px;
  }
}
@media (min-width:980px) {
  .banner-static .static-img.cover img {
    height: 100vh;
    max-height: 1080px;
    opacity: 1;
    object-fit: cover;
  }
}
@media (min-width: 1440px) {
  .banner-static .static-img.cover img {
    height: 100vh;
    max-height: 1080px;
  }
}
.banner-static.overlay::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #131618;
  background: linear-gradient(25deg, #131618 0%, rgba(19, 22, 24, 0.32) 52%, rgba(19, 22, 24, 0.24) 100%);
}
@media (min-width:720px) {
  .banner-static.conf {
    min-height: auto;
  }
}

.banner-project {
  width: 100%;
  max-width: 100%;
  height: 480px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  background-color: #eff1f7;
}
.banner-project.no-img {
  justify-content: center;
}
@media (min-width:980px) {
  .banner-project.no-img {
    justify-content: flex-start;
  }
}
@media (min-width:980px) {
  .banner-project {
    flex-direction: row;
    height: 480px;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .banner-project {
    height: 640px;
  }
}
.banner-project .static-copy {
  position: relative;
  z-index: 2;
  padding: 0 24px 0 24px;
}
@media (min-width:980px) {
  .banner-project .static-copy {
    width: 50%;
    padding: 0 0 0 100px;
    margin-top: 32px;
  }
}
.banner-project .static-copy h1,
.banner-project .static-copy p {
  color: #131619;
  margin: 0;
}
.banner-project .static-copy h1 {
  margin-bottom: 16px;
}
.banner-project .static-copy p.content-type {
  color: #131619;
  text-transform: normal;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 75px;
  padding: 2px 8px;
}
.banner-project .round-img {
  position: absolute;
  width: 100%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  overflow: hidden;
  bottom: -15%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width:980px) {
  .banner-project .round-img {
    width: 580px;
    height: 580px;
    position: absolute;
    left: auto;
    right: 32px;
    top: 48px;
    border-radius: 50%;
  }
}
@media (min-width: 1440px) {
  .banner-project .round-img {
    width: 740px;
    height: 740px;
  }
}
.banner-project .round-img img {
  border-radius: 0;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  opacity: 0.9;
}
@media (min-width:980px) {
  .banner-project .round-img img {
    max-height: 680px;
    opacity: 1;
  }
}
@media (min-width: 1440px) {
  .banner-project .round-img img {
    max-height: 700px;
  }
}
.banner-project.overlay::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #131618;
  background: linear-gradient(25deg, #131618 0%, rgba(19, 22, 24, 0.32) 52%, rgba(19, 22, 24, 0.24) 100%);
}

.lang-ar .banner-project .static-copy {
  text-align: right;
}
@media (min-width:980px) {
  .lang-ar .banner-project .static-copy {
    width: 50%;
    padding: 0 100px 0 0;
    margin-top: 32px;
  }
}
.lang-ar .banner-project .round-img {
  bottom: -15%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width:980px) {
  .lang-ar .banner-project .round-img {
    width: 580px;
    height: 580px;
    position: absolute;
    left: 32px;
    right: auto;
    top: 48px;
    border-radius: 50%;
  }
}
.lang-ar .banner-project.overlay::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #131618;
  background: linear-gradient(25deg, #131618 0%, rgba(19, 22, 24, 0.32) 52%, rgba(19, 22, 24, 0.24) 100%);
}

.banner-exec {
  width: 100%;
  max-width: 1920px;
  height: 480px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  background-color: #f96000;
}
@media (min-width:980px) {
  .banner-exec {
    flex-direction: row;
    height: 480px;
    max-height: 480px;
    justify-content: flex-start;
    align-items: center;
  }
}
.banner-exec .static-copy {
  position: relative;
  z-index: 2;
  padding: 24px;
}
@media (min-width:980px) {
  .banner-exec .static-copy {
    width: 50%;
    padding: 0 24px 0 24px;
    padding: 0 0 0 100px;
  }
}
.banner-exec .static-copy h1,
.banner-exec .static-copy p {
  color: #ffffff;
  margin: 0;
  line-height: 1.25;
}
.banner-exec .round-img {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  overflow: hidden;
  bottom: -22%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width:720px) and (max-width:979px) {
  .banner-exec .round-img {
    width: 380px;
    height: 380px;
  }
}
@media (min-width:980px) {
  .banner-exec .round-img {
    width: 480px;
    height: 480px;
    position: absolute;
    left: auto;
    bottom: -70px;
    right: -70px;
    border-radius: 50%;
  }
}
.banner-exec .round-img img {
  border-radius: 0;
  width: 480px;
  height: 480px;
  object-fit: cover;
  opacity: 0.9;
}
@media (min-width:980px) {
  .banner-exec .round-img img {
    height: 480px;
    max-height: 480px;
    opacity: 1;
  }
}
.banner-exec.overlay::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #131618;
  background: linear-gradient(25deg, #131618 0%, rgba(19, 22, 24, 0.32) 52%, rgba(19, 22, 24, 0.24) 100%);
}

@media (min-width:980px) {
  .lang-ar .banner-exec .static-copy {
    width: 50%;
    padding: 0 24px 0 24px;
    padding: 0 100px 0 0;
  }
}
.lang-ar .banner-exec .round-img {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  overflow: hidden;
  bottom: -22%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width:720px) and (max-width:979px) {
  .lang-ar .banner-exec .round-img {
    width: 380px;
    height: 380px;
  }
}
@media (min-width:980px) {
  .lang-ar .banner-exec .round-img {
    width: 480px;
    height: 480px;
    position: absolute;
    left: -70px;
    bottom: -70px;
    right: auto;
    border-radius: 50%;
  }
}
.lang-ar .banner-exec.overlay::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #131618;
  background: linear-gradient(25deg, #131618 0%, rgba(19, 22, 24, 0.32) 52%, rgba(19, 22, 24, 0.24) 100%);
}

.banner-action {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  overflow: hidden;
  flex-direction: column;
  height: 100vh;
  max-height: 620px;
  background-color: #eff1f7;
}
@media (min-width:720px) {
  .banner-action {
    height: 580px;
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (min-width:980px) {
  .banner-action {
    height: 620px;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.banner-action .img-shape {
  width: 100%;
  height: 50%;
  z-index: 0;
}
@media (min-width:720px) {
  .banner-action .img-shape {
    width: 70%;
    height: 580px;
  }
}
@media (min-width:980px) {
  .banner-action .img-shape {
    width: 65%;
    height: 620px;
  }
}
.banner-action .img-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-action .bnr-act-copy {
  position: absolute;
  width: 100%;
  height: 65%;
  background-color: #eff1f7;
  border-radius: 0 0 180px 180px;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 32px 32px 48px 32px;
}
.banner-action .bnr-act-copy.bgcolor.orange {
  background-color: #f96000;
  color: #ffffff;
}
.banner-action .bnr-act-copy.bgcolor.orange h3, .banner-action .bnr-act-copy.bgcolor.orange h4, .banner-action .bnr-act-copy.bgcolor.orange p {
  color: #ffffff;
}
@media (min-width:720px) {
  .banner-action .bnr-act-copy {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 58%;
    height: 580px;
    border-radius: 0 280px 280px 0;
    padding: 48px 80px 32px 32px;
  }
}
@media (min-width:980px) {
  .banner-action .bnr-act-copy {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 52%;
    height: 620px;
    border-radius: 0 300px 300px 0;
    padding: 50px 150px 50px 100px;
  }
}
.banner-action .bnr-act-copy .copy-wrap {
  position: relative;
  z-index: 2;
}
.banner-action .bnr-act-copy h1,
.banner-action .bnr-act-copy h3,
.banner-action .bnr-act-copy h4,
.banner-action .bnr-act-copy p {
  color: #131619;
  line-height: 1.25;
}
@media (min-width: 980px) {
  .banner-action .bnr-act-copy h3 {
    font-size: 2vw;
  }
}
@media (min-width: 1140px) {
  .banner-action .bnr-act-copy h3 {
    font-size: 1.8vw;
  }
}
.banner-action .bnr-act-copy p {
  font-size: 18px;
  margin-top: 0;
}
.banner-action .bnr-act-copy p.content-type {
  color: #131619;
  text-transform: normal;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 75px;
  padding: 2px 8px;
}
.banner-action .bnr-act-copy .btn.default {
  display: table;
  margin: 0 auto;
}
@media (min-width:720px) {
  .banner-action .bnr-act-copy .btn.default {
    margin: 0;
    display: inline-flex;
  }
}

.lang-ar .banner-action,
.lang-ku .banner-action {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  overflow: hidden;
  flex-direction: column;
  height: 100vh;
  max-height: 640px;
  background-color: #eff1f7;
}
@media (min-width:720px) {
  .lang-ar .banner-action,
.lang-ku .banner-action {
    height: 580px;
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
}
@media (min-width:980px) {
  .lang-ar .banner-action,
.lang-ku .banner-action {
    height: 620px;
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
}
.lang-ar .banner-action .img-shape,
.lang-ku .banner-action .img-shape {
  width: 100%;
  height: 50%;
  z-index: 0;
}
@media (min-width:720px) {
  .lang-ar .banner-action .img-shape,
.lang-ku .banner-action .img-shape {
    width: 70%;
    height: 580px;
  }
}
@media (min-width:980px) {
  .lang-ar .banner-action .img-shape,
.lang-ku .banner-action .img-shape {
    width: 65%;
    height: 620px;
  }
}
.lang-ar .banner-action .img-shape img,
.lang-ku .banner-action .img-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lang-ar .banner-action .bnr-act-copy,
.lang-ku .banner-action .bnr-act-copy {
  position: absolute;
  width: 100%;
  height: 65%;
  background-color: #eff1f7;
  border-radius: 180px 0 0 180px;
  left: auto;
  right: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 32px 32px 48px 32px;
}
.lang-ar .banner-action .bnr-act-copy.bgcolor.orange,
.lang-ku .banner-action .bnr-act-copy.bgcolor.orange {
  background-color: #f96000;
  color: #ffffff;
}
.lang-ar .banner-action .bnr-act-copy.bgcolor.orange h3, .lang-ar .banner-action .bnr-act-copy.bgcolor.orange h4, .lang-ar .banner-action .bnr-act-copy.bgcolor.orange p,
.lang-ku .banner-action .bnr-act-copy.bgcolor.orange h3,
.lang-ku .banner-action .bnr-act-copy.bgcolor.orange h4,
.lang-ku .banner-action .bnr-act-copy.bgcolor.orange p {
  color: #ffffff;
}
@media (min-width:720px) {
  .lang-ar .banner-action .bnr-act-copy,
.lang-ku .banner-action .bnr-act-copy {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 58%;
    height: 580px;
    border-radius: 280px 0 0 280px;
    padding: 48px 32px 32px 80px;
  }
}
@media (min-width:980px) {
  .lang-ar .banner-action .bnr-act-copy,
.lang-ku .banner-action .bnr-act-copy {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 52%;
    height: 620;
    border-radius: 300px 0 0 300px;
    padding: 50px 100px 50px 150px;
  }
}

.lang-tr .banner-action {
  max-height: 740px;
}
@media (min-width: 720px) {
  .lang-tr .banner-action {
    height: 580px;
  }
}
.lang-tr .banner-action .bnr-act-copy {
  height: 68%;
}
@media (min-width: 720px) {
  .lang-tr .banner-action .bnr-act-copy {
    height: 580px;
    border-radius: 0 280px 280px 0;
  }
}
@media (min-width: 720px) {
  .lang-tr .banner-action .img-shape {
    height: 580px;
  }
}

.photo-static {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-end;
  background-color: #131619;
}
@media (min-width:720px) {
  .photo-static {
    align-items: center;
  }
}
.photo-static .photo-static-copy {
  position: absolute;
  left: 0;
  bottom: 48px;
  z-index: 2;
  padding: 0 24px 0 24px;
}
@media (min-width:980px) {
  .photo-static .photo-static-copy {
    width: 50%;
    padding: 0 0 0 100px;
    bottom: auto;
    top: auto;
  }
}
.photo-static .photo-static-copy h3,
.photo-static .photo-static-copy h4,
.photo-static .photo-static-copy h5,
.photo-static .photo-static-copy p {
  color: #ffffff;
}
.photo-static .photo-static-copy p.content-type {
  color: #131619;
  text-transform: normal;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 75px;
  padding: 2px 8px;
}
.photo-static .photo-static-img {
  position: relative;
  width: 100%;
}
.photo-static .photo-static-img img {
  border-radius: 0;
  width: 100%;
  height: 560px;
  object-fit: cover;
  opacity: 0.9;
}
@media (min-width:980px) {
  .photo-static .photo-static-img img {
    max-height: 680px;
    opacity: 1;
  }
}
@media (min-width: 1440px) {
  .photo-static .photo-static-img img {
    max-height: 700px;
  }
}
.photo-static.overlay::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #131618;
  background: linear-gradient(25deg, #131618 0%, rgba(19, 22, 24, 0.32) 52%, rgba(19, 22, 24, 0.24) 100%);
}

.lang-ar .banner-static .static-copy {
  left: auto;
  right: 24px;
}
@media (min-width:980px) {
  .lang-ar .banner-static .static-copy {
    right: 100px;
  }
}

header#banner {
  position: relative;
  z-index: 1;
}

.scroll-to {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 1em;
  z-index: 5;
}
.scroll-to .wrapper {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #ffffff;
  position: relative;
}
.scroll-to .wrapper .arrow-container {
  width: 25px;
  animation: sdb05 1.5s infinite;
  cursor: pointer;
  height: 20px;
  margin: 0 auto;
}
.scroll-to .wrapper .arrow-container .arrow-down {
  margin-left: -5px;
}
.scroll-to .wrapper p {
  width: 100%;
  text-align: center;
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: translate(5px, -30px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(5px, 5px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    -webkit-transform: translate(5px, -30px);
    transform: translate(5px, -30px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
    opacity: 0;
  }
}
/**** Pager ****/
nav.pager-nav {
  display: flex;
  justify-content: flex-end;
}

ul.pager {
  text-align: right;
  margin: 32px 0 32px 0;
  position: relative;
  display: flex;
  float: right;
  min-height: 30px;
}
@media (max-width: 575px) {
  ul.pager {
    min-height: 36px;
  }
}
ul.pager a {
  color: #131619;
  width: auto;
}
ul.pager a:hover {
  color: #686a6c;
}
ul.pager a:focus {
  outline: none;
  color: #686a6c;
}
ul.pager li {
  display: inline-flex;
  align-items: center;
  padding: 0;
  width: auto;
  font-size: 16px;
  margin: 0 0 0 15px;
  overflow: initial;
}
@media (max-width: 575px) {
  ul.pager li {
    margin: 0 0 0 8px;
  }
}
ul.pager li.pager-first.first, ul.pager li.page-item.first, ul.pager li.page-item.prev.disabled, ul.pager li.pager-last.last {
  display: none;
}
ul.pager li a,
ul.pager li span {
  display: inline-block;
  background-color: transparent;
  border: 0;
  padding: 0 4px;
  color: #686a6c;
  outline: none;
  font-weight: 700;
  line-height: 1.8;
}
ul.pager li a:hover,
ul.pager li span:hover {
  color: #131619;
}
ul.pager li a:focus,
ul.pager li span:focus {
  outline: none;
  color: #686a6c;
}
ul.pager li.pager-disabled {
  opacity: 0.3;
  pointer-events: none;
}
ul.pager li.pager-next, ul.pager li.page-item.next {
  margin-left: 1em;
  text-align: right;
  position: relative;
  right: 0;
}
ul.pager li.pager-next a, ul.pager li.page-item.next a {
  color: #131619;
  padding: 4px 28px 4px 2px;
  font-weight: 700;
  position: relative;
}
ul.pager li.pager-next a:before, ul.pager li.page-item.next a:before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  padding-right: 30px;
  background: url(../images/icon-btn-arrow-next.svg) 99% center no-repeat;
  opacity: 1;
  width: 20px;
  height: 15px;
  font-size: 16px;
}
@media (max-width: 575px) {
  ul.pager li.pager-next a:before, ul.pager li.page-item.next a:before {
    content: "";
  }
}
ul.pager li.pager-next a:after, ul.pager li.page-item.next a:after {
  content: "";
  width: calc(100% - 26px);
  height: 1px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: 0.5s ease-in;
}
ul.pager li.pager-next a:hover:after, ul.pager li.page-item.next a:hover:after {
  height: 2px;
  bottom: -3px;
}
ul.pager li.pager-previous a, ul.pager li.pager-next a, ul.pager li.page-item.next a, ul.pager li.page-item.prev a {
  display: inline-flex;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  background: none;
  text-indent: 0;
  overflow: initial;
}
ul.pager li.pager-previous, ul.pager li.page-item.prev {
  position: relative;
  left: 0;
}
ul.pager li.pager-previous a, ul.pager li.page-item.prev a {
  position: relative;
  color: #131619;
  padding: 4px 4px 4px 28px;
  font-weight: 700;
}
ul.pager li.pager-previous a:before, ul.pager li.page-item.prev a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: url(../images/icon-btn-arrow-previous.svg) 0px center no-repeat;
  opacity: 1;
  width: 20px;
  height: 15px;
  font-size: 16px;
}
ul.pager li.pager-previous a:after, ul.pager li.page-item.prev a:after {
  content: "";
  width: calc(100% - 26px);
  height: 1px;
  background-color: #f96000;
  position: absolute;
  left: 26px;
  bottom: -2px;
  transition: 0.5s ease-in;
}
ul.pager li.pager-previous a:hover:after, ul.pager li.page-item.prev a:hover:after {
  height: 2px;
  bottom: -3px;
}
ul.pager li.pager-current, ul.pager li.pager-current a, ul.pager li.page-item.active, ul.pager li.page-item.active a {
  font-weight: 700;
  background-color: transparent;
  color: #131619;
  cursor: default;
  position: relative;
}
ul.pager li.pager-current a::after {
  content: "";
  height: 2px;
  background-color: #f96000;
  width: 90%;
  position: absolute;
  left: 2px;
  bottom: -2px;
}

@media (min-width: 768px) {
  .lang-fr ul.pager li.pager-next,
ul.pager li.page-item.next {
    width: 105px;
  }
}
.rlc-card ul.pager {
  margin-bottom: 0;
}

body.lang-ar ul.pager li.pager-next a:before,
body.lang-ar ul.pager li.page-item.next a:before {
  right: inherit;
  left: 0;
  padding-right: 0px;
  padding-left: 80px;
  background: url(../images/icon-btn-arrow-previous.svg) 0px center no-repeat;
}

body.lang-ar ul.pager li.pager-next a {
  padding-left: 28px;
  padding-right: 0;
}
body.lang-ar ul.pager li.pager-next a:after {
  width: calc(100% - 26px);
  left: auto;
  right: 0;
}
body.lang-ar ul.pager li.pager-previous a {
  padding: 4px 28px 4px 4px;
}
body.lang-ar ul.pager li.pager-previous a::before {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
body.lang-ar ul.pager li.pager-previous a::after {
  left: 0;
}

.slide-pager,
.swiper-pagination {
  position: relative;
}
.slide-pager li,
.slide-pager span,
.slide-pager .swiper-pagination-bullet,
.swiper-pagination li,
.swiper-pagination span,
.swiper-pagination .swiper-pagination-bullet {
  transition: 0.5s ease-in-out;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #686a6c;
  margin: 32px 0;
}
.slide-pager li.active, .slide-pager li.swiper-pagination-bullet-active,
.slide-pager span.active,
.slide-pager span.swiper-pagination-bullet-active,
.slide-pager .swiper-pagination-bullet.active,
.slide-pager .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination li.active,
.swiper-pagination li.swiper-pagination-bullet-active,
.swiper-pagination span.active,
.swiper-pagination span.swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet.active,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  height: 8px;
  border-radius: 8px;
  background-color: #f96000;
}

.hotspot {
  flex: 1;
  border-radius: 8px;
  padding: 40px 30px;
  background-color: #ffffff;
  border: 2px solid #f96000;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  position: relative;
  transition: 0.5s all ease-in;
}
.hotspot .icn {
  width: 56px;
  height: 56px;
  background-color: #f96000;
  border-radius: 50px;
  margin: 0 auto 25px auto;
  position: relative;
  transition: 0.5s all ease-in;
}
.hotspot .icn.no-img {
  background-color: transparent;
  border: 0 !important;
}
.hotspot h5,
.hotspot h6 {
  margin: 0 auto;
  text-align: center;
  transition: 0.5s all ease-in;
  padding-bottom: 16px;
}
.hotspot p {
  text-align: center;
  margin: 0;
  font-size: 16px;
  transition: 0.5s all ease-in;
}
.hotspot .btn-icon {
  opacity: 0;
  transition: 0.5s all ease-in;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10px);
}
.hotspot:hover {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.hotspot:hover .icn {
  transform: translate(0, -60px);
}
.hotspot:hover h5,
.hotspot:hover h6,
.hotspot:hover p {
  transform: translate(0, -60px);
}
.hotspot:hover .btn-icon {
  opacity: 1;
  left: 50%;
  transform: translate(-50%, -30px);
}
.hotspot:hover .btn-icon:hover {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.hotspot-row {
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0 0;
  gap: 30px;
}
.hotspot-row.blk-04 {
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0;
  margin: 0 -1.5%;
}
@media (max-width:767px) {
  .hotspot-row.blk-04 {
    margin: 0 -10px;
  }
}
@media (max-width: 575px) {
  .hotspot-row.blk-04 {
    padding: 50px 0;
  }
}
.hotspot-row.blk-04 .hotspot {
  max-width: 22%;
  min-width: 22%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
@media (max-width:979px) {
  .hotspot-row.blk-04 .hotspot {
    max-width: 47%;
    min-width: 47%;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width:767px) {
  .hotspot-row.blk-04 .hotspot {
    padding: 15px 10px 0;
    max-width: calc(50% - 20px);
    min-width: calc(50% - 20px);
    margin: 10px 10px;
  }
}
.hotspot-row.blk-04 .hotspot .icn {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width:767px) {
  .hotspot-row.blk-04 .hotspot .icn {
    width: 60px;
    height: 60px;
    padding: 10px 15px;
  }
}
.hotspot-row.blk-04 .hotspot .icn img {
  max-width: 100%;
}
@media (max-width:767px) {
  .hotspot-row.blk-04 .hotspot .btn-icon {
    bottom: -15px;
  }
}
@media (max-width:979px) {
  .hotspot-row.blk-04 .hotspot:hover .icn {
    transform: translate(0, -35px);
    -ms-transform: translate(0, -35px);
  }
}
@media (max-width:979px) {
  .hotspot-row.blk-04 .hotspot:hover h6 {
    transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
  }
}

/* HTML: <div class="throbber"></div> */
.path-frontpage .throbber {
  width: 50px !important;
  display: block !important;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #eff1f7;
  border-right-color: #f96000;
  animation: l2 1s infinite linear;
  background: transparent !important;
  margin: 0 auto !important;
}

@keyframes l2 {
  to {
    transform: rotate(1turn);
  }
}
.path-frontpage .ajax-progress {
  width: 500px !important;
  display: block !important;
  margin: 0 auto !important;
}

.path-frontpage .ajax-progress-throbber .message {
  display: block !important;
  padding: 1px 5px 2px;
  margin: 32px auto 0 auto !important;
  text-align: center !important;
  font-size: 14px;
}

@media (max-width:767px) {
  .latest-cards-section .ct-card-group.colm-3 {
    margin-left: 0;
  }
}
@media (min-width:980px) {
  .latest-cards-section .displayCard {
    margin-bottom: 0;
  }
}
@media (max-width:767px) {
  .latest-cards-section .displayCard__image {
    border-radius: 0;
    overflow: visible;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}
@media (max-width: 575px) {
  .latest-cards-section .displayCard__image img {
    border-radius: 0;
  }
}
@media (max-width:767px) {
  .latest-cards-section .displayCard__details {
    margin-top: -24px;
  }
}

.donate {
  gap: 12px;
}
.donate svg path {
  fill: #f96000;
}
.donate:hover svg path {
  fill: #ffffff;
}

.phtstr-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
  display: block;
  min-height: 300px;
  max-height: 300px;
}
@media (min-width:980px) {
  .phtstr-wrapper {
    padding: 0 20px;
    max-width: 42%;
    position: relative;
    min-height: 480px;
    display: block;
    max-height: auto;
  }
}
.phtstr-wrapper .slider-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.25s ease-in-out, visibility 1.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0px;
  width: 86%;
}
@media (min-width:980px) {
  .phtstr-wrapper .slider-content {
    left: 20px;
    position: absolute;
  }
}
.phtstr-wrapper .slider-content.active {
  top: 0;
  left: 0;
  width: 86%;
  opacity: 1;
  visibility: visible;
  position: absolute;
}
.phtstr-wrapper p.ct-type {
  margin: 0 0 16px 0;
}
.phtstr-wrapper p.lead {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (min-width:980px) {
  .phtstr-wrapper p.lead {
    font-size: 32px;
  }
}
.phtstr-wrapper p.lead ~ p {
  display: none;
}
@media (min-width:980px) {
  .phtstr-wrapper p.lead ~ p {
    display: block;
  }
}
.phtstr-wrapper .btn.default,
.phtstr-wrapper .btn.action {
  margin-top: 40px;
  display: none;
}
@media (min-width:980px) {
  .phtstr-wrapper .btn.default,
.phtstr-wrapper .btn.action {
    display: inline-flex;
  }
}

.grey-80.phtsld .phtstr-wrapper {
  color: #ffffff;
}

.mbl-title {
  display: none;
}
@media (min-width:980px) {
  .mbl-title {
    display: none;
  }
}

.phtsld {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding-top: 64px !important;
}
@media (min-width:980px) {
  .phtsld {
    flex-wrap: nowrap;
    min-height: 600px;
    padding: inherit;
  }
}
.phtsld .phtcnt {
  position: relative;
  z-index: 1;
}
@media (max-width:979px) {
  .phtsld .phtcnt {
    width: 100%;
  }
}
@media (min-width:980px) {
  .phtsld .phtcnt {
    position: absolute;
    left: 0;
    right: 0;
  }
}
.phtsld .strslider {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: transparent;
}
@media (min-width:980px) {
  .phtsld .strslider {
    width: 55%;
    right: 0;
    margin: 0;
  }
}
@media (min-width:980px) {
  .phtsld .strslider .swiper-scrollbar {
    display: none;
  }
}

.camp-cnt {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media (min-width:980px) {
  .camp-cnt {
    min-height: 280px;
  }
}
.camp-cnt .campslide-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.camp-cnt .campslide-content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.campCoverflow .swiper-slide {
  position: relative;
}
.campCoverflow .swiper-slide::after {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  content: "";
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5441570378) 100%);
  display: none;
}
@media (min-width:980px) {
  .campCoverflow .swiper-slide::after {
    display: block;
  }
}
.campCoverflow .swiper-slide .camp-title {
  max-width: 60%;
  position: absolute;
  left: 20px;
  right: 20px;
  margin: 0 auto;
  bottom: 72px;
  z-index: 2;
  display: inline-flex;
}
@media (max-width: 575px) {
  .campCoverflow .swiper-slide .camp-title {
    bottom: 64px;
    max-width: 70%;
  }
}
.campCoverflow .swiper-slide .camp-title h4,
.campCoverflow .swiper-slide .camp-title h5 {
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
}
@media (max-width:979px) {
  .campCoverflow .swiper-slide .camp-title h4,
.campCoverflow .swiper-slide .camp-title h5 {
    font-size: 22px;
    display: none;
  }
}
.campCoverflow .swiper-slide .btn-wrap {
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 32px;
  z-index: 2;
  display: inline-flex;
}
.campCoverflow .swiper-slide .btn-wrap a {
  color: #ffffff;
}
.campCoverflow .swiper-slide:not(.swiper-slide-active) {
  transform: scale(1.75);
  border-radius: 50%;
  /* example: make non-active slides circular */
}

/* Donate today css */
.dnttoday {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #eff1f7;
  flex-direction: column;
  gap: 0;
}
@media (min-width:980px) {
  .dnttoday {
    flex-direction: row;
    min-height: 600px;
    gap: 48px;
  }
}
.dnttoday .dnt-hm-img {
  position: relative;
  width: 100%;
  z-index: 0;
  min-height: 400px;
  height: 100%;
  margin-top: -100px;
}
@media (min-width:720px) and (max-width:979px) {
  .dnttoday .dnt-hm-img {
    min-height: 580px;
  }
}
@media (min-width:980px) {
  .dnttoday .dnt-hm-img {
    width: 54%;
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
}
.dnttoday .dnt-hm-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  border-radius: 0;
}
@media (min-width:720px) {
  .dnttoday .dnt-hm-img img {
    width: 100%;
    border-radius: 280px 0 0 280px;
  }
}
@media (min-width:980px) {
  .dnttoday .dnt-hm-img img {
    border-radius: 320px 0 0 320px;
  }
}
.dnttoday .dnt-wrap {
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
@media (min-width:980px) {
  .dnttoday .dnt-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .dnttoday .dnt-wrap {
    min-height: 640px;
  }
}
.dnttoday .dnt-wrap .dnt-copy {
  max-width: 100%;
  min-height: 500px;
  padding: 48px 40px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 220px 220px;
}
@media (min-width:980px) {
  .dnttoday .dnt-wrap .dnt-copy {
    padding: 0;
    max-width: 38%;
    display: block;
  }
}
@media (max-width:979px) {
  .dnttoday .dnt-wrap .dnt-copy .default {
    margin: 0 auto;
  }
}
.dnttoday .dnt-wrap::after {
  content: "";
  border-radius: 0 0 66% 66%;
  background-color: #f0f1f8;
  width: 118%;
  height: 400px;
  position: absolute;
  z-index: 0;
  left: -35px;
  bottom: 0;
}
@media (min-width:720px) {
  .dnttoday .dnt-wrap::after {
    display: none;
  }
}

/*In focus css*/
.inf-gal {
  position: relative;
}
@media (max-width: 575px) {
  .inf-gal {
    margin: 0 -20px;
  }
}
.inf-gal .inf-card {
  max-width: 480px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  transition: 1s ease-in-out;
  background-color: #ffffff;
  border-radius: 8px;
  transition: 0.5s ease-in-out;
}
@media (min-width:980px) {
  .inf-gal .inf-card {
    width: 100%;
  }
}
.inf-gal .inf-card-img {
  width: 100%;
  position: relative;
  z-index: 0;
  border-radius: 8px;
  overflow: hidden;
}
.inf-gal .inf-card-img .ct-badge {
  padding: 4px 8px;
  border-radius: 75px;
  display: inline-block;
  color: #131619;
  font-size: 14px;
  margin-bottom: 16px;
  background-color: #d9dbe1;
  position: absolute;
  bottom: 10px;
  left: 16px;
  z-index: 2;
}
.inf-gal .inf-card-img img {
  width: 100%;
  max-height: 280px;
  min-height: 280px;
  position: relative;
  z-index: 0;
  border-radius: 8px;
  object-fit: cover;
  opacity: 1;
  z-index: 0;
}
@media (min-width: 980px) {
  .inf-gal .inf-card-img img {
    max-height: 380px;
    min-height: 380px;
    object-fit: cover;
  }
}
.inf-gal .inf-card-img::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #000000;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(247, 248, 251, 0) 70%, rgba(102, 102, 102, 0) 100%);
}
.inf-gal .inf-card .inf-copy {
  position: relative;
  top: auto;
  left: 0;
  bottom: 0;
  padding: 20px 12px 20px 12px;
  z-index: 2;
  transition: 0.5s ease-in-out;
}
.inf-gal .inf-card .inf-copy h4,
.inf-gal .inf-card .inf-copy h5 {
  font-weight: 600;
}
.inf-gal .inf-card .inf-copy h4,
.inf-gal .inf-card .inf-copy h5 p,
.inf-gal .inf-card .inf-copy a {
  color: #131619;
}
.inf-gal .inf-card .inf-copy p {
  font-size: 16px;
  line-height: 22px;
}
.inf-gal .inf-card .inf-copy .info-copy-dtl {
  position: relative;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.inf-gal .inf-card .inf-copy .info-copy-dtl p {
  line-height: 1.2;
}
.inf-gal .inf-card:hover {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.inf-gal .inf-card:hover h4,
.inf-gal .inf-card:hover h5 {
  color: #f96000;
}
@media (max-width: 575px) {
  .inf-gal .infocusSwiper {
    padding-bottom: 48px;
  }
}
@media (min-width:980px) {
  .inf-gal .infocusSwiper {
    margin: 0;
    overflow: visible;
  }
}
@media (min-width:980px) {
  .inf-gal .infocusSwiper .swiper-wrapper {
    justify-content: space-between;
  }
}
@media (min-width:980px) {
  .inf-gal .infocusSwiper .swiper-wrapper.two-slides, .inf-gal .infocusSwiper .swiper-wrapper.item-2 {
    justify-content: flex-start;
    gap: 32px;
  }
}
.inf-gal .infocusSwiper .swiper-wrapper.two-slides .swiper-slide, .inf-gal .infocusSwiper .swiper-wrapper.item-2 .swiper-slide {
  background-position: center;
  background-size: cover;
  max-width: 100%;
}
@media (min-width:980px) {
  .inf-gal .infocusSwiper .swiper-wrapper.two-slides .swiper-slide, .inf-gal .infocusSwiper .swiper-wrapper.item-2 .swiper-slide {
    margin-right: 0 !important;
    max-width: calc(100% / 2 - 32px);
  }
}
.inf-gal .infocusSwiper .swiper-slide {
  background-position: center;
  background-size: cover;
  max-width: 100%;
}
@media (min-width:980px) {
  .inf-gal .infocusSwiper .swiper-slide {
    margin-right: 0 !important;
    max-width: calc(100% / 3 - 24px);
  }
}
@media (max-width:767px) {
  .inf-gal .infocusSwiper .swiper-slide.swiper-slide-active .inf-card {
    margin: 0;
    scale: 1;
  }
}
@media (max-width: 575px) {
  .inf-gal .infocusSwiper2 {
    padding-bottom: 48px;
  }
}
@media (min-width:980px) {
  .inf-gal .infocusSwiper2 {
    margin: 0;
    overflow: visible;
  }
}
@media (min-width:980px) {
  .inf-gal .infocusSwiper2 .swiper-wrapper {
    justify-content: space-between;
  }
}
@media (min-width:980px) {
  .inf-gal .infocusSwiper2 .swiper-wrapper.two-slides, .inf-gal .infocusSwiper2 .swiper-wrapper.item-2 {
    justify-content: flex-start;
    gap: 48px;
  }
}
.inf-gal .infocusSwiper2 .swiper-wrapper.two-slides .swiper-slide, .inf-gal .infocusSwiper2 .swiper-wrapper.item-2 .swiper-slide {
  background-position: center;
  background-size: cover;
  max-width: 100%;
}
@media (min-width:980px) {
  .inf-gal .infocusSwiper2 .swiper-wrapper.two-slides .swiper-slide, .inf-gal .infocusSwiper2 .swiper-wrapper.item-2 .swiper-slide {
    margin-right: 0 !important;
    max-width: calc(100% / 2 - 48px);
  }
}
.inf-gal .infocusSwiper2 .swiper-wrapper.two-slides .swiper-slide .inf-card, .inf-gal .infocusSwiper2 .swiper-wrapper.item-2 .swiper-slide .inf-card {
  max-width: 600px;
}
@media (max-width:767px) {
  .inf-gal .infocusSwiper2 .swiper-slide.swiper-slide-active .inf-card {
    margin: 0;
    scale: 1;
  }
}
.inf-gal .swiper-horizontal > .swiper-pagination-bullets,
.inf-gal .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -16px !important;
}

/*Our transformative result css*/
.prj-stats {
  padding: 24px 0 24px 0;
  position: relative;
}
@media (max-width: 575px) {
  .prj-stats {
    padding: 24px 0 64px 0;
    margin: 0 -20px;
  }
}
.prj-stats .swiper-slide {
  display: flex;
  height: auto;
  align-items: stretch;
  background: #eff1f7;
  border-radius: 8px;
  transition: 0.5s ease-in-out;
}
.prj-stats .swiper-slide:hover {
  background-color: #f96000;
}
.prj-stats .item-stats {
  width: 100%;
}
.prj-stats .item-stats a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 80px !important;
}
.prj-stats .item-stats a .fnote {
  font-size: 13px;
  color: #686a6c;
  position: absolute;
  left: 32px;
  bottom: 32px;
  width: calc(100% - 64px);
  padding-top: 8px;
}
.prj-stats .item-stats:hover a,
.prj-stats .item-stats:hover p,
.prj-stats .item-stats:hover p.value,
.prj-stats .item-stats:hover .fnote {
  color: #ffffff;
}
.prj-stats .item-stats a {
  display: block;
  padding: 32px;
}
.prj-stats .item-stats p {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
.prj-stats .item-stats p.value {
  color: #f96000;
  font-weight: 600;
  font-size: 26px;
  font-size: 7vw;
  line-height: 1.25;
  margin-bottom: 16px;
}
@media (min-width:980px) {
  .prj-stats .item-stats p.value {
    font-size: 32px;
    font-size: 2.5vw;
  }
}
.prj-stats .swiper-button-next,
.prj-stats .swiper-button-prev {
  top: 35px;
  background-color: #f96000;
  width: 48px;
  height: 48px;
  border-radius: 40px;
  top: auto;
  bottom: -50px;
}
@media (min-width:980px) {
  .prj-stats .swiper-button-next,
.prj-stats .swiper-button-prev {
    display: none;
  }
}
.prj-stats .swiper-button-next::before,
.prj-stats .swiper-button-prev::before {
  color: #ffffff;
  opacity: 1;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.prj-stats .swiper-button-next::after,
.prj-stats .swiper-button-prev::after {
  content: "";
  height: 2px;
  width: 16px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
}
.prj-stats .swiper-button-next:after,
.prj-stats .swiper-button-prev:after {
  font-size: 18px;
  color: #ffffff;
}
.prj-stats .swiper-button-next {
  right: 0;
}
@media (max-width: 575px) {
  .prj-stats .swiper-button-next {
    bottom: 0px;
    right: calc(40% + -20px);
  }
}
.prj-stats .swiper-button-prev {
  left: auto;
  right: 60px;
}
@media (max-width: 575px) {
  .prj-stats .swiper-button-prev {
    bottom: 0px;
    right: calc(40% + 40px);
  }
}
.prj-stats .swiper-button-prev::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.prj-stats .hotspot-row.opt2 {
  margin: 0;
}
.prj-stats .hotspot-row.opt2 .hotspot {
  margin-top: 0;
}
.prj-stats .hotspot-row.opt2 .hotspot p {
  font-size: 15px;
  line-height: 1.3;
}

.tittle-vertical {
  position: absolute;
  left: 12px;
  top: 50%;
  margin: 0;
  -webkit-transform: rotate(-90deg) translate(-50%, 0);
  transform: rotate(-90deg) translate(-50%, 0);
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0;
  font-size: 2.4em;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width:767px) {
  .tittle-vertical {
    font-size: 1.85em;
  }
}

.events .container-sig {
  position: relative;
}
.events .container-sig .tittle-vertical {
  color: #b2b2b2;
}
.events .container-sig hgroup {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.events .container-sig hgroup a.btn-text {
  margin-top: 12px;
}
.events .container-sig .events__list a.btn.btn-see-events {
  margin-top: 30px;
}
.events .container-sig .events__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d9dbe1;
  padding: 0 0 30px 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.events .container-sig .events__list-item:last-child {
  border-bottom: none;
}
@media (max-width: 575px) {
  .events .container-sig .events__list-item {
    flex: none;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .events .container-sig .events__list-item a.btn-text {
    margin: 0;
  }
}
.events .container-sig .events__list-item--content {
  -ms-flex: 2;
  flex: 2;
}
@media (max-width: 575px) {
  .events .container-sig .events__list-item--content {
    flex: none;
    width: 100%;
  }
}
.events .container-sig .events__list-item--content .info {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 16px;
}
.events .container-sig .events__list-item--content .info p.date,
.events .container-sig .events__list-item--content .info p.locate {
  font-size: 14px;
  color: #3d4042;
  display: flex;
  align-items: center;
  font-weight: 400;
  margin-bottom: 10px;
}
.events .container-sig .events__list-item--content .info p.date span.material-icons,
.events .container-sig .events__list-item--content .info p.locate span.material-icons {
  color: #f96000;
  text-align: center;
  font-size: 20px;
  width: 24px;
  margin-right: 10px;
}
.events .container-sig .events__list-item--content h4,
.events .container-sig .events__list-item--content h5 {
  margin: 0;
}
@media (min-width:980px) {
  .events .container-sig .events__list-item--content h4,
.events .container-sig .events__list-item--content h5 {
    max-width: 80%;
  }
}
.events .container-sig .events__list-item--content h4 a,
.events .container-sig .events__list-item--content h5 a {
  color: #131619;
  display: inline-block;
}
.events .container-sig .events__list-item--content h4 a:hover,
.events .container-sig .events__list-item--content h5 a:hover {
  color: #184ea5;
}

section:nth-child(even) {
  background-color: #eff1f7;
}

@media (max-width: 575px) {
  .path-frontpage .sldr-wrp .swiper.gallerySwiper .swiper-slide {
    flex: none;
  }
}
@media (min-width: 720px) and (max-width: 979px) {
  .path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk {
    height: 340px;
    max-height: 340px;
  }
}
@media (min-width: 980px) {
  .path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk {
    height: 320px;
    max-height: 320px;
  }
}
@media (min-width: 1260px) {
  .path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk {
    height: 360px;
    max-height: 360px;
  }
}
@media (min-width: 1440px) {
  .path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk {
    height: 380px;
    max-height: 380px;
  }
}
@media (min-width: 1640px) {
  .path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk {
    height: 420px;
    max-height: 420px;
  }
}
.path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk img {
  width: 100%;
}
@media (max-width: 575px) {
  .path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk img {
    min-height: 260px;
  }
}
@media (min-width: 720px) and (max-width: 979px) {
  .path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk img {
    height: 340px;
    max-height: 340px;
  }
}
@media (min-width: 980px) {
  .path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk img {
    height: 320px;
    max-height: 320px;
  }
}
@media (min-width: 1260px) {
  .path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk img {
    height: 360px;
    max-height: 360px;
  }
}
@media (min-width: 1440px) {
  .path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk img {
    height: 380px;
    max-height: 380px;
  }
}
@media (min-width: 1640px) {
  .path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk img {
    height: 420px;
    max-height: 420px;
  }
}
.path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk .img-blk-caption {
  display: none;
}
.path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk p.youtube-link {
  height: 0px;
  margin: 0;
  visibility: hidden;
}
.path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk.video {
  padding: 27.9%;
  max-height: 314px;
}
@media (max-width: 575px) {
  .path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk.video {
    min-height: 260px;
    max-height: 260px;
  }
}
@media (min-width:720px) and (max-width:979px) {
  .path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk.video {
    padding: 21.5%;
    min-height: 340px;
    max-height: 340px;
  }
}
@media (min-width: 980px) {
  .path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk.video {
    height: 320px;
    max-height: 320px;
  }
}
@media (min-width: 1260px) {
  .path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk.video {
    height: 360px;
    max-height: 360px;
  }
}
@media (min-width: 1440px) {
  .path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk.video {
    height: 380px;
    max-height: 380px;
  }
}
@media (min-width: 1640px) {
  .path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk.video {
    height: 420px;
    max-height: 420px;
  }
}
.path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk.video .btn-vidoplay {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk.video .btn-vidoplay::after {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-block !important;
  opacity: 0.6;
  background: url(../images/icon-videoplay.svg) no-repeat center center;
  background-size: 100%;
}
.path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk.video .btn-vidoplay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.path-frontpage .sldr-wrp .swiper.gallerySwiper .img-blk.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 3;
}
@media (max-width: 575px) {
  .path-frontpage .events .container-sig hgroup {
    flex-direction: column;
  }
}