@keyframes childnav-pos {
  from {
    top: 80px;
    opacity: 0;
  }
  to {
    top: 58px;
    opacity: 1;
  }
}
.sidebar-wrapper {
  display: flex;
  gap: 16px;
}
@media (min-width:980px) {
  .sidebar-wrapper {
    gap: 24px;
  }
}
.sidebar-wrapper .cl-4 {
  width: 28%;
  display: none;
}
@media (min-width:980px) {
  .sidebar-wrapper .cl-4 {
    display: block;
    min-width: 320px;
  }
}
.sidebar-wrapper .cl-8 {
  width: 100%;
}
@media (min-width:980px) {
  .sidebar-wrapper .cl-8 {
    width: 72%;
  }
}
.sidebar-wrapper .cl-8 figure img {
  margin: 0;
}
.sidebar-wrapper .cl-12 {
  width: 100%;
}
@media (max-width:979px) {
  .sidebar-wrapper .cl-12 {
    margin: 0 auto;
  }
}
@media (min-width:980px) {
  .sidebar-wrapper .cl-12 .cnt-max750 {
    max-width: 1000px;
  }
}
.sidebar-wrapper .cnt-max750 {
  margin: 0 auto;
}
@media (min-width:980px) {
  .sidebar-wrapper .cnt-max750 {
    margin: 0;
    max-width: 820px;
  }
}
.sidebar-wrapper .sidebar {
  border-top: 8px solid #f96000;
  max-width: 300px;
  width: 100%;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  margin-left: 0;
  position: sticky;
  top: 88px;
  margin-bottom: 65px;
}
.sidebar-wrapper .sidebar p {
  font-size: 12px;
  color: #686a6c;
  padding: 16px 16px 16px 32px;
  margin: 0;
}
.sidebar-wrapper .sidebar ul.sidenav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-wrapper .sidebar ul.sidenav li {
  list-style: none;
  border-bottom: 0.5px solid #eff1f7;
  margin: 0 0 0 28px;
  position: relative;
}
.sidebar-wrapper .sidebar ul.sidenav li a {
  padding: 16px;
  margin: 0 16px 0 5px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.sidebar-wrapper .sidebar ul.sidenav li a:hover {
  font-weight: 400;
  color: #686a6c;
}
.sidebar-wrapper .sidebar ul.sidenav li.active a {
  font-weight: 700;
}
.sidebar-wrapper .sidebar ul.sidenav li.active::after {
  content: "";
  width: calc(100% + 28px);
  background-color: #fdcfb3;
  position: absolute;
  top: -1px;
  left: -28px;
  height: calc(100% + 2px);
  z-index: 0;
  border-right: 3px solid #f96000;
}
.sidebar-wrapper .sidebar .link-explore {
  background-color: #666666;
  padding: 0 0 0 30px;
}
.sidebar-wrapper .sidebar .link-explore a {
  display: block;
  background-color: #666666;
  padding: 16px 32px 16px 22px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  border-bottom: 1px #eaeaea solid;
}
.sidebar-wrapper .sidebar .link-explore a:last-child {
  border: 0 none;
}
.sidebar-wrapper .sidebar .link-explore a span,
.sidebar-wrapper .sidebar .link-explore a strong {
  display: block;
}
.sidebar-wrapper .sidebar .link-explore a strong {
  font-size: 14px;
  letter-spacing: 0px;
}
.sidebar-wrapper .sidebar .link-explore a::after {
  content: "";
  position: absolute;
  background: url(../images/arrow-fill-next.svg) no-repeat;
  bottom: 18px;
  right: 20px;
  width: 20px;
  height: 17px;
  top: calc(50% - 8px);
}
.sidebar-wrapper .sidebar .link-explore a:hover {
  color: #fff;
}
.sidebar-wrapper .sidebar .link-explore a:hover:after {
  animation: leftright 1s infinite;
}

@keyframes leftright {
  0% {
    right: 20px;
  }
  50% {
    right: 10px;
  }
  100% {
    right: 20px;
  }
}
.tabcnt-showhide {
  display: none;
}

.quicknav-wrapper {
  position: sticky;
  top: 60px;
  background-color: #ffffff;
  z-index: 1;
  min-height: 136px;
  border: 1px solid #e3e3e3;
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px 16px 0 16px;
  margin-bottom: 32px;
}
@media (min-width:980px) {
  .quicknav-wrapper {
    display: none;
  }
}
.quicknav-wrapper p {
  font-size: 14px;
  color: #686a6c;
  padding-bottom: 16px;
}
@media (max-width:979px) {
  .quicknav-wrapper p {
    margin-bottom: 0 !important;
  }
}
.quicknav-wrapper .quick-navs,
.quicknav-wrapper .selectdropdown.quick-navs {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width:980px) {
  .quicknav-wrapper .quick-navs,
  .quicknav-wrapper .selectdropdown.quick-navs {
    display: none;
  }
}

.lang-ar .sidebar-wrapper .sidebar p {
  padding: 10px 32px 10px 0;
}
.lang-ar .sidebar-wrapper .sidebar .link-explore {
  padding: 0 30px 0 0;
}
.lang-ar .sidebar-wrapper .sidebar .link-explore a {
  padding: 16px 0px 16px 32px;
}
.lang-ar .sidebar-wrapper .sidebar .link-explore a::after {
  right: initial;
  left: 20px;
  transform: rotate(180deg);
}
.lang-ar .sidebar-wrapper .sidebar .link-explore a:hover:after {
  animation: leftrightar 1s infinite;
}

@keyframes leftrightar {
  0% {
    left: 20px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 20px;
  }
}
.quicknav-wrapper .link-explore-li {
  clear: both;
  line-height: normal;
}
.quicknav-wrapper .link-explore-li a {
  display: block;
  background-color: #666666;
  padding: 16px 32px 16px 22px;
  font-size: 15px;
  color: #ffffff;
  position: relative;
  border-bottom: 1px #eaeaea solid;
}
.quicknav-wrapper .link-explore-li a::after {
  content: "";
  position: absolute;
  background: url(../images/arrow-fill-next.svg) no-repeat;
  bottom: 18px;
  right: 20px;
  width: 20px;
  height: 17px;
}

@media (max-width: 378px) {
  body.lang-es .quicknav-wrapper {
    min-height: 156px;
  }
}

@media (max-width:767px) {
  .latest-cards-section .ct-card-group.colm-3 {
    display: block;
  }
}
@media (max-width:767px) {
  .latest-cards-section .slick-dots {
    bottom: 20px;
  }
}
.latest-cards-section .btn-wrap {
  padding: 25px 15px;
  display: flex;
  justify-content: center;
  width: 100%;
}

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

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

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

body {
  background: #ffffff;
}

.topic-more {
  background-color: #eff1f7;
}

.main-tab figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.main-tab .tab {
  display: none;
  padding: 40px 0 0;
}
@media (max-width:767px) {
  .main-tab .tab {
    padding-top: 20px;
  }
}
.main-tab .tab-active {
  display: block;
}

.latest-cards-section h3 {
  margin-bottom: 32px;
}
@media (max-width:767px) {
  .latest-cards-section {
    padding: 70px 0 0;
  }
}
.latest-cards-section .tab-main {
  background: none;
  padding: 10px 0;
}
@media (max-width:767px) {
  .latest-cards-section .tab-main {
    padding: 10px 0;
  }
}
.latest-cards-section .tab-main .card-tab {
  display: block;
  padding: 0;
  height: 0;
  overflow: hidden;
}
.latest-cards-section .tab-main .card-tab-active {
  height: auto;
}
@media (min-width: 1440px) {
  .latest-cards-section .main-tab-stick span.next,
  .latest-cards-section .main-tab-stick span.previous {
    visibility: hidden;
  }
}

.map-wrap {
  padding: 0 0 80px;
}
.map-wrap img {
  width: 100%;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.map-wrap .action-blk {
  display: flex;
  justify-content: center;
  padding: 60px 0 0;
}
@media (max-width: 575px) {
  .map-wrap .action-blk {
    flex-wrap: wrap;
    padding-top: 40px;
  }
}
.map-wrap .action-blk a {
  margin: 0 10px;
}
@media (max-width: 575px) {
  .map-wrap .action-blk a {
    margin: 5px 0;
    width: 100%;
    justify-content: center;
  }
}

.related-topics {
  background: #eff1f7;
}
.related-topics .action-blk {
  padding: 20px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width:767px) {
  .related-topics .action-blk {
    padding: 0;
    justify-content: center;
  }
}
.related-topics .action-blk ul.pager {
  padding-right: 250px;
  margin: 0 0 0 20px;
}
@media (max-width:767px) {
  .related-topics .action-blk ul.pager {
    display: none;
  }
}
.related-topics .action-blk ul.pager li {
  margin: 0 0 0 3px;
}
.related-topics .sldr {
  margin: 0 -1.5%;
}
@media (max-width:767px) {
  .related-topics .sldr {
    height: 70vh;
    margin: 0;
  }
}
@media (max-width:767px) and (max-height: 500px) {
  .related-topics .sldr {
    height: 130vh;
  }
}
.related-topics .sldr .slick-list {
  padding: 0 25px;
}
.related-topics .sldr .multiple a img {
  min-height: 400px;
}
@media (min-width:980px) {
  .related-topics .sldr .multiple a img {
    min-height: 420px;
    max-height: 450px;
  }
}
.related-topics .sldr .multiple a h6 {
  line-height: 32px;
  font-size: 22px;
}

.latest-cards-section .form-radios {
  /*
  [type="radio"]:checked + label:after,
  [type="radio"]:not(:checked) + label:after {
    border-radius: 0;
    border-radius: 0;
    top: auto;
    bottom: 2px;
    width: 100%;
    height: 4px;
    left: 0;
  }
  [type="radio"]:checked + label {
    color: $color-black;
    opacity: 1;
  }*/
}
.latest-cards-section .form-radios [type=radio]:checked + label,
.latest-cards-section .form-radios [type=radio]:not(:checked) + label {
  margin: 0 25px;
  padding: 16px 2px;
  color: #131619;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
@media (min-width:980px) {
  .latest-cards-section .form-radios [type=radio]:checked + label,
  .latest-cards-section .form-radios [type=radio]:not(:checked) + label {
    padding: 24px 0;
  }
}
.latest-cards-section .form-radios [type=radio]:checked + label:before,
.latest-cards-section .form-radios [type=radio]:not(:checked) + label:before {
  opacity: 0;
}
.latest-cards-section .form-radios [type=radio]:checked + label:after {
  border-radius: 0;
  top: auto;
  bottom: 2px;
  width: 100%;
  height: 4px;
  left: 0;
  background-color: #f96000;
  opacity: 1;
}
.latest-cards-section .form-radios [type=radio]:not(:checked) + label {
  opacity: 0.6;
}
.latest-cards-section .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);
}
.latest-cards-section .form-radios [type=radio]:not(:checked) + label:hover::after {
  opacity: 0.6 !important;
  left: 0;
  width: 100%;
  background-color: #f96000;
  transform: scale(1);
}

#edit-type-1--2 .form-radios {
  padding: 10px 0 16px 0;
  border-bottom: 1px solid #eff1f7;
}

