@media (max-width: 575px) {
  .gblSnap-sldr-wrapper {
    margin: 0 -15px;
  }
}

.gblSnap-sldr-wrapper .slider {
  display: inline-block;
  width: 100%;
}

@media (max-width: 1199px) {
  .gblSnap-sldr-wrapper .slider {
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
  .gblSnap-sldr-wrapper .slider {
    padding: 0;
  }
}

.gblSnap-sldr-wrapper .slider .slick-list {
  padding: 25px 0;
}

.gblSnap-sldr-wrapper .slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}

.gblSnap-sldr-wrapper .slider .slick-slide div {
  width: 100%;
}

.gblSnap-sldr-wrapper .slider .card {
  height: 100%;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 55px 30px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
}

.gblSnap-sldr-wrapper .slider .card:hover {
  -webkit-box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
}

@media (max-width: 575px) {
  .gblSnap-sldr-wrapper .slider .card {
    padding: 25px;
    width: 320px;
  }
}

.gblSnap-sldr-wrapper .slider .card i {
  background: #ffffff;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: 0 auto 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  .gblSnap-sldr-wrapper .slider .card i {
    width: 60px;
    height: 60px;
    padding: 0;
    margin-bottom: 25px;
  }
}

.gblSnap-sldr-wrapper .slider .card i img {
  display: inline-block;
}

.gblSnap-sldr-wrapper .slider .card h3 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 28px;
  color: #000000;
}

.gblSnap-sldr-wrapper .slider .card p {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px;
}

.gblSnap-sldr-wrapper .slider .slick-dots {
  display: none !important;
}

@media (max-width: 575px) {
  .gblSnap-sldr-wrapper .slider .slick-dots {
    display: block !important;
  }
}

.gblSnap-sldr-wrapper .slider .slick-dots li {
  margin: 0;
  width: 12px;
}

.gblSnap-sldr-wrapper .slider .slick-dots li button:before {
  width: 10px;
  color: #ed8b00;
}

.gblSnap-sldr-wrapper .slider .slick-dots li button {
  width: 10px;
}

.gblSnap-sldr-wrapper .slider .slick-dots li.slick-active button:before {
  font-size: 10px;
  color: #ed8b00;
}

.gblSnap-sldr-wrapper .slider .slick-arrow {
  border: 2px solid #ed8b00;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

@media (max-width: 1199px) {
  .gblSnap-sldr-wrapper .slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 575px) {
  .gblSnap-sldr-wrapper .slider .slick-arrow {
    display: none !important;
  }
}

.gblSnap-sldr-wrapper .slider .slick-arrow::before {
  color: #ed8b00;
  opacity: 1;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-top: 2px solid #ed8b00;
  border-left: 2px solid #ed8b00;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.gblSnap-sldr-wrapper .slider .slick-arrow::after {
  content: "";
  height: 2px;
  width: 17px;
  background: #ed8b00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

@media (max-width: 1199px) {
  .gblSnap-sldr-wrapper .slider .slick-arrow::after {
    left: 10px;
  }
}

.gblSnap-sldr-wrapper .slider .slick-arrow.slick-prev {
  left: -75px;
}

@media (max-width: 1199px) {
  .gblSnap-sldr-wrapper .slider .slick-arrow.slick-prev {
    left: -20px;
  }
}

.gblSnap-sldr-wrapper .slider .slick-arrow.slick-next {
  right: -75px;
}

@media (max-width: 1199px) {
  .gblSnap-sldr-wrapper .slider .slick-arrow.slick-next {
    right: -20px;
  }
}

.gblSnap-sldr-wrapper .slider .slick-arrow.slick-next::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

select {
  display: none;
}

.selectdropdown {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.25)),
      to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #eee;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.0075);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.0075);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.selectdropdown:focus {
  background-color: #f1f1f1;
}

.selectdropdown:hover {
  background-color: #f3f3f3;
}

.selectdropdown:active,
.selectdropdown.open {
  background-color: #ffffff;
  border-color: #ed8b00;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.selectdropdown:after {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777;
  -webkit-transform: origin(50% 20%);
  transform: origin(50% 20%);
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  content: "";
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
}

.selectdropdown.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.selectdropdown.open .list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
  width: 100%;
}

.selectdropdown.open .list ul {
  max-height: 300px;
  overflow-y: scroll;
}

