@keyframes childnav-pos {
  from {
    top: 80px;
    opacity: 0;
  }
  to {
    top: 58px;
    opacity: 1;
  }
}
.sldr {
  position: relative;
  min-height: 220px;
  height: 40vh;
}
@media (min-width:768px) {
  .sldr {
    height: auto;
  }
}
.sldr .sldr-wrapper {
  position: absolute;
  left: -30px;
  width: calc(100% + 60px);
  top: 0;
}
@media (min-width:768px) {
  .sldr .sldr-wrapper {
    position: relative;
    left: auto;
    width: 100%;
    top: auto;
  }
}

.card-multisizes {
  display: flex;
  flex-wrap: wrap;
}
.card-multisizes .slick-slider .slick-track {
  margin-left: -22px;
}
.card-multisizes .slick-slide {
  margin-right: 8px;
}
.card-multisizes .slick-prev,
.card-multisizes .slick-next {
  display: none !important;
}

.multiple {
  position: relative;
  margin: 1.5%;
}
.multiple a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  border-radius: 8px;
}
.multiple a::after {
  content: "";
  position: absolute;
  background: linear-gradient(25deg, rgb(19, 22, 24) 0%, rgb(19, 22, 24) 17%, rgba(255, 255, 255, 0.01) 77%);
  opacity: 0.9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.multiple a img {
  object-fit: cover;
  width: 100%;
  min-height: 300px;
  max-height: 480px;
  height: 100%;
  transition: 0.5s ease-in;
  border-radius: 8px;
}
@media (max-width:979px) {
  .multiple a img {
    min-height: 220px;
  }
}
.multiple a h4,
.multiple a h5,
.multiple a h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 25px;
  letter-spacing: 0.5px;
  z-index: 1;
}
@media (max-width:979px) {
  .multiple a h4,
  .multiple a h5,
  .multiple a h6 {
    padding: 16px 22px 16px 22px;
    line-height: 22px;
  }
}
.multiple a:hover::after {
  content: "";
  background: linear-gradient(25deg, rgb(19, 22, 24) 0%, rgba(19, 22, 24, 0.8) 52%, rgba(19, 22, 24, 0.24) 100%);
  transition: 0.5s ease-in;
  opacity: 1;
}
.multiple a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.5s ease-in;
}
.multiple.cl-6 {
  width: calc(50% - 48px);
}
.multiple.cl-7 {
  width: 56%;
}
.multiple.cl-4 {
  width: calc(33.3333333333% - 48px);
}
.multiple.cl-5 {
  width: 37.3%;
}

