body {
  background: #fbfbfb !important;
}
.slider.slider-home .splide .splide__arrows.splide__arrows--ltr {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1320px;
  width: 100%;
  margin: auto;
  margin-bottom: 65px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}
.slider.slider-home .splide .splide__arrows.splide__arrows--ltr .splide__arrow.splide__arrow--next {
  right: 0;
  transform: unset !important;
  position: relative;
}
.slider.slider-home .splide .splide__arrows.splide__arrows--ltr .splide__arrow.splide__arrow--prev {
  transform: unset !important;
  position: relative;
  margin-right: 30px;
}
.slider.slider-home .splide .splide__pagination {
  bottom: 83px !important;
  max-width: 1320px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  padding-right: 130px;
}
.slider.slider-home .splide .splide__pagination .splide__pagination__page.is-active {
  background: #fbfbfb !important;
}
.blog-card-home {
  position: relative;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}.blog-card-home img {
    width: 100%;
}
.blog-card-home.card-left {
  max-height: 520px;
  min-height: 400px;
  overflow: hidden;
}
.blog-card-home.card-left .card-bg-holder {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.335) 31.77%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.blog-card-home.card-left .card-details {
  position: absolute;
  color: #fff;
  bottom: 0;
  width: 100%;
  padding: 0 40px;
  padding-bottom: 48px;
  z-index: 3;
}
.blog-card-home.card-left .card-details h3 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
 /* or 144% */
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 16px;
}
.blog-card-home.card-left .card-details p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
 /* or 186% */
  color: #fff;
  margin-bottom: 32px;
}
.blog-card-home.card-left .card-details a {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-decoration: unset !important;
  color: #fff;
}
.blog-card-home.card-right {
  max-height: 247px;
  min-height: 247px;
  overflow: hidden;
}
.blog-card-home.card-right:first-child {
  margin-bottom: 24px;
}
.blog-card-home.card-right .card-bg-holder {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.335) 31.77%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.blog-card-home.card-right .card-details {
  position: absolute;
  color: #fff;
  bottom: 0;
  width: 100%;
  padding: 0 24px;
  padding-bottom: 32px;
  z-index: 3;
}
.blog-card-home.card-right .card-details h3 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
 /* identical to box height, or 158% */
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 16px;
}
.blog-card-home.card-right .card-details p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
 /* or 186% */
  color: #fff;
  margin-bottom: 32px;
}
.blog-card-home.card-right .card-details a {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-decoration: unset !important;
  color: #fff;
}
.product-card-home {
  position: relative;
  border-radius: 30px;
  max-height: 416px;
  max-width: 416px;
  min-height: 312px;
  overflow: hidden;
}
.product-card-home .card-bg-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s ease-out;
 /* It slowly shows the element as we place the mouse on the box and when the time reaches 2 seconds, it is fully visible. */
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.product-card-home .card-bg-holder a {
  text-decoration: unset !important;
  font-family: "Manrope";
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product-card-home .card-bg-holder a img {
  max-width: 26px;
  margin-top: 8px;
  margin-bottom: auto;
}
.product-card-home .card-bg-holder a h4 {
  margin-top: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 24p;
  letter-spacing: -0.02em;
  text-shadow: 1px 1px 12px #000;
  color: #fff;
  width: 100%;
  height: auto;
  text-align: center;
}
.product-card-home:hover .card-bg-holder {
  opacity: 1;
}
.product-card-home:hover .card-details {
  opacity: 0;
}
.product-card-home .card-details {
  transition: opacity 0.3s ease-out;
 /* It slowly shows the element as we place the mouse on the box and when the time reaches 2 seconds, it is fully visible. */
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-in-out;
  align-content: flex-start;
  align-items: flex-start;
  bottom: 21px;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 120px;
  justify-content: flex-end;
  padding: 0 0px 8px;
  position: absolute;
  width: 100%;
  z-index: 2;
  max-width: 50%;
  margin-left: 26px;
}
.product-card-home .card-details .card-bg-holder {
  text-align: center;
  padding: 16px;
  position: relative;
  display: block;
  height: auto;
}
.product-card-home .card-details img {
  max-width: 36px;
  margin-bottom: 8px;
}
.product-card-home .card-details h4 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 41px;
  line-height: 43px;
 /* or 106% */
  margin-bottom: 24p;
  letter-spacing: -0.02em;
  text-shadow: 1px 1px 12px #000;
  color: #fff;
}
.product-card-home .card-details p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
 /* or 186% */
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 32px;
  display: none;
}
.product-card-home .card-details a {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-decoration: unset !important;
  color: #fff;
}
.splide {
  padding: 0;
}
.row.filters .filter-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  width: fit-content;
  padding: 32px 48px !important;
  margin-top: 64px;
}
.row.filters .filter-content .seperator {
  margin: 0 60px;
  width: 1px;
  height: auto;
  color: #f2f2f2;
  display: flex;
  font-size: 30px;
  line-height: initial;
  font-weight: 300;
  font-family: 'Manrope';
}
.row.filters .filter-content .filter .nav-link.dropdown-toggle {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #262729;
  padding: 0;
}
.row.filters .filter-content .filter ul.dropdown-menu.show {
  margin-top: 36px !important;
  padding: 32px;
  padding-bottom: 16px;
  border: unset !important;
  border-radius: 10px;
  box-shadow: 0px 0 50px 0px #000, 0px 0 30.5526px #000;
}
.row.filters .filter-content .filter ul.dropdown-menu.show::before {
  content: "\A";
  border-style: solid;
  border-width: 20px 14px 20px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: 30%;
  transform: rotate(90deg);
  top: -22px;
}
.row.filters .filter-content .filter ul.dropdown-menu.show li {
  padding: 0 !important;
}
.row.filters .filter-content .filter ul.dropdown-menu.show li .dropdown-item {
  padding-bottom: 16px;
}
.row.filters .filter-content .filter ul.dropdown-menu.show li .dropdown-item:hover, .row.filters .filter-content .filter ul.dropdown-menu.show li .dropdown-item:focus {
  background: unset !important;
}
.row.filters .search {
  margin-top: 64px;
}
.row.filters .search input.form-control, .row.filters .search input.form-control:focus {
  padding: 40px 48px;
  background: #fff;
  border-radius: 10px 0 0 10px;
  font-family: 'Manrope';
  border: 1px solid #f1f1f1;
  outline: unset !important;
  border-right: unset !important;
  box-shadow: unset !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
 /* identical to box height */
 /* Dark */
  color: #06040a;
}
.row.filters .search input.form-control::placeholder {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
 /* identical to box height */
 /* Dark */
  color: #06040a;
}
.row.filters .search span#basic-addon2 {
  padding: 40px;
  background: #fff;
  border-radius: 0 10px 10px 0;
  border: 1px solid #f1f1f1;
  border-left: unset !important;
}
.product-wrapper-home {
  padding: 32px 36px;
  box-shadow: 0px 41px 239px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 32px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: contain;
  min-height: 279px;
}
.product-wrapper-home h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
 /* identical to box height, or 110% */
  letter-spacing: -2px;
  color: #404040;
  margin: 0;
}
.product-wrapper-home p {
  font-family: "Manrope";
  margin-top: 16px;
  margin-bottom: 24px;
  max-width: 357px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
 /* or 193% */
  letter-spacing: -0.02em;
  color: #656565;
}
.product-wrapper-home a.btn {
  padding: 15px 44px;
  background-color: #035b9b;
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
 /* identical to box height, or 214% */
  text-align: center;
  color: #fff;
}
section.video-home {
  margin: 96px auto;
  position: relative;
  border-radius: 15px;
  max-width: 1380px;
  overflow: hidden;
}
section.video-home .card-bg-holder {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.335) 45.14%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
}
section.video-home .card-details {
  position: absolute;
  color: #fff;
  bottom: 0;
  width: 100%;
  padding: 72px 114px;
  z-index: 1;
}
section.video-home .card-details span.subtitle {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 28px;
 /* or 233% */
  margin-bottom: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
section.video-home .card-details h3 {
  max-width: 870px;
  margin-bottom: 32px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
 /* or 135% */
  letter-spacing: -0.02em;
  color: #fff;
}
section.video-home .card-details a.play-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  text-decoration: unset;
}
section.video-home .card-details a.play-btn div {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}
section.video-home .card-details a.play-btn div .subtitle {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 14px;
}
section.video-home .card-details a.play-btn div .title {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #fff;
}
section.container.map-home div#mapcontainer {
  position: relative;
  margin-bottom: 96px;
}
section.container.map-home div#mapcontainer img#mapbayi {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.container.map-home div#mapcontainer img#mapfabrika {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.container.map-home img {
  margin: auto;
  display: flex;
}
section.container.map-home span.text-center.sub-title {
  display: block;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
 /* or 233% */
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #035b9b;
}
section.container.map-home h2.text-center {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
 /* or 125% */
  letter-spacing: -0.02em;
  color: #525151;
  margin-top: 16px;
  margin-bottom: 24px;
}
section.container.map-home p.text-center {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
 /* or 188% */
  letter-spacing: -0.02em;
  color: #8e8e8e;
  margin: 0;
}
section.container.map-home .map-markers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  margin: 56px auto;
  max-width: 500px;
}
section.container.map-home .map-markers .marker {
  border: 1px solid #cbcbcb;
  border-radius: 120px;
  padding: 29px 43px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
section.container.map-home .map-markers .marker span.dot1 {
  width: 23px;
  height: 23px;
  background: #fe5202;
  border-radius: 100%;
  display: block;
}
section.container.map-home .map-markers .marker span.dot2 {
  width: 23px;
  height: 23px;
  background: #ffb800;
  border-radius: 100%;
  display: block;
}
section.container.map-home .map-markers .marker span.text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
 /* identical to box height */
  text-align: center;
  color: #232323;
  margin-left: 16px;
}
.blog-wrapper-home {
  position: relative;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid #ebeff6;
  border-radius: 10px;
  transition: all 0.15s ease-in-out;
  overflow: hidden;
  min-height: 460px;
}
.blog-wrapper-home div.blog-details {
  padding: 42px 24px;
  width: 100%;
}
.blog-wrapper-home div.blog-details h4 {
  margin: 0;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  min-height: 110px;
  line-height: 36px;
 /* or 150% */
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  color: #525151;
}
.blog-wrapper-home div.blog-details p {
  margin-bottom: 24px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
 /* or 193% */
  letter-spacing: -0.02em;
  color: #656565;
}
.blog-wrapper-home div.blog-details a.btn {
  padding: 16px 24px;
  background-color: transparent;
  border-radius: 10px;
  color: #5e5e5e;
  border: 1px solid #5e5e5e;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
 /* identical to box height, or 214% */
}
.blog-wrapper-home .img-wrap {
  height: 191px;
  overflow: hidden;
}
.blog-wrapper-home:hover {
  background-color: #fff;
  box-shadow: 0px 71px 172px rgba(0, 0, 0, 0.07), 0px 15.8588px 38.4185px rgba(0, 0, 0, 0.0417275), 0px 4.72157px 11.4382px rgba(0, 0, 0, 0.0282725);
}
.blog-wrapper-home:hover div.blog-details a.btn {
  background-color: #035b9b !important;
  color: #fff !important;
  border-color: #fff !important;
}
@media (min-width: 768px) {
  .container-right {
    margin-right: 0;
    margin-left: calc(50vw - 366px);
 }
}
@media (min-width: 992px) {
  .container-right {
    margin-right: 0;
    margin-left: calc(50vw - 474px);
 }
}
@media (min-width: 1200px) {
  .container-right {
    margin-right: 0;
    margin-left: calc(50vw - 653px);
 }
}
