

pink {
  color: 
    
      #D3326C
    
    
    
    
    

    
    
    
    
    
    
    
    
    

    
    
    
    
;
}
white {
  color: 
    
    
    
    
    

    
    
    
    
    
      #ffffff
    
    
    
    
    

    
    
    
    
;
}
blue {
  color: 
    
    
      #146EF5
    
    
    
    

    
    
    
    
    
    
    
    
    

    
    
    
    
;
}
black {
  color: 
    
    
    
    
    

    
    
    
    
    
    
    
      #030517
    
    
    

    
    
    
    
;
}
purple {
  color: 
    
    
    
    
      #7A2BAB
    
    

    
    
    
    
    
    
    
    
    

    
    
    
    
;
}
gblue {
  background: 
    
    
    
    
    

    
    
      linear-gradient(45deg, rgba(69,181,254,1) 0%, rgba(20,110,245,1) 100%)
    
    
    
    
    
    
    
    

    
    
    
    
;
  -webkit-background-clip: text;
  color: transparent;
}
gpink {
  background: 
    
    
    
    
    

    
    
    
    
    
    
    
    
      linear-gradient(35deg, rgba(217,43,107,1) 0%, rgba(122,43,171,1) 100%)
    
    

    
    
    
    
;
  -webkit-background-clip: text;
  color: transparent;
}
gorange {
  background: 
    
    
    
    
    

    
    
    
    
    
    
    
    
    
      linear-gradient(45deg, rgba(249,86,32,1) 0%, rgba(211,50,108,1) 49%, rgba(121,46,169,1) 100%)
    

    
    
    
    
;
  -webkit-background-clip: text;
  color: transparent;
}
gbluepurple {
  background: 
    
    
    
    
    

    
    
    
    
    
    
    
    
    

    
    
      linear-gradient(240deg, rgba(121,46,169,1) 0%, rgba(20,110,245,1) 83%)
    
    
    
;
  -webkit-background-clip: text;
  color: transparent;
}
.section-full-height{
  height: 100svh;
  display: flex;
  align-items: center;
}
@media all and (max-height: 1080px){
  .section-full-height{
    height: auto;
    display: inherit;
    align-items: center;
  }
}
.sec-bg-white {
  background-color: #fff;
}
.elfsight-app-b9afdf95-4d37-4aec-a9db-6f7eeb9fb447 {
  display: none;
}

.only-3-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
p {
  line-height: 1.2;
}
.highlight-purple-blue {
  background: linear-gradient(90deg, rgba(121,46,169,0.2) 0%, rgba(20,110,245,0.2) 100%);
  padding: 0 10px;
}
}