.lang-ar .multiple a h4,
.lang-ar .multiple a h5,
.lang-ar .multiple a h6 {
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  .slick-dots {
    display: flex !important;
    justify-content: center;
  }
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button::before {
  font-size: 8px;
  color: #f96000;
}
.slick-dots li.slick-active button::before {
  font-size: 12px;
  color: #f96000;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.25;
}

@media (max-width: 1250px) {
  .funding-sldr-wrapper {
    padding: 0 75px;
  }
}
@media (max-width: 1200px) {
  .funding-sldr-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .funding-sldr-wrapper {
    padding: 0;
  }
}
.funding-sldr-wrapper .slider {
  display: inline-block;
  width: 100%;
}
@media (max-width: 1199px) {
  .funding-sldr-wrapper .slider {
    padding: 0 20px;
  }
}
@media (max-width:767px) {
  .funding-sldr-wrapper .slider {
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .funding-sldr-wrapper .slider {
    padding: 0;
  }
}
.funding-sldr-wrapper .slider .slick-list {
  padding: 25px 0;
}
@media (max-width:767px) {
  .funding-sldr-wrapper .slider .slick-list {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.funding-sldr-wrapper .slider .slick-slide {
  display: flex;
  padding: 0 15px;
}
@media (max-width:767px) {
  .funding-sldr-wrapper .slider .slick-slide {
    margin-right: 8px;
    padding: 0;
  }
}
.funding-sldr-wrapper .slider .slick-slide div {
  width: 100%;
}
.funding-sldr-wrapper .slider .card {
  height: 100%;
  position: relative;
  background: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 55px 30px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .funding-sldr-wrapper .slider .card {
    padding: 25px;
  }
}
.funding-sldr-wrapper .slider .card .image {
  margin: -55px -30px 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .funding-sldr-wrapper .slider .card .image {
    margin: -25px -25px 0;
  }
}
.funding-sldr-wrapper .slider .card .image + i {
  margin-top: -35px;
}
@media (max-width: 575px) {
  .funding-sldr-wrapper .slider .card .image + i {
    margin-top: -30px;
  }
}
.funding-sldr-wrapper .slider .card .image + h3 {
  margin-top: 20px;
}
.funding-sldr-wrapper .slider .card .image img {
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}
.funding-sldr-wrapper .slider .card .image img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.funding-sldr-wrapper .slider .card i {
  background: #ffffff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
@media (max-width: 575px) {
  .funding-sldr-wrapper .slider .card i {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
  }
}
.funding-sldr-wrapper .slider .card i img {
  display: inline-block;
}
.funding-sldr-wrapper .slider .card .content-type {
  color: #686a6c;
  font-weight: 700;
  font-size: 15px;
  margin-top: -5px;
}
.funding-sldr-wrapper .slider .card .content-type + h3 {
  margin-top: 15px;
}
.funding-sldr-wrapper .slider .card .content-type + h3 + p {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .funding-sldr-wrapper .slider .card .content-type + h3 + p {
    margin-bottom: 50px;
  }
}
.funding-sldr-wrapper .slider .card h2 {
  font-size: 54px;
  margin-bottom: 20px;
}
.funding-sldr-wrapper .slider .card h3 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 36px;
}
.funding-sldr-wrapper .slider .card h3 a {
  color: #131619;
}
.funding-sldr-wrapper .slider .card p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
.funding-sldr-wrapper .slider .card .source {
  font-size: 13px;
  color: #686a6c;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  margin: 0;
}
.funding-sldr-wrapper .slider .slick-dots {
  visibility: hidden;
}
@media (max-width:767px) {
  .funding-sldr-wrapper .slider .slick-dots {
    visibility: visible;
    flex-wrap: wrap;
  }
}
.funding-sldr-wrapper .slider .slick-arrow {
  border: 2px solid #f96000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
@media (max-width: 1199px) {
  .funding-sldr-wrapper .slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media (max-width:767px) {
  .funding-sldr-wrapper .slider .slick-arrow {
    display: none !important;
  }
}
.funding-sldr-wrapper .slider .slick-arrow::before {
  color: #f96000;
  opacity: 1;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-top: 2px solid #f96000;
  border-left: 2px solid #f96000;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.funding-sldr-wrapper .slider .slick-arrow::after {
  content: "";
  height: 2px;
  width: 17px;
  background: #f96000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
@media (max-width: 1199px) {
  .funding-sldr-wrapper .slider .slick-arrow::after {
    left: 10px;
  }
}
.funding-sldr-wrapper .slider .slick-arrow.slick-prev {
  left: -75px;
}
@media (max-width: 1199px) {
  .funding-sldr-wrapper .slider .slick-arrow.slick-prev {
    left: -20px;
  }
}
.funding-sldr-wrapper .slider .slick-arrow.slick-next {
  right: -75px;
}
@media (max-width: 1199px) {
  .funding-sldr-wrapper .slider .slick-arrow.slick-next {
    right: -20px;
  }
}
.funding-sldr-wrapper .slider .slick-arrow.slick-next::before {
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.funding-sldr-wrapper .slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.funding-sldr-wrapper .slider + article {
  padding-top: 30px;
}
.funding-sldr-wrapper .slider + article .btn.action {
  margin-top: 15px;
}
.funding-sldr-wrapper .slider .slick-track {
  padding-bottom: 32px;
}
.funding-sldr-wrapper .slider .slick-dots {
  display: flex !important;
  justify-content: center;
}
.funding-sldr-wrapper .slider .slick-dots li {
  margin: 0;
}
.funding-sldr-wrapper .slider .slick-dots li button::before {
  font-size: 8px;
}
.funding-sldr-wrapper .slider .slick-dots li.slick-active button::before {
  font-size: 12px;
  color: #f96000;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.25;
}

[dir=rtl] .funding-sldr-wrapper .slider .slick-arrow.slick-prev {
  left: auto;
  right: -53px;
}

[dir=rtl] .funding-sldr-wrapper .slider .slick-arrow.slick-next {
  left: -64px;
  right: auto;
}

[dir=rtl] .funding-sldr-wrapper .slider .slick-arrow.slick-next::before {
  transform: rotate(315deg);
  -ms-transform: rotate(315deg);
}

[dir=rtl] .funding-sldr-wrapper .slider .slick-arrow::before {
  transform: rotate(129deg);
  -ms-transform: rotate(129deg);
}

.tab-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 64px;
}
.tab-wrap .tab-list01 {
  width: 100%;
  padding-bottom: 8px;
  margin: 0 auto;
  position: relative;
  height: 67px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.tab-wrap .tab-list01::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
.tab-wrap .tab-list01::-webkit-scrollbar-track {
  background-clip: content-box;
  border: 0px solid transparent;
}
.tab-wrap .tab-list01::-webkit-scrollbar-thumb {
  background-color: transparent;
  opacity: 0;
}
.tab-wrap .tab-list01::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.tab-wrap .tab-list01::-webkit-scrollbar-corner,
.tab-wrap .tab-list01::-webkit-scrollbar-track {
  background-color: transparent;
}
.tab-wrap .tab-list01 .tabs {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .tab-wrap .tab-list01 .tabs::-webkit-scrollbar,
  .tab-wrap .tab-list01 .tabs::-webkit-scrollbar-track,
  .tab-wrap .tab-list01 .tabs::-webkit-scrollbar-thumb {
    background-color: transparent;
    background: transparent;
  }
}
.tab-wrap .tab-list01 .tabs li {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  padding: 24px 10px;
  cursor: pointer;
  color: #131619;
  opacity: 0.6;
  margin: 0;
  margin-right: 24px;
  position: relative;
}
.tab-wrap .tab-list01 .tabs li.active {
  position: relative;
  color: #131619;
  opacity: 1;
}
.tab-wrap .tab-list01 .tabs li.active::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 4px;
  width: 100%;
  background: #f96000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.tab-wrap .tab-list01 .tabs li::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 4px;
  width: 0%;
  background: #f96000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.tab-wrap .tab-list01 .tabs li:hover::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 4px;
  width: 100%;
  background: #f96000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.main-tab {
  position: relative;
}
.main-tab span.next {
  display: block;
  position: absolute;
  right: -14px;
  top: 15px;
  width: 28px;
  padding: 8px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .main-tab span.next {
    right: -15px;
  }
}
.main-tab span.next img {
  width: 14px;
}
.main-tab span.previous {
  display: block;
  position: absolute;
  left: -12px;
  top: 15px;
  width: 28px;
  padding: 8px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .main-tab span.previous {
    left: -15px;
  }
}
.main-tab span.previous img {
  width: 14px;
}
.main-tab.tab-all-ct {
  border-bottom: 0 none;
}

.sticks {
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
}
@media (max-width:979px) {
  .sticks {
    top: 78px;
  }
}
.sticks .container-sig {
  padding: 0 24px;
}

.main-tab-stick {
  position: relative;
  border-bottom: 1px solid #eff1f7;
  height: 62px;
}
@media (min-width:980px) {
  .main-tab-stick {
    height: 66px;
  }
}
.main-tab-stick .tab-list01 {
  width: 87%;
  margin: 0 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width:720px) and (max-width:979px) {
  .main-tab-stick .tab-list01 {
    width: 91%;
  }
}
@media (min-width:980px) {
  .main-tab-stick .tab-list01 {
    width: 96%;
  }
}
.main-tab-stick .tab-list01 .tabs {
  top: auto;
  bottom: auto;
  border-bottom: 0;
}
@media (min-width:980px) {
  .main-tab-stick .tab-list01 .tabs {
    top: 0;
    bottom: auto;
  }
}
.main-tab-stick span.next {
  display: block;
  position: absolute;
  right: -14px;
  top: 15px;
  width: 28px;
  padding: 8px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .main-tab-stick span.next {
    right: -10px;
  }
}
.main-tab-stick span.next img {
  width: 14px;
}
.main-tab-stick span.previous {
  display: block;
  position: absolute;
  left: -12px;
  top: 15px;
  width: 28px;
  padding: 8px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .main-tab-stick span.previous {
    left: -10px;
  }
}
.main-tab-stick span.previous img {
  width: 14px;
}

.tab-content .tab {
  padding: 32px 0;
  display: none;
}
.tab-content .tab.tab-active {
  display: block;
}

.lang-ar .main-tab-stick span.next {
  right: inherit;
  left: -12px;
}
.lang-ar .main-tab-stick span.next img {
  transform: rotate(180deg);
}
.lang-ar .main-tab-stick span.previous {
  left: inherit;
  right: -14px;
}
.lang-ar .main-tab-stick span.previous img {
  transform: rotate(180deg);
}
.lang-ar .tab-wrap .tab-list01 .tabs li {
  margin-right: 0;
  margin-left: 24px;
}

.main-tab-stick + .view-empty {
  padding: 24px 16px;
}

.filter {
  margin: 0 0 15px 0;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width:979px) {
  .filter {
    flex-wrap: wrap;
  }
}
.filter .form-group {
  display: inline-block;
  width: 33.33%;
  position: relative;
}
.filter .form-group:nth-child(2) {
  margin-left: 0;
}
.filter .form-group .form-group {
  position: static;
  margin: 0;
}
@media (max-width:979px) {
  .filter .form-group {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .filter .form-group {
    width: 100%;
  }
}
.filter .form-group label {
  display: block;
  font-weight: 400;
  font-size: 0.9em;
  padding: 10px 24px;
}
.filter .form-group input[type=search],
.filter .form-group input[type=text] {
  font-size: 16px;
  border: 1px solid #ffffff;
  padding: 16px;
  border-radius: 8px;
  color: #131619;
  max-height: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.filter .form-group input[type=search]::placeholder,
.filter .form-group input[type=text]::placeholder {
  color: #686a6c;
  font-weight: 400;
}
.filter .form-group input[type=search]:hover,
.filter .form-group input[type=text]:hover {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.filter .form-group input[type=search]:focus,
.filter .form-group input[type=search].is-writing,
.filter .form-group input[type=search].active,
.filter .form-group input[type=text]:focus,
.filter .form-group input[type=text].is-writing,
.filter .form-group input[type=text].active {
  border: 1px solid #f96000 !important;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.filter .form-group input[type=search].error,
.filter .form-group input[type=text].error {
  border: 1px solid #f10f45 !important;
  font-weight: 700;
  color: #a00f31;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.filter .form-group input[type=search].error::placeholder,
.filter .form-group input[type=text].error::placeholder {
  color: #a00f31;
  font-weight: 700;
}
.filter .form-group input[type=search]:focus-visible,
.filter .form-group input[type=text]:focus-visible {
  border: 1px solid #f96000;
  outline: 0;
}
@media (min-width:768px) and (max-width:979px) {
  .filter .form-group input[type=search],
  .filter .form-group input[type=text] {
    min-width: 200px;
  }
}
.filter .form-group input[type=text] {
  padding-left: 40px;
}
.filter .form-group .multi-dropdown {
  margin-left: 0;
  min-width: auto;
}
.filter .form-group .multi-dropdown ul {
  padding: 0;
}
.filter .form-group .multi-dropdown ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.filter .form-group .select-dropdown {
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
}
.filter .form-group .select-dropdown select {
  font-size: 14px;
  border-radius: 8px;
  padding: 13.5px 40px 13.5px 14px;
  max-height: 50px;
  color: #131619;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  width: 100%;
  background-color: #eff1f7;
  position: relative;
  z-index: 2;
}
.filter .form-group .select-dropdown select:hover,
.filter .form-group .select-dropdown select.is-open {
  border: 1px solid #f96000;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
@media all and (-ms-high-contrast: none) {
  .filter .form-group .select-dropdown select {
    padding: 13.5px 10px 13.5px 14px;
  }
  .filter .form-group .select-dropdown *::-ms-backdrop select {
    padding: 13.5px 10px 13.5px 14px;
  }
}
.filter .form-group .select-dropdown::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/icon-arrow-down.svg) no-repeat center center;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 1;
  display: none;
}
.filter .form-group .select-dropdown__year,
.filter .form-group .select-dropdown .selectdropdown.form-select {
  min-width: 100%;
}
.filter .form-group .select-dropdown .selectdropdown span.current {
  font-weight: normal;
}
.filter .form-group input[type=text].search-input,
.filter .form-group input[type=search].search-input {
  border: none;
  width: 100%;
  background: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  border-bottom: 1px solid #919395;
  border-radius: 5px 5px 0 0;
  padding: 10px 24px;
  font-size: 15px;
}
.filter .form-group .srch-icon {
  position: absolute;
  left: 5%;
  top: 30%;
  width: 16px;
  height: 16px;
  z-index: 1;
}
.filter .form-group .srch-icon svg {
  width: 16px;
  height: 16px;
}
.filter .form-group .srch-clr {
  position: absolute;
  right: 12px;
  top: 18px;
  z-index: 1;
  border-radius: 50%;
  background: #f96000;
  width: 20px;
  height: 20px;
}
.filter .form-group .srch-clr::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 55%;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}
.filter .form-group .srch-clr::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 55%;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.view-filters.form-group {
  border-bottom: 1px solid #c8cfd6;
  padding: 25px 0 25px 0;
}

.view-id-evaluation_database .filter .form-group input[type=submit] {
  position: relative;
}

.view-filter {
  border-bottom: 1px solid #dee2e6;
  padding: 0 0 25px;
  margin-bottom: 35px;
}
.view-filter label {
  width: 100%;
  margin: 0 0 20px;
  font-weight: 400;
  color: #131619;
}
.view-filter a {
  float: left;
  margin: 0 25px 0 0;
  color: #000;
  font-size: 14px;
  opacity: 0.4;
  transition: all ease 0.3s;
  position: relative;
}
.view-filter a i {
  float: left;
  margin: 0 12px 0 0;
}
.view-filter a:hover {
  opacity: 1;
}
.view-filter a.active {
  opacity: 1;
}
.view-filter a.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.multi-dropdown .toggle-btn {
  padding: 16px 42px 16px 16px;
  cursor: pointer;
}
.multi-dropdown .toggle-btn:after {
  content: "";
  border: none !important;
  width: 7px;
  height: 7px;
  border-left: 2px solid #3d4042 !important;
  border-bottom: 2px solid #3d4042 !important;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  right: 20px !important;
  top: 43%;
}
.multi-dropdown .toggle-btn.active::after,
.multi-dropdown .toggle-btn.is-active::after {
  transform: rotate(135deg) !important;
  -ms-transform: rotate(135deg) !important;
}

.selected-label {
  display: flex;
  flex-wrap: wrap;
}
.selected-label li {
  list-style: none;
  background: #fdcfb3;
  color: #131619;
  font-weight: 600;
  border-radius: 20px;
  padding: 8px 8px 8px 16px;
  font-size: 11px;
  margin: 0 7px 7px 0;
  display: flex;
  align-items: center;
  line-height: 19px;
}
.selected-label li p {
  font-size: 11px;
  flex: 1;
}
.selected-label li a.cls {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #f96000;
  margin-left: 12px;
  position: relative;
}
.selected-label li a.cls::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 55%;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.selected-label li a.cls::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 55%;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.year-select .multi-dropdown {
  min-width: 110px;
}
.year-select .multi-dropdown .toggle-btn {
  padding: 16px 26px 16px 16px;
}
.year-select .multi-dropdown .toggle-btn::after {
  right: 16px !important;
  top: 25px;
}
.year-select .multi-dropdown .toggle-btn.active::after {
  top: 27px;
}
.year-select .custom-multiselect01 ul li label input[type=checkbox] + .checkmark {
  left: 0;
  right: auto;
  width: 4px;
  height: 100%;
  background: transparent;
  border-radius: 0;
  border: none;
}
.year-select .custom-multiselect01 ul li label input[type=checkbox]:checked + .checkmark {
  background: #f96000;
}
.year-select .selected-label li {
  font-weight: 900;
  font-size: 13px;
}
.year-select .selected-label li a.cls {
  margin-left: 9px;
}

.filter-by-sort ul {
  max-width: 500px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #919395;
}
.filter-by-sort ul li {
  list-style: none;
  padding: 0;
  margin: 0 30px 0 0;
}
.filter-by-sort ul li a {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 5px 18px;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  color: #686a6c;
  transition: all ease 0.2s;
}
.filter-by-sort ul li a:hover {
  color: #131619;
}
.filter-by-sort ul li a::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #f96000;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: all ease 0.2s;
}
.filter-by-sort ul li a i {
  margin-right: 12px;
}
.filter-by-sort ul li.active a {
  color: #131619;
}
.filter-by-sort ul li.active a::after {
  opacity: 1;
}

.path-videos .filter {
  position: relative;
  z-index: 4;
}

.path-photo-features .multi-dropdown,
.pane-slideshow .multi-dropdown {
  min-width: auto;
}
@media (max-width:767px) {
  .path-photo-features .filter,
  .pane-slideshow .filter {
    flex-wrap: wrap;
  }
  .path-photo-features .filter .form-group,
  .pane-slideshow .filter .form-group {
    width: 48%;
    flex-grow: 1;
  }
  .path-photo-features .filter .form-group input[type=text],
  .pane-slideshow .filter .form-group input[type=text] {
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .path-photo-features .filter .form-group,
  .pane-slideshow .filter .form-group {
    margin: 0;
  }
}

.lang-ar .selected-label li {
  padding: 7px 13px 7px 7px;
  margin: 0 0 7px 7px;
}
.lang-ar .selected-label li a.cls {
  margin-left: auto;
  margin-right: 12px;
}

.lang-ar .filter .form-group .srch-icon {
  left: inherit;
  right: 5%;
}
.lang-ar .filter .form-group input[type=text] {
  padding: 16px 50px 16px 16px;
}

.filter .form-group input[type=text].search-input {
  padding-left: 30px;
  background-color: #eff1f7;
  width: 100%;
}
.filter .form-group .list i.srch-icon {
  left: 8px;
  top: 5px;
}

.multisize-card-container {
  background: #eff1f7;
  padding: 85px 0 60px;
}
.multisize-card-container article {
  padding-top: 70px;
}
.multisize-card-container article:first-child {
  padding-top: 0;
}
.multisize-card-container article h2,
.multisize-card-container article h3,
.multisize-card-container article h4,
.multisize-card-container article blockquote,
.multisize-card-container article p {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width:768px) and (max-width:979px) {
  .multisize-card-container article h2,
  .multisize-card-container article h3,
  .multisize-card-container article h4,
  .multisize-card-container article blockquote,
  .multisize-card-container article p {
    max-width: 640px;
  }
}
.multisize-card-container article h3 {
  color: #3d4042;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .multisize-card-container article h3 {
    margin-bottom: 25px;
    font-size: 28px;
  }
}

.cnt-max750 .btn.action {
  margin-top: 48px;
  text-align: center;
}

.dtl-content article {
  padding-top: 0;
  padding-bottom: 0;
}

.emergencies-spotlight .card-multisizes {
  margin: 0 -14px;
}
@media (max-width: 575px) {
  .emergencies-spotlight .multiple.cl-4 {
    width: 100%;
  }
}

.humanitarian-appeal .displayCard__details {
  height: calc(100% - 3em);
}

.hum-results h2 ~ h3 {
  color: #686a6c;
  font-size: 26px;
}
@media (max-width: 575px) {
  .hum-results .funding-sldr-wrapper {
    margin-left: -14px;
  }
}
@media (min-width:980px) {
  .hum-results .key-result .form-group:first-child {
    width: 22.3%;
  }
}
.hum-results .key-result .form-group label {
  padding-left: 0;
}
.hum-results .key-result .form-group .yr {
  min-width: 120px;
  width: 100%;
}
@media (min-width:980px) {
  .hum-results .key-result .form-group .yr {
    width: 100%;
  }
}
.hum-results .key-result .form-group .country {
  min-width: 220px;
  width: 100%;
}
@media (min-width:980px) {
  .hum-results .key-result .form-group .country {
    width: 100%;
  }
}
@media (min-width:980px) {
  .hum-results .key-result .swiper.keyresSwiper {
    margin-top: 32px;
  }
}

#emergencies-key-results {
  padding-bottom: 0;
}

@media (min-width:980px) {
  .main-tab.key-res span.next,
  .main-tab.key-res span.previous {
    visibility: hidden;
  }
}
.main-tab.key-res .tab-content {
  border: 0 !important;
}
@media (min-width:980px) {
  .main-tab.tab-all-ct span.next,
  .main-tab.tab-all-ct span.previous {
    visibility: hidden;
  }
}
.main-tab.tab-all-ct .tab-content .tab {
  padding-top: 16px;
}
.main-tab.tab-all-ct .mySwiper {
  padding-bottom: 48px;
}
@media (max-width:767px) {
  .main-tab.tab-all-ct .ct-card-group {
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  .main-tab.tab-all-ct .swiper-slide.ct-card {
    min-width: 320px;
    width: 100%;
    max-width: 320px;
    margin-right: 14px;
  }
}
@media (min-width:768px) and (max-width:979px) {
  .main-tab.tab-all-ct .swiper-slide.ct-card {
    min-width: 345px;
    width: 100%;
    max-width: 345px;
  }
}

.feartured-ct {
  background-color: #eff1f7;
}
.feartured-ct .featured-cards {
  margin-bottom: 16px;
}
.feartured-ct .displayCard__details {
  height: calc(100% - 3em);
}
.feartured-ct .displayCard__image h3 {
  position: absolute;
  color: #ffffff;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 98%;
  text-align: center;
  top: 48%;
  z-index: 1;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -6px;
}

.swiper-pagination-bullet {
  color: #f96000;
  background: #f96000 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
}

.hum-t-action {
  background-color: #eff1f7;
}
.hum-t-action .content-fndraise {
  max-width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hum-t-action .content-fndraise .card-fundraise {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  width: 33.33%;
  overflow: hidden;
}
@media (max-width: 575px) {
  .hum-t-action .content-fndraise .card-fundraise {
    width: 100%;
    margin: 10px 0;
    padding: 0;
  }
  .hum-t-action .content-fndraise .card-fundraise iframe {
    margin: 0 auto;
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .hum-t-action .content-fndraise .card-fundraise {
    width: 50%;
    min-width: 300px;
    margin: 10px 0;
    padding: 0;
  }
}

@media (max-width: 575px) {
  .emergencies-spotlight .cl-4 {
    width: 47%;
  }
}

@media (min-width:980px) {
  .people-reached .swiper {
    padding-bottom: 0 !important;
  }
}

.view-procurement-supplychain-resources .filter .form-group button[type=submit],
.view-procurement-supplychain-resources .filter .form-group input[type=submit],
.view-procurement-supplychain-resources .filter .form-group input[type=button] {
  position: inherit;
}

.hum-featured .view-id-humanitarian .tab-list01 legend {
  display: none;
}
.hum-featured .form-radios [type=radio]:checked + label,
.hum-featured .form-radios [type=radio]:not(:checked) + label {
  margin: 0 25px;
  padding: 24px 0px;
  color: #131619;
  opacity: 0.6;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
.hum-featured .form-radios [type=radio]:checked + label:before,
.hum-featured .form-radios [type=radio]:not(:checked) + label:before {
  opacity: 0;
}
.hum-featured .form-radios [type=radio]:checked + label:after {
  border-radius: 0;
  top: auto;
  bottom: 2px;
  width: 100%;
  height: 4px;
  left: 0;
  background-color: #f96000;
}
.hum-featured .form-radios [type=radio]:not(:checked) + label:after {
  border-radius: 0;
  top: auto;
  bottom: 2px;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: #f96000;
  transition: 0.3s ease-in;
  transform: scale(1);
}
.hum-featured .form-radios [type=radio]:not(:checked) + label:hover::after {
  opacity: 0.6 !important;
  left: 0;
  width: 100%;
  background-color: #f96000;
  transform: scale(1);
}
.hum-featured .form-radios [type=radio]:checked + label {
  color: #131619;
  opacity: 1;
}

@media (min-width:980px) {
  .hum-featured .view-id-humanitarian .main-tab-stick {
    margin: 0;
    width: 100%;
  }
}
@media (max-width:979px) {
  .hum-featured .ct-card-group {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: calc(100% + 10px);
  }
  .hum-featured .ct-card-group .displayCard {
    margin: 16px 0;
  }
}
@media (max-width: 575px) {
  .hum-featured .ct-card-group {
    width: 100%;
  }
}
@media (max-width:767px) {
  .hum-featured .view-id-humanitarian {
    padding: 40px 0;
  }
}
@media (min-width:980px) {
  .swiper.emerspotSwiper .emerspot-swiper {
    flex-wrap: wrap;
  }
}
@media (max-width:979px) {
  .swiper.emerspotSwiper .emerspot-swiper .swiper-slide {
    padding-right: 16px !important;
  }
}
@media (min-width:980px) {
  .swiper.emerspotSwiper .emerspot-swiper .swiper-slide.multiple.cl-4 {
    width: calc(33.3333333333% - 32px);
  }
}

.swp-m .funding-sldr {
  position: relative;
}
.swp-m .funding-sldr .swiper-button-next,
.swp-m .funding-sldr .swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 3);
}

@media (min-width:980px) {
  .swp-m .swiper.keyresSwiper .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width:979px) {
  .swp-m .swiper.keyresSwiper .swiper-wrapper .swiper-slide.result-item {
    height: auto;
    padding: 0 10px 0 0;
  }
}
@media (min-width:980px) {
  .swp-m .swiper.keyresSwiper .swiper-wrapper .swiper-slide.result-item {
    min-width: 260px;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
}
@media (min-width:980px) {
  .swp-m .swiper.keyresSwiper .swiper-wrapper .swiper-slide.result-item .card {
    margin: 0;
  }
}

.page-node-type-ct-topics .key-res .btn-center:last-of-type {
  margin-bottom: 48px;
}

.main-tab.key-res .tab-content .tab {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width:980px) {
  .humanitarian-appeal .ct-card-group {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width:980px) {
  .key-res .tab-wrap .tab-list01 {
    width: 100% !important;
  }
}
.key-res .tab-wrap .tab-list01 .tabs li.active::after {
  bottom: 0;
}

.lazy-related-content-container {
  width: 100%;
}

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

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

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

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

a {
  text-decoration: none;
}

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

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

a:hover {
  color: #686a6c;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

.mrg-center {
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

form {
  margin: 0;
}

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

.margin-0 {
  margin: 0;
}

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

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

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

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

span.highlight {
  color: #f96000;
}

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

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

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

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

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

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

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

.title-orange {
  color: #f96000;
}

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

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

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

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

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

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

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

.wrp {
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

ul.link-list {
  padding: 10px 0 48px 0 !important;
}
@media (max-width:979px) {
  .ds-table {
    max-width: 100%;
    overflow: auto;
  }
}
.ds-table table {
  border: 0;
  background-color: #ffffff;
}
.ds-table th {
  background-color: #f96000;
  color: #ffffff;
  font-size: 22px;
}
.ds-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.ds-table td {
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

.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: 320px;
  }
}

.path-contact .messages__wrapper .messages--status {
  background-color: #eff1f7 !important;
  border: 0 !important;
  color: #131619 !important;
  font-size: 14px !important;
  border-radius: 5px !important;
  margin: 16px;
}

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

body.lang-ar,
[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: 3vw;
  }
}

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

@keyframes childnav-pos {
  from {
    top: 80px;
    opacity: 0;
  }
  to {
    top: 58px;
    opacity: 1;
  }
}
.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(50% - 32px);
  max-width: 49%;
}
@media (min-width:720px) and (max-width:979px) {
  .colors-row .blk-item {
    min-width: 80px;
    width: calc(25% - 32px);
    max-width: 24%;
  }
}
@media (min-width:980px) {
  .colors-row .blk-item {
    min-width: 180px;
    width: calc(25% - 12px);
    max-width: 24%;
  }
}
.colors-row .blk-item.fifty {
  min-width: 180px;
  width: 50%;
  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;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  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: #f10f45;
}
.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: #5788d5;
}
.bgcolor.pistachio {
  background-color: #58968a;
}
.bgcolor.gradient {
  background-color: rgb(255, 255, 255);
  background: linear-gradient(160deg, rgb(249, 96, 0) 30%, rgb(229, 21, 71) 60%, rgb(156, 30, 214) 90%);
}
.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,
.btn:focus-visible {
  outline: 0;
}
.btn:hover {
  color: #131619;
}
.btn.default,
.btn.primary,
.btn button[type=submit],
.btn input[type=submit],
.btn input[type=button] {
  border: 1px solid #f96000;
  border-radius: 75px;
  color: #ffffff;
  background-color: #f96000;
  padding: 16px 48px;
  text-transform: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .btn.default,
  .btn.primary,
  .btn button[type=submit],
  .btn input[type=submit],
  .btn input[type=button] {
    padding: 14px 32px;
    text-align: center;
  }
}
.btn.default.ds-m-view,
.btn.primary.ds-m-view,
.btn button[type=submit].ds-m-view,
.btn input[type=submit].ds-m-view,
.btn input[type=button].ds-m-view {
  padding: 12px 40px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.btn.default::after,
.btn.primary::after,
.btn button[type=submit]::after,
.btn input[type=submit]::after,
.btn input[type=button]::after {
  height: 0;
}
.btn.default:hover,
.btn.default.hvr,
.btn.primary:hover,
.btn.primary.hvr,
.btn button[type=submit]:hover,
.btn button[type=submit].hvr,
.btn input[type=submit]:hover,
.btn input[type=submit].hvr,
.btn input[type=button]:hover,
.btn input[type=button].hvr {
  color: #131619;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn.default:hover::after,
.btn.default.hvr::after,
.btn.primary:hover::after,
.btn.primary.hvr::after,
.btn button[type=submit]:hover::after,
.btn button[type=submit].hvr::after,
.btn input[type=submit]:hover::after,
.btn input[type=submit].hvr::after,
.btn input[type=button]:hover::after,
.btn input[type=button].hvr::after {
  height: 0;
}
.btn.default:hover .icn svg,
.btn.default:hover .icn svg g,
.btn.default:hover .icn svg g path,
.btn.default.hvr .icn svg,
.btn.default.hvr .icn svg g,
.btn.default.hvr .icn svg g path,
.btn.primary:hover .icn svg,
.btn.primary:hover .icn svg g,
.btn.primary:hover .icn svg g path,
.btn.primary.hvr .icn svg,
.btn.primary.hvr .icn svg g,
.btn.primary.hvr .icn svg g path,
.btn button[type=submit]:hover .icn svg,
.btn button[type=submit]:hover .icn svg g,
.btn button[type=submit]:hover .icn svg g path,
.btn button[type=submit].hvr .icn svg,
.btn button[type=submit].hvr .icn svg g,
.btn button[type=submit].hvr .icn svg g path,
.btn input[type=submit]:hover .icn svg,
.btn input[type=submit]:hover .icn svg g,
.btn input[type=submit]:hover .icn svg g path,
.btn input[type=submit].hvr .icn svg,
.btn input[type=submit].hvr .icn svg g,
.btn input[type=submit].hvr .icn svg g path,
.btn input[type=button]:hover .icn svg,
.btn input[type=button]:hover .icn svg g,
.btn input[type=button]:hover .icn svg g path,
.btn input[type=button].hvr .icn svg,
.btn input[type=button].hvr .icn svg g,
.btn input[type=button].hvr .icn svg g path {
  fill: #131619;
}
.btn.default:focus,
.btn.default.fcs,
.btn.primary:focus,
.btn.primary.fcs,
.btn button[type=submit]:focus,
.btn button[type=submit].fcs,
.btn input[type=submit]:focus,
.btn input[type=submit].fcs,
.btn input[type=button]:focus,
.btn input[type=button].fcs {
  color: #131619 !important;
  background-color: #ffffff;
  outline: 0;
  border: 2px solid #f96000;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn.default:focus .icn svg,
.btn.default:focus .icn svg g,
.btn.default:focus .icn svg g path,
.btn.default.fcs .icn svg,
.btn.default.fcs .icn svg g,
.btn.default.fcs .icn svg g path,
.btn.primary:focus .icn svg,
.btn.primary:focus .icn svg g,
.btn.primary:focus .icn svg g path,
.btn.primary.fcs .icn svg,
.btn.primary.fcs .icn svg g,
.btn.primary.fcs .icn svg g path,
.btn button[type=submit]:focus .icn svg,
.btn button[type=submit]:focus .icn svg g,
.btn button[type=submit]:focus .icn svg g path,
.btn button[type=submit].fcs .icn svg,
.btn button[type=submit].fcs .icn svg g,
.btn button[type=submit].fcs .icn svg g path,
.btn input[type=submit]:focus .icn svg,
.btn input[type=submit]:focus .icn svg g,
.btn input[type=submit]:focus .icn svg g path,
.btn input[type=submit].fcs .icn svg,
.btn input[type=submit].fcs .icn svg g,
.btn input[type=submit].fcs .icn svg g path,
.btn input[type=button]:focus .icn svg,
.btn input[type=button]:focus .icn svg g,
.btn input[type=button]:focus .icn svg g path,
.btn input[type=button].fcs .icn svg,
.btn input[type=button].fcs .icn svg g,
.btn input[type=button].fcs .icn svg g path {
  fill: #131619;
}
.btn.default.disabled,
.btn.default.inactive,
.btn.primary.disabled,
.btn.primary.inactive,
.btn button[type=submit].disabled,
.btn button[type=submit].inactive,
.btn input[type=submit].disabled,
.btn input[type=submit].inactive,
.btn input[type=button].disabled,
.btn input[type=button].inactive {
  box-shadow: none;
  opacity: 0.2;
  cursor: auto;
  cursor: not-allowed;
  border: 1px solid #686a6c;
  color: #ffffff;
}
.btn.default.disabled:hover,
.btn.default.disabled:focus,
.btn.default.inactive:hover,
.btn.default.inactive:focus,
.btn.primary.disabled:hover,
.btn.primary.disabled:focus,
.btn.primary.inactive:hover,
.btn.primary.inactive:focus,
.btn button[type=submit].disabled:hover,
.btn button[type=submit].disabled:focus,
.btn button[type=submit].inactive:hover,
.btn button[type=submit].inactive:focus,
.btn input[type=submit].disabled:hover,
.btn input[type=submit].disabled:focus,
.btn input[type=submit].inactive:hover,
.btn input[type=submit].inactive:focus,
.btn input[type=button].disabled:hover,
.btn input[type=button].disabled:focus,
.btn input[type=button].inactive:hover,
.btn input[type=button].inactive:focus {
  background-color: #f96000;
  color: #ffffff !important;
}
.btn.default.disabled .icn svg,
.btn.default.disabled .icn svg g,
.btn.default.disabled .icn svg g path,
.btn.default.inactive .icn svg,
.btn.default.inactive .icn svg g,
.btn.default.inactive .icn svg g path,
.btn.primary.disabled .icn svg,
.btn.primary.disabled .icn svg g,
.btn.primary.disabled .icn svg g path,
.btn.primary.inactive .icn svg,
.btn.primary.inactive .icn svg g,
.btn.primary.inactive .icn svg g path,
.btn button[type=submit].disabled .icn svg,
.btn button[type=submit].disabled .icn svg g,
.btn button[type=submit].disabled .icn svg g path,
.btn button[type=submit].inactive .icn svg,
.btn button[type=submit].inactive .icn svg g,
.btn button[type=submit].inactive .icn svg g path,
.btn input[type=submit].disabled .icn svg,
.btn input[type=submit].disabled .icn svg g,
.btn input[type=submit].disabled .icn svg g path,
.btn input[type=submit].inactive .icn svg,
.btn input[type=submit].inactive .icn svg g,
.btn input[type=submit].inactive .icn svg g path,
.btn input[type=button].disabled .icn svg,
.btn input[type=button].disabled .icn svg g,
.btn input[type=button].disabled .icn svg g path,
.btn input[type=button].inactive .icn svg,
.btn input[type=button].inactive .icn svg g,
.btn input[type=button].inactive .icn svg g path {
  fill: #ffffff;
}
.btn.default.active,
.btn.primary.active,
.btn button[type=submit].active,
.btn input[type=submit].active,
.btn input[type=button].active {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.btn.default.white,
.btn.primary.white,
.btn button[type=submit].white,
.btn input[type=submit].white,
.btn input[type=button].white {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.default.white:hover,
.btn.primary.white:hover,
.btn button[type=submit].white:hover,
.btn input[type=submit].white:hover,
.btn input[type=button].white:hover {
  background-color: #ffffff;
  color: #131619;
}
.btn.default .icn,
.btn.primary .icn,
.btn button[type=submit] .icn,
.btn input[type=submit] .icn,
.btn input[type=button] .icn {
  display: inline-block;
  margin-left: 10px;
  width: 24px;
}
.btn.default .icn img,
.btn.primary .icn img,
.btn button[type=submit] .icn img,
.btn input[type=submit] .icn img,
.btn input[type=button] .icn img {
  width: 100%;
}
.btn.secondary {
  border: 1px solid #649bf2;
  border-radius: 75px;
  color: #131619;
  background-color: #ffffff;
  padding: 16px 48px;
  text-transform: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .btn.secondary {
    padding: 14px 32px;
    text-align: center;
  }
}
.btn.secondary.ds-m-view {
  padding: 12px 40px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.btn.secondary::after {
  height: 0;
}
.btn.secondary:hover,
.btn.secondary.hvr {
  color: #ffffff;
  background-color: #649bf2;
  border: 1px solid #649bf2;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn.secondary:hover::after,
.btn.secondary.hvr::after {
  height: 0;
}
.btn.secondary:focus,
.btn.secondary.fcs {
  color: #ffffff !important;
  background-color: #649bf2;
  outline: 0;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn.secondary.disabled,
.btn.secondary.inactive {
  box-shadow: none;
  opacity: 0.2;
  cursor: auto;
  cursor: not-allowed;
  border: 1px solid #686a6c;
  color: #131619;
}
.btn.secondary.disabled:hover,
.btn.secondary.disabled:focus,
.btn.secondary.inactive:hover,
.btn.secondary.inactive:focus {
  background-color: #ffffff;
  color: #131619 !important;
}
.btn.secondary.active {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.btn.secondary .icn {
  display: inline-block;
  margin-left: 10px;
  width: 24px;
}
.btn.secondary .icn img {
  width: 100%;
}
.btn.inactive {
  opacity: 0.4;
  cursor: auto;
}
.btn.action {
  border: 1px solid #f96000;
  border-radius: 75px;
  padding: 16px 48px;
  text-transform: none;
  font-size: 16px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #ffffff;
  background-color: #f96000;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
@media (max-width: 575px) {
  .btn.action {
    padding: 16px 32px;
  }
}
.btn.action:hover {
  background-color: #ffffff;
  color: #131619;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.btn.action:focus {
  color: #ffffff;
  background-color: #f96000;
  outline: 0;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.btn i {
  display: inline-block;
  margin-left: 15px;
  width: 18px;
}

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

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

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

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

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

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

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

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

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

#readmore-expand {
  display: none;
}

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

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

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

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

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

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

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

@media (max-width: 575px) {
  .latestFrom-ed .ct-card-group {
    flex-direction: inherit;
  }
}

.displayCard {
  margin: 16px 0;
  width: 100%;
  position: relative;
  transition: 0.5s ease;
  border: 0;
  border-radius: 8px;
  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: 16px;
  }
}
@media (min-width:980px) {
  .displayCard {
    margin: 0 0 16px 0;
  }
}
.displayCard:hover .displayCard__image {
  position: relative;
  border-radius: 8px;
}
.displayCard:hover .displayCard__image a {
  overflow: hidden;
  z-index: 2;
}
.displayCard:hover .displayCard__image a::after {
  content: "";
  background: #f96000;
  background: linear-gradient(30deg, rgba(249, 96, 0, 0.732952556) 0%, rgba(249, 96, 0, 0) 52%);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.displayCard:hover .displayCard__image img {
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.displayCard__image {
  position: relative;
  max-height: 520px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  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: 400px;
  }
}
.displayCard__image a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.displayCard__image a::after {
  content: "";
  background: rgb(249, 96, 0);
  background: linear-gradient(30deg, rgba(237, 139, 0, 0.732952556) 0%, rgba(237, 139, 0, 0) 52%);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.displayCard__image img {
  width: 100%;
  margin: 0;
  border-radius: 8px;
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}
.displayCard__image img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (min-width:980px) {
  .displayCard__image img {
    min-height: 350px;
  }
}
.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: #919395;
}
.displayCard__image.publication picture,
.displayCard__image.resources picture,
.displayCard__image.press picture {
  display: block;
  width: 100%;
}
.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);
  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 {
  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: 56.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%;
  -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;
  background-size: 100%;
}
.displayCard__video .btn-vidoplay img {
  width: 100%;
  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: flex-start;
  flex-direction: column;
  z-index: 4;
  width: 100%;
  transition: 0.5s ease-in;
  background-color: #ffffff;
  margin: 0;
  padding-bottom: 32px;
  right: 0;
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.displayCard__details:hover {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}
@media (min-width:768px) {
  .displayCard__details {
    min-width: calc(45% + 30px);
    width: calc(48% + 30px);
    margin: 0 0 0 -32px;
  }
}
@media (min-width:980px) {
  .displayCard__details {
    min-height: 320px;
  }
}
.displayCard__details--body {
  padding: 32px 32px 74px 32px;
  min-height: 240px;
  padding: 32px;
  position: relative;
  width: 100%;
}
.displayCard__details--body p.date-type,
.displayCard__details--body .news-date {
  color: #686a6c;
  text-transform: normal;
  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: #131619;
}
.displayCard__details--body p.content-type {
  color: #131619;
  text-transform: normal;
  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,
.displayCard__details--body h3,
.displayCard__details--body h4,
.displayCard__details--body h5 {
  font-weight: 700;
}
.displayCard__details--body h3.card-title,
.displayCard__details--body h3.card-title a,
.displayCard__details--body h3 a {
  color: #131619;
  padding-top: 0;
}
.displayCard__details--body h3.card-title:hover,
.displayCard__details--body h3.card-title a:hover,
.displayCard__details--body h3 a:hover {
  color: #184ea5;
}
.displayCard__details--body h4.card-title,
.displayCard__details--body h4.card-title a,
.displayCard__details--body h4 a {
  color: #131619;
  padding-top: 0;
}
.displayCard__details--body h4.card-title:hover,
.displayCard__details--body h4.card-title a:hover,
.displayCard__details--body h4 a:hover {
  color: #184ea5;
}
.displayCard__details--body h5.card-title,
.displayCard__details--body h5.card-title a,
.displayCard__details--body h5 a {
  color: #131619;
  padding-top: 0;
  display: block;
}
.displayCard__details--body h5.card-title:hover,
.displayCard__details--body h5.card-title a:hover,
.displayCard__details--body h5 a:hover {
  color: #184ea5;
}
.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;
  text-transform: normal;
  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: 0;
}
.displayCard__details--body a.btn {
  text-transform: none;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 8px;
}
.displayCard__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #f96000;
  position: absolute;
  bottom: 8px;
  transform: translate(0);
}
.displayCard__details--body a.btn:focus {
  outline: none;
}
@media (min-width: 575.5px) and (max-width:979px) {
  .displayCard__details--body {
    width: 100% !important;
  }
}
.displayCard__details--body p.date,
.displayCard__details--body p.locate {
  font-size: 14px;
  color: #686a6c;
  display: flex;
  align-items: center;
}
.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 {
  width: 24px;
  text-align: center;
  font-size: 20px;
  color: #f96000;
}
.displayCard__details--body p.date {
  margin-bottom: 24px;
}
.displayCard__details--body p.date span {
  margin-right: 10px;
}
.displayCard__details--body p.date span .material-icons {
  width: 24px;
  text-align: center;
  font-size: 18px;
  color: #f96000;
}
.displayCard__details--body p.locate {
  margin-bottom: 10px;
}
.displayCard__details a.btn {
  bottom: -12px;
  left: 32px;
  position: relative;
  text-transform: none;
  color: #131619;
  font-weight: 700;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.displayCard__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: 8px;
}
.displayCard__details a.btn:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #f96000;
  position: absolute;
  bottom: 8px;
  transform: translate(0);
}
@media (min-width:980px) {
  .displayCard__details.heightequal {
    margin: 0 -32px 0 0;
  }
}
.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: 3;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  margin: 0;
  padding: 0;
  justify-content: space-around;
}
@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);
  padding: 32px 32px 74px 32px;
  min-height: 240px;
}
@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-type,
.displayCard.video .displayCard__details--body .news-date {
  color: #686a6c;
  text-transform: normal;
  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: #131619;
}
.displayCard.video .displayCard__details--body p.content-type {
  color: #131619;
  text-transform: normal;
  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,
.displayCard.video .displayCard__details--body h3,
.displayCard.video .displayCard__details--body h4,
.displayCard.video .displayCard__details--body h5 {
  font-weight: 700;
}
.displayCard.video .displayCard__details--body h3.card-title,
.displayCard.video .displayCard__details--body h3.card-title a,
.displayCard.video .displayCard__details--body h3 a {
  color: #131619;
  padding-top: 0;
}
.displayCard.video .displayCard__details--body h3.card-title:hover,
.displayCard.video .displayCard__details--body h3.card-title a:hover,
.displayCard.video .displayCard__details--body h3 a:hover {
  color: #184ea5;
}
.displayCard.video .displayCard__details--body h4.card-title,
.displayCard.video .displayCard__details--body h4.card-title a,
.displayCard.video .displayCard__details--body h4 a {
  color: #131619;
  padding-top: 0;
}
.displayCard.video .displayCard__details--body h4.card-title:hover,
.displayCard.video .displayCard__details--body h4.card-title a:hover,
.displayCard.video .displayCard__details--body h4 a:hover {
  color: #184ea5;
}
.displayCard.video .displayCard__details--body h5.card-title,
.displayCard.video .displayCard__details--body h5.card-title a,
.displayCard.video .displayCard__details--body h5 a {
  color: #131619;
  padding-top: 0;
  display: block;
}
.displayCard.video .displayCard__details--body h5.card-title:hover,
.displayCard.video .displayCard__details--body h5.card-title a:hover,
.displayCard.video .displayCard__details--body h5 a:hover {
  color: #184ea5;
}
.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;
  text-transform: normal;
  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: 0;
}
.displayCard.video .displayCard__details--body a.btn {
  text-transform: none;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 8px;
}
.displayCard.video .displayCard__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #f96000;
  position: absolute;
  bottom: 8px;
  transform: translate(0);
}
.displayCard.video .displayCard__details--body a.btn:focus {
  outline: none;
}
.displayCard.video .displayCard__details--body a.btn {
  bottom: 24px;
}
.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;
}
.displayCard.fet-act-card {
  margin: 0;
}
.displayCard.fet-act-card .displayCard__details {
  min-height: auto;
  height: auto;
}
@media (max-width: 575px) {
  .displayCard.fet-act-card .displayCard__details {
    margin: -32px auto 0 auto;
    max-width: 90%;
    padding-bottom: 160px;
  }
}
@media (min-width:720px) {
  .displayCard.fet-act-card .displayCard__details {
    position: absolute;
    min-height: 100%;
    margin-bottom: -64px;
  }
}
@media (min-width:980px) {
  .displayCard.fet-act-card .displayCard__details {
    justify-content: space-between;
  }
}
.displayCard.fet-act-card .displayCard__details--body {
  padding: 32px;
}
.displayCard.fet-act-card .action-info .info-item {
  font-size: 16px;
  color: #3d4042;
  line-height: 1.25;
  margin-bottom: 10px;
  display: flex;
  padding-left: 32px;
}
.displayCard.fet-act-card .action-info .info-item:last-child {
  margin-bottom: 0;
}
.displayCard.fet-act-card .action-info .info-item.date-range {
  background: url(../images/icon-calendar.svg) no-repeat left 2px transparent;
}
.displayCard.fet-act-card .action-info .info-item.location {
  background: url(../images/icon-location.svg) no-repeat left 1px transparent;
}
.displayCard.fet-act-card.spl-publication {
  overflow: visible;
}
.displayCard.fet-act-card.spl-publication .ct-card__details {
  padding-bottom: 80px;
}
.displayCard.fet-act-card.spl-publication .ct-card_action {
  position: absolute;
  left: 32px;
  bottom: 32px;
  width: calc(100% - 64px);
}
.displayCard.fet-act-card.spl-publication .ct-card_action .lang-share-wrap {
  margin-bottom: 16px;
  display: flex;
  gap: 12px;
}
.displayCard.fet-act-card.spl-publication .ct-card_action .lang-share-wrap .selectdropdown {
  width: 130px;
}
.displayCard.fet-act-card.spl-publication .ct-card_action a.btn {
  position: relative;
  left: 0;
  bottom: 0;
}
.displayCard.speakout {
  margin: 0;
}
.displayCard.speakout .displayCard__details {
  min-height: auto;
  height: auto;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .displayCard.speakout .displayCard__details {
    margin: -32px auto 0 auto;
    max-width: 90%;
  }
}
@media (min-width:720px) {
  .displayCard.speakout .displayCard__details {
    position: absolute;
    min-height: 100%;
    margin-bottom: -64px;
  }
}
@media (min-width:980px) {
  .displayCard.speakout .displayCard__details {
    justify-content: space-between;
  }
}
.displayCard.speakout .displayCard__details--body {
  padding: 32px;
}
@media (min-width:980px) {
  .displayCard.speakout .displayCard__details--body {
    padding: 64px;
  }
}
.displayCard.speakout .displayCard__details--body p {
  margin-bottom: 24px;
}
.displayCard.speakout .displayCard__details--body p:last-child {
  margin-bottom: 0;
}
.displayCard.speakout.reverse {
  flex-direction: row-reverse;
}
@media (min-width:720px) {
  .displayCard.speakout.reverse .displayCard__details {
    left: 32px;
  }
}
.displayCard.speakout.reverse a.btn.default {
  left: 0;
}
.displayCard.speakout.reverse a.btn.default::after {
  height: 0;
}

@media (min-width:768px) {
  .lang-ar .displayCard__details {
    margin: 0 -32px 0 0;
    height: calc(100% - 32px);
  }
}
.lang-ar .displayCard__details a.btn {
  left: auto !important;
  right: 32px;
}
@media (min-width:980px) {
  .lang-ar .displayCard__details.heightequal {
    margin: 0 0 0 -32px;
  }
}
.lang-ar .displayCard.left-text .displayCard__details {
  margin: 0 0 0 -32px;
}
.lang-ar .displayCard.video .displayCard__details {
  margin-right: 0;
}

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

.ct-card {
  min-width: 320px;
  max-width: 360px;
  box-sizing: border-box;
  transition: 0.5s ease;
  background-color: #ffffff;
  position: relative;
  padding-bottom: 0.5em;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.ct-card:hover {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}
.ct-card:hover .ct-card__image {
  position: relative;
}
.ct-card:hover .ct-card__image::after {
  content: "";
  background: #f96000;
  background: linear-gradient(30deg, rgba(249, 96, 0, 0.732952556) 0%, rgba(249, 96, 0, 0) 52%);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.ct-card:hover .ct-card__image img {
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width:979px) {
  .ct-card {
    width: calc(50% - 24px);
    max-width: 49%;
  }
}
@media (min-width:980px) {
  .ct-card {
    width: calc(50% - 24px);
    max-width: 49%;
  }
}
.ct-card__details {
  width: 100%;
}
.ct-card__details--body {
  padding: 32px 32px 74px 32px;
  min-height: 240px;
}
.ct-card__details--body p.date-type,
.ct-card__details--body .news-date {
  color: #686a6c;
  text-transform: normal;
  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: #131619;
}
.ct-card__details--body p.content-type {
  color: #131619;
  text-transform: normal;
  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,
.ct-card__details--body h3,
.ct-card__details--body h4,
.ct-card__details--body h5 {
  font-weight: 700;
}
.ct-card__details--body h3.card-title,
.ct-card__details--body h3.card-title a,
.ct-card__details--body h3 a {
  color: #131619;
  padding-top: 0;
}
.ct-card__details--body h3.card-title:hover,
.ct-card__details--body h3.card-title a:hover,
.ct-card__details--body h3 a:hover {
  color: #184ea5;
}
.ct-card__details--body h4.card-title,
.ct-card__details--body h4.card-title a,
.ct-card__details--body h4 a {
  color: #131619;
  padding-top: 0;
}
.ct-card__details--body h4.card-title:hover,
.ct-card__details--body h4.card-title a:hover,
.ct-card__details--body h4 a:hover {
  color: #184ea5;
}
.ct-card__details--body h5.card-title,
.ct-card__details--body h5.card-title a,
.ct-card__details--body h5 a {
  color: #131619;
  padding-top: 0;
  display: block;
}
.ct-card__details--body h5.card-title:hover,
.ct-card__details--body h5.card-title a:hover,
.ct-card__details--body h5 a:hover {
  color: #184ea5;
}
.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;
  text-transform: normal;
  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: 0;
}
.ct-card__details--body a.btn {
  text-transform: none;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 8px;
}
.ct-card__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #f96000;
  position: absolute;
  bottom: 8px;
  transform: translate(0);
}
.ct-card__details--body a.btn:focus {
  outline: none;
}
.ct-card__details--body .card-text {
  margin-top: 1em;
}
.ct-card__details a.btn {
  text-transform: none;
  color: #131619;
  font-weight: 700;
  position: absolute;
  left: 32px;
  bottom: 24px;
  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: 8px;
}
.ct-card__details a.btn:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #f96000;
  position: absolute;
  bottom: 8px;
  transform: translate(0, 0);
}
.ct-card__image {
  position: relative;
  overflow: hidden;
  background-color: #919395;
  padding: 28% 0;
  height: auto;
  transition: 0.5s ease-in-out;
  border-radius: 8px 8px 0 0;
}
.ct-card__image::after {
  content: "";
  background: rgb(249, 96, 0);
  background: linear-gradient(30deg, rgba(237, 139, 0, 0.732952556) 0%, rgba(237, 139, 0, 0) 52%);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.ct-card__image img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.ct-card__image img:hover {
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}
.ct-card__image img:hover:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ct-card__image a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
}
.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: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}
.ct-card__image iframe:hover:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ct-card__image.publication,
.ct-card__image.resources,
.ct-card__image.press {
  background-color: #919395;
}
.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;
  z-index: 3;
}
.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: #919395;
  padding: 28% 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: 2;
  top: 0;
  left: 0;
}
.ct-card.act-card .action-info .info-item {
  font-size: 16px;
  color: #3d4042;
  line-height: 1.25;
  margin-bottom: 10px;
  display: flex;
  padding-left: 32px;
}
.ct-card.act-card .action-info .info-item:last-child {
  margin-bottom: 0;
}
.ct-card.act-card .action-info .info-item.date-range {
  background: url(../images/icon-cal.svg) no-repeat left 2px transparent;
}
.ct-card.act-card .action-info .info-item.location {
  background: url(../images/icon-location.svg) no-repeat left 1px transparent;
}
.ct-card.donate-card .ct-card__details--body {
  padding-bottom: 32px !important;
}
.ct-card.donate-card .donate-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  margin-bottom: 32px;
  position: absolute;
  left: 32px;
  bottom: 0;
  width: calc(100% - 64px);
}
.ct-card.donate-card .donate-action .price {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
.ct-card.donate-card .donate-action .btn.default {
  position: relative;
  left: auto;
  padding: 16px 24px;
  bottom: 0;
}
.ct-card.donate-card .donate-action .btn.default::after {
  height: 0;
}
.ct-card.donate-card .donate-action .btn.default .icn svg {
  margin-bottom: -5px;
}
.ct-card.donate-card .donate-action .btn.default:hover svg g {
  fill: #ffffff;
}
.ct-card.spl-publication {
  overflow: visible;
}
.ct-card.spl-publication .ct-card__details {
  padding-bottom: 80px;
}
.ct-card.spl-publication .ct-card_action {
  position: absolute;
  left: 32px;
  bottom: 32px;
  width: calc(100% - 64px);
}
.ct-card.spl-publication .ct-card_action .lang-share-wrap {
  margin-bottom: 16px;
  display: flex;
  gap: 12px;
}
.ct-card.spl-publication .ct-card_action .lang-share-wrap .selectdropdown {
  width: 130px;
}
.ct-card.spl-publication .ct-card_action a.btn {
  position: relative;
  left: 0;
  bottom: 0;
}

.lang-ar .ct-card__details {
  width: 100%;
}
.lang-ar .ct-card__details a.btn {
  left: auto !important;
  right: 32px;
}

.ct-card-group.colm-3 {
  margin-left: -16px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .ct-card-group.colm-3 {
    margin-left: 0;
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .ct-card-group.colm-3 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width:980px) {
  .ct-card-group.colm-3 {
    margin-left: 0;
    margin-right: 0;
    gap: 16px 48px;
  }
}
.ct-card-group.colm-3 .ct-card {
  min-width: calc(33.3333333333% - 32px);
  max-width: 360px;
  width: calc(33.3333333333% - 32px);
}
@media (max-width: 575px) {
  .ct-card-group.colm-3 .ct-card {
    width: 100% !important;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .ct-card-group.colm-3 .ct-card {
    min-width: calc(33.3333333333% - 32px);
    max-width: calc(100% - 32px);
    width: calc(100% - 68px);
    margin: 16px 8px 16px 32px;
  }
}
@media (min-width:980px) {
  .ct-card-group.colm-3 .ct-card {
    min-width: calc(33.3333333333% - 32px);
    width: calc(33.3333333333% - 32px);
    max-width: 360px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
.ct-card-group.colm-3 .ct-card__image {
  background-color: #919395;
}
@media (min-width:980px) {
  .ct-card-group.colm-3 .ct-card__image {
    min-height: 150px;
    height: 100%;
    max-height: 154px;
  }
  .ct-card-group.colm-3 .ct-card__image img {
    object-fit: cover;
  }
}
.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 {
  padding: 32px 32px 74px 32px;
  min-height: 240px;
}
.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;
  text-transform: normal;
  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: #131619;
}
.ct-card-group.colm-3 .ct-card__details--body p.content-type {
  color: #131619;
  text-transform: normal;
  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,
.ct-card-group.colm-3 .ct-card__details--body h3,
.ct-card-group.colm-3 .ct-card__details--body h4,
.ct-card-group.colm-3 .ct-card__details--body h5 {
  font-weight: 700;
}
.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 h3 a {
  color: #131619;
  padding-top: 0;
}
.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 h3 a:hover {
  color: #184ea5;
}
.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 h4 a {
  color: #131619;
  padding-top: 0;
}
.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 h4 a:hover {
  color: #184ea5;
}
.ct-card-group.colm-3 .ct-card__details--body h5.card-title,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title a,
.ct-card-group.colm-3 .ct-card__details--body h5 a {
  color: #131619;
  padding-top: 0;
  display: block;
}
.ct-card-group.colm-3 .ct-card__details--body h5.card-title:hover,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title a:hover,
.ct-card-group.colm-3 .ct-card__details--body h5 a:hover {
  color: #184ea5;
}
.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;
  text-transform: normal;
  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: 0;
}
.ct-card-group.colm-3 .ct-card__details--body a.btn {
  text-transform: none;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 8px;
}
.ct-card-group.colm-3 .ct-card__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #f96000;
  position: absolute;
  bottom: 8px;
  transform: translate(0);
}
.ct-card-group.colm-3 .ct-card__details--body a.btn:focus {
  outline: none;
}
.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__details--body .card-text.date-type,
.ct-card-group.colm-3 .ct-card__details--body .card-text.date-field,
.ct-card-group.colm-3 .ct-card__details--body p.date-type,
.ct-card-group.colm-3 .ct-card__details--body p.date-field {
  margin-top: 0;
  color: #f96000;
}
.ct-card-group.colm-3 .ct-card__video {
  position: relative;
  padding: 28% 0;
  width: 100%;
  min-height: 174px;
  height: 100%;
  max-height: 174px;
  overflow: hidden;
  background-color: #919395;
}
@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;
}
.ct-card-group.colm-3.no-sw {
  gap: 24px;
}
@media (min-width:980px) {
  .ct-card-group.colm-3.no-sw {
    gap: 48px;
  }
}
@media (min-width:980px) {
  .ct-card-group.colm-3.no-sw .ct-card {
    min-width: calc(33.3333333333% - 32px);
    width: calc(33.3333333333% - 32px);
    max-width: 360px;
  }
}

.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: #ffffff;
}
@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%;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  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%;
  border-radius: 8px;
}
@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;
}

@media (max-width:767px) {
  .latest-cards-section .ct-card-group.colm-3 {
    display: block;
  }
}

@media (max-width: 575px) {
  .page-node-type-ct-video .displayCard {
    min-height: 186px;
  }
}

.lang-ar .ct-card__details--body p.date span,
.lang-ar .ct-card__details--body p.locate span {
  margin-left: 10px;
  margin-right: 0;
}

.lang-ar .ct-card-group {
  text-align: right;
  justify-content: flex-start;
}

.tb-card-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 575px) {
  .tb-card-group {
    grid-template-columns: 1fr;
  }
}
.tb-card-group .tb-card {
  padding: 24px 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-bottom: 4px solid #f96000;
}
.tb-card-group .tb-card .sts-num {
  font-size: 36px;
  font-weight: 700;
  color: #131619;
  margin: 0 auto;
  padding: 0 0 8px 0;
}
.tb-card-group .tb-card p {
  margin: 0 !important;
  color: #686a6c;
}

.card-group-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 575px) {
  .card-group-grid {
    grid-template-columns: 1fr;
  }
}
.card-group-grid .card {
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}
.card-group-grid .card_body {
  padding: 64px 40px;
}
.card-group-grid .card_body p {
  color: #686a6c;
}
.card-group-grid .card i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 32px auto;
  background-color: #ffffff;
}
.card-group-grid .card.left {
  justify-content: flex-start;
  text-align: left;
  position: relative;
}
.card-group-grid .card.left .card_body {
  padding-bottom: 96px;
}
.card-group-grid .card.left i {
  margin: 0 0 32px 0;
}
.card-group-grid .card.left .source {
  padding: 48px 0 0 0;
  text-align: right;
  position: absolute;
  bottom: 24px;
  left: 40px;
  color: #3d4042;
}
.card-group-grid .card.imgs .card_body {
  padding: 0 40px 40px 40px;
}
.card-group-grid .card.imgs .card_body i {
  position: relative;
  margin-top: -35px;
}
.card-group-grid .card.imgs .card_body .source {
  padding: 48px 0 0 0;
}
.card-group-grid .card_img {
  position: relative;
  overflow: hidden;
  padding: 28% 0;
}
.card-group-grid .card_img img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.card-group-grid .card_img img:hover {
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}
.card-group-grid .card_img img:hover:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cc-card {
  border-radius: 8px;
  background-color: #ffffff;
  display: grid;
  grid-template-columns: 90px 3fr;
  max-width: 520px;
  padding: 20px;
  gap: 24px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@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;
}
@media (min-width:980px) {
  .cc-card.cmplx .cc-card_body {
    padding: 24px;
  }
}
.cc-card.cmplx .cc-card_body .btn-text {
  margin-top: 32px;
}
.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 (max-width: 575px) {
  .path-latest .latest-page-section .ct-card-group.colm-3 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width:980px) {
  .path-latest .latest-page-section .ct-card-group.colm-3 {
    gap: 32px 48px;
  }
}
@media (max-width: 575px) {
  .path-latest .latest-page-section .ct-card-group.colm-3 .ct-card {
    width: 100% !important;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}

@media (min-width:980px) {
  .swiper.keyresSwiper {
    overflow: initial;
  }
}

.sp-featured {
  position: relative;
  padding-left: 0;
  padding-top: 60px;
}
@media (min-width:720px) {
  .sp-featured {
    padding-left: 50px;
  }
}
@media (min-width:980px) {
  .sp-featured {
    padding-left: 80px;
  }
}
.sp-featured-wrap {
  background-color: #eff1f7;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding: 20px;
  height: 100%;
  align-items: center;
}
@media (min-width:720px) {
  .sp-featured-wrap {
    padding: 48px 48px 48px 0;
    grid-template-columns: 230px 1fr;
  }
}
@media (min-width:980px) {
  .sp-featured-wrap {
    padding: 48px 64px 48px 0;
    grid-template-columns: 300px 1fr;
  }
}
.sp-featured-wrap .sp-img {
  width: 300px;
  height: 400px;
  margin-bottom: -48px;
}
@media (min-width:720px) {
  .sp-featured-wrap .sp-img {
    width: 250px;
    height: 350px;
  }
}
@media (min-width:980px) {
  .sp-featured-wrap .sp-img {
    width: 300px;
    height: 400px;
  }
}
.sp-featured-wrap .sp-img img {
  width: 100%;
  border-radius: 8px;
  max-height: 400px;
  object-fit: cover;
  margin-left: 0;
  margin-top: -64px;
}
@media (min-width:720px) {
  .sp-featured-wrap .sp-img img {
    max-height: 380px;
    margin-left: -48px;
  }
}
@media (min-width:980px) {
  .sp-featured-wrap .sp-img img {
    max-height: 400px;
  }
}
.sp-featured-wrap .sp-dtl {
  position: relative;
}
.sp-featured-wrap .sp-dtl p {
  color: #686a6c;
  line-height: 1.25;
}

@media (min-width:980px) {
  .campaigns-card .displayCard {
    margin-bottom: 48px;
  }
}

@media (min-width:980px) {
  .ct-card-group.cl2 .swiper {
    width: 100%;
  }
}
@media (min-width:980px) {
  .ct-card-group.cl2 .swiper .swiper-slide {
    width: calc(50% - 24px) !important;
    padding: 0;
  }
}

.ct-card-group.card-2 .ct-card {
  width: 100%;
  max-width: 100%;
}
@media (min-width:720px) and (max-width:979px) {
  .ct-card-group.card-2 .ct-card {
    width: calc(50% - 14px);
  }
}
@media (min-width:980px) {
  .ct-card-group.card-2 .ct-card {
    width: calc(50% - 24px);
  }
}

.documents.no-sw .ct-card {
  overflow: visible;
}
.documents.no-sw .ct-card-group.colm-3 .ct-card__details--body {
  min-height: 210px;
}

.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: 360px;
  margin-bottom: 0;
  object-fit: cover;
}
@media (min-width:980px) {
  .strslider .sldr-wrp .img-blk img {
    min-height: 420px;
  }
}
.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: 0;
  left: 0;
  background: rgb(0, 0, 0);
  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: 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: 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: rgba(249, 96, 0, 0);
  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%);
}

.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: rgb(0, 0, 0);
  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: 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: 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: rgba(249, 96, 0, 0);
  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;
}

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

/* pager css end */
/*
.slide-pager,
.swiper-pagination {
  position: relative;

  li,
  span,
  .swiper-pagination-bullet {
    transition:
      0.2s transform,
      0.2s left;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: $radius-full;
    background-color: $color-Off-White-40;
    margin: 32px 0;

    &.active,
    &.swiper-pagination-bullet-active {
      width: 40px;
      height: 8px;
      border-radius: $radius;
      background-color: $color-orange;
    }
  }
}*/
.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-wrap {
  background: #ffffff;
}

.hotspot-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding: 70px 0;
  margin: 0;
}
@media (min-width:720px) {
  .hotspot-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .hotspot-row {
    padding: 50px 0;
  }
}
@media (min-width:980px) {
  .hotspot-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}

.hotspot {
  border-radius: 8px;
  padding: 32px 56px 32px 20px;
  display: grid;
  justify-content: flex-start;
  align-items: center;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  background-color: #ffffff;
  border: 2px solid #f96000;
  position: relative;
  transition: 0.5s all ease-in;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .hotspot {
    max-width: 96%;
  }
}
@media (min-width:980px) {
  .hotspot {
    display: block;
    min-width: 200px;
    padding: 40px 20px;
    margin-right: 20px;
  }
}
.hotspot a {
  display: block;
}
.hotspot i {
  display: block;
}
.hotspot .icn {
  width: 64px;
  height: 64px;
  background-color: #f96000;
  border-radius: 50px;
  margin: 0;
  position: relative;
  transition: 0.5s all ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width:980px) {
  .hotspot .icn {
    margin: 0 auto 25px auto;
  }
}
.hotspot .icn img {
  width: 64px;
}
.hotspot .icn.ds-m-view {
  margin: 0;
}
.hotspot h5,
.hotspot h6 {
  transition: 0.5s all ease-in;
  padding-bottom: 0;
  margin: 0;
  align-items: flex-start;
}
@media (min-width:980px) {
  .hotspot h5,
  .hotspot h6 {
    align-items: center;
    margin: 0 auto;
    text-align: center;
  }
}
.hotspot p {
  text-align: center;
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  transition: 0.5s all ease-in;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .hotspot p {
    text-align: left;
  }
}
.hotspot h6 + p {
  margin-top: 16px !important;
}
.hotspot .btn-icon {
  opacity: 1;
  transition: 0.5s all ease-in;
  position: absolute;
  left: auto;
  right: -40px;
  transform: translate(-50%, 10px);
  top: calc(50% - 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f96000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
}
@media (min-width:980px) {
  .hotspot .btn-icon {
    opacity: 0;
    left: 50%;
    top: auto;
    bottom: auto;
  }
}
.hotspot:hover,
.hotspot.hvr {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.hotspot:hover .icn,
.hotspot.hvr .icn {
  transform: translate(0, -60px);
}
@media (max-width:979px) {
  .hotspot:hover .icn,
  .hotspot.hvr .icn {
    transform: translate(0, 0px);
  }
}
.hotspot:hover h5,
.hotspot:hover h6,
.hotspot:hover p,
.hotspot.hvr h5,
.hotspot.hvr h6,
.hotspot.hvr p {
  transform: translate(0, -60px);
}
@media (max-width:979px) {
  .hotspot:hover h5,
  .hotspot:hover h6,
  .hotspot:hover p,
  .hotspot.hvr h5,
  .hotspot.hvr h6,
  .hotspot.hvr p {
    transform: translate(0, 0px);
  }
}
.hotspot:hover .btn-icon,
.hotspot.hvr .btn-icon {
  opacity: 1;
  left: 50%;
  transform: translate(-50%, -30px);
}
@media (max-width:979px) {
  .hotspot:hover .btn-icon,
  .hotspot.hvr .btn-icon {
    left: auto;
    right: -40px;
    transform: translate(-50%, 10px);
  }
}
.hotspot:hover .btn-icon:hover,
.hotspot.hvr .btn-icon:hover {
  background-color: #ffffff;
  border: 2px solid #f96000;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.hotspot.disabled,
.hotspot.inactive {
  opacity: 0.2;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}
.hotspot.variant-1 {
  display: grid;
  grid-template-columns: 56px 1fr 40px;
  gap: 16px;
  padding: 16px;
  border-radius: 75px;
  align-items: center;
  border: 2px solid #f10f45;
}
.hotspot.variant-1.no-brd {
  border: 0;
}
.hotspot.variant-1 .icn {
  margin: 0;
  transform: translate(0, 0);
  background-color: #f10f45;
}
.hotspot.variant-1 h6 {
  text-align: left;
  width: 100%;
}
.hotspot.variant-1 .btn-icon {
  left: auto;
  right: 12px;
  transform: translate(0%, 0px);
  margin-bottom: 0 !important;
  border: 2px solid #f10f45;
}
.hotspot.variant-1:hover h6,
.hotspot.variant-1.hvr h6 {
  transform: translate(0, 0);
}
.hotspot.variant-1:hover .icn,
.hotspot.variant-1.hvr .icn {
  margin: 0;
  transform: translate(0, 0);
}
.hotspot.variant-1:hover .btn-icon,
.hotspot.variant-1.hvr .btn-icon {
  right: 12px;
  transform: translate(0%, 0px);
  margin-bottom: 0;
}
.hotspot.variant-1.disabled,
.hotspot.variant-1.inactive {
  opacity: 0.2;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}
@media (max-width: 575px) {
  .hotspot.variant-1 {
    padding: 8px;
    grid-template-columns: 56px 1fr 40px;
  }
}
.hotspot.variant-1.ds-m-view {
  padding: 8px;
  grid-template-columns: 56px 1fr 40px;
}
.hotspot.variant-2 {
  border: 2px solid #686a6c;
}
.hotspot.variant-2.no-brd {
  border: 0;
}
@media (max-width: 575px) {
  .hotspot.variant-2 {
    padding: 32px 20px;
  }
}
.hotspot.variant-2.ds-m-view {
  padding: 32px 20px;
}
.hotspot.variant-2 .icn {
  background-color: #686a6c;
}
.hotspot.no-icon {
  padding: 32px 46px 32px 20px;
  grid-template-columns: 1fr;
  gap: 0;
}
.hotspot.ds-m-view {
  padding: 32px 46px 32px 20px;
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 16px;
}
.hotspot.ds-m-view.no-icon {
  padding: 32px 46px 32px 20px;
  grid-template-columns: 1fr;
  gap: 0;
}
.hotspot.ds-m-view.no-icon .copy-group {
  margin-bottom: 0;
}
.hotspot.ds-m-view a {
  margin: 0 !important;
}
.hotspot.ds-m-view h5,
.hotspot.ds-m-view h6,
.hotspot.ds-m-view h6 + p {
  text-align: left;
  margin-bottom: 0 !important;
}
.hotspot.ds-m-view p {
  text-align: left;
}
.hotspot.ds-m-view .icn {
  margin: 0;
}
.hotspot.ds-m-view .btn-icon {
  left: auto;
  right: -10px;
  margin-bottom: 0;
  transform: translate(0, 0);
}
.hotspot.ds-m-view:hover,
.hotspot.ds-m-view.hvr {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.hotspot.ds-m-view:hover .icn,
.hotspot.ds-m-view.hvr .icn {
  transform: translate(0, 0);
}
.hotspot.ds-m-view:hover h5,
.hotspot.ds-m-view:hover h6,
.hotspot.ds-m-view:hover p,
.hotspot.ds-m-view.hvr h5,
.hotspot.ds-m-view.hvr h6,
.hotspot.ds-m-view.hvr p {
  transform: translate(0, 0);
}
.hotspot.ds-m-view:hover .btn-icon,
.hotspot.ds-m-view.hvr .btn-icon {
  opacity: 1;
  left: auto;
  right: -20px;
  transform: translate(0, 0);
  margin-bottom: 0 !important;
}
.hotspot.ds-m-view:hover .btn-icon:hover,
.hotspot.ds-m-view.hvr .btn-icon:hover {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.hotspot.ds-m-view .copy-group {
  margin-bottom: 0 !important;
}

.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: 25px 10px;
    max-width: calc(50% - 20px);
    min-width: calc(50% - 20px);
    margin: 0;
  }
}
.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);
  }
}

.lang-ar .hotspot-row .hotspot .btn-icon img {
  transform: rotate(181deg);
}

.hotspot-row.opt2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0 -1.5%;
}
@media (max-width:767px) {
  .hotspot-row.opt2 {
    margin: 0 -10px;
  }
}
@media (min-width:720px) {
  .hotspot-row.opt2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .hotspot-row.opt2 {
    padding: 50px 0;
  }
}
.hotspot-row.opt2 .hotspot {
  min-width: auto;
  width: 100%;
  max-width: auto;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width:979px) {
  .hotspot-row.opt2 .hotspot {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width:767px) {
  .hotspot-row.opt2 .hotspot {
    padding: 25px 10px;
    margin: 10px 0;
  }
}
.hotspot-row.opt2 .hotspot .icn {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width:767px) {
  .hotspot-row.opt2 .hotspot .icn {
    width: 60px;
    height: 60px;
    padding: 10px 15px;
  }
}
.hotspot-row.opt2 .hotspot .icn img {
  max-width: 100%;
}
@media (max-width:767px) {
  .hotspot-row.opt2 .hotspot .btn-icon {
    bottom: -15px;
  }
}
@media (max-width:979px) {
  .hotspot-row.opt2 .hotspot:hover .icn {
    transform: translate(0, -35px);
    -ms-transform: translate(0, -35px);
  }
}
@media (max-width:979px) {
  .hotspot-row.opt2 .hotspot:hover h6 {
    transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
  }
}
.hotspot-row.opt2 .hotspot h4,
.hotspot-row.opt2 .hotspot h5,
.hotspot-row.opt2 .hotspot h6 {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 16px;
}
.hotspot-row.opt2 .hotspot h5 sup {
  top: -1em;
}
.hotspot-row.opt2 .hotspot sup {
  font-size: 12px;
  color: #686a6c;
  margin: 0 4px;
  font-weight: 400;
}

.img-hotSpot {
  position: relative;
}
.img-hotSpot.verti {
  max-width: 360px;
  margin: 0 auto;
}
.img-hotSpot a {
  display: flex;
  position: relative;
}
.img-hotSpot a h6 {
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width:979px) {
  .img-hotSpot a h6 {
    bottom: 16px;
  }
}
.img-hotSpot a img {
  border-radius: 8px;
  max-height: 450px;
}
.img-hotSpot a::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(25deg, rgb(19, 22, 24) 0%, rgb(19, 22, 24) 17%, rgba(255, 255, 255, 0.01) 77%);
  opacity: 0.9;
}
.img-hotSpot a:hover::after {
  content: "";
  background: linear-gradient(25deg, rgb(19, 22, 24) 0%, rgba(19, 22, 24, 0.8) 52%, rgba(19, 22, 24, 0.24) 100%);
  transition: 0.5s ease-in;
  opacity: 1;
}
.img-hotSpot.hvr a::after {
  content: "";
  background: linear-gradient(25deg, rgb(19, 22, 24) 0%, rgba(19, 22, 24, 0.8) 52%, rgba(19, 22, 24, 0.24) 100%);
  opacity: 1;
}

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

.phtstr-wrapper {
  max-width: 100%;
  padding: 0 20px;
  display: none;
}
@media (min-width:980px) {
  .phtstr-wrapper {
    max-width: 40%;
    position: relative;
    min-height: 480px;
    display: block;
  }
}
.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: 0;
  width: 95%;
}
.phtstr-wrapper .slider-content.active {
  top: 0;
  left: 0;
  width: 95%;
  opacity: 1;
  visibility: visible;
  position: absolute;
}
.phtstr-wrapper p.ct-type {
  margin: 0 0 16px 0;
}
.phtstr-wrapper p.lead {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 24px;
}
.phtstr-wrapper .btn.default,
.phtstr-wrapper .btn.action {
  margin-top: 40px;
}