.selectdropdown.open .option {
  cursor: pointer;
  border-bottom: 1px #ccc solid;
}

.selectdropdown.open .option:last-child {
  border-bottom: 0;
}

.selectdropdown.wide {
  width: 100%;
}

.selectdropdown.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.selectdropdown .list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 4px;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}

.selectdropdown .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.selectdropdown .option {
  cursor: default;
  font-weight: 400;
  line-height: 48px;
  outline: none;
  padding: 0px 29px 0px 18px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow-wrap: break-word;
  white-space: break-spaces;
}

.selectdropdown .option:hover,
.selectdropdown .option:focus {
  background-color: #f6f6f6 !important;
}

.selectdropdown .option.selected {
  font-weight: 600;
  border-left: 4px solid #ed8b00;
}

.selectdropdown .option.selected:focus {
  background: #ffffff;
}

.tabslist-wrap {
  position: relative;
  overflow: hidden;
}

.tabslist-wrap .scroller {
  text-align: center;
  cursor: pointer;
  display: block;
  padding: 7px;
  white-space: no-wrap;
  background-color: #fff;
  position: absolute;
  top: 10px;
  z-index: 2;
}

.tabslist-wrap .scroller.scroller-right {
  right: 0px;
}

.tabslist-wrap .scroller.scroller-left {
  left: 0px;
}

.tab-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 1px solid #d4d8db;
}

@media (max-width: 580px) {
  .tab-list01 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
  }

  .tab-list01::-webkit-scrollbar {
    max-height: 50%;
    height: 50%;
  }
}

.tab-list01 ul {
  border-bottom: 1px solid #eff1f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-list01 ul li {
  margin-right: 10px;
  text-align: center;
}

@media (max-width: 575px) {
  .tab-list01 ul li {
    max-width: 80px;
    min-width: 50px;
    text-align: center;
  }
}

.tab-list01 ul li:last-child {
  margin-right: 0;
}

.tab-list01 ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #848484;
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 575px) {
  .tab-list01 ul li a {
    font-size: 12px;
    padding: 14px 10px;
  }
}

.tab-list01 ul li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 4px;
  width: 0;
  background: #ed8b00;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.tab-list01 ul li a:hover {
  color: #000;
}

.tab-list01 ul li a:hover:after {
  width: 100%;
}

.tab-list01 ul li a i {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #c3c3c3;
  margin-bottom: 20px;
  border-radius: 3px;
}

.tab-list01 ul li a span {
  width: 100%;
  line-height: 24px;
  height: 100%;
}

.tab-list01 ul li.active a {
  color: #000;
}

.tab-list01 ul li.active a:after {
  width: 100%;
}

.tab-wrap {
  position: relative;
  margin: 0;
}

@media (max-width: 580px) {
  .tab-wrap {
    padding: 0;
  }
}

.scroll-control {
  position: absolute;
  top: 9px;
  right: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  display: none;
}

@media (max-width: 575px) {
  .scroll-control {
    display: block;
  }
}

