.container {
  padding: 20px 0;
}

.container h3 {
  overflow: visible;
}

.container ul {
  overflow-x: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.jumbotron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 29vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.jumbotron::after {
  content: "";
  background-color: rgba(0, 51, 21, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 29vw;
}

.jumbotron .title-font-size {
  position: relative;
  color: white;
  font-size: 3rem;
  z-index: 50;
  font-weight: 600;
  padding: 5px;
  text-shadow: 0 0 6px black;
}

.custom-tab-title {
  color: #018a3a;
  font-size: 18px;
  font-weight: 500;
}

.custom-tab-title:hover {
  color: #014d20;
  text-shadow: 0 0 1px green;
}

.max-w-1200 {
  width: 100vw;
  max-width: 1200px;
}

.global-news-header-image {
  width: 100%;
}

.global-news-tab {
  margin-top: 1rem;
  min-height: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0rem 1rem;
  padding-top: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.global-news-tab-head {
  width: 6.5rem;
  position: relative;
  min-height: 12rem;
}

.global-news-tab-head-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem;
}

.global-news-tab-head-year {
  color: grey;
}

.global-news-tab-head-image {
  width: 25px;
}

.global-news-tab-head-overlay {
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  display: none;
}

.global-news-tab-head-overlay-year {
  background-image: url("../assets/year-icon-transparent.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  color: white;
  width: 100%;
}

.global-news-tab-head-overlay-description {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 12px;
  color: grey;
  line-height: 150%;
}

.global-news-tab-head-overlay:hover {
  text-decoration: none;
  cursor: pointer;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 25px;
  height: 40px;
}

.line {
  width: 100%;
  border-bottom: 0.5px dashed black;
  position: absolute;
  top: 4.5rem;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container-our-product {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container-our-product .card {
  margin: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px;
          box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40%;
  position: relative;
}

.container-our-product .card img {
  width: 100%;
}

.container-our-product .card-after {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5rem;
  color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}

.container-our-product .card:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.22) 0px 19px 43px;
          box-shadow: rgba(0, 0, 0, 0.22) 0px 19px 43px;
  -webkit-transform: translate3d(0px, -1px, 0px);
          transform: translate3d(0px, -1px, 0px);
}

.container-our-product .card:hover::after {
  content: "";
  background-color: rgba(2, 184, 120, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container-our-product .card:hover .card-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-container {
  width: 100%;
  min-height: 25rem;
}

.pdf-viewer {
  width: 100%;
  height: 100rem;
  margin-top: 1.5rem;
}

.estarter-header {
  background-color: #02b878;
  width: 100%;
  height: 100%;
  /*margin-bottom: 20px;*/
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.estarter-header .title {
  color: white;
  font-size: 2rem;
}

.ul-starter-kit {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
}

.slide {
			width: 100%;
			height: auto;
			margin: 0 auto;
			display: block;
		}
		

.ul-starter-kit {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
/*# sourceMappingURL=estarter.css.map */

@media (min-width: 768px) {
    .ul-starter-kit {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 10rem;
        margin-bottom: 2rem;
        cursor: pointer;
    }
}