.mbl-title {
  display: block;
}
@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;
    flex-direction: column;
    min-height: 720px;
    padding: inherit;
  }
}
@media (max-width:979px) {
  .phtsld .btn.default.btn-center {
    margin-top: 16px;
  }
}
.phtsld .cntbtn-act {
  position: relative;
  z-index: 1;
}
.phtsld .phtcnt {
  position: relative;
  z-index: 1;
}
@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 {
    position: absolute;
    background-color: #ffffff;
    width: 55%;
    right: 0;
    top: 48px;
    margin: 0;
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width:980px) {
  .lang-ar .phtsld .strslider {
    position: absolute;
    width: 55%;
    right: auto;
    left: 0;
  }
}

.camp-cnt {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  min-height: 260px;
}
.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: auto;
  bottom: 0;
  left: 0;
  content: "";
  background: rgb(0, 0, 0);
  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-pagination {
  position: relative;
}
.campCoverflow .swiper-pagination li,
.campCoverflow .swiper-pagination span,
.campCoverflow .swiper-pagination .swiper-pagination-bullet {
  transition: 0.5s ease-in-out;
  display: inline-block;
  width: 8px !important;
  height: 8px !important;
  border-radius: 100%;
  background-color: #686a6c;
  margin: 48px 4px 32px 4px;
}
.campCoverflow .swiper-pagination li.active,
.campCoverflow .swiper-pagination li.swiper-pagination-bullet-active,
.campCoverflow .swiper-pagination span.active,
.campCoverflow .swiper-pagination span.swiper-pagination-bullet-active,
.campCoverflow .swiper-pagination .swiper-pagination-bullet.active,
.campCoverflow .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px !important;
  height: 8px;
  border-radius: 8px;
  background-color: #f96000;
}