.scroll-control::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.tab-with-icon {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .tab-with-icon .f-dropdown.selectDropdown {
    --max-scroll: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-with-icon .f-dropdown.selectDropdown ul {
    opacity: 1;
    position: relative;
    -webkit-transform: none;
    transform: none;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-bottom: 1px solid #eff1f3;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: initial;
    -webkit-transition: none;
    transition: none;
    left: auto;
    right: auto;
    top: auto;
  }

  .tab-with-icon .f-dropdown.selectDropdown ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 10px;
  }

  .tab-with-icon .f-dropdown.selectDropdown ul li:nth-child(-n + 2) {
    max-width: 150px;
  }

  .tab-with-icon .f-dropdown.selectDropdown ul li:nth-child(3) {
    max-width: 120px;
  }

  .tab-with-icon .f-dropdown.selectDropdown ul li:last-child {
    margin-right: 0;
  }

  .tab-with-icon .f-dropdown.selectDropdown ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: none;
    font-weight: 600;
    font-size: 16px;
    color: #848484;
    padding: 14px 20px 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tab-with-icon .f-dropdown.selectDropdown ul li a::before {
    content: "";
    background: #ed8b00;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 4px;
    width: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }

  .tab-with-icon .f-dropdown.selectDropdown ul li a img {
    margin: 0 0 20px;
    width: auto;
  }

  .tab-with-icon .f-dropdown.selectDropdown ul li a span {
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .tab-with-icon .f-dropdown.selectDropdown ul li a:hover {
    color: #000;
  }

  .tab-with-icon .f-dropdown.selectDropdown ul li a:hover::before {
    width: 100%;
  }

  .tab-with-icon .f-dropdown.selectDropdown ul li.active a {
    border-left: none;
    color: #000;
  }

  .tab-with-icon .f-dropdown.selectDropdown ul li.active a::before {
    width: 100%;
    top: auto;
  }

  .tab-with-icon .f-dropdown.selectDropdown>span {
    display: none;
  }
}

.functional-tab-01 {
  padding: 0 15px;
}

.functional-tab-01 .selectdropdown::after {
  border-color: #000;
  width: 10px;
  height: 10px;
  top: -6px;
}

.functional-tab-01 .selectdropdown.open::after {
  top: 3px;
}

@media (min-width: 768px) {
  .functional-tab-01 .current {
    display: none;
  }

  .functional-tab-01 .selectdropdown {
    height: auto;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    white-space: initial;
    padding: 0;
  }

  .functional-tab-01 .selectdropdown::after {
    display: none;
  }

  .functional-tab-01 .selectdropdown .list {
    position: relative;
    top: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
  }

  .functional-tab-01 .selectdropdown .list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eff1f3;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
  }

  .functional-tab-01 .selectdropdown .list ul li {
    cursor: pointer;
    line-height: 21px;
  }

  .functional-tab-01 .selectdropdown .option {
    position: relative;
    font-weight: 400;
    font-size: 22px;
    color: #848484;
    padding: 22px 20px 18px;
    min-width: 220px;
    text-align: center;
    border-right: 1px solid #eaedef;
    border-bottom: 4px solid transparent;
  }

  .functional-tab-01 .selectdropdown .option:last-child {
    border-right: none;
  }

  .functional-tab-01 .selectdropdown .option.selected {
    border-left: none;
    border-bottom: 4px solid #ed8b00;
    color: #000;
    font-weight: 600;
  }

  .functional-tab-01 .selectdropdown .option.selected::after {
    width: 100%;
  }

  .functional-tab-01 .selectdropdown .option:hover {
    background: none;
    border-bottom-color: #ed8b00;
    color: #000;
    font-weight: 600;
  }
}

@media (min-width: 1161px) {
  .container {
    width: 1170px;
  }
}

section {
  padding: 64px 0;
}

.bg--grey-l1 {
  background-color: #bdc5ce;
}

.bg--grey-l2 {
  background-color: #dee2e6;
}

.bg--grey-l3 {
  background-color: #f4f5f6;
}

.card-multisizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media (max-width: 575px) {
  .card-multisizes {
    margin: 0 -5px;
  }
}

.card-multisizes .multiple {
  position: relative;
  margin: 1.5%;
}

.card-multisizes .multiple a {
  position: relative;
  display: block;
  overflow: hidden;
}

.card-multisizes .multiple a::after {
  content: "";
  position: absolute;
  background: black;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      color-stop(80%, rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 80%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-multisizes .multiple a img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  min-height: 300px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  scale: 1.05;
}

@media (max-width: 979px) {
  .card-multisizes .multiple a img {
    min-height: 200px;
  }
}

.card-multisizes .multiple a h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 25px;
  letter-spacing: 0.5px;
  font-size: 26px;
  line-height: 26px;
  z-index: 1;
}

.lang-ar .card-multisizes .multiple a h6 {
  left: auto;
  right: 0;
}

@media (max-width: 979px) {
  .card-multisizes .multiple a h6 {
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
  }
}

.card-multisizes .multiple a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card-multisizes .multiple.cl-6 {
  width: 47%;
}

.card-multisizes .multiple.cl-4 {
  width: 30.3%;
}

@media (max-width: 575px) {
  .card-multisizes .multiple.cl-4 {
    width: 46.66%;
  }
}

