.path-frontpage.user-logged-in .main-container .layouts:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.path-frontpage .more-link {
  margin: 0 auto;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.path-frontpage .more-link a {
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-size: 16px;
  color: #fff;
  display: block;
  background-color: #000;
  border: 1px solid #F77E0B;
  padding: 10px 25px;
  text-decoration: none;
  transition: 600ms;
}
.path-frontpage .more-link a:hover {
  background-color: #F77E0B;
  color: #000;
}
.path-frontpage .slick__arrow {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .path-frontpage .slick__arrow {
    bottom: 6%;
  }
}
.path-frontpage .slick-arrow {
  border: 2px solid #F77E0B;
  border-radius: 2px;
  transition: 600ms;
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .path-frontpage .slick-arrow {
    border: 2px solid #F77E0B;
  }
}
.path-frontpage .slick-arrow::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  color: #ffffff;
  opacity: 1;
  transition: 600ms;
}
.path-frontpage .slick-arrow:hover {
  background-color: #F77E0B;
}
.path-frontpage .slick-arrow:hover::before {
  color: #ffffff;
}
.path-frontpage .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: -15px;
}
[dir=rtl] .path-frontpage .slick-arrow.slick-next {
  left: -15px;
  right: auto;
}
.path-frontpage .slick-arrow.slick-next::before {
  content: "\f061";
}
[dir=rtl] .path-frontpage .slick-arrow.slick-next::before {
  content: "\f060";
}
.path-frontpage .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: -15px;
  right: auto;
}
[dir=rtl] .path-frontpage .slick-arrow.slick-prev {
  left: auto;
  right: -15px;
}
.path-frontpage .slick-arrow.slick-prev::before {
  content: "\f060";
}
[dir=rtl] .path-frontpage .slick-arrow.slick-prev::before {
  content: "\f061";
}
.path-frontpage .view-header {
  text-align: center;
  margin-bottom: 60px;
}
.path-frontpage .view-header h4 {
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
@media (max-width: 768px) {
  .path-frontpage .view-header h4 {
    font-size: 25px;
  }
}
.path-frontpage .view-header h4::before {
  content: "";
  width: 80px;
  height: 80px;
  background-color: transparent;
  display: block;
  color: transparent;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  transform: translateY(-50%);
  background-image: url("../../images/shape-title.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
[dir=rtl] .path-frontpage .view-header h4::before {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .path-frontpage .view-header h4::before {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
}
.path-frontpage .view-header h4 span:first-child {
  color: #000;
}
.path-frontpage .view-header h4 span:last-child {
  color: #F77E0B;
}
.path-frontpage .view-header h4.white-title {
  color: #fff;
}
.path-frontpage .node--type-partner.node--view-mode-teaser .content-box {
  height: 140px !important;
  width: 60%;
}
.path-frontpage .node--type-partner.node--view-mode-teaser .content-box .field--name-field-image img {
  margin: 0 auto;
  width: 75%;
}
.path-frontpage .node--type-partner.node--view-mode-teaser .content-box::before, .path-frontpage .node--type-partner.node--view-mode-teaser .content-box::after {
  opacity: 1;
}
.path-frontpage .view-partners .view-content {
  display: block;
}
.path-frontpage .view-partners .slick-arrow::before {
  color: #000A0B;
}
.path-frontpage .view-partners .slick-arrow:hover::before {
  color: #000A0B;
}
.path-frontpage .block-views-blockour-products-block-our-products-home,
.path-frontpage .block-views-blocknews-listing-block-news-home,
.path-frontpage .block-views-blockpublications-block-publications-home {
  padding: 60px 0 70px 0;
}
.path-frontpage .view-publications .view-filters .views-exposed-form .fieldset-wrapper .form-radios .taxonomy-term--type-category .field--name-taxonomy-term-title h2 {
  color: #fff;
}
.path-frontpage .view-publications .node--type-publication.node--view-mode-teaser .field--name-node-title {
  color: #fff;
}
.path-frontpage .view-publications .view-content {
  margin-bottom: 50px;
}
.path-frontpage .view-display-id-block_news_home .view-header h4 {
  margin: 0;
}
.path-frontpage .view-display-id-block_news_home .view-content {
  background: #FFFFFF;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.0705882353);
  width: 90%;
}
@media (max-width: 992px) {
  .path-frontpage .view-display-id-block_news_home .view-content {
    width: 100%;
  }
}
.path-frontpage .view-display-id-block_news_home .view-content .slick {
  padding: 40px 90px;
}
@media (max-width: 992px) {
  .path-frontpage .view-display-id-block_news_home .view-content .slick {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .path-frontpage .view-display-id-block_news_home .slick__arrow {
    bottom: -30px;
    transform: none;
    top: auto;
    width: 120px;
  }
}
.path-frontpage .view-display-id-block_news_home .slick-arrow {
  border-radius: 0;
  background-color: #F77E0B;
  width: 50px;
  height: 50px;
}
.path-frontpage .view-display-id-block_news_home .slick-arrow::before {
  font-size: 22px;
  border-radius: 0;
}
.path-frontpage .view-display-id-block_news_home .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
}
[dir=rtl] .path-frontpage .view-display-id-block_news_home .slick-arrow.slick-next {
  left: 0;
  right: auto;
}
.path-frontpage .view-display-id-block_news_home .slick-arrow.slick-next::before {
  content: "\f054";
}
[dir=rtl] .path-frontpage .view-display-id-block_news_home .slick-arrow.slick-next::before {
  content: "\f053";
}
.path-frontpage .view-display-id-block_news_home .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
}
[dir=rtl] .path-frontpage .view-display-id-block_news_home .slick-arrow.slick-prev {
  left: auto;
  right: 0;
}
.path-frontpage .view-display-id-block_news_home .slick-arrow.slick-prev::before {
  content: "\f053";
}
[dir=rtl] .path-frontpage .view-display-id-block_news_home .slick-arrow.slick-prev::before {
  content: "\f054";
}
.path-frontpage .node--type-news.node--view-mode-default .field--name-node-title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.path-frontpage .node--type-news.node--view-mode-default .field--name-field-date {
  color: #F77E0B;
  font-size: 14px;
  margin-bottom: 20px;
}
.path-frontpage .node--type-news.node--view-mode-default .field--name-body {
  color: #000;
  font-size: 16px;
  margin-bottom: 30px;
}
.path-frontpage .node--type-news.node--view-mode-default .field--name-node-link a {
  color: #F77E0B;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  text-decoration: none;
  border-bottom: 1px solid #F77E0B;
  padding: 0px 8px 10px 8px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.path-frontpage .node--type-news.node--view-mode-default .field--name-node-link a:after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: transparent;
  display: block;
  color: transparent;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 8px;
  background-image: url(../../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.path-frontpage .view-clients .view-header {
  text-align: left;
}
[dir=rtl] .path-frontpage .view-clients .view-header {
  text-align: right;
}
.path-frontpage .view-clients .view-header h5 {
  font-size: 30px;
  font-weight: bold;
  z-index: 0;
  width: 35%;
}
@media (max-width: 992px) {
  .path-frontpage .view-clients .view-header h5 {
    width: 100%;
    font-size: 25px;
  }
}
.path-frontpage .view-clients .view-header h5 span {
  color: #F77E0B;
}
.path-frontpage .view-clients .more-link {
  text-align: left;
  margin: 0;
}
[dir=rtl] .path-frontpage .view-clients .more-link {
  text-align: right;
}
.path-frontpage .view-clients .more-link a {
  font-weight: bold;
  color: #F77E0B;
  border: 0;
}
.path-frontpage .view-clients .more-link a:hover {
  color: #000;
  background-color: #F77E0B;
}
.path-frontpage .block-content--type-basic.block-content--view-mode-custom-text-home {
  width: 90%;
}
@media (max-width: 992px) {
  .path-frontpage .block-content--type-basic.block-content--view-mode-custom-text-home {
    width: 100%;
  }
}
.path-frontpage .block-content--type-basic.block-content--view-mode-custom-text-home h6 {
  font-size: 25px;
  color: #F77E0B;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .path-frontpage .block-content--type-basic.block-content--view-mode-custom-text-home h6 {
    font-size: 20px;
  }
}
.path-frontpage .block-content--type-basic.block-content--view-mode-custom-text-home h4 {
  font-size: 35px;
  color: #000;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .path-frontpage .block-content--type-basic.block-content--view-mode-custom-text-home h4 {
    font-size: 25px;
  }
}
.path-frontpage .block-content--type-basic.block-content--view-mode-custom-text-home a {
  color: #F77E0B;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  text-decoration: none;
  border-bottom: 1px solid #F77E0B;
  padding: 0px 8px 10px 8px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.path-frontpage .block-content--type-basic.block-content--view-mode-custom-text-home a:after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: transparent;
  display: block;
  color: transparent;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 8px;
  background-image: url(../../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
}
.path-frontpage .layouts:has(.section-services) {
  margin-bottom: 0;
}
.path-frontpage .layouts:has(.section-services) + .layouts::before {
  content: "";
  width: calc(100% - 50px);
  height: 50%;
  background-color: #E5E2DC;
  display: block;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}
[dir=rtl] .path-frontpage .layouts:has(.section-services) + .layouts::before {
  left: 0;
  right: auto;
}
@media (max-width: 1200px) {
  .path-frontpage .layouts:has(.section-services) + .layouts::before {
    width: 100%;
    height: 25%;
  }
}
.path-frontpage .layouts:has(.section-services) + .layouts::after {
  content: "";
  width: 50px;
  height: 100px;
  background-color: transparent;
  display: block;
  color: transparent;
  position: absolute;
  top: calc(50% - 50px);
  bottom: auto;
  left: 75px;
  right: auto;
  background-image: url("../../images/icon-services-2.svg");
}
[dir=rtl] .path-frontpage .layouts:has(.section-services) + .layouts::after {
  left: auto;
  right: 75px;
}
@media (max-width: 1200px) {
  .path-frontpage .layouts:has(.section-services) + .layouts::after {
    display: none;
  }
}
.path-frontpage .layouts:has(.section-services) .section-services {
  padding: 80px 0;
}
.path-frontpage .layouts:has(.section-services) .section-services::before {
  content: "";
  width: calc(100% - 50px);
  height: 100%;
  background-color: #E5E2DC;
  display: block;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}
[dir=rtl] .path-frontpage .layouts:has(.section-services) .section-services::before {
  left: 0;
  right: auto;
}
@media (max-width: 1200px) {
  .path-frontpage .layouts:has(.section-services) .section-services::before {
    width: 100%;
  }
}
.path-frontpage .layouts:has(.section-services) .section-services::after {
  content: "";
  width: 150px;
  height: 150px;
  background-color: transparent;
  display: block;
  color: transparent;
  position: absolute;
  top: -100px;
  bottom: auto;
  left: auto;
  right: 0;
  background-image: url("../../images/icon-services-1.svg");
}
[dir=rtl] .path-frontpage .layouts:has(.section-services) .section-services::after {
  left: 0;
  right: auto;
}
@media (max-width: 1200px) {
  .path-frontpage .layouts:has(.section-services) .section-services::after {
    display: none;
  }
}
.path-frontpage .our-products::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: block;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  background: transparent linear-gradient(180deg, #000A0B 0%, rgba(0, 10, 11, 0) 100%) 0% 0% no-repeat padding-box;
}
[dir=rtl] .path-frontpage .our-products::before {
  left: 0;
  right: 0;
}
.path-frontpage .our-products .view-header h4 span:first-child {
  color: #fff;
}
@media (max-width: 991px) {
  .path-frontpage .our-products .view-content {
    display: block;
  }
}
.path-frontpage .our-products .view-content .views-row {
  position: relative;
}
.path-frontpage .our-products .view-content .views-row::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  display: block;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}
[dir=rtl] .path-frontpage .our-products .view-content .views-row::after {
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .path-frontpage .our-products .view-content .views-row::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .path-frontpage .our-products .view-content .views-row .node--type-product.node--view-mode-teaser {
    border: none;
    margin-bottom: 40px;
  }
}
.path-frontpage .our-products .view-content .views-row:first-child::after {
  display: none;
}
.path-frontpage .our-products .node--type-product.node--view-mode-teaser .field--name-node-title h4 {
  color: #fff;
}
.path-frontpage .our-products .node--type-product.node--view-mode-teaser .field--name-body {
  color: #fff;
}
.path-frontpage .our-products .more-link a {
  background-color: transparent;
}
.path-frontpage .our-products .more-link a:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.path-frontpage .our-products .slick-arrow {
  border-radius: 0;
  background-color: #F77E0B;
  width: 50px;
  height: 50px;
  top: auto !important;
  bottom: 0 !important;
}
.path-frontpage .our-products .slick-arrow::before {
  font-size: 22px;
  border-radius: 0;
}
.path-frontpage .our-products .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: calc(50% - 60px);
}
[dir=rtl] .path-frontpage .our-products .slick-arrow.slick-next {
  left: calc(50% - 60px);
  right: auto;
}
.path-frontpage .our-products .slick-arrow.slick-next::before {
  content: "\f054";
}
[dir=rtl] .path-frontpage .our-products .slick-arrow.slick-next::before {
  content: "\f053";
}
.path-frontpage .our-products .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: calc(50% - 60px);
  right: auto;
}
[dir=rtl] .path-frontpage .our-products .slick-arrow.slick-prev {
  left: auto;
  right: calc(50% - 60px);
}
.path-frontpage .our-products .slick-arrow.slick-prev::before {
  content: "\f053";
}
[dir=rtl] .path-frontpage .our-products .slick-arrow.slick-prev::before {
  content: "\f054";
}
.path-frontpage .node--type-hero-slider.node--view-mode-teaser .field--name-field-image {
  position: relative;
  z-index: 0;
}
.path-frontpage .node--type-hero-slider.node--view-mode-teaser .field--name-field-image::before {
  content: "";
  width: 100%;
  height: 25%;
  background-color: transparent;
  display: block;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
}
[dir=rtl] .path-frontpage .node--type-hero-slider.node--view-mode-teaser .field--name-field-image::before {
  left: 0;
  right: 0;
}
@media (max-width: 992px) {
  .path-frontpage .node--type-hero-slider.node--view-mode-teaser .field--name-field-image::before {
    height: 50%;
  }
}
.path-frontpage .node--type-hero-slider.node--view-mode-teaser .field--name-field-image img {
  width: 100%;
  height: auto;
}
.path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box {
  width: 35%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 15%;
  right: auto;
  border-top: 0 solid #fff;
  border-bottom: 0 solid #fff;
  border-right: 0 solid #fff;
  border-left: 6px solid #fff;
  transform: translateY(-50%);
  padding: 18px;
  padding-bottom: 50px;
}
[dir=rtl] .path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box {
  left: auto;
  right: 15%;
}
[dir=rtl] .path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box {
  border-right: 6px solid #fff;
  border-left: 0 solid #fff;
}
@media (max-width: 1200px) {
  .path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box {
    width: 99%;
    position: absolute;
    top: 60%;
    bottom: auto;
    left: 1%;
    right: auto;
    padding: 10px;
  }
  [dir=rtl] .path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box {
    left: auto;
    right: 1%;
  }
}
.path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box::before {
  content: "";
  width: 50%;
  height: 6px;
  background-color: #fff;
  display: block;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}
[dir=rtl] .path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box::before {
  left: auto;
  right: 0;
}
.path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box::after {
  content: "";
  width: 30%;
  height: 6px;
  background-color: #fff;
  display: block;
  color: transparent;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}
[dir=rtl] .path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box::after {
  left: auto;
  right: 0;
}
.path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box .field--name-node-title {
  font-size: 55px;
  font-weight: bold;
  color: #fff;
  width: 80%;
}
@media (max-width: 992px) {
  .path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box .field--name-node-title {
    width: 100%;
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box .field--name-node-title {
    font-size: 25px;
  }
}
.path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box .field--name-body {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 767px) {
  .path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box .field--name-body {
    font-size: 16px;
  }
}
.path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box .field--name-body p:has(a) {
  position: absolute;
  top: auto;
  bottom: -20px;
  left: 35%;
  right: auto;
}
[dir=rtl] .path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box .field--name-body p:has(a) {
  left: auto;
  right: 35%;
}
.path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box .field--name-body a {
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  background-color: #F77E0B;
  border: 1px solid #F77E0B;
  padding: 10px 25px;
  text-decoration: none;
  transition: 600ms;
  position: relative;
}
@media (max-width: 767px) {
  .path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box .field--name-body a {
    padding: 10px 20px;
  }
}
.path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box .field--name-body a::after {
  content: "";
  width: 70px;
  height: 20px;
  background-color: transparent;
  display: block;
  color: transparent;
  background-image: url("../../images/slider-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 10px;
}
[dir=rtl] .path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box .field--name-body a::after {
  margin-right: 10px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box .field--name-body a::after {
    width: 40px;
    background-position: unset;
    height: 10px;
  }
}
.path-frontpage .node--type-hero-slider.node--view-mode-teaser .content-box .field--name-body a:hover {
  background-color: #F77E0B;
  color: #ffffff;
}
@media (max-width: 991px) {
  .path-frontpage .view-hero-slider .slick__arrow {
    bottom: 0;
    transform: none;
    top: auto;
    width: 120px;
  }
}
.path-frontpage .view-hero-slider .slick-arrow {
  border-radius: 0;
  background-color: #F77E0B;
  width: 50px;
  height: 50px;
}
.path-frontpage .view-hero-slider .slick-arrow::before {
  font-size: 22px;
  border-radius: 0;
}
.path-frontpage .view-hero-slider .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
}
[dir=rtl] .path-frontpage .view-hero-slider .slick-arrow.slick-next {
  left: 0;
  right: auto;
}
.path-frontpage .view-hero-slider .slick-arrow.slick-next::before {
  content: "\f054";
}
[dir=rtl] .path-frontpage .view-hero-slider .slick-arrow.slick-next::before {
  content: "\f053";
}
.path-frontpage .view-hero-slider .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
}
[dir=rtl] .path-frontpage .view-hero-slider .slick-arrow.slick-prev {
  left: auto;
  right: 0;
}
.path-frontpage .view-hero-slider .slick-arrow.slick-prev::before {
  content: "\f053";
}
[dir=rtl] .path-frontpage .view-hero-slider .slick-arrow.slick-prev::before {
  content: "\f054";
}
.path-frontpage .view-values {
  margin-top: -90px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .path-frontpage .view-values {
    margin-top: 80px;
  }
}
.path-frontpage .main-container .layouts:first-child {
  margin-top: -150px;
  margin-bottom: 0;
}

.block-content--type-values.block-content--view-mode-values {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.0509803922);
  background-color: #fff;
  padding: 20px;
  height: 100%;
}
.block-content--type-values.block-content--view-mode-values .field--name-block-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.block-content--type-values.block-content--view-mode-values .field--name-body {
  font-size: 16px;
  color: #000;
}

