.tdg-heros-wrapper .swiper-wrapper .swiper-slide {
  height: auto;
}
.tdg-heros-wrapper .swiper {
  width: 100%;
  height: 500px;
}
.tdg-heros-wrapper .swiper .tdg-hero-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 75px;
  position: relative;
}
.tdg-heros-wrapper .swiper .tdg-hero-wrapper .tdg-hero-image-wrapper {
  display: none;
}
.tdg-heros-wrapper .swiper .tdg-hero-wrapper .tdg-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tdg-heros-wrapper .swiper .tdg-hero-wrapper .tdg-hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tdg-heros-wrapper .swiper .tdg-hero-wrapper .tdg-hero-content-wrapper {
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-04f7430);
  margin-right: -75px;
  min-width: 400px;
  max-width: 500px;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  padding: 60px;
  z-index: 2;
}
.tdg-heros-wrapper .swiper .tdg-hero-wrapper .tdg-hero-content-wrapper .tdg-hero-pre-title {
  font-size: 17px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 800;
}
.tdg-heros-wrapper .swiper .tdg-hero-wrapper .tdg-hero-content-wrapper .tdg-hero-title {
  font-size: 65px;
  line-height: 65px;
  font-family: var(--e-global-typography-primary-font-family);
  text-transform: uppercase;
  color: var(--e-global-color-04f7430);
}
.tdg-heros-wrapper .swiper .tdg-hero-wrapper .tdg-hero-content-wrapper .tdg-hero-title.tdg-hero-title-small {
  font-size: 45px;
  line-height: 50px;
}
.tdg-heros-wrapper .swiper .tdg-hero-wrapper .tdg-hero-content-wrapper a.btn {
  margin-top: 25px;
}
.tdg-heros-wrapper .swiper .swiper-button-prev {
  position: static;
}
.tdg-heros-wrapper .swiper-controls {
  display: flex;
  background: var(--e-global-color-ecb26cc);
  flex-wrap: wrap;
  /*position: relative;
		height:50px;
		display: flex;
		.swiper-button-prev{
			position: static;
			order:1;
		}*/
}
.tdg-heros-wrapper .swiper-controls .tdg-swiper-button-prev {
  background-color: var(--e-global-color-primary);
  flex-basis: 75px;
  height: 50px;
  flex-shrink: 0;
  flex-grow: 0;
  background-image: url("/wp-content/plugins/tdg-elementor-plugin/assets/icons/swiper-left-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.tdg-heros-wrapper .swiper-controls .tdg-swiper-button-prev:hover {
  cursor: pointer;
}
.tdg-heros-wrapper .swiper-controls .tdg-swiper-pagination {
  flex-basis: calc(100% - 150px);
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tdg-heros-wrapper .swiper-controls .tdg-swiper-pagination .swiper-pagination-bullet {
  background-color: var(--e-global-color-primary);
  --swiper-pagination-bullet-height:10px;
  --swiper-pagination-bullet-width:10px;
}
.tdg-heros-wrapper .swiper-controls .tdg-swiper-button-next {
  background-color: var(--e-global-color-primary);
  flex-basis: 75px;
  height: 50px;
  flex-shrink: 0;
  flex-grow: 0;
  background-image: url("/wp-content/plugins/tdg-elementor-plugin/assets/icons/swiper-right-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.tdg-heros-wrapper .swiper-controls .tdg-swiper-button-next:hover {
  cursor: pointer;
}
.tdg-heros-wrapper .swiper-controls .tdg-swiper-scrollbar {
  height: 10px;
  flex-basis: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}
.tdg-heros-wrapper .swiper-controls .tdg-swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}
@media (max-width: 1023px) {
  .tdg-heros-wrapper .swiper {
    height: auto;
  }
  .tdg-heros-wrapper .swiper .tdg-hero-wrapper {
    flex-direction: column;
    margin-right: 0px;
    background-image: none !important;
  }
  .tdg-heros-wrapper .swiper .tdg-hero-wrapper .tdg-hero-image-wrapper {
    display: flex;
    width: 100%;
    flex-basis: 400px;
    flex-shrink: 0;
    flex-grow: 0;
    max-height: 400px;
  }
  .tdg-heros-wrapper .swiper .tdg-hero-wrapper .tdg-hero-image-wrapper img {
    object-fit: cover;
    width: 100%;
  }
  .tdg-heros-wrapper .swiper .tdg-hero-wrapper .tdg-hero-video {
    position: relative;
    min-height: 400px;
  }
  .tdg-heros-wrapper .swiper .tdg-hero-wrapper .tdg-hero-content-wrapper {
    min-width: 100%;
    margin-right: 0;
    padding: 40px;
    flex-basis: 100%;
    justify-content: center;
    text-align: center;
  }
  .tdg-heros-wrapper .swiper .tdg-hero-wrapper .tdg-hero-content-wrapper .tdg-hero-title {
    font-size: 55px;
    line-height: 55px;
  }
  .tdg-heros-wrapper .swiper .tdg-hero-wrapper .tdg-hero-content-wrapper .tdg-hero-title.tdg-hero-title-small {
    font-size: 35px;
    line-height: 40px;
  }
  .tdg-heros-wrapper .swiper .tdg-hero-wrapper .tdg-hero-content-wrapper a.btn {
    margin: 0 auto;
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  .tdg-heros-wrapper .swiper .tdg-hero-wrapper .tdg-hero-image-wrapper {
    flex-basis: 300px;
  }
  .tdg-heros-wrapper .swiper .tdg-hero-wrapper .tdg-hero-content-wrapper {
    padding: 30px;
  }
  .tdg-heros-wrapper .swiper .tdg-hero-wrapper .tdg-hero-content-wrapper .tdg-hero-title {
    font-size: 45px;
    line-height: 45px;
  }
  .tdg-heros-wrapper .swiper .tdg-hero-wrapper .tdg-hero-content-wrapper .tdg-hero-pre-title {
    font-size: 15px;
  }
}
/*# sourceMappingURL=https://www.greenfront.com/wp-content/plugins/tdg-elementor-plugin/widgets/tdg-hero/css/tdg-hero.css.map */