.featureCard {
  margin: 0;
  margin-bottom: 1em;
  width: 100%;
  position: relative;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border: 0;
  min-height: 238px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  .featureCard {
    width: calc(100% + 30px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 576px) and (max-width: 859px) {
  .featureCard {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}

.featureCard__image {
  position: relative;
  max-height: 360px;
  overflow: hidden;
  background-color: #ffffff;
  width: 56%;
  margin: 0;
}

@media (max-width: 859px) {
  .featureCard__image {
    width: 100%;
    margin: 0;
  }

  .featureCard__image img {
    width: 100%;
  }
}

.featureCard__image img {
  width: 100%;
  transition: -webkit-transform 2.4s linear;
  -webkit-transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}

.featureCard__image img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.featureCard__image iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.featureCard__image .btn-vidoplay {
  width: 50px;
  height: 50px;
  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;
}

.featureCard__image p.youtube-link {
  position: absolute;
  visibility: hidden;
}

.featureCard__image.ct-card__video {
  padding: 18% 0;
}

.featureCard__video {
  min-height: 530px;
  height: 100%;
  max-height: 530px;
  padding: 28% 0;
  overflow: hidden;
  position: relative;
  background-color: #eaeaea;
}

.featureCard__video a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  max-height: 530px;
}

.featureCard__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

@media (max-width: 575px) {
  .featureCard__video {
    min-height: 220px;
    height: 100%;
    max-height: 220px;
  }
}

.featureCard__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
}

.featureCard__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 0;
  width: 48%;
  height: calc(100% - 3em);
  max-width: 538px;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  background-color: #ffffff;
  margin: 2em 0;
  right: 0;
  position: absolute;
}

.featureCard__details:hover {
  -webkit-box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
}

@media (max-width: 859px) {
  .featureCard__details {
    position: relative;
    width: 90%;
    max-width: 100%;
    margin: -15px auto;
    height: auto;
  }
}

.lang-ar .featureCard__details {
  right: auto;
  left: 0;
}

.featureCard__details--body {
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
}

.featureCard__details--body p.date-type,
.featureCard__details--body .news-date {
  color: #666666;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}

.featureCard__details--body .news-date {
  color: #666666;
}

.featureCard__details--body p.content-type {
  color: #666666;
  text-transform: normal;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}

.featureCard__details--body h3.card-title,
.featureCard__details--body h4.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.8em 0;
}

.featureCard__details--body h3,
.featureCard__details--body h3.card-title {
  font-size: 1.6em;
}

.featureCard__details--body h4,
.featureCard__details--body h4.card-title {
  font-size: 1.2em;
  margin: 0 0 1em 0;
}

.featureCard__details--body h3.card-title,
.featureCard__details--body h3.card-title a,
.featureCard__details--body h4.card-title,
.featureCard__details--body h4.card-title a {
  color: #000000;
  line-height: 1.4;
  padding-top: 0;
}

.featureCard__details--body h3.card-title:hover,
.featureCard__details--body h3.card-title a:hover,
.featureCard__details--body h4.card-title:hover,
.featureCard__details--body h4.card-title a:hover {
  color: #4a8bcd;
}

.lang-ar .ct-card-group.colm-3 .ct-card__details--body h3.card-title {
  text-align: right;
}

.featureCard__details--body .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.featureCard__details--body .info p {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
}

.featureCard__details--body .info p.content-type {
  color: #666666;
  font-weight: 700;
  margin-bottom: 0;
}

.featureCard__details--body .info p.date {
  color: #666666;
  margin-bottom: 0;
}

.featureCard__details--body p {
  line-height: 1.5;
}

.featureCard__details--body a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  bottom: 1.5em;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.featureCard__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 10px;
}

.featureCard__details--body a.btn:hover::after {
  content: "";
  width: 90%;
  height: 4px;
  background-color: #ed8b00;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.featureCard__details--body a.btn:focus {
  outline: none;
}

@media (max-width: 859px) {
  .featureCard__details--body {
    width: 100%;
    min-height: 170px;
  }
}