.block-content--type-about-us .field--name-body {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
}
.block-content--type-about-us .field--name-body h4 {
  font-size: 45px;
  font-weight: bold;
  color: #000;
}
@media (max-width: 991px) {
  .block-content--type-about-us .field--name-body h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.block-content--type-about-us .field--name-body h4 span.main_color {
  color: #F77E0B;
}
.block-content--type-about-us .field--name-body ul {
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}
.block-content--type-about-us .field--name-body ul li {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 65px;
  margin-bottom: 20px;
  position: relative;
}
[dir=rtl] .block-content--type-about-us .field--name-body ul li {
  padding-right: 65px;
  padding-left: 0;
}
.block-content--type-about-us .field--name-body ul li::before {
  content: "";
  width: 55px;
  height: 55px;
  background-color: transparent;
  display: block;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  background-image: url("../../images/about-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
[dir=rtl] .block-content--type-about-us .field--name-body ul li::before {
  left: auto;
  right: 0;
}
.block-content--type-about-us .field--name-body ul li::after {
  content: "";
  width: 55px;
  height: 55px;
  background-color: transparent;
  display: block;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  background: transparent linear-gradient(223deg, #FEF2B0 0%, #CD952A 100%) 0% 0% no-repeat padding-box;
  z-index: 0;
}
[dir=rtl] .block-content--type-about-us .field--name-body ul li::after {
  left: auto;
  right: 0;
}
.block-content--type-about-us .field--name-body ul li:last-child::before {
  background-image: url("../../images/about-1.svg");
}
.block-content--type-about-us .field--name-body ul li p {
  margin: 0;
}
.block-content--type-about-us .field--name-body ul li p:first-child {
  font-weight: bold;
}
.block-content--type-about-us .field--name-dynamic-twig-fieldblock-content-about-us-read-more a {
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-size: 16px;
  color: #F77E0B;
  display: block;
  background-color: #000;
  border: 1px solid #F77E0B;
  padding: 10px 25px;
  text-decoration: none;
  transition: 600ms;
}
.block-content--type-about-us .field--name-dynamic-twig-fieldblock-content-about-us-read-more a:hover {
  background-color: #F77E0B;
  color: #000;
}
.block-content--type-about-us.block-content--view-mode-about-us-page .field--name-body a,
.block-content--type-about-us.block-content--view-mode-about-us-page .field--name-body h4 {
  display: none;
}
.block-content--type-about-us.block-content--view-mode-about-us-page .field--name-field-images {
  float: left;
  margin-top: 0;
  margin-right: 25px;
  margin-bottom: 25px;
  margin-left: 0;
  position: relative;
  width: 35%;
}
[dir=rtl] .block-content--type-about-us.block-content--view-mode-about-us-page .field--name-field-images {
  float: right;
}
[dir=rtl] .block-content--type-about-us.block-content--view-mode-about-us-page .field--name-field-images {
  margin-right: 0;
  margin-left: 25px;
}
@media (max-width: 991px) {
  .block-content--type-about-us.block-content--view-mode-about-us-page .field--name-field-images {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
  }
  [dir=rtl] .block-content--type-about-us.block-content--view-mode-about-us-page .field--name-field-images {
    margin-right: 0;
    margin-left: 0;
  }
}
.block-content--type-about-us.block-content--view-mode-about-us-page .field--name-field-images > .field__item:first-child {
  text-align: center;
  position: relative;
  z-index: 0;
}
.block-content--type-about-us.block-content--view-mode-about-us-page .field--name-field-images > .field__item:last-child {
  display: none;
}
.block-content--type-about-us.block-content--view-mode-about-us-home .field--name-field-images {
  position: relative;
}
@media (max-width: 991px) {
  .block-content--type-about-us.block-content--view-mode-about-us-home .field--name-field-images {
    margin-bottom: 20px;
  }
}
.block-content--type-about-us.block-content--view-mode-about-us-home .field--name-field-images > .field__item:first-child {
  text-align: center;
  position: relative;
  z-index: 0;
}
.block-content--type-about-us.block-content--view-mode-about-us-home .field--name-field-images > .field__item:first-child img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .block-content--type-about-us.block-content--view-mode-about-us-home .field--name-field-images > .field__item:first-child img {
    width: 100%;
    height: auto;
  }
}
.block-content--type-about-us.block-content--view-mode-about-us-home .field--name-field-images > .field__item:last-child {
  position: absolute;
  top: auto;
  bottom: -20%;
  left: 0;
  right: auto;
}
[dir=rtl] .block-content--type-about-us.block-content--view-mode-about-us-home .field--name-field-images > .field__item:last-child {
  left: auto;
  right: 0;
}
@media (max-width: 991px) {
  .block-content--type-about-us.block-content--view-mode-about-us-home .field--name-field-images > .field__item:last-child {
    display: none;
  }
}
.block-content--type-about-us.block-content--view-mode-about-us-home .field--name-field-images > .field__item:last-child img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border: 3px solid #F77E0B;
}

@media (max-width: 991px) {
  header .menu-btn {
    text-align: right;
  }
  [dir=rtl] header .menu-btn {
    text-align: left;
  }
}
@media (max-width: 991px) {
  header .menu-btn .navbar-toggler {
    width: 40%;
  }
}
@media (max-width: 767px) {
  header .menu-btn .navbar-toggler {
    width: 100%;
  }
}
header .region-header-search {
  align-items: baseline;
}
header .region-header-search .nav {
  display: block;
}
header .region-header-search .nav .nav-link {
  padding: 0;
}
header .region-header-search a.language-link {
  padding: 0 15px;
  color: #000;
  font-size: 20px;
}
@media (max-width: 1339px) {
  header .region-header-search a.language-link {
    padding: 10px;
  }
}
header .region-header-search a.language-link:hover {
  color: #F77E0B;
}
header .region-header-search .field--name-body ul {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0;
}

.locations-block {
  position: absolute;
  top: -50px;
  bottom: auto;
  left: auto;
  right: 0;
  background-color: #ffffff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1607843137);
  padding: 80px 50px 50px 50px;
  z-index: -10;
  opacity: 0;
  transition: 600ms;
  display: none;
}
[dir=rtl] .locations-block {
  left: 0;
  right: auto;
}
.locations-block.show-modal {
  z-index: 10;
  opacity: 1;
  display: block;
}
.locations-block span.close-btn {
  font-weight: bold;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 30px;
}
[dir=rtl] .locations-block span.close-btn {
  left: 30px;
  right: auto;
}
.locations-block span.close-btn:hover {
  cursor: pointer;
}
.locations-block h4 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}
.locations-block h4 span {
  color: #F77E0B;
}
.locations-block p {
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
}
.locations-block svg {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .locations-block svg {
    width: 100%;
    height: auto;
  }
}
.locations-block ul {
  display: flex;
  flex-wrap: wrap;
}
.locations-block ul li {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .locations-block ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.locations-block ul li::before {
  content: "";
  width: 30px;
  height: 35px;
  background-color: transparent;
  display: block;
  color: transparent;
  background-repeat: no-repeat;
}
.locations-block ul li:nth-child(1)::before {
  background-image: url("../../images/icon-1.png");
}
.locations-block ul li:nth-child(2)::before {
  background-image: url("../../images/icon-2.png");
}
.locations-block ul li:nth-child(3)::before {
  background-image: url("../../images/icon-3.png");
}
.locations-block ul li:nth-child(4)::before {
  background-image: url("../../images/icon-6.png");
}
.locations-block ul li:nth-child(5)::before {
  background-image: url("../../images/icon-7.png");
}
.locations-block ul li:nth-child(6)::before {
  background-image: url("../../images/icon-8.png");
}
.locations-block ul li:nth-child(7)::before {
  background-image: url("../../images/icon-9.png");
}
.locations-block ul li:nth-child(8)::before {
  background-image: url("../../images/icon-10.png");
}

.view-id-publications.view-display-id-block_publications_home_mobile .custom-select {
  font-size: 16px;
  color: #F77E0B;
  height: 44px;
  font-weight: normal;
  opacity: 1;
  border-color: #fff;
  border-radius: 0;
  background-color: transparent;
}
.view-id-publications.view-display-id-block_publications_home_mobile .custom-select:focus {
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  border-color: #fff;
}
.view-id-publications.view-display-id-block_publications_home_mobile select {
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 2 4 5'%3e%3cpath fill='%23CE9E32' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/15px 15px no-repeat;
}

/*# sourceMappingURL=homepage.theme.css.map */
