.indicators-title {
    font: normal normal bold 60px/72px var(--kpasce-font-prime);
    margin-left: 20px;
}

.cost_indicators {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    margin-bottom: 60px;
    /*margin-left: 15px;*/

}

.cost_indicator_card-shell {
    display: flex;
    flex-direction: column;
    margin-top: 52px;
    min-width: 500px;
    flex: 1 0;
}

.cost_indicator_card {
    display: flex;
    flex-direction: column;
    margin: 52px 50px 0px;
    width: 500px;
    height: 500px;

    align-items: center;
    background: var(--kpasce-color1);
    border-radius: var(--kpasce-border-radius-md);
    box-shadow: 0px 0px 50px #1D667D;
}

.indicator-icon {
    margin: -55px auto 0px;
    border: solid 1px var(--kpasce-color1);
    width: 257px;
    height: 244px;
    text-align: center;
    font-size: 188px;
    background: white;
    border-radius: var(--kpasce-border-radius-md);
    box-shadow: inset 0px 0px 5px #1D667D, 0px 0px 30px #FFFFFF;
}

.indicator-buttons {
    display: flex;
    flex: 1;
    color: white;
    font: normal normal 600 12px/14px var(--kpasce-font-prime);
    margin: 5px;
}


.indicator-button.active {
    border: solid 1px white;
}

.indicator-button {
    color: white;
}

.indicators {
    width: 439px;
    height: 200px;
    background: white;
    border-radius: var(--kpasce-border-radius-md);
    margin-bottom: 39px;
    color: white;
}

.cost-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-evenly;
    font: normal normal bold 32px/38px var(--kpasce-font-prime);
    color: var(--kpasce-color1);
}

.cost-indicator > div {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: center;*/
    /*width: 250px;*/
    /*font: normal normal bold 32px/38px var(--kpasce-font-prime);*/
}

/*.indicator > div:first-child{*/
/*    ma*/
/*}*/
.risk-parameter-title {
    font: normal normal bold 30px/37px var(--kpasce-font-prime);
    color: white;
    margin: 15px auto 0px;
}

.risk-parameter-text {
    font: normal normal medium 18px/21px var(--kpasce-font-prime);
    margin: 0px auto;
    text-align: center;
    color: #707070;
    width: 180px;
    height: 42px;
}

.risk-parameters {
    /*--gutter-y: 59px;*/
    /*--gutter-x: 0;*/
    /*--bs-gutter-y: 59px;*/
    /*--bs-gutter-x: 0;*/
}

.risk-parameters-shell {
    display: flex;
    flex-direction: column;
}

.risk-parameters-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 16px 8px;
    padding: 20px;
    background: var(--kpasce-color1);
    border-radius: var(--kpasce-border-radius-md);
    box-shadow: 0px 0px 50px #1D667D;
}

.risk-parameters-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 16px;
    white-space: nowrap;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    font: normal normal bold 18px/21px var(--kpasce-font-prime);
    box-shadow: 0px 0px 20px #8D8D8DAD;
    border-radius: var(--kpasce-border-radius-ty);
}


.benefits {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 16px auto;
    background: var(--kpasce-color1);
    border-radius: var(--kpasce-border-radius-md);
    align-items: center;
}

.benefit-row {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*!*background: #D0D0D0 0% 0% no-repeat padding-box;*!*/
    /*width: 50%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 16px 0px;
    background: var(--kpasce-color1);
    border-radius: var(--kpasce-border-radius-md);
}

/*.benefit-row:first-child{*/
/*    padding-top: 54px;*/
/*}*/

/*.benefit-row:last-child{*/
/*    padding-bottom: 15px;*/
/*}*/

.benefit {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 7px;
    padding: 10px;
    color: var(--kpasce-color1);
    background: white;
    border-radius: var(--kpasce-border-radius-md);
}


.benefit-title {
    /*color: black;*/
    align-self: stretch;
    height: 70px;
}

.benefit-contend {
    display: flex;
    justify-content: space-evenly;
    margin: 8px;
}

.benefits-cell {
    /*min-width: 440px;*/

    display: flex;
    flex: 1;
    flex-wrap: nowrap;
    /*background: #D0D0D0 0% 0% no-repeat padding-box;*/
    padding: 7.5px 0px;
    border-left: solid 3px white;
}

/*.benefits-cell:first-child{*/
/*    padding-top: 54px;*/
/*}*/

/*.benefits-cell:last-child{*/
/*    padding-bottom: 15px;*/
/*}*/


.benefit-value {
    width: 128px;
    padding: 11px 10px;
    /*display: flex;*/
    /* height: 46px; */
    color: #707070;
    text-align: end;
    white-space: nowrap;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /*box-shadow: 0px 0px 20px #8D8D8DAD;*/
    font: normal normal medium 16px/20px var(--kpasce-font-prime);
    border-radius: var(--kpasce-border-radius-ty);
}

.benefit-text {
    margin-top: 10px;
}

.font-normal {
    font-family: var(--kpasce-font-prime);
    font-weight: 400;
    font-size: var(--kpasce-font-size-md);
}

.font-bold {
    font-family: var(--kpasce-font-prime);
    font-weight: 700;
    font-size: var(--kpasce-font-size-lg);
}