.featureCard.video {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.featureCard.video .contextual-region {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.featureCard.video .featureCard__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  width: 44%;
  max-width: 100%;
}

@media (max-width: 575px) {
  .featureCard.video .featureCard__details {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: auto;
    bottom: auto;
  }
}

.featureCard.video .featureCard__details--body {
  width: calc(100% - 3em);
  background-color: #ffffff;
  padding: 32px 32px 64px 32px;
}

@media (max-width: 575px) {
  .featureCard.video .featureCard__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) {
  .featureCard.video .featureCard__details--body {
    width: 100%;
  }
}

.featureCard.video .featureCard__details--body p.date-type,
.featureCard.video .featureCard__details--body .news-date {
  color: #666666;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}

.featureCard.video .featureCard__details--body .news-date {
  color: #666666;
}

.featureCard.video .featureCard__details--body p.content-type {
  color: #666666;
  text-transform: normal;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}

.featureCard.video .featureCard__details--body h3.card-title,
.featureCard.video .featureCard__details--body h4.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.8em 0;
}

.featureCard.video .featureCard__details--body h3,
.featureCard.video .featureCard__details--body h3.card-title {
  font-size: 1.6em;
}

.featureCard.video .featureCard__details--body h4,
.featureCard.video .featureCard__details--body h4.card-title {
  font-size: 1.2em;
  margin: 0 0 1em 0;
}

.featureCard.video .featureCard__details--body h3.card-title,
.featureCard.video .featureCard__details--body h3.card-title a,
.featureCard.video .featureCard__details--body h4.card-title,
.featureCard.video .featureCard__details--body h4.card-title a {
  color: #000000;
  line-height: 1.4;
  padding-top: 0;
}

.featureCard.video .featureCard__details--body h3.card-title:hover,
.featureCard.video .featureCard__details--body h3.card-title a:hover,
.featureCard.video .featureCard__details--body h4.card-title:hover,
.featureCard.video .featureCard__details--body h4.card-title a:hover {
  color: #4a8bcd;
}

.featureCard.video .featureCard__details--body .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.featureCard.video .featureCard__details--body .info p {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
}

.featureCard.video .featureCard__details--body .info p.content-type {
  color: #666666;
  font-weight: 700;
  margin-bottom: 0;
}

.featureCard.video .featureCard__details--body .info p.date {
  color: #666666;
  margin-bottom: 0;
}

.featureCard.video .featureCard__details--body p {
  line-height: 1.5;
}

.featureCard.video .featureCard__details--body a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  bottom: 1.5em;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.featureCard.video .featureCard__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 10px;
}

.featureCard.video .featureCard__details--body a.btn:hover::after {
  content: "";
  width: 90%;
  height: 4px;
  background-color: #ed8b00;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.featureCard.video .featureCard__details--body a.btn:focus {
  outline: none;
}

.featureCard.video .featureCard__details--body a.btn::after {
  bottom: 10px;
}

.featureCard.video .featureCard__details--body h2.card-title {
  font-weight: 700;
}

.featureCard.video .featureCard__details--body h3.card-title,
.featureCard.video .featureCard__details--body h4.card-title {
  margin: 0;
}

a.videoplay::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  display: inline-block !important;
  opacity: 0.6;
  background: url(../imgs/icon-videoplay.svg) no-repeat center center;
}

a.btn--border {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: relative;
  font-size: 16px;
  left: 40px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

a.btn--border::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ed8b00;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 10px;
}

a.btn--border:hover {
  color: #000000;
}

a.btn--border:hover::after {
  content: "";
  width: 90%;
  height: 4px;
  background-color: #ed8b00;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.gbl-snap h3 {
  color: #666666;
}

.gblSnap-sldr {
  padding: 0 75px;
}

