:root {
  --white:#ffffff;
  --black:#000000;
  --ec-black:#323232;
  --bg-blue: linear-gradient(73.63deg, #54C4C6 0%, #54C5C7 59.69%, #8CECEE 100%);
  --bg-white: #ffffff;
  --bg-light-gray: #EDEDED;
  --bg-gray: #F0F0F0;
}
html {
	scroll-behavior: smooth;
}
#animation_container {
	margin:auto;
	left:0;right:0;
	top:0;bottom:0;
	width:100%;
}
canvas{
	width: 100% !important;
	height: auto !important;
	margin: unset !important;
	position: absolute;
	left: 0;
}
body#install-ca {
  counter-reset: my-awesome-counter;
}
#install-ca h1{
    font-size:1.825em!important;
}
#install-ca h2{
    font-size:24px!important;
    font-weight: 700;
    margin: 0px 0 30px;
}
.bold{
    font-weight: bold;
}
.nobreak{
    white-space: nowrap;
}
.d-flex {
  display: flex !important;
}
.justify-content-start{
    justify-content: flex-start;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-end{
    justify-content: flex-end;
}
.flex-column {
  flex-direction: column !important;
}
#install-ca .text-center{
  text-align: center;
}
#install-ca .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
#install-ca .align-vertical-center{
  display: flex;
  align-items: center;
}

#install-ca .jumbotron.blue-bg{
    background: var(--bg-blue);
    color: var(--bg-white);
    width: 100%;
    min-height: 216px;
    margin-bottom: 0px;
    padding-top: 0px;
}
#install-ca .container .blue-bg img{
    width:100%;
    max-width:946px;
    min-height:375px;
    margin: 0 auto;
}
#install-ca .text-container{    
    max-width:600px;
    margin: 0 auto;
}
#install-ca .text-container section.press{    
    text-align: center;
}
#install-ca header h1 .standard-color{
    color: #fff;
}
#install-ca section.press button{
     background-color: #ff9900;
}
#install-ca section.press button:hover, 
#install-ca section.press button.hover {
  background-color: #ee8f00;
}    
#install-ca button.press,
#install-ca .press-inactive button{
    padding: 15px 40px!important;
}
#install-ca .press-inactive button{;
    cursor:not-allowed;
}
#install-ca .white-bg{
    background-color: var(--bg-white);
    color: var(--ec-black)!important;
    padding: 30px;
    border-radius:10px;
    text-align: center;
}
#install-ca main section{
    padding: 40px;
    scroll-margin-top: 100px;
}
#install-ca section.press{
    font-size:24px;
    padding: 20px;
    min-height:unset!important;
}
#install-ca section#earn{
    background: var(--bg-blue);
    color: var(--white);
    min-height:216px;
}
#install-ca #header a{
    text-decoration: underline;
}
.jumbotron .computer-image{
	margin:0 auto;	
}
#install-ca #earn{
    position: relative;
    overflow: hidden;
    text-shadow: 1px 1px 4px #3D8E90, 0 0 25px #54C4C6, 0 0 5px #54C4C6;
}
#install-ca #earn p{
  margin:0;
}
#install-ca .coins, #install-ca .coinsTwo{
    width: 228px;
    height: 161px;
	opacity: 0.9;
    background-color: transparent;
    border: none;
    margin:0;
    position: absolute;  
}
#install-ca .coins{
    left: 50px;
    top: 0px;
}
#install-ca .coinsTwo{
    right: 50px;
    top: 50px;
}
#install-ca section#never-forget img{
    margin: 0 auto;
}
#install-ca section#never-forget card-image{
    margin-bottom: 20px;
}
#install-ca section#never-forget, 
#install-ca section#install {
    background-color: var(--bg-light-gray);
}
#install-ca .display-4 {
  line-height: 1.2;
}
#install-ca .mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
    