/* 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: 350px 0 0 350px;
  }
}
.dnttoday .dnt-wrap {
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .dnttoday .dnt-wrap {
    margin-left: -19px;
    margin-right: -19px;
  }
}
@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;
  }
}

@media (min-width:980px) {
  .lang-ar .dnttoday .dnt-wrap {
    justify-content: flex-end;
  }
}

/*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;
  scale: 0.95;
  transition: 1s ease-in-out;
  background-color: #131619;
  border-radius: 8px;
}
@media (min-width:980px) {
  .inf-gal .inf-card {
    scale: 0.9;
  }
}
.inf-gal .inf-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5441570378) 100%);
}
.inf-gal .inf-card img {
  width: 100%;
  position: relative;
  z-index: 0;
  border-radius: 8px;
  opacity: 0.8;
  z-index: 0;
}
.inf-gal .inf-card .inf-copy {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  padding: 0 32px 32px 32px;
  z-index: 2;
  transition: 0.5s ease-in-out;
}
.inf-gal .inf-card .inf-copy h4 {
  font-weight: 400;
}
.inf-gal .inf-card .inf-copy h4,
.inf-gal .inf-card .inf-copy p,
.inf-gal .inf-card .inf-copy a {
  color: #ffffff;
}
@media (max-width:979px) {
  .inf-gal .inf-card .inf-copy p {
    display: none;
  }
}
@media (min-width:720px) and (max-width:979px) {
  .inf-gal .inf-card .inf-copy p {
    font-size: 16px;
    line-height: 22px;
  }
}
.inf-gal .inf-card .inf-copy .ct-badge {
  padding: 4px 8px;
  border-radius: 75px;
  display: inline-block;
  color: #131619;
  font-size: 14px;
  margin-bottom: 16px;
  background-color: #d9dbe1;
}
.inf-gal .inf-card .inf-copy .info-copy-dtl {
  position: relative;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
@media (min-width:980px) {
  .inf-gal .inf-card .inf-copy .info-copy-dtl {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    opacity: 0;
    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 {
  scale: 1;
}
.inf-gal .inf-card:hover .inf-copy {
  bottom: auto;
  top: 28%;
}
@media (min-width:720px) and (max-width:979px) {
  .inf-gal .inf-card:hover .inf-copy {
    top: auto;
    bottom: 0;
  }
}
@media (min-width:980px) {
  .inf-gal .inf-card:hover .inf-copy {
    top: auto;
    bottom: 0;
  }
}
.inf-gal .inf-card:hover .inf-copy .info-copy-dtl {
  position: relative;
  height: auto;
  opacity: 1;
}
@media (max-width: 575px) {
  .inf-gal .infocusSwiper {
    padding-bottom: 56px !important;
  }
}
@media (min-width:980px) {
  .inf-gal .infocusSwiper {
    margin: 0 -16px;
    width: calc(100% + 32px);
  }
}
.inf-gal .infocusSwiper .swiper-wrapper {
  padding-left: 0 !important;
}
@media (min-width:980px) {
  .inf-gal .infocusSwiper .swiper-wrapper {
    justify-content: space-between;
  }
}
@media (min-width:980px) {
  .inf-gal .infocusSwiper .swiper-wrapper.two-slides {
    justify-content: flex-start;
  }
}
.inf-gal .infocusSwiper .swiper-slide {
  background-position: center;
  background-size: cover;
  max-width: 480px;
}
@media (min-width:980px) {
  .inf-gal .infocusSwiper .swiper-slide {
    margin-right: 0 !important;
  }
}
@media (max-width:767px) {
  .inf-gal .infocusSwiper .swiper-slide.swiper-slide-active .inf-card {
    margin: 0;
    scale: 1;
  }
}
.inf-gal .infocusSwiper .swiper-pagination-horizontal {
  bottom: -24px !important;
}

@media (min-width:720px) and (max-width:979px) {
  .lang-ar .inf-gal .inf-card .inf-copy h4 {
    font-size: 18px;
  }
}

/*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;
  unicode-bidi: isolate;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}
.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;
}

.title-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) {
  .title-vertical {
    font-size: 1.85em;
  }
}

.events {
  background-color: #eff1f7;
}
.events .container-sig {
  position: relative;
  min-height: 300px;
}
.events .container-sig .title-vertical {
  color: #b2b2b2;
}
.events .container-sig .events__list {
  margin-left: 64px;
}
@media (min-width:980px) {
  .events .container-sig .events__list {
    margin-left: 80px;
  }
}
.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;
}
@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 p.date {
  font-size: 14px;
  color: #3d4042;
  display: flex;
  align-items: center;
  font-weight: 400;
  margin-bottom: 10px;
}
.events .container-sig .events__list-item--content p.date 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;
}
.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;
}

@media screen {
  .path-frontpage .swp-m .swiper .swiper-wrapper {
    padding-left: 0;
  }
}

.fundingSwiper .card,
.keyresSwiper .card {
  height: 100%;
  position: relative;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 55px 30px;
  margin: 16px 0 16px 0;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .fundingSwiper .card,
  .keyresSwiper .card {
    padding: 25px;
  }
}
@media (min-width:980px) {
  .fundingSwiper .card,
  .keyresSwiper .card {
    margin: 16px 12px;
  }
}
.fundingSwiper .card .image,
.keyresSwiper .card .image {
  margin: -55px -30px 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .fundingSwiper .card .image,
  .keyresSwiper .card .image {
    margin: -25px -25px 0;
  }
}
.fundingSwiper .card .image + i,
.keyresSwiper .card .image + i {
  margin-top: -35px;
}
@media (max-width: 575px) {
  .fundingSwiper .card .image + i,
  .keyresSwiper .card .image + i {
    margin-top: -30px;
  }
}
.fundingSwiper .card .image + h3,
.keyresSwiper .card .image + h3 {
  margin-top: 20px;
}
.fundingSwiper .card .image img,
.keyresSwiper .card .image img {
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}
.fundingSwiper .card .image img:hover,
.keyresSwiper .card .image img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.fundingSwiper .card i,
.keyresSwiper .card i {
  background: #ffffff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
@media (max-width: 575px) {
  .fundingSwiper .card i,
  .keyresSwiper .card i {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
  }
}
.fundingSwiper .card i img,
.keyresSwiper .card i img {
  display: inline-block;
}
.fundingSwiper .card .content-type,
.keyresSwiper .card .content-type {
  color: #686a6c;
  font-weight: 700;
  font-size: 15px;
  margin-top: -5px;
}
.fundingSwiper .card .content-type + h3,
.keyresSwiper .card .content-type + h3 {
  margin-top: 15px;
}
.fundingSwiper .card .content-type + h3 + p,
.keyresSwiper .card .content-type + h3 + p {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .fundingSwiper .card .content-type + h3 + p,
  .keyresSwiper .card .content-type + h3 + p {
    margin-bottom: 50px;
  }
}
.fundingSwiper .card h2,
.keyresSwiper .card h2 {
  font-size: 54px;
  margin-bottom: 20px;
}
.fundingSwiper .card h3,
.keyresSwiper .card h3 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 36px;
}
.fundingSwiper .card h3 a,
.keyresSwiper .card h3 a {
  color: #131619;
}
.fundingSwiper .card p,
.keyresSwiper .card p {
  font-size: 14px;
  line-height: 1.25;
}
.fundingSwiper .card .source,
.keyresSwiper .card .source {
  font-size: 13px;
  color: #686a6c;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  margin: 0;
}


.emergencies-resources-main-wrapper .field-title a {
  color: #0090ca;
  font-size: 16px;
  font-family: "Atkinson Hyperlegible Next", sans-serif;
  font-weight: 700;
  line-height: 20px;
}

.last-updated-date-div {
  font-size: 14px;
  font-style: italic;
  margin: 0 0 15px;
  color: #808080;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.popover-wrapper .thepopover ul {
  float: left;
  width: 100%;
  list-style: none;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

.last-updated-date-div {
  font-size: 12px;
  font-style: italic;
  margin: 0 0 15px;
}

div#emergencies-table {
  width: 100% !important;
  margin: 0 !important;
}

.emergencies-result-achieved-top-content p:last-child {
  margin-bottom: 0;
  font-size: 12px;
  margin-top: 10px;
  float: left;
}

.emergencies-disclaimer.disclaimer-wrapper {
  margin: 15px 0;
}

#emergencies-key-results #results-year {
  background-position: top 7px right;
}

@media all and (max-width: 767px) {
  .view-id-emergencies_related_content .view-content nav.pager-nav ul.pager {
    margin-bottom: 0;
  }
}

.page-node-type-ct-emergencies-data .key-results.tabs li.active a {
  color: #000;
}

.page-node-type-ct-data-portal #emergencies-key-results #results-year {
  background-position: top 15px right 10px;
  color: #333333;
}

.page-node-type-ct-emergencies-data .alone-emergency .container {
  max-width: 100%;
  padding: 0 7px;
}

@media all and (max-width: 480px) {
  .block-unfpa-global-emergencies-dashboard .chart-wrapper .title-wrapper h3 {
    flex: none !important;
  }
}

/* key results*/
.filter {
  border-bottom: 1px solid #c8cfd6;
  padding: 25px 0 25px 0;
  margin: 0 0 15px 0;
  display: flex;
  gap: 20px;
  align-items: center;
}