@media (max-width: 575px) {
  .gblSnap-sldr {
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 979px) {
  .gblSnap-sldr {
    padding: 0 25px;
  }
}

.key--results {
  padding: 25px 0 0 0;
  overflow: hidden;
}

.key--results h3 {
  padding-bottom: 16px;
}

@media (max-width: 575px) {
  .key--results .filter .form-group {
    width: auto;
  }

  .key--results .filter .form-group:first-child {
    margin-right: 15px;
  }
}

.filter .form-group .select-dropdown::after {
  background: none;
}

.selectdropdown.select-dropdown--country {
  min-width: 200px;
}

.selectdropdown.select-dropdown--country span.current {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 210px;
  display: block;
}

.tab-list01 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.key--results .tab-list01 ul {
  width: 100%;
}

.key--results .tab-contents {
  border: 1px solid #d1d1d1;
  padding: 16px 0;
  overflow: hidden;
}

.key--results .tab-contents .result--wraper {
  display: block;
}

.key--results .tab-contents .result--wraper:not(:first-child) {
  display: block;
  height: 0;
  overflow: hidden;
}

@media (min-width: 980px) {
  .key--results .tab-contents .result--wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.key--results .tab-contents .result--wraper.active {
  height: auto;
}

.key--results .tab-contents .result--wraper .result--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.key--results .tab-contents .result--wraper .result-item {
  margin: 16px;
  min-width: 230px;
  max-width: 360px;
  width: calc(100% / 4 - 32px);
  padding: 16px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 575px) {
  .key--results .tab-contents .result--wraper .result-item {
    width: 100%;
    max-width: 360px;
    text-align: center;
    margin: 16px 0;
  }
}

@media (min-width: 720px) and (max-width: 820px) {
  .key--results .tab-contents .result--wraper .result-item {
    width: 100%;
    max-width: 460px;
    text-align: center;
    margin: 16px 0;
  }
}

@media (min-width: 821px) {
  .key--results .tab-contents .result--wraper .result--row {
    flex-wrap: wrap;
  }
}

.key--results .tab-contents .result--wraper .result-item i {
  width: 72px;
  margin-bottom: 16px;
}

@media (max-width: 820px) {
  .key--results .tab-contents .result--wraper .result-item i {
    margin: 0 auto 16px auto;
  }
}

.key--results .tab-contents .result--wraper .result-item i img {
  width: 100%;
}

.key--results .tab-contents .result--wraper .result-item .result-item--info h3 {
  margin: 0 0 16px 0;
  padding: 0;
  color: #000000;
  font-weight: 700;
  font-size: 32px;
}

.key--results .tab-contents .result--wraper .result-item .result-item--info p {
  line-height: 1.4;
}

.key--results .btn-center {
  max-width: 320px !important;
}

@media (max-width: 575px) {
  .key--results .btn-center {
    margin-top: 32px !important;
  }
}

.key--results .scroll-control {
  top: 23px;
  right: -22px;
}

.tab-list01 ul.ct-tabs {
  width: 100%;
}

@media (max-width: 979px) {
  .cnt-type--block .tab-list01 {
    padding-top: 16px;
  }
}

@media (max-width: 575px) {
  .cnt-type--block .tab-list01 ul li a {
    padding: 14px 10px;
    font-size: 12px;
  }
}

.cnt-type--block .tab-contents {
  padding: 16px 0 16px 0;
}

.cnt-type--block .tab-contents .tab-cnt-wrapper {
  display: block;
}

.cnt-type--block .tab-contents .tab-cnt-wrapper:not(:first-child) {
  display: block;
  height: 0;
  overflow: hidden;
}

@media (min-width: 980px) {
  .cnt-type--block .tab-contents .tab-cnt-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.cnt-type--block .tab-contents .tab-cnt-wrapper.active {
  height: auto;
}

.cnt-type--block .tab-contents .tab-cnt-wrapper .ct-card-group {
  margin-left: -2%;
  margin-right: -2%;
}

@media (max-width: 575px) {
  .cnt-type--block .tab-contents .tab-cnt-wrapper .ct-card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 35px;
  }
}

@media (min-width: 860px) {
  .cnt-type--block .tab-contents .tab-cnt-wrapper .ct-card-group {
    flex-wrap: nowrap;
  }
}

@media (max-width: 979px) {
  .cnt-type--block .tab-contents .tab-cnt-wrapper .ct-card-group .ct-card {
    min-width: 300px;
  }
}

.card-ui-01.content-fndraise {
  max-width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card-ui-01.content-fndraise .card-ui-01 .row {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.withEffect-hero-image {
  background: #f4f5f6;
}

.block-emergencies-humanitarian-appeal-block,
.block-lights-out {
  background-color: #dee2e6;
  margin-left: -15px;
  margin-right: -15px;
}

.block-emergencies-results-achieved {
  padding-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1160px) {
  .bg--grey-l2 .container {
    max-width: 920px;
    width: auto;
  }
}

@media (min-width: 651px) and (max-width: 959px) {
  .card-ui-01 .card {
    width: 50%;
    min-width: 300px;
  }
}

.page-node-type-ct-topics .view-id-humanitarian [type="radio"]:checked+label,
.page-node-type-ct-topics .view-id-humanitarian [type="radio"]:not(:checked)+label {
  padding-left: 0;
  margin: 10px 15px;
  color: #919fae;
  font-size: 1.1em;
  font-weight: 700;
}

@media (max-width: 575px) {

  .page-node-type-ct-topics .view-id-humanitarian [type="radio"]:checked+label,
  .page-node-type-ct-topics .view-id-humanitarian [type="radio"]:not(:checked)+label {
    margin-bottom: 20px;
  }
}

.page-node-type-ct-topics .view-id-humanitarian [type="radio"]:checked+label:before,
.page-node-type-ct-topics .view-id-humanitarian [type="radio"]:not(:checked)+label:before {
  opacity: 0;
}

.page-node-type-ct-topics .view-id-humanitarian [type="radio"]:checked+label:after,
.page-node-type-ct-topics .view-id-humanitarian [type="radio"]:not(:checked)+label:after {
  border-radius: 0;
  top: 28px;
  width: 100%;
  height: 2px;
  left: 0;
}

.page-node-type-ct-topics .view-id-humanitarian [type="radio"]:checked+label {
  color: #000;
}

.view-id-humanitarian .bef-exposed-form .form--inline>.form-item {
  float: none;
}

.view-id-humanitarian .bef-exposed-form legend {
  display: none;
}

.view-id-humanitarian .form-radios {
  border-bottom: 1px solid #e5e5e5;
}

.view-id-humanitarian .view-filters.form-group {
  margin-bottom: 0;
}

.mixd-lib-slder .slick-initialized .slick-slide {
  min-width: 300px;
}

/* Swiper Style */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: left;
  height: auto;
  display: block;
}

@media (max-width: 820px) {
  .swiper-wrapper.ct-card-group {
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: unset;
  }

  .ct-card-group.colm-3 .swiper-slide.ct-card {
    margin: 16px 0;
    min-width: 48.5%;
    max-width: 48%;
    width: calc(100% / 2 - 32px);
    min-height: 460px;
  }
}

@media (min-width: 720px) and (max-width: 800px) {
  .cnt-type--block .tab-contents .tab-cnt-wrapper .ct-card-group .ct-card {
    min-width: 220px;
    margin-top: 0 !important;
    margin-bottom: 50px !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    width: auto;
    max-width: 340px;
  }
}

@media (min-width: 801px) and (max-width: 820px) {
  .cnt-type--block .tab-contents .tab-cnt-wrapper .ct-card-group .ct-card {
    min-width: 220px;
    margin-top: 0 !important;
    margin-bottom: 50px !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    width: auto;
    max-width: 300px;
  }
}

@media (max-width: 575px) {
  .cnt-type--block .tab-contents .tab-cnt-wrapper .ct-card-group .ct-card {
    min-width: 300px;
    margin: 0 0 50px 0 !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    width: calc(100%) !important;
    max-width: 360px;
  }
}

.ct-card-group.colm-3 .ct-card__details--body a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  bottom: 1.5em;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.ct-card-group.colm-3 .ct-card__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 10px;
}

.hum-t-action {
  margin-left: -15px;
  margin-right: -15px;
}

.tab-cnt-wrapper .pager-nav ul.pager {
  margin-bottom: 0;
}

#emergencies-key-results .key--results .btn-center {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  #emergencies-key-results .key--results .btn-center {
    font-size: 12px;
  }
}