.tab-content .tab h2 ~ article {
  padding-top: 16px;
  padding-bottom: 32px;
}

.card-multisizes,
.related-card-multisizes {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-multisizes .slick-slider .slick-track,
.related-card-multisizes .slick-slider .slick-track {
  margin-left: -22px;
}

.card-multisizes .slick-slide,
.related-card-multisizes .slick-slide {
  margin-right: 8px;
}

.card-multisizes .slick-prev,
.related-card-multisizes .slick-prev,
.card-multisizes .slick-next,
.related-card-multisizes .slick-next {
  display: none !important;
}

@media (screen) {
  .sldr .sldr-wrapper {
    left: -16px;
    width: calc(100% + 30px);
    top: 0;
  }
}
.slider .slick-dots {
  display: flex !important;
  justify-content: center;
}
.slider .slick-dots li {
  margin: 0;
}
.slider .slick-dots li button::before {
  font-size: 8px;
}
.slider .slick-dots li.slick-active button::before {
  font-size: 12px;
  color: #f96000;
}

.btn-collapsed {
  margin-top: 32px;
}

.related-topics .swiper {
  display: flex;
}
@media (min-width:980px) {
  .related-topics .swiper {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .related-topics .swiper {
    width: 100%;
  }
}
@media (min-width:980px) {
  .related-topics .swiper .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 32px;
  }
}
.related-topics .swiper .swiper-wrapper .swiper-slide {
  margin: 0 !important;
  padding: 0 10px 0 0;
}
@media (min-width:980px) {
  .related-topics .swiper .swiper-wrapper .swiper-slide {
    min-width: 31.4%;
    width: 31.4%;
    max-width: 398px;
    padding: 0;
    flex-grow: 3;
  }
}
.related-topics .swiper .swiper-wrapper .swiper-slide .multiple.cl-4 {
  min-width: 100%;
  width: 100%;
}
@media (max-width:979px) {
  .related-topics .swiper .swiper-wrapper .swiper-slide .multiple.cl-4 {
    margin: 0 !important;
    height: auto !important;
  }
}
@media (min-width:980px) {
  .related-topics .swiper .swiper-wrapper .swiper-slide .multiple.cl-4 {
    margin: 0;
  }
}
.related-topics .swiper .swiper-wrapper .swiper-slide .multiple.cl-4 img {
  min-height: 400px;
}
@media (min-width:980px) {
  .related-topics .swiper .swiper-wrapper .swiper-slide .multiple.cl-4 img {
    min-height: 480px;
  }
}

.map-data-content .filter {
  display: flex;
  margin-bottom: 32px;
}

@media (min-width:980px) {
  .sidebar-wrapper {
    padding-top: 120px !important;
  }
}
.sidebar-wrapper .cl-8 p + h3,
.sidebar-wrapper .cl-8 ol + h3,
.sidebar-wrapper .cl-8 ul + h3,
.sidebar-wrapper .cl-8 figure + h3,
.sidebar-wrapper .cl-8 .figcaption + h3,
.sidebar-wrapper .cl-8 div + h3 {
  margin-top: 80px;
}

.sidebar-wrapper .sidebar {
  top: 140px;
}

.full-width,
#topic-ipv-dashboard .full-width {
  position: relative;
}
@media (min-width: 1440px) {
  .full-width h2.title-vertical,
  #topic-ipv-dashboard .full-width h2.title-vertical {
    left: -7%;
  }
}

.topic-content .cl-8 figure.align-right,
.topic-content .cl-8 figure.align-left {
  max-width: 500px;
}
@media (min-width:768px) and (max-width:979px) {
  .topic-content .cl-8 figure.align-right,
  .topic-content .cl-8 figure.align-left {
    max-width: 400px;
  }
}

.lang-ar .related-topics .swiper .swiper-wrapper .swiper-slide {
  padding: 0 0 0 10px;
}

.related-topics .swiper.mySwiper {
  z-index: 0;
}