.filter .form-group {
  display: inline-block;
  width: 33.33%;
  position: relative;
}

@media (min-width: 980px) {
  #emergencies-key-results .form-group:first-child {
    width: 22.3%;
  }
}

.filter .form-group label {
  display: block;
  font-weight: 400;
  font-size: 0.9em;
  padding: 10px 24px;
}

#emergencies-key-results .form-group label {
  padding-left: 0;
}

@media (min-width: 980px) {
  #emergencies-key-results .key-result .form-group .yr {
    width: 100%;
  }
}

.result--row .result-item {
  min-width: 260px;
  width: 31.5%;
  max-width: 31.5%;
  height: auto;
  margin: 16px 0;
  padding: 0;
  display: flex !important;
  flex-direction: column;
}

@media (max-width: 575px) {
  .result--row .result-item {
    min-width: 260px;
    width: 100%;
    max-width: 100%;
  }
}

.result--row .result-item i {
  width: 72px;
  margin-bottom: 16px;
}

.result--row .result-item i img {
  width: 100%;
}

.result--row .result-item .result-item--info h3 {
  margin: 0 0 16px 0;
  padding: 0;
  color: #000000;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}

.result--row .result-item .result-item--info p {
  line-height: 1.4;
  font-size: 15px;
  margin-top: 0;
}

.page-node-type-ct-data-portal #emergencies-key-results h3 {
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: #002534;
}

.page-node-type-ct-data-portal #emergencies-key-results .swiper {
  padding: 0 !important;
}

.lang-ar .page-intro-text-wrapper {
  border-left: 0 none;
  border-right: 2px solid #2c8fce;
}

.topo {
  margin-top: -12px;
  margin-bottom: 48px;
}

@media (min-width: 980px) {
  .swiper.keyresSwiper {
    margin-top: 32px;
  }

  .result--row.swiper-wrapper {
    gap: 24px;
    flex-wrap: wrap;
  }

  .result--row .swiper-slide.result-item {
    margin: 0;
    padding: 0;
  }

  .result--row .swiper-slide.result-item .card {
    margin-top: 0;
    margin-bottom: 0;
  }

  .keyresSwiper .card {
    margin: 0;
  }

  .container.gbl-snap .row .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
