/* @import url('http://example.com/example_style.css'); */
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
@import url(https://273774.fs1.hubspotusercontent-na1.net/hubfs/273774/mp/act2/css/act21.updates.min.css);

/* custom fonts */
@font-face {
  font-family: 'Cerebri Sans Pro';
  src: url('https://www.paymaya.com/hubfs/Maya/fonts/CerebiSansPro/CerebriSansPro-Bold.woff2') format('woff2'),
    url('https://www.paymaya.com/hubfs/Maya/fonts/CerebiSansPro/CerebriSansPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
#crypto-container-page > *, #crypto-container-page  h2{
  font-family: 'Cerebri Sans Pro' !important; 
}
#crypto-desktop-banner {
  background: linear-gradient(171deg, rgba(6,174,101,1) 35%, rgb(70 96 147) 100%, rgba(73,41,170,1) 100%);
}
#crypto-mobile-banner {
  display:none; 
}
.pc-container {
  display:flex;
  align-items:center;
}
.pc-left img {
  max-width:400px; 
}
.pc-right ul {
  margin:0;
  padding:0;
  list-style:none;
  font-family: 'Cerebri Sans Pro';
}
.pc-right ul li {
  position:relative; 
  display:flex;
  align-items:center;
}
.pc-right ul li img {
  max-width:70px;
  display:block;
  vertical-align:middle;
}
.pc-right ul li span {
  margin-left:20px;
  font-size:18px;
  color:#000;
}
#crypto-invest h2, #crypto-faqs h2, #crypto-journey h3 {
  color:#432BA3;
  letter-spacing:1px;
  font-size:36px;
  margin-bottom:40px;
  text-align:center;
}
.c-coins {
  margin-top:40px; 
}
#crypto-journey {
  margin-top:40px; 
}
#crypto-journey h3 {
  margin-bottom:10px;
}
#crypto-journey p {
  background:#432BA3;
  display:inline-block;
  border-radius:120px;
  font-size:18px;
  text-transform:uppercase;
  font-weight:600;
  padding:10px 30px;
  margin:0;
  color:#75EEA5;
}
#crypto-faqs {
  position:relative; 
}
#crypto-faqs::after {
  content:'';
  position:absolute;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  width:90%;
  height:2px;
  padding-left: 30px;
  padding-right: 30px;
  background:#432ba3;
}
#crypto-list-dlapp {
  text-align:center;
  position:relative;
}

#crypto-list-dlapp .hs-cta-wrapper {
  display:inline-block;
  margin:10px;
  text-align:center;
}
#crypto-list-dlapp img {
  max-width:210px;
}

#dl-the-app h2 {
  font-size:40px;
  margin-bottom:10px;
  text-align:center;
}
.crypto-accordion .accordion-item.boxed {
  background: #fff !important;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  border-radius: 20px;
}
.crypto-accordion .accordion-header {
  display:flex;
  align-items:center;
}
.crypto-accordion .accordion-title {
  margin-left:100px; 
}
.crypto-accordion .accordion-icon {
  position:absolute;
  font-size:40px;
}
.crypto-accordion .accordion-body {
  padding:20px 0 0 0; 
}
.crypto-accordion .accordion-body p {
  margin-bottom:0;
  font-weight:400;
}
@media only screen and (max-width:800px) {
  .pc-container {
    flex-direction:column; 
  }
  .pc-right {
    order: 1;
  } 
  .pc-right ul li:not(:last-child) {
    margin-bottom:20px; 
  }
  .pc-left {
    order: 2;
    padding-top:50px;
  }
  .crypto-accordion .accordion-title {
    padding-left: 3em;
    margin-left:0;
  }
  #crypto-invest .c-card-two {
    margin:30px 0; 
  }
  #dl-the-app h2 {
    font-size:36px; 
  }
}
@media only screen and (max-width:414px) {
  #crypto-mobile-banner {
    display:block; 
  }
  #crypto-desktop-banner {
    display:none; 
  }
  .pc-left {
    margin-top:20px; 
  }
  .pc-left img {
    max-width:300px; 
  }
  .pc-right ul li img {
    max-width:55px;
  }
  .pc-right ul li span {
    margin-left:15px;
  }
  .crypto-accordion .accordion-title {
    padding-left: 2.4em;
  }
  .crypto-accordion .accordion-icon {
    font-size: 25px;
  }
  #crypto-invest h2, #crypto-faqs h2, #crypto-journey h3 {
    font-size:30px; 
  }
  #crypto-journey h3 {
    margin-bottom:15px;  
  }
  #crypto-journey p {
    font-size:14px; 
  }
/*****************************************/