button {
  background: none;
  border: none;
  cursor: pointer;
}
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
ul,
li {
  margin: 0;
  padding: 0;
}
a {
  display: inline-block;
  color: inherit;
  vertical-align: middle;
}
span {
  vertical-align: middle;
}
html,
body {
  position: relative;
  height: 100%;
}
html {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  color: #252525;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
body.reports-template-default {
  height: auto;
}
body.nav-open .icl-reports-nav-wrap,
body.nav-open .icl-reports-nav--homepage--dropdown {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
body.nav-open .content-column {
  transform: translate3d(0, 5%, 0);
}
@media (max-width: 991px) {
  body.panel-open {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  body.panel-open:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #000;
    opacity: 0.5;
  }
}
body.panel-open .icl-reports-nav {
  z-index: -1;
}
body.map-open {
  overflow: hidden;
}
body.map-open .children-nav {
  z-index: 2;
}
body .userway.userway_p1 {
  left: auto !important;
  right: 1.2rem !important;
}
.owl-carousel .owl-stage {
  display: flex;
}
@media (min-width: 1024px) {
  .container {
    max-width: 1690px;
  }
}
.flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
svg {
  vertical-align: middle;
  display: inline-block;
}
svg.grid {
  width: 22px;
  height: 22px;
  fill: #959595;
}
svg.printer {
  width: 24px;
  height: 24px;
  fill: #959595;
}
svg.new-window {
  width: 24px;
  height: 24px;
  fill: #959595;
}
svg.sdg-logo {
  width: 400px;
  height: 44px;
}
svg.search {
  width: 21px;
  height: 21px;
  fill: #959595;
}
svg.icl-logo {
  width: 62px;
  height: 25px;
  fill: #041047;
  margin: 0 1rem;
}
svg.csr-report-2018 {
  width: 190px;
  height: 19px;
  margin-top: 9px;
}
svg.csr-report-2018-he {
  width: 147px;
  height: 45px;
  margin-top: 1px;
}
svg.read-more {
  width: 25px;
  height: 20px;
  fill: #959595;
}
svg.plus {
  width: 13px;
  height: 13px;
  margin-top: -3px;
}
svg.close {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}
svg.expand {
  width: 21px;
  height: 25px;
  fill: #fff;
}
svg.minimize {
  width: 21px;
  height: 21px;
  fill: #fff;
}
.icl-select {
  display: inline-block;
  margin: 0 0.5rem;
  position: relative;
}
.icl-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  border-radius: 5px;
  padding: 0.5rem;
  width: 150px;
  color: #959595;
  font-size: 13px;
  border: 1px solid #cccccc;
  background: #fff;
}
.icl-select select:focus {
  outline: 0;
  border: 1px solid #0294ef;
}
.icl-select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 2px solid #959595;
  border-bottom: 2px solid #959595;
  transform: rotate(-45deg);
}
.duotone {
  display: flex;
  flex: 1 1 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.duotone .compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.duotone__featured-image {
  filter: grayscale(100%) contrast(1) blur(0px);
  filter: gray;
  /* just for IE6-9 */
  flex: 1 0 100%;
  height: 100%;
  max-width: 100%;
  mix-blend-mode: multiply;
  object-fit: cover;
  opacity: 0.68;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.duotone:before {
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: color-dodge;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.duotone > div {
  z-index: 1;
}
.icl-elements {
  margin: 25px 0;
}
.icl-elements ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}
.icl-elements.p_bg,
.icl-elements.p_bg_image {
  padding: 1rem;
}
.icl-elements.p_bg h3,
.icl-elements.p_bg_image h3 {
  margin-bottom: 1rem;
}
.icl-elements.p_bg .icl-elements-image,
.icl-elements.p_bg_image .icl-elements-image {
  margin: 0 -1.5rem;
  border: 2px solid #fff;
}
@media (min-width: 576px) {
  .icl-elements.p_bg .icl-elements-image,
  .icl-elements.p_bg_image .icl-elements-image {
    margin: 0 -3rem;
  }
}
.icl-elements.p_bg .icl-elements-image .element-img,
.icl-elements.p_bg_image .icl-elements-image .element-img {
  width: 100%;
  height: 250px;
  background-size: cover;
  border-left: 3px solid;
}
.icl-elements.p_bg p,
.icl-elements.p_bg_image p {
  padding: 0;
  margin: 1rem 0 0 0;
}
.icl-elements.p_bg a,
.icl-elements.p_bg_image a {
  font-weight: bold;
}
.icl-elements.p_q {
  border-left: 4px solid;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}
.icl-elements.p_s .icl-ps-content {
  font-size: 1.3125rem;
  line-height: 2rem;
  font-weight: 600;
  text-align: initial;
}
.icl-elements.p_s .icl-ps-content i {
  font-style: normal !important;
}
.icl-elements.p_s .icl-ps-content span {
  font-weight: 600 !important;
}
@media (max-width: 768px) {
  .icl-elements.p_s .icl-ps-content {
    font-size: 0.9375rem;
  }
}
.icl-elements.p_s .icl-ps-content .icl-elements-ts {
  font-weight: bold;
}
.icl-elements.p_q_mark {
  font-size: 1.3125rem;
  color: #2f9da4;
  position: relative;
}
.icl-elements.p_q_mark > div {
  padding: 1rem;
}
.icl-elements.p_q_mark:before {
  top: 0;
  left: -10px;
  position: absolute;
  content: url("https://2018.icl-group-sustainability.com/wp-content/themes/ICL/assets/css/../images/quote.png");
}
.icl-discover {
  max-width: 1140px;
  margin: auto;
  padding: 10px;
}
.icl-discover .fixed-border-title {
  font-weight: 500;
  font-size: 2.8rem;
  margin: 1rem 0 2rem 0;
}
@media (min-width: 1024px) {
  .icl-discover .fixed-border-title:before {
    margin-left: calc(((-100vw) + 200%) / 2 + 19px) !important;
  }
}
.icl-discover img {
  max-height: 200px;
  object-fit: cover;
  filter: grayscale(100%) contrast(1) blur(0px);
  flex: 1 0 100%;
  height: 100%;
  max-width: 100%;
  mix-blend-mode: multiply;
  opacity: 0.68;
  position: relative;
}
.icl-discover .discover {
  margin: auto;
}
.icl-discover .discover > div {
  font-size: 1.4rem;
  font-weight: 600;
  position: absolute;
  color: #fff;
  padding: 1rem;
  top: 0;
  left: 0;
}
.icl-discover .swiper-button-next,
.icl-discover .swiper-button-prev {
  filter: brightness(0) invert(1);
  background-size: 15px;
}
.gri {
  max-width: 1140px;
  margin: 3rem auto;
  padding: 10px;
}
.gri .gri-header {
  display: flex;
  justify-content: space-between;
}
.gri .gri-header > div {
  margin-bottom: 1rem;
  line-height: 1;
}
.gri .gri-header > div span {
  font-size: 1.5625rem;
  font-weight: 600;
  margin-right: 1rem;
}
.gri .gri-header > div img {
  min-width: 150px;
  max-width: 188px;
  width: 100%;
  height: 143px;
}
@media (max-width: 576px) {
  .gri .gri-header > div img {
    display: none;
  }
}
.gri .gri-header .gri-panel-toggle {
  line-height: 0;
}
.gri .gri-content > a {
  display: block;
}
.icl-carousel {
  width: calc(100% + 18px);
}
.icl-carousel .carousel-swiper {
  max-height: 500px;
}
.icl-carousel .carousel-swiper:before {
  content: "";
  position: absolute;
  width: 4px;
  height: calc(500px - 20%);
  border-right-width: 4px;
  border-right-style: solid;
  z-index: 2;
}
.icl-carousel .carousel-swiper .swiper-slide img {
  width: calc(100% - 18px);
  height: calc(500px - 20%);
  object-fit: cover;
}
.icl-carousel .carousel-swiper .swiper-slide > div {
  height: calc(500px - 80%);
  padding-right: 20px;
  padding-top: 5px;
}
.icl-carousel .carousel-swiper .swiper-pagination-bullets {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  left: auto;
  top: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  background: #fff;
  height: 100%;
}
.icl-carousel .carousel-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 0;
  width: 8px;
  height: 8px;
}
.icl-carousel .carousel-swiper .swiper-pagination {
  transition: none !important;
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}
.hamburger.is-active .hamburger-inner:after {
  background-color: #000;
}
.hamburger .hamburger-box {
  width: 30px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.hamburger .hamburger-box .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger .hamburger-box .hamburger-inner:before {
  content: "";
  display: block;
  top: -10px;
}
.hamburger .hamburger-box .hamburger-inner:after {
  content: "";
  display: block;
  bottom: -10px;
}
.hamburger .hamburger-box .hamburger-inner,
.hamburger .hamburger-box .hamburger-inner:before,
.hamburger .hamburger-box .hamburger-inner:after {
  width: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger.hamburger--spring .hamburger-inner:before {
  top: 6px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger.hamburger--spring .hamburger-inner:after {
  top: 12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger:focus {
  outline: 0;
}
.icl-reports-nav {
  border-bottom: 1px solid #f4f4f4;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 4;
  transition-delay: 0.5s;
}
.icl-reports-nav--homepage {
  border: none;
  background: transparent;
  z-index: 2;
}
.icl-reports-nav--homepage--dropdown {
  border-bottom: 1px solid #f4f4f4;
  background: #fff;
  transform: translate3d(0, -100vh, 0);
  visibility: hidden;
  transition: 0.6s all ease-in-out;
  z-index: 4;
}
.icl-reports-nav .reports-nav-title {
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 40%;
}
@media (max-width: 1100px) {
  .icl-reports-nav .reports-nav-title {
    font-size: 1.25rem;
    width: 33%;
  }
}
@media (max-width: 991px) {
  .icl-reports-nav .reports-nav-title {
    display: none;
  }
}
.icl-reports-nav .left-wrap {
  padding: 0;
  padding-right: 1.3rem;
}
@media (max-width: 400px) {
  .icl-reports-nav .left-wrap {
    padding: 0;
  }
}
.icl-reports-nav .left-wrap:after {
  content: "";
  background: #f4f4f4;
  width: 1px;
  height: 65px;
  transform: skew(30deg);
}
@media (max-width: 400px) {
  .icl-reports-nav .left-wrap:after {
    background: transparent;
  }
}
@media (max-width: 400px) {
  .icl-reports-nav .csr-report {
    display: none;
  }
}
.icl-reports-nav .nav-topics a {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.icl-reports-nav .nav-topics a.left-arrow {
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  padding: 0 1rem;
}
.icl-reports-nav .nav-topics a.right-arrow {
  border-right: 1px solid #f4f4f4;
  padding: 0;
  padding-left: 1rem;
}
.icl-reports-nav .nav-topics a.access {
  padding: 0;
  width: 65px;
  height: 65px;
}
.icl-reports-nav .nav-topics a.access svg {
  width: 18px;
  height: 18px;
}
.icl-reports-nav-wrap {
  position: fixed;
  top: 66px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate3d(0, -100vh, 0);
  visibility: hidden;
  transition: 0.6s all ease-in-out;
  z-index: 3;
}
.icl-reports-nav-wrap .container {
  max-width: 1100px;
}
.icl-reports-nav-wrap .search form > div {
  padding: 1rem 0 0 0;
}
.icl-reports-nav-wrap .search form > div .search-border {
  width: 100%;
  height: 1px;
  position: absolute;
  background: #e1e1e1;
  bottom: 0;
}
.icl-reports-nav-wrap .search form > div .search-border:after {
  content: "";
  width: 20%;
  height: 1px;
  opacity: 0;
  position: absolute;
  background: #041047;
  transition: 0.2s all ease-in-out;
}
.icl-reports-nav-wrap .search form > div label {
  font-size: 1.875rem;
  margin: 0;
  color: #959595;
  font-weight: 300;
  position: absolute;
  padding: 1rem 3rem;
  z-index: -1;
  transition: 0.5s all ease-in-out;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .icl-reports-nav-wrap .search form > div label {
    font-size: 1.5rem;
  }
}
.icl-reports-nav-wrap .search form > div input[type="search"] {
  font-size: 1.875rem;
  border: 0;
  color: #041047;
  padding: 1rem 3rem;
  font-weight: 300;
  background: transparent;
}
@media (max-width: 768px) {
  .icl-reports-nav-wrap .search form > div input[type="search"] {
    font-size: 1.5rem;
  }
}
.icl-reports-nav-wrap .search form > div input[type="search"]:focus,
.icl-reports-nav-wrap .search form > div input[type="search"]:active,
.icl-reports-nav-wrap .search form > div input[type="search"]:valid {
  outline: 0;
  border-bottom-color: #041047;
}
.icl-reports-nav-wrap .search form > div input[type="search"]:focus + label,
.icl-reports-nav-wrap .search form > div input[type="search"]:active + label,
.icl-reports-nav-wrap .search form > div input[type="search"]:valid + label {
  transform: translate3d(10px, 0, 0);
  opacity: 0.0;
}
.icl-reports-nav-wrap .search form > div input[type="search"]:focus ~ .search-border:after,
.icl-reports-nav-wrap .search form > div input[type="search"]:active ~ .search-border:after,
.icl-reports-nav-wrap .search form > div input[type="search"]:valid ~ .search-border:after {
  width: 100%;
  opacity: 1;
}
.icl-reports-nav-wrap .search form > div input[type="search"]:focus ~ button svg.search,
.icl-reports-nav-wrap .search form > div input[type="search"]:active ~ button svg.search,
.icl-reports-nav-wrap .search form > div input[type="search"]:valid ~ button svg.search {
  fill: #041047;
}
.icl-reports-nav-wrap .search form > div button {
  position: absolute;
  margin: auto;
  padding: 0;
  width: 3rem;
  height: 80px;
}
.icl-reports-nav-wrap .search form > div button svg.search {
  transition: 0.5s all ease-in-out;
}
.icl-reports-nav-wrap .nav-wrap-footer {
  height: 66px;
  border-top: 2px solid #f4f4f4;
  padding: 1rem;
}
.icl-reports-nav-wrap .nav-wrap-footer .menu-copyright {
  font-size: 0.8125rem;
}
.icl-reports-nav-wrap .nav-wrap-footer .menu-copyright p {
  margin: 0;
}
.icl-reports-nav-wrap .nav-wrap-footer .menu-url {
  font-size: 0.8125rem;
}
.icl-reports-nav-wrap .reports-overlay-menu {
  font-size: 1.5rem;
  max-height: calc(100vh - 279px);
  overflow-y: auto;
}
@media (max-width: 768px) {
  .icl-reports-nav-wrap .reports-overlay-menu {
    font-size: 1.25rem;
  }
}
.icl-reports-nav-wrap .reports-overlay-menu ul:hover li a {
  opacity: .5;
  transition: all ease-in-out 0.2s;
}
.icl-reports-nav-wrap .reports-overlay-menu ul li {
  margin-bottom: 0.7rem;
}
.icl-reports-nav-wrap .reports-overlay-menu ul li:hover a {
  opacity: 1;
  color: #252525;
}
.icl-reports-nav-wrap .reports-overlay-menu ul li.expendable.open > button {
  transform: rotate(45deg);
}
.icl-reports-nav-wrap .reports-overlay-menu ul li.expendable.open > a {
  -webkit-text-stroke: 0.8px #252525;
  opacity: 1 !important;
}
.icl-reports-nav-wrap .reports-overlay-menu ul li.expendable > ul {
  display: none;
}
.icl-reports-nav-wrap .reports-overlay-menu ul li:not(.expendable) {
  margin-left: 51px;
}
@media (max-width: 768px) {
  .icl-reports-nav-wrap .reports-overlay-menu ul li:not(.expendable) {
    margin-left: 24px;
  }
}
.icl-reports-nav-wrap .reports-overlay-menu ul li.open > ul {
  display: block;
  margin: 1rem 2.5rem;
  font-size: 1.25rem;
  animation: menuToggle 0.2s 1 0s ease-in;
}
@media (max-width: 768px) {
  .icl-reports-nav-wrap .reports-overlay-menu ul li.open > ul {
    margin: 1rem 1.3rem;
    font-size: 1rem;
  }
}
.icl-reports-nav-wrap .reports-overlay-menu ul li.open > ul li a {
  opacity: 1 !important;
}
@keyframes menuToggle {
  0% {
    transform: translate3d(0, -5px, 0);
    opacity: 0;
  }
  50% {
    transform: translate3d(0, 1px, 0);
    opacity: 0.5;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.icl-reports-nav-wrap .reports-overlay-menu button {
  transition: 0.2s all ease-in-out;
}
.icl-reports-nav-wrap .reports-overlay-menu button.menu-expend {
  position: relative;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .icl-reports-nav-wrap .reports-overlay-menu button.menu-expend {
    padding: 0 0.2rem;
  }
}
.icl-reports-nav-wrap .reports-overlay-menu button.menu-expend:focus {
  outline: 0;
}
.icl-reports-nav-wrap .reports-overlay-menu a {
  text-decoration: none;
  font-weight: 300;
}
.icl-reports-nav-wrap #menu-legal-menu {
  margin-top: 2rem;
  font-size: 0.875rem;
}
.icl-reports-nav-wrap .legal-menu {
  margin-top: 20px;
}
.icl-reports-nav-wrap .legal-menu ul {
  padding-left: 3rem;
  font-size: 0.875rem;
}
.left-arrow {
  position: relative;
}
.left-arrow:after {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  border-bottom: 1px solid #252525;
  border-left: 1px solid #252525;
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 0 1rem;
}
.right-arrow {
  position: relative;
}
.right-arrow:after {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  border-bottom: 1px solid #252525;
  border-right: 1px solid #252525;
  transform: rotate(-45deg);
  vertical-align: middle;
  margin: 0 1rem;
}
.elementor-text-editor a {
  text-decoration: underline !important;
}
.elementor-text-editor ul {
  list-style-type: square;
  padding: inherit;
  margin-left: 15px;
}
.elementor-text-editor ul li {
  padding-left: 15px;
  margin-bottom: 15px;
}
.reports-page {
  padding: 1rem;
  margin-top: 66px;
  min-height: calc(100vh - 132px);
}
.reports-page h1 {
  font-size: 3rem;
}
.reports-page h1 sup {
  font-size: 50%;
  top: 1rem;
}
@media (max-width: 768px) {
  .reports-page h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .reports-page h1 {
    font-size: 1.5625rem;
    margin: 0;
  }
}
.reports-page .reports-content {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .reports-page .reports-content {
    margin-top: 2rem;
  }
}
.reports-page .reports-content .pdf-icon {
  align-items: center;
  display: inline-flex;
  position: relative;
  margin-left: 20px;
}
.reports-page .reports-content .pdf-icon:before {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 3px;
}
.reports-page .reports-content ul {
  list-style-type: square;
  padding: inherit;
  margin-left: 15px;
}
.reports-page .reports-content ul li {
  padding-left: 15px;
  margin-bottom: 15px;
}
.reports-page .reports-content .h1,
.reports-page .reports-content .h2,
.reports-page .reports-content .h3,
.reports-page .reports-content .h4,
.reports-page .reports-content .h5,
.reports-page .reports-content .h6,
.reports-page .reports-content h1,
.reports-page .reports-content h2,
.reports-page .reports-content h3,
.reports-page .reports-content h4,
.reports-page .reports-content h5,
.reports-page .reports-content h6 {
  font-weight: 600;
}
.reports-page .reports-content .h4,
.reports-page .reports-content h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.reports-page .reports-content a {
  text-decoration: underline;
}
.reports-page .reports-content .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}
.reports-page .reports-columns.children-nav {
  max-height: calc(100vh - 66px);
  position: fixed;
  top: 66px;
  right: 0;
  bottom: 0;
  height: 100%;
  border: 2px solid #fff;
  border-left: none;
}
.reports-page .reports-columns.children-nav--privacy {
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  .reports-page .reports-columns.children-nav {
    display: none;
  }
}
.reports-page .reports-columns.children-nav .nav-menu .reports-nav-carousel {
  width: 100%;
  height: 100%;
  box-shadow: -2px 0 0 0 #ffffff, 2px 0 0 0 #ffffff;
}
.reports-page .reports-columns.children-nav .nav-menu .reports-nav-carousel .swiper-slide {
  min-height: 55px;
}
.reports-page .reports-columns.children-nav .nav-menu .reports-nav-carousel .swiper-slide a {
  background: #ddd;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  height: 100%;
  line-height: 1.2;
}
@media (min-width: 1370px) and (min-height: 768px) {
  .reports-page .reports-columns.children-nav .nav-menu .reports-nav-carousel .swiper-slide a {
    font-size: 1.1vw;
  }
}
.reports-page .reports-columns.children-nav .nav-menu .reports-nav-carousel .swiper-slide a.side-nav-toggle--903 .duotone__featured-image {
  display: none;
}
.reports-page .reports-columns.children-nav .nav-menu .reports-nav-carousel .swiper-slide a:hover {
  color: #fff;
  text-decoration: none;
}
.reports-page .reports-columns.children-nav .nav-menu .reports-nav-carousel .swiper-slide a:hover .duotone {
  background-color: inherit;
}
.reports-page .reports-columns.children-nav .nav-menu .reports-nav-carousel .swiper-slide a:hover .duotone:before {
  background-color: transparent;
  mix-blend-mode: color-dodge;
}
.reports-page .reports-columns.children-nav .nav-menu .reports-nav-carousel .swiper-slide .duotone {
  background-color: #ddd;
}
.reports-page .reports-columns.children-nav .nav-menu .reports-nav-carousel .swiper-slide .duotone:before {
  background: #ddd;
  mix-blend-mode: normal;
}
.reports-page .reports-columns.children-nav .nav-menu .reports-nav-carousel .swiper-slide .duotone div {
  padding: 0.3rem;
}
@media (min-width: 1370px) and (min-height: 768px) {
  .reports-page .reports-columns.children-nav .nav-menu .reports-nav-carousel .swiper-slide .duotone div {
    padding: 1rem;
  }
}
.reports-page .reports-columns.children-nav .nav-menu .reports-nav-carousel .swiper-slide .duotone div p {
  margin: 0;
}
.reports-page .reports-columns.children-nav .nav-menu .reports-nav-carousel .swiper-slide:not(:last-child) {
  border-bottom: 2px solid #fff;
}
.reports-page .reports-columns.children-nav .nav-menu > button[class*="children-nav-"] {
  padding: 1rem;
  width: calc(100% - 4px);
  position: relative;
  display: flex;
  justify-content: center;
}
.reports-page .reports-columns.children-nav .nav-menu > button[class*="children-nav-"]:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-color: #ddd;
  display: block;
  transition: 0.5s all ease-in;
}
.reports-page .reports-columns.children-nav .nav-menu > button[class*="children-nav-"]:focus {
  outline: 0;
}
.reports-page .reports-columns.children-nav .nav-menu > button[class*="children-nav-"].swiper-button-disabled {
  display: none;
}
.reports-page .reports-columns.children-nav .nav-menu .children-nav-prev {
  border-bottom: 1px solid #ddd;
}
.reports-page .reports-columns.children-nav .nav-menu .children-nav-prev:after {
  transform: rotate(45deg);
}
.reports-page .reports-columns.children-nav .nav-menu .children-nav-next {
  border-top: 1px solid #ddd;
}
.reports-page .reports-columns.children-nav .nav-menu .children-nav-next:after {
  transform: rotate(-135deg);
}
.reports-page .reports-columns.children-nav .nav-image {
  background-size: cover;
  background-repeat: no-repeat;
}
.reports-page .reports-columns.children-nav .nav-image.active:before {
  mix-blend-mode: color-dodge;
}
.reports-page .reports-columns.children-nav .nav-image.active img,
.reports-page .reports-columns.children-nav .nav-image.active .preview-image {
  filter: grayscale(100%) contrast(1) blur(0px);
  opacity: 0.68;
}
.reports-page .reports-columns.children-nav .nav-image:before {
  background-color: unset;
  mix-blend-mode: normal;
}
.reports-page .reports-columns.children-nav .nav-image img,
.reports-page .reports-columns.children-nav .nav-image .preview-image {
  filter: none;
  opacity: 1;
}
.reports-page .reports-columns.children-nav .nav-image .preview-image {
  background-size: cover;
}
.reports-page .reports-columns.children-nav .nav-image .sub-menus-carousel {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.reports-page .reports-columns.children-nav .nav-image .sub-menus-carousel .grand-child-container {
  color: #fff;
  flex-direction: column;
  overflow-y: auto;
  height: calc(100vh - 66px);
  display: none;
  text-align: center;
}
.reports-page .reports-columns.children-nav .nav-image .sub-menus-carousel .grand-child-container.active {
  display: flex;
}
.reports-page .reports-columns.children-nav .nav-image .sub-menus-carousel .grand-child-container a {
  height: 100%;
  min-height: 150px;
}
.reports-page .reports-columns.children-nav .nav-image .sub-menus-carousel .grand-child-container a:hover {
  color: inherit;
  text-decoration: none;
}
.reports-page .reports-columns.children-nav .nav-image .sub-menus-carousel .grand-child-container a:hover .duotone {
  background-color: #ddd !important;
  transition: 0.5s all ease-in-out;
}
.reports-page .reports-columns.children-nav .nav-image .sub-menus-carousel .grand-child-container a:hover img {
  filter: grayscale(100%) contrast(1) blur(0px) !important;
  opacity: 0.68 !important;
  transform: scale(1.1);
}
.reports-page .reports-columns.content-column {
  transition: 0.5s all ease-in-out;
  transition-delay: 0.1s;
}
@media (min-width: 993px) {
  .reports-page .reports-columns.content-column {
    padding: 0;
    padding-left: 2rem;
    z-index: 2;
  }
}
@media (min-width: 1025px) {
  .reports-page .reports-columns.content-column {
    padding-left: 6rem;
  }
}
.reports-page .reports-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.reports-page .reports-breadcrumbs li:not(:last-child):after {
  content: "/";
  margin: 0 0.5rem;
}
.reports-page.template-full .gri,
.reports-page.template-full .elementor-container {
  max-width: unset !important;
}
.reports-page.template-full .icl-discover .fixed-border-title::before {
  margin-left: calc(((-100vw) + 100%) / 2 - 39px) !important;
}
.fixed-border-title,
h3.elementor-heading-title {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.fixed-border-title:before,
h3.elementor-heading-title:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5rem;
  max-height: 100%;
  border-left: 4px solid;
  border-color: inherit;
  margin-left: calc(((-100vw) + 100%) / 2);
}
@media (min-width: 991px) {
  .fixed-border-title:not(.full-width):before,
  h3.elementor-heading-title:not(.full-width):before {
    margin-left: calc(((-100vw) + 200%) / 2 + 9px);
  }
}
@media (max-width: 576px) {
  .fixed-border-title:not(.full-width):before,
  h3.elementor-heading-title:not(.full-width):before {
    height: 65px;
  }
}
.fixed-border-title.full-width:before,
h3.elementor-heading-title.full-width:before {
  margin-left: calc((100vw - 100%) / -2 + -39px);
}
@media (max-width: 991px) {
  .fixed-border-title.full-width:before,
  h3.elementor-heading-title.full-width:before {
    margin-left: calc((100vw - 100%) / -2);
  }
}
.cd-accordion-menu {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-right: calc((100vw - 100%) / -2);
  margin-left: calc((100vw - 100%) / -2);
  display: none;
}
.cd-accordion-menu.animated label::before {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-accordion-menu ul {
  display: none;
}
.cd-accordion-menu ul label {
  background: #35383d;
  box-shadow: inset 0 -1px #41444a;
  padding-left: 3rem;
}
.cd-accordion-menu ul label::before {
  left: 36px;
}
.cd-accordion-menu ul label::after {
  left: 59px;
}
.cd-accordion-menu ul a {
  background: #35383d;
  box-shadow: inset 0 -1px #41444a;
  padding-left: 2rem;
}
.cd-accordion-menu ul a::after {
  left: 59px;
}
.cd-accordion-menu ul ul label {
  padding-left: 100px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul label::after {
  left: 77px;
}
.cd-accordion-menu ul ul a {
  padding-left: 100px;
}
.cd-accordion-menu ul ul a::after {
  left: 77px;
}
.cd-accordion-menu ul ul ul label {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
.cd-accordion-menu ul ul ul label::after {
  left: 95px;
}
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #fff;
}
.cd-accordion-menu input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {
  background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul {
  display: block;
}
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  display: block;
}
.cd-accordion-menu label {
  position: relative;
  display: block;
  padding: 1rem;
  background-color: inherit;
  color: #ffffff;
  font-size: 1.0625rem;
  font-weight: 600;
  cursor: pointer;
  margin: 0;
}
.cd-accordion-menu label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  transform: translateY(-50%) rotate(-90deg);
  background-image: url(https://2018.icl-group-sustainability.com/wp-content/themes/ICL/assets/css/../images/cd-icons.svg);
}
.cd-accordion-menu label::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(https://2018.icl-group-sustainability.com/wp-content/themes/ICL/assets/css/../images/cd-icons.svg);
  background-repeat: no-repeat;
  left: 41px;
  background-position: -16px 0;
}
.cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 1rem;
  background-color: inherit;
  color: #ffffff;
  font-size: 1.0625rem;
  font-weight: 600;
}
.cd-accordion-menu a::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 36px;
  background: url(https://2018.icl-group-sustainability.com/wp-content/themes/ICL/assets/css/../images/cd-icons.svg) no-repeat -48px 0;
}
.cd-accordion-menu > li:last-of-type > label {
  box-shadow: none;
}
.cd-accordion-menu > li:last-of-type > a {
  box-shadow: none;
}
.cd-accordion-menu > li > ul > li:last-of-type label {
  box-shadow: none;
}
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu.no-touch label:hover {
  background: #52565d;
}
.cd-accordion-menu.no-touch a:hover {
  background: #52565d;
}
.cd-accordion-menu.no-touch ul label:hover {
  background: #3c3f45;
}
.cd-accordion-menu.no-touch ul a:hover {
  background: #3c3f45;
}
@media (min-width: 600px) {
  .cd-accordion-menu label::before {
    right: 24px;
  }
  .cd-accordion-menu label::after {
    left: 53px;
  }
  .cd-accordion-menu ul label::before {
    left: 48px;
  }
  .cd-accordion-menu ul label::after {
    left: 77px;
  }
  .cd-accordion-menu ul a::after {
    left: 77px;
  }
  .cd-accordion-menu ul ul label {
    padding-left: 130px;
  }
  .cd-accordion-menu ul ul label::before {
    left: 72px;
  }
  .cd-accordion-menu ul ul label::after {
    left: 101px;
  }
  .cd-accordion-menu ul ul a {
    padding-left: 130px;
  }
  .cd-accordion-menu ul ul a::after {
    left: 101px;
  }
  .cd-accordion-menu ul ul ul label {
    padding-left: 154px;
  }
  .cd-accordion-menu ul ul ul label::before {
    left: 96px;
  }
  .cd-accordion-menu ul ul ul label::after {
    left: 125px;
  }
  .cd-accordion-menu ul ul ul a {
    padding-left: 154px;
  }
  .cd-accordion-menu ul ul ul a::after {
    left: 125px;
  }
}
@media (max-width: 991px) {
  .cd-accordion-menu {
    display: block;
  }
}
.hc-template {
  height: calc(100vh - 66px);
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("https://2018.icl-group-sustainability.com/wp-content/themes/ICL/assets/css/../images/vcb.jpg");
}
@media (max-width: 991px) {
  .hc-template {
    height: auto;
  }
}
.hc-template .container {
  height: calc(100% - 65px);
  padding: 0 3rem;
}
.hc-template .cool-man {
  height: 100%;
}
@media (max-width: 991px) {
  .hc-template .cool-man > .swiper-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.hc-template .cool-man .swiper-wrapper .swiper-slide:last-child .hc-middle:before {
  width: calc(100vw - 30px);
  left: 0;
}
.hc-template .cool-man .swiper-wrapper .swiper-slide:last-child .hc-middle > .container:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #999;
  display: block;
  position: absolute;
  border-radius: 50%;
  right: calc(((100vw - 100%) / -2));
  margin-right: 30px;
}
.hc-template .reports-columns {
  padding: 0 !important;
}
.hc-template .hc-slide {
  height: 100%;
  padding: 1rem 0 0 0;
}
.hc-template .hc-slide .row {
  height: 100%;
}
.hc-template .hc-slide .hc-report-col {
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .hc-template .hc-slide .hc-report-col {
    overflow: visible;
  }
}
.hc-template .hc-slide .hc-report-col .fixed-border-title:before {
  margin-left: calc(((-100vw) + 240%) / 2 + 9px);
  display: none;
}
@media (max-width: 991px) {
  .hc-template .hc-slide .hc-report-col .fixed-border-title:before {
    margin-left: calc(((-100vw) + 100%) / 2);
  }
}
.hc-template .hc-slide .hc-top {
  height: calc(35%);
}
@media (max-width: 991px) {
  .hc-template .hc-slide .hc-top {
    height: auto;
  }
}
.hc-template .hc-slide .hc-top h3 {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .hc-template .hc-slide .hc-top h3 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 991px) {
  .hc-template .hc-slide .hc-top h3:before {
    display: none;
  }
}
.hc-template .hc-slide .hc-top p {
  font-size: 1rem;
  max-width: 65%;
  max-height: 190px;
  overflow-y: auto;
}
@media (max-width: 991px), (max-height: 650px) {
  .hc-template .hc-slide .hc-top p {
    max-width: 100%;
  }
}
.hc-template .hc-slide .hc-middle {
  height: calc(55%);
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .hc-template .hc-slide .hc-middle {
    height: auto;
    margin-bottom: 1rem;
  }
}
.hc-template .hc-slide .hc-middle.hc-half {
  margin-left: 50%;
  margin-right: calc((100vw - 200%) / -2);
}
@media (max-width: 991px) {
  .hc-template .hc-slide .hc-middle.hc-half {
    display: none;
  }
}
.hc-template .hc-slide .hc-middle.hc-half .hc-half-content {
  width: calc((100vw - 200%) / 2);
  align-self: flex-end;
  height: 50%;
  padding: 1rem;
  position: relative;
}
.hc-template .hc-slide .hc-middle.hc-half .hc-half-content .arrow-right {
  width: 80px;
  height: 80px;
  fill: #999;
  position: absolute;
  left: -87px;
  top: -37px;
  padding: 1.5rem;
  transform: rotate(0);
}
.hc-template .hc-slide .hc-middle.hc-half .hc-half-content .arrow-right svg {
  width: 30px;
  height: 30px;
}
.hc-template .hc-slide .hc-middle.hc-half .hc-half-content ul {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
.hc-template .hc-slide .hc-middle.hc-half .hc-half-content ul li {
  text-transform: uppercase;
  font-size: 0.8125rem;
}
.hc-template .hc-slide .hc-middle.hc-half .hc-half-content ul li a {
  text-decoration: none;
}
.hc-template .hc-slide .hc-middle.hc-half .hc-half-content:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  margin: auto;
  box-shadow: 0 0 0 20px #fff, 0 0 0 22px #999, 0 0 0 40px #fff, 0 0 0 41px #ddd;
  z-index: -1;
  left: -51px;
  transform: scale(1);
  animation: content-dec 5s infinite 0s ease-in-out;
}
@keyframes content-dec {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.2);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
}
.hc-template .hc-slide .hc-middle:not(.hc-half) {
  margin-right: calc((100vw - 100%) / -2);
  margin-left: calc((100vw - 100%) / -2);
}
.hc-template .hc-slide .hc-middle:before {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: 2px;
  background: #959595;
  z-index: -1;
  left: -30px;
}
.hc-template .hc-slide .hc-middle > .container {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .hc-template .hc-slide .hc-middle > .container {
    margin-bottom: 1px;
  }
}
.hc-template .hc-slide .hc-middle > .container:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #999;
  display: block;
  position: absolute;
  border-radius: 50%;
}
.hc-template .hc-slide .hc-middle .hc-nav-items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hc-template .hc-slide .hc-middle .hc-nav-items .nav-item-wrap {
  position: relative;
  padding: 3rem 1rem;
}
.hc-template .hc-slide .hc-middle .hc-nav-items .nav-item-wrap .hc-nav-item {
  width: 176px;
  height: 244px;
  border-radius: 50% / 35%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #959595;
  margin: 15px auto;
  padding: 2rem;
  display: block;
  position: relative;
}
.hc-template .hc-slide .hc-middle .hc-nav-items .nav-item-wrap .hc-nav-item.hc-round {
  width: 180px;
  height: 180px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .hc-template .hc-slide .hc-middle .hc-nav-items .nav-item-wrap .hc-nav-item.hc-round {
    width: 120px;
    height: 120px;
  }
}
@media (max-height: 680px) {
  .hc-template .hc-slide .hc-middle .hc-nav-items .nav-item-wrap .hc-nav-item {
    width: 120px;
    height: 155px;
  }
}
@media (max-width: 1200px) {
  .hc-template .hc-slide .hc-middle .hc-nav-items .nav-item-wrap .hc-nav-item {
    width: 120px;
    height: 155px;
  }
}
.hc-template .hc-slide .hc-middle .hc-nav-items .nav-item-wrap .nav-items-text {
  font-size: 1.5rem;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  line-height: 0.8em;
}
@media (max-width: 1200px) {
  .hc-template .hc-slide .hc-middle .hc-nav-items .nav-item-wrap .nav-items-text {
    font-size: 1.25rem;
  }
}
.hc-template .hc-slide .hc-middle .hc-nav-items .nav-item-wrap .nav-items-text.title-over {
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  word-spacing: 100vw;
  color: #fff;
  font-weight: 700;
  pointer-events: none;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .hc-template .hc-slide .hc-middle .hc-nav-items .nav-item-wrap .nav-items-text.title-over {
    font-size: 0.9375rem;
  }
}
.hc-template .hc-slide .hc-middle .hc-nav-items .owl-dots {
  position: absolute;
  bottom: -2.5rem;
  margin: auto;
  left: 0;
  right: 0;
}
.hc-template .hc-slide .hc-middle .hc-nav-items .owl-dots button:focus {
  outline: 0;
}
.hc-template .hc-slide .hc-bottom {
  height: calc(20%);
  display: flex;
}
@media (max-width: 991px) {
  .hc-template .hc-slide .hc-bottom {
    display: none;
  }
}
.hc-template .hc-slide .hc-bottom ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hc-template .hc-slide .hc-bottom ul li {
  text-transform: uppercase;
  margin: 0 1rem;
  font-size: 0.8125rem;
}
.hc-template .hc-slide .hc-bottom ul li a {
  padding: 0 1.5rem;
  border-bottom: 2px solid transparent;
}
.hc-template .hc-slide .hc-bottom ul li a:hover {
  text-decoration: none;
}
.hc-template .hc-slide .hc-bottom ul li a.prev-slide,
.hc-template .hc-slide .hc-bottom ul li a.next-slide {
  display: block;
}
.hc-template .hc-slide .hc-bottom ul li a.prev-slide:hover,
.hc-template .hc-slide .hc-bottom ul li a.next-slide:hover {
  border-bottom: 2px solid transparent;
}
.hc-template .hc-slide .hc-bottom ul li a.prev-slide::after,
.hc-template .hc-slide .hc-bottom ul li a.next-slide::after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  border-bottom: 2px solid #252525;
  border-left: 2px solid #252525;
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 0 1rem;
}
.hc-template .hc-slide .hc-bottom ul li a.next-slide::after {
  transform: rotate(225deg);
}
.sub-reports-nav {
  height: 66px;
  border-top: 1px solid #f4f4f4;
  position: relative;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 2;
}
@media (max-width: 991px) {
  .sub-reports-nav {
    position: relative;
  }
}
.sub-reports-nav a {
  text-transform: uppercase;
  font-weight: 800;
  height: 65px;
  display: inline-flex;
  align-items: center;
  padding: 0 0.7rem;
  border-right: 1px solid #f4f4f4;
  font-size: 0.875rem;
}
.sub-reports-nav a.prev-page {
  border-left: 1px solid #f4f4f4;
  display: inline-flex;
}
.sub-reports-nav a.prev-page:after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  border-bottom: 2px solid #252525;
  border-left: 2px solid #252525;
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 0 1rem;
}
.sub-reports-nav a.next-page {
  display: inline-flex;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 1rem 0 1.4rem;
}
.sub-reports-nav a.next-page span {
  font-weight: normal;
  padding-left: 10px;
}
.sub-reports-nav a.next-page:after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  border-bottom: 2px solid #252525;
  border-right: 2px solid #252525;
  transform: rotate(-45deg);
  vertical-align: middle;
  margin: 0 1rem;
}
.sub-reports-nav a.smoothup {
  border-left: 1px solid #f4f4f4;
  position: absolute;
  right: 0;
}
.sub-reports-nav a.smoothup:after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  border-bottom: 2px solid #252525;
  border-left: 2px solid #252525;
  transform: rotate(135deg);
  vertical-align: middle;
  margin: 0 1rem;
}
.icon-scroll:before {
  position: absolute;
}
.icon-scroll {
  width: 30px;
  height: 45px;
  box-shadow: inset 0 0 0 2px #999;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-self: center;
}
.icon-scroll:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #999;
  top: 19px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.hc-nav-popup {
  position: fixed;
  max-width: 20vw;
  min-width: 300px;
  max-height: calc(100vh - 132px);
  box-shadow: 0 10px 7px 0 #999;
  background: #fff;
  z-index: 1;
  margin: 0 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s all ease-in-out;
  transform: translate3d(2%, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .hc-nav-popup {
    top: 76px;
    left: 10px;
    right: 10px;
    bottom: 20px;
    max-width: 500px;
    max-height: unset;
    height: 50%;
    margin: auto;
    box-shadow: 2px 2px 0 0 #000;
    transform: translate3d(0, 0, 0);
  }
}
.hc-nav-popup.open {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.hc-nav-popup:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -8px;
  z-index: -1;
}
@media (max-width: 991px) {
  .hc-nav-popup:before {
    display: none;
  }
}
.hc-nav-popup:not(.tw):before {
  left: -8px;
  border-left: 1px solid rgba(153, 153, 153, 0.51);
  border-bottom: 1px solid rgba(153, 153, 153, 0.51);
}
.hc-nav-popup.tw:before {
  right: -8px;
  border-right: 1px solid rgba(153, 153, 153, 0.51);
  border-top: 1px solid rgba(153, 153, 153, 0.51);
}
.hc-nav-popup .hc-popup-img {
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.hc-nav-popup .hc-popup-img img {
  width: 100%;
  max-height: 160px;
  object-fit: cover;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 991px) {
  .hc-nav-popup .hc-popup-img img {
    border-radius: 0;
  }
}
.hc-nav-popup .hc-popup-img img:hover {
  transform: scale(1.2);
  filter: grayscale(1);
}
.hc-nav-popup .hc-popup-content {
  font-size: 0.875rem;
  padding: 1.5rem 1.5rem 0.5rem;
  max-height: 130px;
}
.hc-nav-popup .hc-popup-content p {
  margin-bottom: 0;
}
.hc-nav-popup .hc-popup-link {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 1.5rem 1.5rem;
}
.hc-nav-popup .hc-popup-link div {
  font-weight: bold;
}
.hc-nav-popup .hc-popup-close {
  color: #fff;
  top: 0;
  right: 0;
  position: absolute;
  transform: scale(1);
  transition: 0.2s all ease-in-out;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  border-radius: 0 5px 0 0;
}
.hc-nav-popup .hc-popup-close svg {
  opacity: 1;
  fill: #fff;
}
.hc-nav-popup .hc-popup-close:focus {
  outline: 0;
}
.hc-nav-popup .hc-popup-close:hover {
  background: rgba(0, 0, 0, 0.8);
}
.pie-menu {
  position: relative;
  width: 100%;
  max-width: 579px;
  margin: auto;
  direction: ltr;
}
.pie-menu img#pie-menu {
  width: 100%;
  height: auto;
}
.pie-menu svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.icl-ex-map {
  position: relative;
}
.icl-ex-map .map-expend {
  top: 0.4rem;
  right: 1.2rem;
  z-index: 1;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: #ddd;
  border-radius: 50%;
  position: absolute;
  box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .icl-ex-map .map-expend {
    top: 5rem;
    right: 9px;
  }
}
.icl-ex-map .map-expend svg.expand {
  margin-top: -1px;
}
.icl-ex-map .map-expend svg.minimize {
  margin-left: 6px;
  margin-top: 1px;
}
.icl-ex-map .map-wrap {
  transition: 0.5s all ease;
  width: 100vw;
  max-width: 100vw;
  height: calc(100vh - 66px);
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  transform: translate3d(60%, 0, 0);
}
@media (max-width: 1024px) {
  .icl-ex-map .map-wrap {
    transform: translate(100vw, 0) translateX(2px);
    height: calc(100vh - 60px);
  }
}
.icl-ex-map .map-wrap a[name*="map"] {
  display: none;
}
.icl-ex-map .map-wrap .wpgmza_map {
  float: none;
  height: 100%;
}
.icl-ex-map .map-wrap div[id*="wpgmza_marker_list_"] {
  width: calc(100% - 70px) !important;
  max-width: 400px;
  height: calc(100% - 6rem);
  top: 83px;
  bottom: 1rem;
  left: 0;
  position: fixed;
  padding: 0.5rem 2.5rem 0 1.5rem;
  overflow-y: auto;
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  z-index: 0;
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .icl-ex-map .map-wrap div[id*="wpgmza_marker_list_"] {
    top: 150px;
  }
}
.icl-ex-map .map-wrap div[id*="wpgmza_marker_list_"] .wpgmaps_blist_row {
  padding: 0;
  border-bottom: none;
  margin-bottom: 1rem;
}
.icl-ex-map .map-wrap div[id*="wpgmza_marker_list_"] .wpgmaps_blist_row .wpgmza-basic-list-item-wrapper .wpgmza-basic-list-item.wpgmza_div_title {
  font-size: 1.0625rem;
  text-transform: capitalize;
  font-weight: normal;
  margin: 0;
}
.icl-ex-map .map-wrap div[id*="wpgmza_marker_list_"] .wpgmaps_blist_row .wpgmza-basic-list-item-wrapper .wpgmza-basic-list-item.wpgmza_div_address {
  display: none;
}
.icl-ex-map .map-wrap div[id*="wpgmza_marker_list_"] .wpgmaps_blist_row:hover {
  background: none;
}
.icl-ex-map .map-wrap div[id*="wpgmza_marker_list_"] .wpgmaps_blist_row.found {
  display: block;
}
.icl-ex-map .map-wrap div[id*="wpgmza_marker_list_"] .wpgmaps_blist_row.not-found {
  display: none;
}
.icl-ex-map .map-wrap div[id*="wpgmza_marker_list_"] .wpgmza_div_marker {
  display: none;
}
.icl-ex-map .map-wrap .search-panel {
  position: absolute;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  width: calc(100% - 70px);
  max-width: 400px;
  transition: 0.2s all ease;
  display: none;
  transform: translate3d(-100%, 0, 0);
  z-index: 2;
}
.icl-ex-map .map-wrap .search-panel .search-field {
  border-bottom: 1px solid #f4f4f4;
  padding: 1rem;
}
.icl-ex-map .map-wrap .search-panel .search-field > div {
  border-radius: 3px;
  background-color: #F4F4F4;
  height: 50px;
}
.icl-ex-map .map-wrap .search-panel .search-field > div label {
  font-size: 1rem;
  margin: 0;
  color: #959595;
  font-weight: 500;
  position: absolute;
  padding: 10px 10px 10px 10px;
  padding-right: 50px;
  z-index: 0;
  transition: 0.5s all ease-in-out;
  white-space: nowrap;
}
.icl-ex-map .map-wrap .search-panel .search-field > div input[type="search"] {
  font-size: 1rem;
  border: 0;
  color: #041047;
  padding: 10px 10px 10px 10px;
  padding-right: 50px;
  font-weight: 500;
  background: transparent;
  z-index: 1;
}
.icl-ex-map .map-wrap .search-panel .search-field > div input[type="search"]:focus,
.icl-ex-map .map-wrap .search-panel .search-field > div input[type="search"]:active,
.icl-ex-map .map-wrap .search-panel .search-field > div input[type="search"]:valid {
  outline: 0;
  border-bottom-color: #041047;
}
.icl-ex-map .map-wrap .search-panel .search-field > div input[type="search"]:focus + label,
.icl-ex-map .map-wrap .search-panel .search-field > div input[type="search"]:active + label,
.icl-ex-map .map-wrap .search-panel .search-field > div input[type="search"]:valid + label {
  transform: translate3d(10px, 0, 0);
  opacity: 0.0;
}
.icl-ex-map .map-wrap .search-panel .search-field > div input[type="search"]:focus ~ button svg.search,
.icl-ex-map .map-wrap .search-panel .search-field > div input[type="search"]:active ~ button svg.search,
.icl-ex-map .map-wrap .search-panel .search-field > div input[type="search"]:valid ~ button svg.search {
  fill: #041047;
}
.icl-ex-map .map-wrap .search-panel .search-field > div button {
  position: absolute;
  margin: auto;
  padding: 0;
  z-index: 1;
  right: 0;
  width: 50px;
  height: 50px;
}
.icl-ex-map .map-wrap .search-panel .search-field > div button svg.search {
  transition: 0.5s all ease-in-out;
}
.icl-ex-map .map-wrap .search-panel .panel-toggle {
  background: #fafafa;
  position: absolute;
  top: 17px;
  right: -24px;
  width: 23px;
  height: 45px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 0 0 0 1px #d4d4d4;
}
@media (max-width: 1024px) {
  .icl-ex-map .map-wrap .search-panel .panel-toggle {
    top: 50%;
  }
}
.icl-ex-map .map-wrap .search-panel .panel-toggle:before {
  font-size: 0.5rem;
  content: "▶";
}
.icl-ex-map .map-wrap .search-panel .wpgmza_map {
  transition: 0.5s all ease;
}
.icl-ex-map .map-wrap .search-panel.open {
  transform: translate3d(0, 0, 0);
}
.icl-ex-map .map-wrap .search-panel.open .panel-toggle:before {
  content: "◀";
}
.icl-ex-map .map-wrap .search-panel.open ~ div[id*="wpgmza_marker_list_"] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  z-index: 3;
}
.icl-ex-map .map-wrap ~ .map-expend svg.minimize {
  display: none;
}
.icl-ex-map .map-wrap.open {
  transform: translate3d(0, 0, 0);
}
.icl-ex-map .map-wrap.open .search-panel {
  display: block;
  animation: panel-anim 1.5s 1 0s ease;
}
@keyframes panel-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.icl-ex-map .map-wrap.open ~ .map-expend svg.minimize {
  display: block;
}
.icl-ex-map .map-wrap.open ~ .map-expend svg.expand {
  display: none;
}
.icl-ex-map .map-wrap.open div[id*="wpgmza_marker_list_"] {
  display: block;
}
.icl-gdpr {
  font-size: 0.875rem;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  background: #252525;
  padding: 1.5rem 2rem;
  font-weight: lighter;
  z-index: 5;
  opacity: 0;
  transform: scale(0.8);
  visibility: hidden;
  transition: 0.2s all ease-in-out;
}
.icl-gdpr .gdpr-content {
  max-width: 60rem;
  margin: 0 2rem;
}
.icl-gdpr .gdpr-btn {
  color: #fff;
  width: 7em;
  height: 3em;
  font-weight: bold;
  border-radius: 3px;
  background-color: #ee602e;
  transition: 0.5s all ease;
}
.icl-gdpr .gdpr-btn:hover {
  transform: scale(1.2);
}
.icl-gdpr.active {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  transition-delay: 2s;
}
.elementor h3.elementor-heading-title {
  min-height: 3rem;
  display: flex;
  align-items: center;
}
#table-modal {
  padding: 0 !important;
}
#table-modal .modal-dialog.modal-full {
  min-width: 100%;
  margin: 0;
}
#table-modal .modal-dialog.modal-full .modal-content {
  min-height: 100vh;
}
#table-modal .modal-dialog .modal-header {
  border: none;
}
#table-modal .table-print {
  display: none !important;
}
div[id*="wpgmza_map_"] > div > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(4) {
  border-radius: 5px !important;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.3);
}
div[id*="wpgmza_map_"] ul {
  list-style-type: disc !important;
  list-style-position: inside !important;
}
div[id*="wpgmza_map_"] > div > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(3) {
  display: none;
}
div[id*="wpgmza_map_"] > div > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(4) > div > div.gm-style-iw > div > div {
  display: flex;
  flex-direction: column-reverse;
}
div[id*="wpgmza_map_"] > div > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(4) > div > div.gm-style-iw > div > div > div {
  display: flex;
  flex-direction: column;
}
div[id*="wpgmza_map_"] > div > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(4) > div > div.gm-style-iw > div > div > div > p:nth-child(4) {
  font-size: 1rem;
  max-width: 400px;
  max-height: 150px;
  overflow: auto;
}
div[id*="wpgmza_map_"] p[data-custom-field-name="Subtitle"] {
  font-size: 1.25rem;
  color: #262626;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  div[id*="wpgmza_map_"] p[data-custom-field-name="Subtitle"] {
    font-size: 0.9375rem;
    margin-bottom: 0;
  }
}
div[id*="wpgmza_map_"] .gm-style-iw {
  overflow-y: auto !important;
  padding: 1rem !important;
}
@media (max-width: 768px) {
  div[id*="wpgmza_map_"] .gm-style-iw {
    padding: 0;
  }
}
div[id*="wpgmza_map_"] .wpgmza_markerbox {
  display: flex;
  flex-direction: column;
  position: relative;
}
div[id*="wpgmza_map_"] .wpgmza_markerbox .wpgmza_infowindow_title {
  font-size: 1.0625rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  div[id*="wpgmza_map_"] .wpgmza_markerbox .wpgmza_infowindow_title {
    font-size: 0.9375rem;
  }
}
div[id*="wpgmza_map_"] .wpgmza_markerbox .wpgmza_infowindow_address {
  display: none;
}
div[id*="wpgmza_map_"] .wpgmza_markerbox .wpgmza_infowindow_description {
  order: 3;
}
div[id*="wpgmza_map_"] .wpgmza_markerbox .wpgmza_infowindow_link {
  position: absolute;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
}
div[id*="wpgmza_map_"] .wpgmza_markerbox .wpgmza_infowindow_link a {
  display: block;
  position: relative;
}
div[id*="wpgmza_map_"] .wpgmza_markerbox .wpgmza_infowindow_link a:after {
  content: ">";
  display: block;
}
div[id*="wpgmza_map_"] .wpgmza_markerbox .wpgmza_gd {
  display: none;
}
.footer-link {
  width: 60px;
}
.footer-link svg {
  fill: #FFF;
  width: 60px;
  height: 17px;
}
.footer-link span {
  position: absolute;
  left: 0%;
  top: 2px;
  white-space: nowrap;
  color: #FFF;
  font-size: .7rem;
  opacity: 0;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.footer-link span.assif {
  top: 15px;
}
.footer-link:hover span,
.footer-link:focus span {
  left: 70px;
  opacity: 1;
}
.footer-link:hover span.assif,
.footer-link:focus span.assif {
  left: 40px;
}
.footer-link [aria-label] {
  position: relative;
}
.footer-link [aria-label]:after {
  content: attr(aria-label);
  display: none;
  position: absolute;
  top: -160%;
  left: 50px;
  z-index: 999;
  pointer-events: none;
  padding: 8px 10px;
  white-space: nowrap;
  text-decoration: none;
  text-indent: 0;
  overflow: visible;
  font-size: .7em;
  color: #fff;
  background-color: #000;
}
.footer-link [aria-label]:hover:after,
.footer-link [aria-label]:focus:after {
  display: block;
}
.icl-language-bar {
  position: absolute;
  right: 78px;
  top: 18px;
  color: #fff;
  z-index: 2;
}
.icl-language-bar a {
  font-weight: bold;
  font-size: 18px;
  font-family: 'Open Sans Hebrew', sans-serif;
}
.icl-language-bar a:hover,
.icl-language-bar a:focus {
  color: #fff;
}
.infographics .title {
  color: #1e2639;
  font-size: 40px;
  letter-spacing: -3px;
  text-transform: uppercase;
  font-weight: 800 !important;
}
.infographics .subtitle {
  color: #a2a2a2;
  font-size: 11px;
  font-weight: 600;
}
.infographics .item-title {
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
  font-style: italic;
  letter-spacing: -2px;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .infographics .item-title {
    font-size: 30px;
  }
}
.infographics .items .item {
  display: flex;
  margin-top: 25px;
  align-items: center;
}
.infographics .items .item .image {
  min-width: 135px;
}
.infographics .items .item .content {
  margin-top: -13px;
  margin-left: 22px;
}
.infographics .items .item .value {
  direction: ltr;
  line-height: 0.6;
  unicode-bidi: plaintext;
}
.infographics .items .item .value span {
  font-size: 50px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .infographics .items .item .value span {
    font-size: 100px;
  }
}
.infographics .items .item .value span:nth-child(1) {
  color: #1e2639;
  letter-spacing: -9px;
}
.infographics .items .item .value span:nth-child(2) {
  color: #a2a2a2;
}
@media (max-width: 600px) {
  body.home .sdgs {
    display: none;
  }
}
body:not(.home) .elementor-image img[src$=".svg"] {
  width: auto !important;
}
body:not(.home) .elementor-image img[src$=".svg"] {
  width: auto !important;
}
.postid-2476 .fixed-border-title {
  display: inline-block;
}
.postid-2476 .reports-page h1 sup {
  top: -17px;
}
.lazy {
  opacity: 0;
}
.lazy.loaded,
.lazy[data-was-processed="true"] {
  opacity: 1;
  transition: 0.5s 0.5s opacity ease-in;
}
[data-href] {
  cursor: pointer;
}
area:focus,
area:hover {
  outline: 0;
}
