.ticker-wrap {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100vw;
  overflow: hidden;
  height: 4rem;
  background-color: rgba(0, 0, 0, 0.9);
  padding-left: 0%;
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 0%;
  box-sizing: content-box;
  animation: ticker 60s linear infinite;
  -webkit-animation: ticker 60s linear infinite;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 .5rem 0 .825rem;
  font-size: 1.375rem;
  color: white;
	font-weight:400;
}
.ticker__item img {
	max-width:45px !important;
	object-fit: contain !important;
	height:100% !important;
	margin-right: .375rem !important;
	    padding-bottom: calc(.5rem + 2px) !important;
}
/* .ticker__item::after { 
    content: "●";
    color: white;
    font-weight: bold;
    margin-left: 1.25rem;
    margin-right: -.125rem;
    font-size: 1rem;
    line-height: 1;
    position: relative;
    top: -2px;
	
} */
.ticker__item.last::after {
	display:none;
	 content: none;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}


/* HEADLINE ANIMATION */


.cd-intro {
  text-align: center;
	overflow-x:hidden;
  margin: 0em auto;
	font-family: "Urbanist", sans-serif;

}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
	.cd-words-wrapper b {
			font-size:calc(4rem + 2vw);
	}
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
	
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
	font-family: "Urbanist", sans-serif;
}
.cd-words-wrapper b {
  display: inline-block;
  border-bottom: 0px solid #6ac045;
  position: absolute;
	line-height:1.2;
	overflow-y:visible;
  white-space: nowrap; overflow-x:hidden;
  left: 0;
  top: 0;
	font-family: "Urbanist", sans-serif;
	font-size:calc(5rem + 4.5vw);
	font-weight:900;
	letter-spacing: calc(-1px - .125vw);
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: 0em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 100%;
  background-color: transparent;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

.cd-headline.clip {
  font-size: 28px;
  font-weight: 300;
}

b.is-visible {
  font-weight: 900;
  color: #000000 !important;
}
.cd-intro h1 {
    font-size: calc(3rem + 3vw);
    font-weight: 900;
    line-height: .9 !important;
    display: block;

}
@media (max-width: 480px) {
	.cd-words-wrapper b {
			font-size:calc(4rem + 3vw);
	        line-height: 1.2;
        color: #000 !important;
     
	}
	.cd-intro h1 {
    font-size: calc(4rem + 3.5vw);
		line-height: .9;
		margin-top:-.5rem;
		display: block
	}
	section.cd-intro {
		        padding: 0px 0;
		height:300px!important;
		overflow:hidden
	}
	
	.hero-caption {
		font-size: 1rem !important;
	}
}