#install-ca ul.checked-list li {
  color:#000;
  list-style:none;
  position: relative;
  padding-left: 50px;
  line-height: 1.8;
	margin-bottom: 0.5em;
    font-size: 22px;
}
#install-ca ul.checked-list li:before {
  color:#8AC03A;
  font-size:32px;
  fill: #8AC03A;
}   
#install-ca ul.checked-list {
	list-style: none;
	padding-left: 0;
    text-align: left;
}
#install-ca ul.checked-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 1em;
	height: 1em;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='100%' viewBox='0 0 44 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22' cy='21.5' r='19.5' fill='%238AC03A' stroke='white' stroke-width='4'/%3E%3Cpath d='M30.543 17.9889L20.4518 28.0802C20.109 28.4229 19.5535 28.4229 19.2107 28.0801L13.507 22.3764C13.1643 22.0337 13.1643 21.4781 13.507 21.1354L14.7479 19.8945C15.0907 19.5518 15.6463 19.5518 15.989 19.8945L19.8312 23.7368L28.061 15.507C28.4038 15.1643 28.9594 15.1643 29.3021 15.507L30.543 16.748C30.8857 17.0907 30.8857 17.6463 30.543 17.9889Z' fill='white'/%3E%3C/svg%3E");
}
#install-ca #browsers, #install{
    display: flex;
    justify-content: center;
    align-content: center;
}
#install-ca #install{
    margin-top:0;
}
#install-ca .ca-browser-icon {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin:30px;
}
#install-ca .ca-browser-icon img {
    display: flex;
    padding: 0 10px;
    flex-shrink: 1;
    width: 100%;
    max-width: 93px;
    margin-bottom: 10px;
}
#install-ca section#how{
    font-size:18px;
    font-weight: bold;
}
#install-ca #how .list-row div{
  margin: 0 0px;
}
#install-ca .list-row{
  display:flex;
  flex-flow: row;
  align-items: center;
  margin-bottom:10px;
}
#install-ca .list-row::before {  
  counter-increment: my-awesome-counter;
  content: counter(my-awesome-counter);
  background: #54C4C6;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: inline-flex;
  line-height: 65px;
  color: white;
  text-align: center;
  margin-right: 0.5rem;
  font-size: 30px;
  justify-content: center;
  flex-shrink: 0;
}
#install-ca .list-row img{
    justify-content: center;
    display: inline-flex;
    max-width: 469px;
    width: 100%;
    flex-shrink: 1;
}
#install-ca .list-row .text{
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: normal;
}
#install-ca .anchorScroll{
	scroll-margin-top: 200px; 
}

@media (max-width: 428px){
  #install-ca .list-row{
    display:flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }  
  #install-ca .row-eq-height {
    display: block;
  }
  #install-ca #how .text{
    text-align:center!important;
    margin-bottom: 40px;
  }
  #install-ca #how h2, #install-ca #never-forget h2{
  	text-align:center;
  }
}
@media (min-width: 576px) {
  #install-ca .jumbotron {
    padding: 0;
  }
}
@media only screen and (max-width: 356px) {
	#install-ca .ca-browser-icon {
	    margin: 20px 10px;
	}
}
@media only screen and (max-width: 458px) {
	#install-ca button.press, #install-ca .press-inactive button {
	  padding: 15px 20px !important;
	}
}
@media only screen and (max-width: 576px) {
	#install-ca .coins, #install-ca .coinsTwo{
		width: 170px!important;
		height: 120px!important; 
	}	
	#install-ca .coins{
		left: 0px;
		top: 0px;
	}
	#install-ca .coinsTwo{
		right: 0px;
		top: 180px;
	}
}
@media only screen and (max-width: 768px) {
    #install-ca .coins{
        width: 150px;
    }
    #install-ca ul.checked-list li {
      padding-left: 50px;
      line-height: 1.8;
      font-size: 18px;
    }
    #install-ca ul.checked-list li:before {
      font-size:32px;
      margin-top:-6px;
    }
  #install-ca .list-row::before {
    width: 50px!important;
    height: 50px!important;
    line-height: 50px!important;
    font-size: 30px;
  }
  #install-ca .list-row .text{
    margin-left:20px!important;
  }
  #install-ca section#how{
	font-size: 16px;	
  }
}