html {
    scroll-behavior: smooth;
    scroll-padding-top: 112px;
}
#tgline {
    display: block;
    width:100%;
    padding-top:64px;
    color:white;

}
#home_cards{
    width:100%;
    padding-bottom: 52px;
    padding-top:52px;
    color:white;
}
#tgline h1 {
      font-size: 72px;
    line-height: 111%;
    font-weight: 600;
    text-align: center;
    margin-top: 128px;
    margin-bottom: 128px;
    
    background:linear-gradient(-45deg, #ebc3b6, #e976a2, #6bc2e1, #7cdcc5);;
   
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
#tgline p {
   max-width: 656px;
    display: block;
    margin: auto;
    font-size: 20px;
    font-weight: 300;
    color: #ededed;
    line-height: 140%;
    margin-bottom: 32px;
}
.card {
    opacity: 0;
  display: inline-block;
    width: 352px;
   
    background-color: #171a1e;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 24px;
    margin: 12px;
    margin-top:48px;
    margin-bottom: 0px;
    font-weight: 300;
    text-align: center;
    vertical-align: top;
}
.cardnumber {
  font-size: 86px;
    font-weight: 100;
    display: block;
    height: 86px;
    vertical-align: top;
    line-height: 68px;
}
.cardname {
    font-weight: 300;
    text-transform: uppercase;

    margin-bottom: 24px;
}
.cardbutton {
 display: block;
    color: white;
    background-color: #3c96e5;
    padding: 12px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 400;
    width: 140px;
    margin: auto;
    font-size: 16px;
    box-sizing: border-box;
}

.report_block {
        display: block;
    box-sizing: border-box;
    padding: 24px;
    color: #c9c9c9;
    background-color: #181a1e;
    margin: 12px;
    border-radius: 12px;
    line-height: 160%;
    font-size: 17px;
}






@media only screen and (max-width : 1200px)
{

#tgline h1 {font-size: 62px;}
#tgline p {max-width: 480px;}
.card {
    width: 224px;
    padding:12px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.cardnumber {
    font-size: 64px;
    line-height: 50px;
    height: 64px;
}
}


@media only screen and (max-width : 798px)
{
#tgline h1 {font-size: 46px;overflow: hidden;}
#tgline p {font-size: 18px;}
.card {
    width:calc(100% - 24px)
;
}
}
