
.providers{transform: translateY(-75px); margin-bottom: -75px;}


@media (max-width:768px){
    .providers{transform: translateY(0); margin-bottom: 0;}
}

@media (max-width:510px){
    .brown_button {padding: 17px 20px; font-size: 14px;}
}



/* banner   */
.banner {
    padding: 218px 0 215px; background-image: url(/wp-content/themes/wp/images/about_us_banner-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}



.banner .text-box {
    width: 54%;
    position: relative;
    z-index: 5;
}
.banner h1 {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.1;
    color: #FFFFFF;
    margin-bottom: 40px;
}
@media (max-width:1024px){
    .banner h1 { font-size: 56px; }
}

@media (max-width:768px){
    .banner  {padding: 52px 0;}
    .banner  {background-image: url(/wp-content/themes/wp/images/about_us_banner.webp);}
    .banner::after { width: 100%; height: 100%; position: absolute; top: unset; bottom: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 50%, #0C264CE5 80%); }
    .banner .text-box { width: 100%; margin-top: 410px; }
    .banner h1 { line-height: 1.2; color: #FFFFFF; letter-spacing: 0;font-size: 40px; margin-bottom: 20px; }
    
    
}
@media (max-width:510px){
    .banner  {padding: 32px 0;}
    .banner .text-box {  margin-top: 310px; }
    .banner h1 { font-size: 32px; }
}




.introduce {padding: 95px 0 70px;
    background-image: url(/wp-content/themes/wp/images/about_us_introduce-bg.webp);
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
}
.introduce .title-box{
    margin-bottom: 55px;
}
.introduce .title-box h2{
    font-size: 32px;
    line-height: 1.2;
    color: #0C264C;
    font-weight: 600;
    max-width: 800px;
    margin-bottom: 10px;
}
.introduce .title-box h2 span{
    color: #B4825D;
}
.introduce .title-box p{
    color: #0C264C;
    font-size: 18px;
    font-weight: 600;
}
.introduce .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.introduce .content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        gap: 10px 0px;

}
.introduce .content ul li{
    flex: 0 0 calc(50% - 5px);
}
.introduce .content ul li h3{
    color: #0C264C;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
        margin-bottom: 6px;
}
.introduce .content ul li p{
    color: #818181;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    width: 95%;

}

@media (max-width:1024px){
    .introduce .content ul li h3 { font-size: 24px; }
    .introduce .content ul li p{ width: 100%; }
}

@media (max-width:768px){
    .introduce  {padding: 52px 0; background: none;}
    .introduce .title-box {
    margin-bottom: 34px;
}
    .introduce .title-box h2 { font-size: 30px; }
    .introduce .title-box p { font-size: 16px; line-height: 1.2; margin-bottom: 0px; }
    .introduce .content ul li { flex: 0 0 calc(100%);         margin-bottom: 10px;}
    .introduce .content ul li:last-child { margin-bottom: 0px;}
    .introduce .content ul li h3 { font-size: 20px; }
    .introduce .content ul li p{ font-size: 14px; margin-bottom: 0;}
    
    
}
@media (max-width:510px){
    .introduce  {padding: 32px 0;}
    .introduce .title-box h2 { font-size: 28px; }
    .introduce .content ul li h3 { font-size: 18px; }
    .introduce .content ul li p{ font-size: 12px;}
}

.values{color: #fff; padding: 96px 0 120px; 
background-image: url(/wp-content/themes/wp/images/about-us-values-bg.webp);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;

}
.values .title-box{
    margin-bottom: 55px;
}
.values .title-box h2 {
    margin-bottom: 10px;
    font-size: 48px;
}
.values .title-box h2 span {
    color: #B4825D;
}
.values .title-box p {
    font-size: 18px;
    margin: 0;
}
.values .content-box ul{display: flex; flex-wrap: wrap; row-gap: 56px; column-gap: 20px; justify-content: space-between;}
.values .content-box ul li{width: 30%; max-width: 376px;}
.values .content-box ul li .img-box img{width: 100px; height: 100px; margin-bottom: 16px;}
.values .content-box ul li .text-box h3{font-size: 18px; margin-bottom: 4px; line-height: 1.2;}
.values .content-box ul li .text-box p{font-size: 14px; margin: 0;}
@media (max-width: 1024px) {
    .values .title-box h2 {
    font-size: 40px;
}  
}
@media (max-width: 960px) {
    .values{padding: 64px 0 96px;}  
}

@media (max-width: 768px) {
    .values{padding: 48px 0 64px;}
    .values .title-box { margin-bottom: 40px; }
    .values .title-box h2 {  font-size: 34px; }
    .values .content-box ul{row-gap: 20px; justify-content: center;}
    .values .content-box ul li{width: 46%; padding: 18px 0; display: flex; gap: 8px;}
    .values .content-box ul li .img-box img{margin-bottom: 0; width: 80px; height: 80px;}
    .values .content-box ul li .text-box{flex: 1;}
}
@media (max-width: 510px) {
    .values{padding: 32px 0;}
    .values .title-box { margin-bottom: 30px; }
    .values .title-box h2 {  font-size: 28px; }
    .values .title-box p { font-size: 16px; }
    .values .content-box ul{row-gap: 8px;}
    .values .content-box ul li{padding: 9px 0; width: 100%;}
    .values .content-box ul li .img-box img{width: 60px; height: 60px;}
    .values .content-box ul li .text-box h3{font-size: 14px;}
    .values .content-box ul li .text-box p{font-size: 12px;}
}



.operations{ padding: 100px 0 117px; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; overflow: hidden;background-image: url(/wp-content/themes/wp/images/about-us-operations-bg.webp); }
.operations .text-box{
    margin-bottom: 53px;
}
.operations .text-box h2{ font-size: 64px; font-weight: 600;     line-height: 1.1;
    margin-bottom: 10px; color: #FFFFFF; }
.operations .text-box h2 span{  color: #B4825D; }
.operations .text-box p{  
font-weight: 400;
font-size: 18px;
line-height: 1.5;
margin-bottom: 32px;
color: #FFFFFF;
 }
.operations .content{ display: flex; gap: 32px; padding: 83px 0px 60px; position: relative; }
.operations .mask{ background: linear-gradient(270deg, #FFFFFFE5 0%, #FFFFFFE5 100%); background-size: calc( ( 100% - 1200px ) / 2 + 1120px) 100%; background-repeat: no-repeat; }
.operations .content>div{ max-width: 236px; }
.operations .content img{ width: 100px; height: 100px; margin-bottom: 15px; }
.operations .content .pc{ display: block; }
.operations .content .mb{ display: none; }
.operations .content .title{ font-weight: 600; font-size: 18px; line-height: 1.2; color: #0C264C;     margin-bottom: 5px;}
.operations .content .text{ font-weight: 400; font-size: 14px; line-height: 1.4; color: #0C264C; }
@media (max-width:1024px){
    .operations {padding: 80px 0; }
    .operations .content { gap: 20px; padding: 40px 0px; }
    .operations .text-box h2{ font-size: 40px; }
}
@media (max-width:768px){
    .operations .text-box h2{ font-size: 36px; }
    .operations .text-box { margin-bottom: 30px; }
    .operations .text-box h2 br{ display: none;}
    .operations .text-box p{
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 18px;
    }
    .operations {padding: 52px 0; position: relative;}
    .operations::after { content: ''; display: block; width: 100%; height: 100%; background: linear-gradient(270deg, rgba(12, 38, 76, 0) 0%, #0C264C 181.6%); position: absolute; top: 0; left: 0; z-index: 1; }
    .operations .inner{ position: relative; z-index: 5; }
    .operations h2 { margin-bottom: 30px; }
    .operations .content .pc{ display: none; }
    .operations .content .mb{ display: block; }
    .operations .mask { background: none; }
    .operations .content { gap: 40px; flex-wrap: wrap; padding: 0px 0px;}
    .operations .content>div { flex: 0 0 calc(50% - 20px); max-width: none;}
    .operations .content img { width: 80px; height: 80px; margin-bottom: 10px; }
    .operations .content .title { font-size: 16px; color: #FFFFFF; }
    .operations .content .text { font-size: 14px; color: #FFFFFF;         margin: 0;}
}
@media (max-width:510px){
    .operations .text-box h2{ font-size: 28px; }
    .operations {padding: 32px 0;      background-position: 77%;}
    .operations .content img { margin-bottom: 5px; }
    .operations .content { gap: 20px;}
    .operations .content>div { flex: 0 0 calc(50% - 10px);}
    .operations .content .title { font-size: 14px; }
    .operations .brown_button {
        font-size: 16px;
        padding: 20px ;
    }

}


.leading{ background-color: #F5F5F5; padding: 75px 0px; }
.leading .content{ background-color: #F1E6DF; padding: 80px 0px ; display: flex; flex-direction: column; align-items: center; }
.leading .inner h2{ font-size: var(--fs-48); font-weight: 600; line-height: 1.2; text-align: center; margin-bottom: 30px; }
@media (max-width:768px){
    .leading {padding: 52px 0; background-color: #F1E6DF;}
    .leading .content{ padding: 0px 0px ; } 
}
@media (max-width:510px){
    .leading {padding: 32px 0;}
    .leading .content{ align-items: flex-start; }
    .leading .inner h2{ margin-bottom: 20px; text-align: left; }
}

/* faqs */
.faqs {padding: 96px 0;}
.faqs h2 {color: #002329;font-size: var(--fs-48);font-weight: 600;line-height: 1.2;margin-bottom: 52px;text-align: center;}
.faqs h2 span {color: #B4825D;}
.faqs ul li {cursor: pointer;margin-bottom: 32px;}
.faqs ul li .faqs_title {color: #000;font-size: var(--fs-18);line-height: 1.2;font-weight: 600;display: flex;justify-content: space-between;padding: 16px 20px;border-bottom: 1px solid #C6C6C6;}
.faqs ul li .faqs_title .faqs_title_row {display: flex;}
.faqs ul li .faqs_title p:nth-child(1) {margin-right: 12px;  font-size: 18px;}
.faqs ul li .faqs_title p {margin-bottom: 0px;}
.faqs ul li .faqs_title::after{content: "+";margin-left: 10px;display: inline-block;width: 24px;height: 24px;font-size: 24px;color: #000;font-weight: normal;}
.faqs ul li .faqs_title.actived::after{content: "-";font-size: 24px;color: #B4825D;font-weight: normal;}
.faqs ul li .faqs_title.actived {background: #D9D9D933;}
.faqs ul li .faqs_text {display:none;background: #D9D9D933;}
.faqs ul li .faqs_text p{ font-size: var(--fs-16);padding: 20px; color: #404040; margin-bottom: 0; }
.faqs ul li:last-child {margin-bottom:0;}	
/* liquidity_providers_kpr_min */

@media (max-width:768px){
    .faqs {padding: 52px 0;}
    .faqs h2 {margin-bottom: 35px;}
    .faqs ul li .faqs_title {font-size: var(--fs-16);}
    .faqs ul li .faqs_title p{line-height: 1.2;}
    
}

@media (max-width:510px){
    .faqs {padding: 32px 0;}
    .faqs h2 {margin-bottom: 20px;}
    .faqs ul li .faqs_text p{
            padding: 11px;
            line-height: 1.4;
            margin-bottom: 0;
    }
}
