* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    transition: .3s all ease;
}

select {
    cursor: pointer;
}

ul {
    list-style: none;
}

body {
    font-family: "Open Sans";
    background: var(--Colors-black-default, #000);
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.container {
    max-width: 1706px;
    padding: 0 15px;
}

.btn {
    /* display: inline-flex;
align-items: center;
justify-content: center; */
    padding: 16px 32px;
    border-radius: 12px;
    border-radius: 9999px;
    background: var(--Gold-Gradient, linear-gradient(108deg, #7C5338 -0.34%, #DEAF71 6.08%, #CAA373 16.1%, #F2D4A6 34.83%, #DBBC89 43.05%, #9E7B5C 78.53%, #E7CAA1 97.22%));
    color: var(--Colors-black-default, #000);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: .3s all ease;
    outline: none;
    border: none;
}

.btn:focus {
    outline: none;
}

.btn:hover {
    background: linear-gradient(108deg, #BE6D39 -0.34%, #F5BC71 6.08%, #E3BF93 16.1%, #FFE7C4 34.83%, #F2D7AB 43.05%, #C28A56 78.53%, #F9E5C9 97.22%);
    box-shadow: 0px 4px 40px 0px rgba(244, 186, 115, 0.50);
    transition: .3s all ease;
    color: #000;
}

.header_hero {
    padding: 48px 0 250px 0;
    /* background: linear-gradient(180deg, rgba(68, 197, 255, 0.10) 0%, rgba(0, 16, 37, 0.00) 100%); */
    background: url('../images/hero_bg.png'), linear-gradient(180deg, rgba(151, 98, 0, 0.10) 0%, rgba(0, 0, 0, 0.00) 67.5%);
    /* background-blend-mode: luminosity; */
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #000;
    text-align: left;
    margin-bottom: 160px;
    /* z-index: 1; */
}

.header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 163px;
    position: relative;
    z-index: 10;
}

.hero {
    text-align: left;
    color: #fff;
}

.hero .hero_title {
    font-family: Syne;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 48px;
    text-align: left;
}

.hero .hero_title span {
    background: var(--Gold-Gradient, linear-gradient(108deg, #7C5338 -0.34%, #DEAF71 6.08%, #CAA373 16.1%, #F2D4A6 34.83%, #DBBC89 43.05%, #9E7B5C 78.53%, #E7CAA1 97.22%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero .title_bottom {
    padding: 0;
    margin-bottom: 48px;
    color: var(--Colors-white-default, #FFF);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: left;
}

.hero .btn {
    position: relative;
    z-index: 10;
}

.about {
    padding: 80px 0 137px 0;
    color: #fff;
}

.about .about_bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 0;
}

.about .info_left,
.about .info_right {
    width: 50%;
    flex: 0 0 auto;
    color: var(--Colors-text-body, #BABABA);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.about .info_right {
    text-align: right;
}

.about .about_items {
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    gap: 0 32px;
}

.about .about_item {
    width: calc(100%/6 - 26.7px);
    border-radius: var(--Corners-Surface, 6px);

    /* border-left: 1px solid rgba(124,83,56,0.5); */

    /* box-shadow: -1px 0 0 0 #7C5338; */

    background: linear-gradient(120deg, rgba(255, 255, 255, 0.10) 2.31%, rgba(255, 255, 255, 0.06) 60.4%);
    /* backdrop-filter: blur(4.25px); */
    padding: 16px 23px 230px 24px;
    color: var(--Colors-text-body, #BABABA);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: relative;
    z-index: 100;
    /* overflow: hidden; */
}
.about .about_item > *{
    position: relative;
    z-index: 1; /* text va svg tiniq bo‘lsin */
}
.about .about_item:hover .item_text{
    color: #FFF;
    transition: .5s all ease;
}
.about .about_item .item_text, 
.about .about_item svg{
    position: relative;
    z-index: 1; /* text va svg tiniq bo‘lsin */
}
.about .about_item:hover svg g{
    opacity: 1;
    transition: .5s all ease;
}
.about .about_item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
        108deg,
        rgba(124, 83, 56, 0.50) -0.34%,
        rgba(222, 175, 113, 0.50) 6.08%,
        rgba(202, 163, 115, 0.50) 16.1%,
        rgba(242, 212, 166, 0.50) 34.83%,
        rgba(219, 188, 137, 0.50) 43.05%,
        rgba(158, 123, 92, 0.50) 78.53%,
        rgba(231, 202, 161, 0.50) 97.22%
    );

    box-shadow: 0 4px 40px 0 #76664F;
    backdrop-filter: blur(4.25px); /* faqat background blur bo‘ladi */
    -webkit-backdrop-filter: blur(4.25px); /* Safari qo‘llab-quvvatlash */
    opacity: 0;
    transition: all .5s ease;
    z-index: 0;
}
.about .about_item:hover::before {
    opacity: 1;
    transition: all .5s ease;
}


.about .about_item:last-child::before{
    /* width: 2px; */
}   
.about .about_item .item_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 202px;
    height: 202px;
}
.about .about_item:hover .item_icon{
    left: 0;
    margin: 0 auto;
    transition: .5s all ease;
}
.about .about_item:hover .item_icon svg{
    transform: scale(0.7);
    transition: .5s all ease;
}
.section_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px;
}

.mini_title {
    color: #BABABA;
    text-align: right;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

.section_title {
    color: var(--Colors-white-default, #FFF);
    font-family: Syne;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section_title span {
    background: var(--Gold-Gradient, linear-gradient(108deg, #7C5338 -0.34%, #DEAF71 6.08%, #CAA373 16.1%, #F2D4A6 34.83%, #DBBC89 43.05%, #9E7B5C 78.53%, #E7CAA1 97.22%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Syne;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.title_bottom {
    color: #989898;
    text-align: center;
    /* Subheadline Screen */
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 432px;
    margin-bottom: 32px;
}

.about {
    margin-bottom: 160px;
}

.results {
    margin-bottom: 160px;
}

.results .result_bottom {
    display: flex;
    gap: 0 32px;
}

.results .results_items {
    width: 50%;
    flex: 0 0 auto;
}

.results .section_title {
    margin-bottom: 32px;
}

.results .results_item {
    display: flex;
    align-items: center;
    gap: 0 26.5px;
    margin-bottom: 32px;
}

.results .results_item:last-child {
    margin-bottom: 0;
}

.results .item_content {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 288.5px);
    flex: 0 0 auto;
    position: relative;
    border-radius: 6px;
    /* border-left: 1px solid #7C5338; */
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.10) 2.31%, rgba(255, 255, 255, 0.06) 60.4%);
    backdrop-filter: blur(4.25px);
    /* overflow: hidden; */
}

.results .item_content::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: linear-gradient(
        to bottom,
        rgba(124, 83, 56, 0.3),
        rgba(124, 83, 56, 0.05)
    );
    pointer-events: none;
    border-radius: 6px; 
}

.results .item_content::before{
    content: "";
    position: absolute;
    inset: 0;

    border-radius: inherit;
    background: linear-gradient(
        108deg,
        rgba(124, 83, 56, 0.50) -0.34%,
        rgba(222, 175, 113, 0.50) 6.08%,
        rgba(202, 163, 115, 0.50) 16.1%,
        rgba(242, 212, 166, 0.50) 34.83%,
        rgba(219, 188, 137, 0.50) 43.05%,
        rgba(158, 123, 92, 0.50) 78.53%,
        rgba(231, 202, 161, 0.50) 97.22%
    );

    box-shadow: 0 4px 40px 0 #76664F;
    backdrop-filter: blur(4.25px); /* faqat background blur bo‘ladi */
    -webkit-backdrop-filter: blur(4.25px); /* Safari qo‘llab-quvvatlash */
    opacity: 0;
    transition: all .5s ease;
    z-index: 0;
}
.results .item_content:hover::before {
    opacity: 1;
    transition: all .5s ease;
}
.results .item_content > * {
    position: relative;
    z-index: 1; /* text va svg tiniq bo‘lsin */
}
.results .item_content:hover .item_info,
.results .item_content:hover .item_number{
    color: #FFF;    
    transition: all .3s ease;
    opacity: 1;
}
.results .item_content:hover{
    color: #FFF;    
    transition: all .3s ease;
}
.results .item_content:hover .step_number , 
.results .item_content:hover .step_number span{
    color: #FFF;
    transition: all .5s ease;
}
.results .item_left {
    display: flex;
    align-items: center;
    gap: 0 24px;
}

.results .step_icon {
    width: 144px;
    flex: 0 0 auto;
}

.results .step_number {
    color: var(--Colors-text-body, #BABABA);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.results .step_number span {
    color: var(--Colors-text-body, #BABABA);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 4px;
}

.results .item_title {
    margin-bottom: 3px;
    color: var(--Colors-white-default, #FFF);
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.results .item_info {
    color: var(--Colors-text-body, #BABABA);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 60px;
    padding-right: 170px;
}

.results .item_number {
    color: var(--Colors-white-default, #FFF);
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-family: "Open Sans";
    font-size: 256px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    opacity: 0.05;
    position: absolute;
    right: -13px;
    top: -73px;
}

.advantegs {
    margin-bottom: 160px;
}

.advantegs .adv_items {
    display: flex;
    /* align-items: center; */
    background-image: url('../images/adv_bg.png');
    background-repeat: no-repeat;
    background-position: center;
}
.advantegs .mobile_adv_items{
    display: none;
}
.mobile_img{
    display: none;
}
.advantegs .item_left,
.advantegs .item_right {
    width: 50%;
    flex: 0 0 auto
}
 
.advantegs .item_left {
    text-align: left;
}

.advantegs .item_right {
    text-align: right;
    padding-top: 24px;
}
.about .info_right.mobile_right {
    display: none;
}
.advantegs .adv_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.advantegs .item_left .adv_item {
    margin-bottom: 84px;
    transition: .5s all ease;
}
.advantegs .item_left .adv_item:hover{
    padding-left: 13px;
    border-left: 1px solid var(--Gold-Gradient, #7C5338);
    transition: .5s all ease;
}
.advantegs .item_right .adv_item {
    align-items: flex-end;
    margin-bottom: 81px;
    transition: .5s all ease;
}
.advantegs .item_right .adv_item:hover{
    padding-right: 13px;
    border-right: 1px solid var(--Gold-Gradient, #7C5338);
    transition: .5s all ease;
}
.advantegs .item_right .adv_item:last-child {
    margin-bottom: 0;
}

.advantegs .item_title {
    color: var(--Colors-white-default, #FFF);
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
    position: relative;
}
.advantegs .adv_item:hover .item_title{
    background: var(--Gold-Gradient, linear-gradient(108deg, #7C5338 -0.34%, #DEAF71 6.08%, #CAA373 16.1%, #F2D4A6 34.83%, #DBBC89 43.05%, #9E7B5C 78.53%, #E7CAA1 97.22%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .5s ease;
}
.advantegs .adv_item:hover .item_info{
    color: #FFF;
    transition: all .5s ease;
}
.advantegs .item_title img {
    position: absolute;
}

.advantegs .item_left .adv_item:first-child .item_title img {
    right: 27%;
}

.advantegs .item_right .adv_item:first-child .item_title img {
    left: -78.5%;
    top: 10px;
}

.advantegs .item_left .adv_item:nth-child(2) {
    /* margin-bottom: 86px; */
}

.advantegs .item_left .adv_item:nth-child(2) .item_title img {
    right: 24.5%;
    top: -38px;
}

.advantegs .item_right .adv_item:nth-child(2) .item_title img {
    left: -95%;
    top: -17px;
}

.advantegs .item_left .adv_item:nth-child(3) .item_title img {
    right: 19%;
    top: -142px;
    height: 180px;
}

.advantegs .item_right .adv_item:nth-child(3) .item_title img {
    right: 110%;
    top: -165px;
}

.advantegs .item_info {
    color: var(--Colors-text-body, #BABABA);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    /* width: 51.5%; */
    /* flex: 0 0 auto */
}

.product {
    margin-bottom: 160px;
}

.product .product_items {
    display: flex;
    gap: 0 31.5px;
    align-items: center;
}

.product .product_item {
    width: calc(100%/3 - 21px);
    flex: 0 0 auto;
}

.product .item_side {
    border-radius: 6px;
    /* border-left: 1px solid #7C5338; */
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.10) 2.31%, rgba(255, 255, 255, 0.06) 60.4%);
    backdrop-filter: blur(4.25px);
    padding: 32px 48px;
    text-align: center;
    overflow: hidden;
}
.product .item_side::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: linear-gradient(
        to bottom,
        rgba(124, 83, 56, 0.3),
        rgba(124, 83, 56, 0.05)
    );
    pointer-events: none;
    border-radius: 6px;
}
.product .item_title {
    margin-bottom: 8px;
    color: var(--Colors-white-default, #FFF);
    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.product .item_info {
    color: var(--Colors-text-body, #BABABA);
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 24px;
}

.product li {
    display: flex;
    align-items: center;
    gap: 0 8px;
    padding: 12px 16px;
    border-radius: 6px;
    /* border-left: 1px solid #7C5338; */
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.10) 2.31%, rgba(255, 255, 255, 0.06) 60.4%);
    backdrop-filter: blur(4.25px);
    margin-bottom: 12px;
    color: var(--Colors-white-default, #FFF);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: left;
}
.product li::after{
    content: "";
    position: absolute;
    inset: 0;

    border-radius: inherit;
    background: linear-gradient(
        108deg,
        rgba(124, 83, 56, 0.50) -0.34%,
        rgba(222, 175, 113, 0.50) 6.08%,
        rgba(202, 163, 115, 0.50) 16.1%,
        rgba(242, 212, 166, 0.50) 34.83%,
        rgba(219, 188, 137, 0.50) 43.05%,
        rgba(158, 123, 92, 0.50) 78.53%,
        rgba(231, 202, 161, 0.50) 97.22%
    );

    box-shadow: 0 4px 40px 0 #76664F;
    backdrop-filter: blur(4.25px); /* faqat background blur bo‘ladi */
    -webkit-backdrop-filter: blur(4.25px); /* Safari qo‘llab-quvvatlash */
    opacity: 0;
    transition: all .5s ease;
    z-index: 0;
}
.product li:hover::after {
    opacity: 1;
    transition: all .5s ease;
}
.product li > * {
    position: relative;
    z-index: 1; /* text va svg tiniq bo‘lsin */
}
.product li svg{
    position: relative;
    z-index: 1; /* text va svg tiniq bo‘lsin */
}
.product .item_lists li{
    background: none;
}
.product .product_item.item_center li{
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.10) 2.31%, rgba(255, 255, 255, 0.06) 60.4%);

}
.product li::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: linear-gradient(
        to bottom,
        rgba(124, 83, 56, 0.3),
        rgba(124, 83, 56, 0.05)
    );
    pointer-events: none;
    border-radius: 6px;
}
.product li:last-child {
    margin-bottom: 0;
}

.product .item_logo {
    margin-bottom: 24px;
}

.product .item_center .item_info {
    padding: 0 72.5px;
}

.product .item_line:first-child {
    margin-bottom: 8px;
}

.product .item_center ul {
    padding: 0 72.5px;
}

.product .item_center li {
    color: var(--Colors-white-default, #FFF);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.product .item_center li .bold {
    color: var(--Colors-white-default, #FFF);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.product .item_line:last-child {
    margin-top: 8px;
}

.system {
    margin-bottom: 160px;
}

.system .system_items {
    display: flex;
    gap: 0 32px;
}

.system .system_item {
    width: calc(100%/6 - 26.7px);
    flex: 0 0 auto;
    text-align: center;
    padding: 32px 16px 27px 16px;
    border-radius: 6px;
    /* border-left: 1px solid #7C5338; */
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.10) 2.31%, rgba(255, 255, 255, 0.06) 60.4%);
    backdrop-filter: blur(4.25px);
}
.system .system_item::after{
    content: "";
    position: absolute;
    inset: 0;

    border-radius: inherit;
    background: linear-gradient(
        108deg,
        rgba(124, 83, 56, 0.50) -0.34%,
        rgba(222, 175, 113, 0.50) 6.08%,
        rgba(202, 163, 115, 0.50) 16.1%,
        rgba(242, 212, 166, 0.50) 34.83%,
        rgba(219, 188, 137, 0.50) 43.05%,
        rgba(158, 123, 92, 0.50) 78.53%,
        rgba(231, 202, 161, 0.50) 97.22%
    );

    box-shadow: 0 4px 40px 0 #76664F;
    backdrop-filter: blur(4.25px); /* faqat background blur bo‘ladi */
    -webkit-backdrop-filter: blur(4.25px); /* Safari qo‘llab-quvvatlash */
    opacity: 0;
    transition: all .5s ease;
    z-index: 0;
}
.system .system_item:hover::after {
    opacity: 1;
    transition: all .5s ease;
}
.system .system_item > * {
    position: relative;
    z-index: 1; /* text va svg tiniq bo‘lsin */
}

.system .system_item::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    width: 1px;
    background: linear-gradient(
        to bottom,
        rgba(124, 83, 56, 0.3),
        rgba(124, 83, 56, 0.05)
    );
    pointer-events: none;
}
.system .system_item:last-child::before{
    width: 2px;
}
.system .item_icon {
    margin-bottom: 37px;
}
.system .system_item .item_icon img{
     transition: all .5s ease;
}
.system .system_item:hover .item_icon img{
    transform: scale(1.2);
    transition: all .5s ease;
}
.system .item_title {
    margin-bottom: 8px;
    color: var(--Colors-white-default, #FFF);
    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.system .item_info span {
    display: block;
    text-align: center;
    background: var(--Gold-Gradient, linear-gradient(108deg, #7C5338 -0.34%, #DEAF71 6.08%, #CAA373 16.1%, #F2D4A6 34.83%, #DBBC89 43.05%, #9E7B5C 78.53%, #E7CAA1 97.22%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
}
.system .system_item:hover .item_info, 
.system .system_item:hover .item_info span{
    color: #FFF;
    transition: all .5s ease;
    background: initial;
    -webkit-text-fill-color: initial
}   
.system .item_info {
    color: var(--Colors-text-body, #BABABA);
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.income {
    margin-bottom: 160px;
}
.income .grapg_img{
    display: none;
}
.income .graph_section {
    border-radius: 6px;
    /* border-left: 1px solid #7C5338; */
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.10) 2.31%, rgba(255, 255, 255, 0.06) 60.4%);
    backdrop-filter: blur(4.25px);
    padding: 32px 64px;
    overflow: hidden;
}
.income .graph_section::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    width: 1px;
    background: linear-gradient(
        to bottom,
        rgba(124, 83, 56, 0.3),
        rgba(124, 83, 56, 0.05)
    );
    pointer-events: none;
    border-radius: 6px;
}
.income .graph_title {
    text-align: center;
    color: #FFF;
    text-align: center;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}

.income .graph_title span {
    background: var(--Gold-Gradient, linear-gradient(108deg, #7C5338 -0.34%, #DEAF71 6.08%, #CAA373 16.1%, #F2D4A6 34.83%, #DBBC89 43.05%, #9E7B5C 78.53%, #E7CAA1 97.22%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 12px;
    text-align: center;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

.income .graph_image {
    margin-bottom: 128px;
}

.income .graph_bottom {
    display: flex;
    margin-left: 148px;
}

.income .graph_item {
    position: relative;
    padding-left: 16px;
}

.income .item_title {
    color: var(--Colors-white-default, #FFF);
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}

.income .item_info {
    color: var(--Colors-text-body, #BABABA);
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.income .item_info span {
    background: var(--Gold-Gradient, linear-gradient(108deg, #7C5338 -0.34%, #DEAF71 6.08%, #CAA373 16.1%, #F2D4A6 34.83%, #DBBC89 43.05%, #9E7B5C 78.53%, #E7CAA1 97.22%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.income .graph_item:last-child {
    padding-left: 0;
    padding-right: 16px;
}

.income .graph_item:last-child::after {
    left: initial;
    right: 0;
}

.income .graph_item:first-child {
    margin-right: 226px;
}

.income .graph_item:nth-child(2) {
    margin-right: 223px;
}

.income .graph_item:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 746px;
    left: 0;
    top: -448%;
    border: 1px dashed #BABABA;
    opacity: 0.5;
    /* background-color: var(--Colors-text-body, #BABABA); */
}

footer {
    margin-bottom: 176px;
}

.footer {
    padding: 32px;
    border-radius: 6px;
    /* border-left: 1px solid #7C5338; */
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.10) 2.31%, rgba(255, 255, 255, 0.06) 60.4%);
    backdrop-filter: blur(4.25px);
    margin: 0 432px;
    text-align: center;
    overflow: hidden;
}
.footer::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    width: 2px;
    background: linear-gradient(
        to bottom,
        rgba(124, 83, 56, 0.3),
        rgba(124, 83, 56, 0.05)
    );
    pointer-events: none;
    border-radius: 6px;
}
footer .title_bottom {
    padding: 0;
}

footer .section_title {
    margin-bottom: 16px;
}

footer .title_bottom {
    margin-bottom: 16px;
}