#emergencies_results_achieved_dashboard .container.gbl-snap {
  width: auto !important;
}

section.block-unfpa-global-cookies {
  padding: 0;
}

#emergencies-key-results #results-year {
  min-width: 150px;
}

@media (max-width: 575px) {
  .cnt-type--block .tab-contents .tab-cnt-wrapper .ct-card-group .ct-card {
    margin: 0 0 15px 0;
  }
}

.result--wraper .result-item--info {
  padding-bottom: 30px;
}

.featureCard .card-title a {
  color: #000000;
}

@media (max-width: 767px) {
  .tab-cnt-wrapper .pager-nav ul.pager {
    margin-top: 15px;
  }
}

@media (min-width: 980px) and (max-width: 1366px) {
  .topic .quick-nav__nav {
    margin: 0 !important;
  }
}

.swiper-pagination-bullet {
  background-color: #ed8b00;
  width: 6px;
  height: 6px;
}

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

.page-node-type-ct-topics .featureCard__image a h3 {
  position: absolute;
  text-align: center;
  width: 100%;
  color: #ffffff;
  top: 48%;
  z-index: 2;
}

.page-node-type-ct-topics .displayCard__image a {
  position: relative;
}

.page-node-type-ct-topics .displayCard__image a h3 {
  position: absolute;
  text-align: center;
  width: 100%;
  color: #ffffff;
  top: 48%;
  z-index: 2;
}