/*Banner*/
.Banner{
    background-color: #000;
    padding: 113px 0 0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}
.Banner .Container{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    position: relative;
    z-index: 1;
}
.Banner .light{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}
.Banner .light img{
    width: 100%;
    height: 100%;
    display: block;
}
.Banner .topContent{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    width: 100%;
}
.Banner .topContent .H1{
    color: #E7E9F4;
    text-align: center;
    font-size: 56px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: -0.8px;
    margin: 0;
    width: 100%;
}
.Banner .topContent p{
    color: #787982;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.4px;
    max-width: 620px;
    margin: -12px auto 0;
}
.Banner .topContent .btnArea{
    display: inline-flex;
    margin-top: 0;
}
.Banner .topContent .tradeBtn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #E7E9F4;
    color: #1D1D1D !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    padding: 8px 14px;
    min-height: 32px;
    border-radius: 8px;
    text-decoration: none;
    opacity: 1 !important;
}
.Banner .topContent .tradeBtn:hover,
.Banner .topContent .tradeBtn:focus{
    opacity: 0.9 !important;
}
.Banner .topContent .tradeBtn .kbd{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #CFCFCF;
    color: #000;
    font-family: "Saans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    border-radius: 5px;
}
.imageBanner{
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 1;
}
.imageBanner img{
    width: 100%;
    max-width: 1135px;
    height: auto;
    display: block;
    margin: 0 auto;
}
@media (max-width: 1440px)  {
    .Banner{
        padding-top: calc(78px + 56px);
        gap: 56px;
    }
    .Banner .Container{
        padding: 0 32.5px;
    }
    .Banner .topContent .H1{
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -0.7px;
    }
    .Banner .topContent p{
        font-size: 22px;
        line-height: 26px;
        max-width: 580px;
    }
}
@media (max-width: 1024px)  {
    .Banner{
        padding-top: calc(78px + 36px);
        gap: 40px;
    }
    .Banner .Container{
        padding: 0 20.5px;
    }
    .Banner .topContent{
        gap: 20px;
    }
    .Banner .topContent .H1{
        font-size: 40px;
        line-height: 44px;
        letter-spacing: -0.6px;
    }
    .Banner .topContent p{
        font-size: 20px;
        line-height: 24px;
        max-width: 542px;
    }
}
@media (max-width: 768px)  {
    .Banner{
        padding-top: calc(90px + 18px);
        gap: 28px;
    }
    .Banner .Container{
        padding: 0 12.5px;
    }
    .Banner .topContent{
        gap: 16px;
    }
    .Banner .topContent .H1{
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.5px;
    }
    .Banner .topContent p{
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.3px;
        max-width: 553px;
    }
    .Banner .topContent .H1 br{
        display: none;
    }
}
@media (max-width: 576px)  {
    .Banner .Container{
        padding: 0 12px;
    }
    .Banner .topContent .H1{
        max-width: 320px;
        margin: 0 auto;
    }
    .Banner .topContent p{
        max-width: 296px;
    }
}
/*Banner*/
/*fourCols*/
.fourCols{
    background-color: #000;
    border: 1px solid #000;
    margin-top: -1px;
}
.fourCols .mainRow{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 48px;
}
.fourCols .mainRow .col .Bar{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    display: none;
}
.fourCols .mainRow .col .Bar span{
    color: #787982;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
}
.fourCols .mainRow .col .Bar .Line{
    width: 1px;
    height: 16px;
    background-color: #1D1D1D;
    display: inline-flex;
}
.fourCols  .ContentROW{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.fourCols .mainRow .col .H3{
    color:  #E7E9F4;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -1px;
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.fourCols .mainRow .col .H3 .Icon{
    width: 33px;
    height: 24px;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(whitelogo.svg);
}
.fourCols  .ContentROW .Col p{
    width: 100%;
    max-width: 261px;
    color: #787982;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px; 
    letter-spacing: -0.5px;
    margin-bottom: 32px;
}
.fourCols  .ContentROW .btnArea .btnLight{
    padding: 4px 12px;
    color:  #1D1D1D !important;
    font-weight: 700;
    min-height: 32px;
    margin-bottom: 16px;
}
.fourCols  .ContentROW .btnArea .btnDark{
    padding: 4px 12px;
    color:  #787982 !important;
    font-weight: 700;
    min-height: 32px;
}
.fourCols  .ContentROW .btnArea .btnDark.disable:focus, 
.fourCols  .ContentROW .btnArea .btnDark.disable:hover, 
.fourCols  .ContentROW .btnArea .btnDark.disable:hover:focus{
    opacity: 1 !important;
}
.fourCols  .ContentROW .btnArea .btnDark .sBar{
    display: inline-flex;
    width: 1px;
    height: 16px;
    background-color: #363333;
    margin: 0px 8px;
}
@media (max-width: 1440px)  {
    .fourCols{
        padding-left: 32.5px;
        padding-right: 32.5px;
    }
    .fourCols .mainRow .col .Bar{
        margin-bottom: 20px;
    }
    .fourCols .mainRow {
        margin-bottom: 24px;
    }
    .fourCols .mainRow,.fourCols .ContentROW{
        gap: 27px;
    }
    .fourCols .mainRow .col .H3 {
        font-size: 20px;
        line-height: 20px;
    }
    .fourCols .ContentROW .Col p{
        max-width: 219px;
        margin-bottom: 28px;
    }

}
@media (max-width: 1024px)  {
    .fourCols{
        padding-left: 16px;
        padding-right: 16px;
    }
    .fourCols .mainRow{
        gap: 4px;
        flex-direction: column;
    }
    .fourCols .mainRow .col .Bar {
        margin-bottom: 16px;
    }
    .fourCols .mainRow > .col{
        width: 100%;
    }
    .fourCols .ContentROW{
        gap: 20px;
    }
    .fourCols .mainRow .Col{
        width: calc(50% - 10px);
    }

    .fourCols .ContentROW .Col p{
        max-width: 100%;
        margin-bottom: 20px;
    }
    .fourCols .mainRow .col .H3 {
        margin-bottom: 10px;
    }
}
@media (max-width: 768px)  {
    .fourCols .mainRow .Col{
        width: calc(50% - 8px);
    }
    
    .fourCols{
        padding-left: 12px;
        padding-right: 12px;
    }
    .fourCols .ContentROW{
        gap: 16px;
    }    
    .fourCols .mainRow {
        margin-bottom: 20px;
    }
    .fourCols .mainRow .col .H3 {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -0.75px;
    }
    .fourCols .ContentROW .Col p{
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -0.25px;
        margin-bottom: 16px;
    }

    .fourCols .ContentROW .btnArea .btnLight,.fourCols .ContentROW .btnArea  .btnDark {
        font-size: 13px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: -0.25px;
        padding: 8px 6px;
        border-radius: 4px;
    }
    .fourCols .mainRow .col .Bar {
        margin-bottom: 12px;
    }
    .fourCols .mainRow .col .Bar span svg{
        position: relative;
        top: -1px;
    
    }
}
@media (max-width: 576px)  {
    .fourCols .mainRow{
        gap: 16px;
    }
    .fourCols .mainRow .Col{
        width: 100%;
    }
    .fourCols .mainRow .col .H3{
        margin-bottom: 8px;
    }
    .fourCols .ContentROW .btnArea .btnDark, .fourCols .ContentROW .btnArea .btnLight{
        margin-bottom: 0px;
    }
    .fourCols .ContentROW .Col p{
        max-width: 296px;
    }
}

@media (max-width: 310px)  {
    .fourCols .mainRow .col .Bar {
        justify-content: center;
        max-width: 200px;
        margin: auto;
        margin-bottom: 12px;
        gap: 2px;
    }
    .fourCols .mainRow .col .Bar .Line {
        display: none;
    }
}

/*fourCols*/

/*VideoSec*/
.VideoSec{
    background-color: #FFF;
}
.VideoSec .inner{
    text-align: center;
    padding: 64px 0px;
}
.VideoSec .inner .H2{
    color: #000;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.8px;
    margin-bottom: 16px;
}
.VideoSec .inner  p{
    color:#787982;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.4px;
    max-width: 740px;
    margin: auto;
    margin-bottom: 48px;
}
.VideoSec .inner .smTitle{
    color: #1D1D1D;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.75px;
    margin-bottom: 4px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.VideoSec .inner .smTitle .Badge{
    color: #787982;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.5px;
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 8px;
    background:  #E6E8EC;
}
.VideoSec .inner .Txt{
    color:  #787982;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.75px;
}

.VideoSec .VideoBanner{
    border-radius: 24px;
    max-width: 576px;
    overflow: hidden;
    margin: auto;
    position: relative;
    margin-bottom: 24px;
}
.VideoSec .VideoBanner .text-wrapper{
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    bottom: 0;
    justify-content: center;
}
.VideoSec .VideoBanner .text-wrapper .H4{
    color: #E7E9F4;
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -3px;
    margin-bottom: 16px;
}
.VideoSec .VideoBanner .text-wrapper .Txt{
    color: #E7E9F4;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px; 
    letter-spacing: -1px;
}
/*all*/
@media (max-width: 1440px)  {
    .VideoSec{
        padding: 20px;
        padding-bottom: 0;
    }
    .VideoSec .inner{
        padding: 56px 40px;
    }
    .VideoSec .inner .H2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .VideoSec .inner p{
        font-size: 18px;
        line-height: 18px;
        max-width: 905px;
        margin: auto;
        margin-bottom:40px;
    }
    .VideoSec .VideoBanner .text-wrapper .H4 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -3px;
        margin-bottom: 14px;
    }
    .VideoSec .VideoBanner .text-wrapper .Txt {
        font-size: 20px;
        line-height: 20px;
        max-width: 320px;
        margin: 0 auto;
    }
    .VideoSec .VideoBanner{
        margin-bottom: 20px;
        border-radius: 12px;
    }
    .VideoSec .inner .smTitle {
        line-height: 20px;
    }
    .VideoSec .inner .Txt {
        line-height: 20px;
    }
}
@media (max-width: 1024px)  {
    .VideoSec{
        padding: 16px;
        padding-bottom: 0;
    }
    .VideoSec .inner{
        padding: 36px 28px;
    }
    .VideoSec .VideoBanner{
        max-width: 100%;
        margin-bottom: 18px;
        height: 202px;
    }
    .VideoSec .inner .smTitle {
        line-height: 20px;
    }
    .VideoSec .inner .Txt {
        line-height: 20px;
        
    }
    .VideoSec .inner .H2 {
        font-size: 32px;
        line-height: 28px;
        margin-bottom: 16px;
        letter-spacing: -2.5px;
    }
    .VideoSec .inner p{
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 28px;
        max-width: 681px;
    }
    .VideoSec .VideoBanner .text-wrapper .H4 {
        font-size: 32px;
        line-height: 28px;
        letter-spacing: -2.5px;
        margin-bottom: 10px;
    }
    .VideoSec .VideoBanner .text-wrapper .Txt {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 768px)  {
    .VideoSec {
        padding: 4px;
        padding-bottom: 0;
    }
    .VideoSec .inner {
        padding: 28px 8px;
    }
    .VideoSec .inner .H2 {
        font-size: 28px;
        line-height: 24px;
        margin-bottom: 12px;
        letter-spacing: -1.75px;
    }
    .VideoSec .inner p {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 20px;
        max-width: 553px;
        letter-spacing: -0.5px;
    }
    .VideoSec .VideoBanner {
        margin-bottom: 12px;
    }
    .VideoSec .VideoBanner .text-wrapper .H4 {
        font-size: 28px;
        line-height: 24px;
        letter-spacing: -1.75px;
        margin-bottom: 8px;
    }
    .VideoSec .VideoBanner .text-wrapper .Txt {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -0.75px;
    }
    .VideoSec .inner .smTitle {
        font-size: 15px;
        line-height: 15px;
        letter-spacing: -0.5px;
        gap: 6px;
    }
    .VideoSec .inner .Txt {
        line-height: 20px;
    }
    .VideoSec .inner .Txt {
        font-size: 15px;
        line-height: 15px;
        letter-spacing: -0.5px;
    }
}
@media (max-width: 576px)  {
    .VideoSec .inner .H2{
        max-width: 296px;
        margin: 0px auto 12px auto;
    }
    .VideoSec .inner p{
        max-width: 295px;
    }
    .VideoSec .VideoBanner {
        height: auto;
        max-height: 156px;
        margin-bottom: 12px;
    }
    .VideoSec .VideoBanner .text-wrapper .Txt{
        max-width: 284px;
    }

    .VideoSec .inner .smTitle .Badge {
        line-height: 14px;
        letter-spacing: -0.8px;
        padding: 4px 6px;
        border-radius: 8px;
    }
}
/*all*/
/*VideoSec*/




/*investorsMakers*/
.investorsMakers {
    background-color: #fff;
    padding: 64px 0px;
    color: #787982;
    font-weight: 400;
}

.investorsMakers .Row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
}
.investorsMakers .Row .left {
    width: 100%;
    max-width: 546px;
}
.investorsMakers .Row .left .h2{
    color: #1D1D1D;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.8px;
    margin-bottom: 24px;
    max-width: 504px;
}

.investorsMakers .Row .left p {
    color:  #787982;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.4px;
}
.investorsMakers .Row .right{
    flex: 1;
}
.investorsMakers .Row .right .title {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing:  0px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E6E8EC;
    margin-bottom: 16px;
}

.investorsMakers .Row .right p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.4px;
    margin-bottom: 16px;
}
.investorsMakers .Row .right p a{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.4px;
    text-decoration: underline;
    color:  #787982 !important;
    opacity: 1 !important;
}
.investorsMakers .Row .right .logoRow {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}
.investorsMakers .Row .right .logoRow .image {
    display: inline-flex;
}

.investorsMakers .Row .right .logoRow.last {
    gap: 24px;
    margin-bottom: 0px;
}

@media (max-width: 1440px)  {
    .investorsMakers{
        padding: 56px 40px;
    }
    .investorsMakers .Row{
        gap: 40px;
    }
    .investorsMakers .Row .left {
        width: 100%;
        max-width: 452px;
    }
    .investorsMakers .Row .left .h2{
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .investorsMakers .Row .left p{
        font-size: 18px;
        line-height: 18px;
    }
    .investorsMakers .Row .right .title{
        padding-bottom: 14px;
        margin-bottom: 14px;
    }
    .investorsMakers .Row .right p{
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 14px;
        width: 100%;
        max-width: 452px;
    }
    .investorsMakers .Row .right p a{
        font-size: 18px;
        line-height: 20px;
    }
    .investorsMakers .Row .right .logoRow{
        gap: 20px;
        margin-bottom: 20px;
    }
    .investorsMakers .Row .right .logoRow.last {
        gap: 20px;
        margin-bottom: 0;
    }
}
@media (max-width: 1024px) {
    .investorsMakers {
        padding: 36px 28px;
    }
    .investorsMakers .Row{
        gap: 28px;
        justify-content: flex-start;
        flex-direction: column;
    }
    .investorsMakers .Row .left{
        max-width: 100%;
    }
    .investorsMakers .Row .left .h2 {
        font-size: 32px;
        line-height: 28px;
        margin-bottom: 16px;
        letter-spacing: -2.5px;
        max-width: 266px;
    }
    .investorsMakers .Row .left p{
        max-width: 713px;
    }   
    .investorsMakers .Row .right .title {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .investorsMakers .Row .right p{
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -0.75px;
        max-width: 713px;
    }
    .investorsMakers .Row .right p a{
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -0.75px;
    }
    .investorsMakers .Row .right .logoRow{
        gap: 16px;
        margin-bottom: 16px;
    }
    .investorsMakers .Row .right .logoRow.last {
        gap: 16px;
        margin-bottom: 0;
    }
}
@media (max-width: 768px)  {
    .investorsMakers {
        padding: 28px 12px;
    }
    .investorsMakers .Row{
        gap: 20px;
    }
    .investorsMakers .Row .left .h2 {
        font-size: 28px;
        line-height: 24px;
        margin-bottom: 12px;
        letter-spacing: -1.75px;
        max-width: 266px;
    }
    .investorsMakers .Row .left p {
        font-size: 16px;
        line-height: 16px;
        max-width: 553px;
    }
    .investorsMakers .Row .right .title {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    .investorsMakers .Row .right p{
        margin-bottom: 8px;
        font-size: 15px;
        line-height: 15px;
        letter-spacing: -0.5px;
        max-width: 553px;
    }
    .investorsMakers .Row .right p a{
        font-size: 15px;
        line-height: 15px;
        letter-spacing: -0.5px;
    }
    .investorsMakers .Row .right .logoRow {
        gap: 12px;
        margin-bottom: 12px;
    }
    .investorsMakers .Row .right .logoRow.last {
        gap: 12px;
        margin-bottom: 0;
    }
}
@media (max-width: 576px)  {
    .investorsMakers .Row .left p {
        letter-spacing: -0.5px;
        max-width: 296px;
    }
    .investorsMakers .Row .right p{
        max-width: 296px;
    }
    .investorsMakers .Row .right .logoRow {
        gap: 4px;
        flex-wrap: wrap;
    }
    .investorsMakers .Row .right .logoRow.last {
        gap: 4px;
        flex-wrap: wrap;
    }
    .investorsMakers .Row .right .logoRow .image{
        min-width: calc(50% - 2px);
        height: 56px;
        padding: 0px 15px;
        flex: 1;
        border-radius:  8px;
        background:  #F5F5F7;
        justify-content: center;
        align-items: center;
    }
    .investorsMakers .Row .right .logoRow .image img{
        height: 100%;
        width: auto;
    }
}
/*investorsMakers*/

/*insights*/
:root{
    --ffly-dark-400: #212327;
    --ffly-light-l-150: #F3F7FC;
    --ffly-light-200: #F2F2F2;
    --ffly-light-500: #767B89;
    --ffly-light-400: #A2A7B0;
    --ffly-light-600: #5D616C;
    --ffly-light-300: #E5E6E8;
    --ffly-light-150: #FCFCFD;
    --ffly-link-blue: #2E90FA;
}

.insights {
    padding: 0px 0 64px 0;
}
.insights .h2 {
    color: #1d1d1d;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.8px;
    margin-bottom: 24px;
}

.insights .row .postRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
}
.insights .row .postRow .post {
    width: calc(33.33% - 11px);
    max-width: 341px;
}
.insights .row .postRow .post .thumbnailWrapper {
    border-radius: 16.368px;
    overflow: hidden;
    margin-bottom: 24px;
}

.insights .row .postRow .post .thumbnailWrapper a {
    display: flex;
    opacity: 1 !important;
}

.insights .row .postRow .post .thumbnailWrapper a img {
    width: 100%;
    height: auto;
}

.insights .row .postRow .post .category {
    color: #1570EF;
    text-align: center;
    font-feature-settings: 'salt' on, 'ss01' on, 'ss03' on, 'ss04' on, 'liga' off;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.32px;
    text-align: left;
    margin-bottom: 10px;
}

.insights .row .postRow .post .link {
    color: var(--ffly-dark-400);
    font-feature-settings: 'ss04' on, 'ss03' on, 'ss01' on, 'salt' on, 'liga' off;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.4px;
    margin-bottom: 16px;
    display: inline-flex;
}

.insights .row .postRow .post .link:hover,
.insights .row .postRow .post .link:focus,
.insights .row .postRow .post .link:active {
    opacity: 0.8;
}

.insights .row .postRow .post .subCategory {
    color: #5D616C;
    font-feature-settings: 'salt' on, 'ss01' on, 'ss03' on, 'ss04' on, 'liga' off;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.32px;
}
@media (max-width: 1440px)  {
    .insights{
        padding: 0px 40px 56px 40px;
    }
    .insights .h2{
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1024px)  {
    .insights{
        padding: 0px 28px 36px 28px;
    }
    .insights .h2 {
        font-size: 32px;
        line-height: 28px;
        margin-bottom: 16px;
        letter-spacing: -2.5px;
    }
    .insights .row .postRow {
        gap: 15px;
        justify-content: center;
    }
    .insights .row .postRow .post {
        width: calc(33.33% - 11px);
        max-width: 341px;
    }
}
@media (max-width: 768px)  {
    .insights{
        padding: 0px 12px 28px 12px;
    }
    .insights .h2 {
        font-size: 28px;
        line-height: 24px;
        letter-spacing: -1.75px;
        text-align: center;
    }
    .insights .row .postRow .post{
        width: calc(50% - 7.5px);
    }
    .insights .row .postRow .post .link {
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .insights .row .postRow .post .category {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
    }
}

@media (max-width: 576px) {
    .insights .row .postRow .post{
        width: 100%;
    }
    .insights .row .postRow {
        gap: 24px;
    }
    .insights .row .postRow .post .thumbnailWrapper {
        margin-bottom: 12px;
    }
    .insights .row .postRow .post .category{
        text-align: center;
    }
    .insights .row .postRow .post .link {
        max-width: 214px;
        text-align: center;
        margin: auto;
        display: block;
        margin-bottom: 11px;
    }
    .insights .row .postRow .post .subCategory{
        text-align: center;
    }
    .insights .h2{
        margin-bottom: 20px;
    }
}
/*insights*/
/*blackWrapper*/
.blackWrapper {
    background-color: var(--base-1000);
    color: var(--white);
    padding: 64px 0px 64px 0px;
}

.blackWrapper .row .title {
    font-feature-settings: 'ss04' on, 'ss03' on, 'ss01' on, 'salt' on, 'liga' off;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -1.28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.blackWrapper .row p {
    color: var(--ffly-light-500);
    font-feature-settings: 'ss04' on, 'ss03' on, 'ss01' on, 'salt' on, 'liga' off;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.4px;
    margin-bottom: 31px;
}

.blackWrapper .row .link {
    color: #53B1FD;
    font-feature-settings: 'salt' on, 'ss01' on, 'ss03' on, 'ss04' on, 'liga' off;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.32px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 34px;
    width: auto;
}
.blackWrapper .row .link:hover,
.blackWrapper .row .link:focus,
.blackWrapper .row .link:active {
    opacity: 0.8;
}
.blackWrapper .row .link svg{
    position: relative;
    top: 2px;
}
.blackWrapper .row .logosRow{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}
@media (max-width: 1440px)  {
    .blackWrapper {
        padding: 56px 40px 56px 40px;
    }
    .blackWrapper .row .title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1024px) {
    .blackWrapper {
        padding: 36px 28px;
    }
    .blackWrapper .row .title {
        font-size: 32px;
        line-height: 28px;
        margin-bottom: 16px;
        letter-spacing: -2.5px;
    }
}
@media (max-width: 847px)  {
    .blackWrapper {
        text-align: center;
    }
    .blackWrapper .row .title{
        justify-content: center;
    }
    .blackWrapper .row .logosRow{
        justify-content: center;
        gap: 12px;
    }
}
@media (max-width: 768px) {
    .blackWrapper {
        padding: 28px 12px;
    }
    .blackWrapper .row .title{
        font-size: 28px;
        line-height: 24px;
        margin-bottom: 12px;
        letter-spacing: -1.75px;
        gap: 12px;
    }
    .blackWrapper .row .title svg{
        width: 27px;
        height: auto;
    }
}
@media (max-width: 576px) {
    .blackWrapper .row .title{
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: -0.96px;
        flex-direction: column;
    }
    .blackWrapper .row p {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: -0.18px;
        max-width: 343px;
        text-align: center;
        margin: auto;
        margin-bottom: 24px;
    }
    .blackWrapper .row .link {
        margin-bottom: 32px;
    }
    .blackWrapper .row .logosRow{
        gap: 8px;
    }
    .blackWrapper .row .logosRow .image{
        display: inline-flex;
        min-width: 140px;
        justify-content: center;
    }
}
/*blackWrapper*/

.dis-sec{
    padding-top: 64px;
}
.dis-sec p{
    max-width: 100%;
}

/*footer*/
@media (max-width: 1440px)  {
    .footer,.dis-sec{
        padding: 0px 40px;
        padding-top: 18px;
    }
}
@media (max-width: 1024px)  {
    .footer,.dis-sec{
        padding: 0px 28px;
        padding-top: 18px;
    }
}
@media (max-width: 768px)  {
    .footer,.dis-sec{
        padding: 0px 12px;
        padding-top: 18px;
    }
}
@media (max-width: 576px)  {

}
/*footer*/