.btc-two-col-text-img-block{
  position: relative;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.btc-two-col-text-img-block .animated{
  display: none
}
.btc-two-col-text-img-block li{
  list-style-type: disc;
  margin-left: 1em;
}
.btc-two-col-text-img-block .row{
  justify-content: inherit !important;
}
.btc-two-col-text-img-block.parallax{
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
}

.btc-two-col-text-img-block .row{
  display: flex;
  align-items: center;
  justify-content: center;
}
.btc-two-col-text-img-block.pad-0{
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.btc-two-col-text-img-block.pad-top-0{
  padding-top: 0rem;
}
.btc-two-col-text-img-block.pad-bot-0{
  padding-bottom: 0rem;
}
.btc-two-col-text-img-block.pad-1{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.btc-two-col-text-img-block.pad-top-1{
  padding-top: 1rem;
}
.btc-two-col-text-img-block.pad-bot-1{
  padding-bottom: 1rem;
}
.btc-two-col-text-img-block.pad-2{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.btc-two-col-text-img-block.pad-top-2{
  padding-top: 2rem;
}
.btc-two-col-text-img-block.pad-bot-2{
  padding-bottom: 2rem;
}
.btc-two-col-text-img-block.pad-3{
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.btc-two-col-text-img-block.pad-top-3{
  padding-top: 3rem;
}
.btc-two-col-text-img-block.pad-bot-3{
  padding-bottom: 4rem;
}
.btc-two-col-text-img-block.pad-4{
  padding-top: 5rem;
  padding-bottom: 6rem;
}
.btc-two-col-text-img-block.pad-top-4{
  padding-top: 5rem;
}
.btc-two-col-text-img-block.pad-bot-4{
  padding-bottom: 6rem;
}
.btc-two-col-text-img-block.mar-0{
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.btc-two-col-text-img-block.mar-1{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.btc-two-col-text-img-block.mar-2{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.btc-two-col-text-img-block.mar-3{
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.btc-two-col-text-img-block.mar-4{
  margin-top: 5rem;
  margin-bottom: 6rem;
}

.btc-two-col-text-img-block.filter_drk:before{
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('./images/btc-gradient-overlay.png');
  background-size: cover;
  opacity: 0.9;
}

.btc-two-col-text-img-block.filter_lt:before{
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.6);
}
.btc-two-col-text-img-block h3{
  font-family: 'avenir', 'Montserrat', sans-serif;
  font-size: 42px;
}
.btc-two-col-text-img-block.txt_lt p,
.btc-two-col-text-img-block.txt_lt li,
.btc-two-col-text-img-block.txt_lt h2,
.btc-two-col-text-img-block.txt_lt h4{
  color: #ffffff;
}
.btc-two-col-text-img-block.txt_lt h3{
  color: #f6a81c;
}
.btc-two-col-text-img-block h4{
  font-size: 24px;
  font-weight: bold;
}
.btc-two-col-text-img-block.txt_drk p,
.btc-two-col-text-img-block.txt_drk li,
.btc-two-col-text-img-block.txt_drk h2,
.btc-two-col-text-img-block.txt_drk h3,
.btc-two-col-text-img-block.txt_drk h4{
  color: #000000;
}
.btc-two-col-text-img-block.txt_drk .h3-col:before{
  content: '';
  position: absolute;
  display: block;
  height: 30px;
  width: 60px;
  background-image: url(./images/gold-flag.png);
  background-size: contain;
  margin-left: -90px;
  margin-top: 6px;
}
.two-col-block-cta{
  display: inline-block;
  margin-top: 20px;
  padding: 5px 30px;
  border-radius: 5px;
  font-weight: 700;
}
.btc-two-col-text-img-block.txt_lt .two-col-block-cta{
  color: white;
  border: 3px solid white;
}
.btc-two-col-text-img-block.txt_lt .two-col-block-cta:hover{
  background-color: #6dbf4c;
  border: 3px solid #6dbf4c;
}
.btc-two-col-text-img-block.txt_drk .two-col-block-cta{
  color: white;
  background-color: #6dbf4c;
  border: 3px solid #6dbf4c;
}
.btc-two-col-text-img-block.txt_drk .two-col-block-cta:hover{
  background-color: transparent;
  color: #6dbf4c;
}
.btc-two-col-text-img-block.txt_drk .two-col-block-cta.download-cta{
  background-color: transparent;
  color: #6dbf4c;
  border: 3px solid #6dbf4c;
}
.btc-two-col-text-img-block.txt_drk .two-col-block-cta.download-cta:hover{
  color: white;
  background-color: #6dbf4c;
}
.btc-two-col-text-img-block .video-container {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
}

.btc-two-col-video-background {
  background: #FFFFFF;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.btc-two-col-video-foreground,
.btc-two-col-video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.btc-two-col-text-img-block .col-feat{
  align-items: flex-start;
  margin-top: 30px;
}
.btc-two-col-text-img-block .applications img{
  max-width: 100%;
  height: auto;
  width: 80px;
}
.btc-two-col-text-img-block ul{
  margin-left: -1em;
}
.btc-two-col-text-img-block ul li{
  list-style-type: none;
  line-height: 1.5;
  margin-bottom: 3px;
  border-bottom: 2px solid #6dbf4c;
}

.btc-two-col-text-img-block ul li:last-child{
  border-bottom: none;
}
@media (min-aspect-ratio: 16/9) {
  .btc-two-col-video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .btc-two-col-video-foreground { width: 300%; left: -100%; }
}
@media (min-aspect-ratio: 16/9) {
  .btc-two-col-video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .btc-two-col-video-foreground {
  	width: 300%;
  	left: -100%;
  	height: 150%;
    top: -15%;
  }
}


/*.btc-two-col-text-img-block.filter_drk:after{
  content: '';
  width: 100%;
  height: 100%;
  top:0;
  position: absolute;
  background: rgba(21,21,21,0.6);
}*/

.btc-two-col-text-img-block.filter_lt:after{
  content: '';
  width: 100%;
  height: 100%;
  top:0;
  position: absolute;
  background: rgba(255,255,255,0.6);
}

.btc-two-col-text-img-block .container{
  z-index: 90;
  position: relative;
}
.gold-bar-bottom{
  border-bottom: 8px solid #f6a81c;
}
.txt-col{
  padding: 30px 30px 30px 90px;
}
.btc-two-col-flex .txt-col iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px){
  .txt-col .row{
    margin: 0 auto;
  }
  .txt-col .row h3, .txt-col .row h4{
    text-align: center;
  }
}