/*error page*/

.mid_section {
    background-image: url(../img/errorbg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 188px;
    padding-bottom: 197px;
}

.error_border {
    border: 10px solid var(--core-olive-100, #8ACBC3);
    margin: auto;
    max-width: 1242px;
    display: flex;
    padding: 104px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-shrink: 0;
    background: linear-gradient(0deg, rgba(14, 14, 14, 0.90) 40.41%, rgba(14, 14, 14, 0.00) 109.59%), #00000000 -345.719px -241.963px / 155.671% 179.679% no-repeat;
}

.error_num {
    color: var(--core-off-white, #FBFBFB);
    text-align: center;
    font-family: Manrope;
    font-size: 181px;
    font-style: normal;
    margin: 0px;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 3.62px;
    text-transform: capitalize;
}

.error_subtitle {
    color: var(--core-off-white, #FBFBFB);
    text-align: center;
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    max-width: 540px;
    margin: 0px;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: capitalize;
}

.error_button {
    color: var(--core-olive-300, #445C59);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 0px;
    gap: 16px;
}

.error_button:hover {
    color: var(--core-off-white, #44877F)!important;
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 0px;
    gap: 16px;
}

.error_button:hover svg rect,.error_button:hover svg path  {
    stroke: #44877F;
}
.error_button svg {
    transition: transform 0.3s;
}
.error_button:hover svg {
    transform: rotate(270deg) translate(0px, -5px);
}
/*.error_button:hover .error_arrow {*/
/*    transform: rotate(270deg);*/
/*}*/

/*.error_button:hover .error_react {*/
/*    stroke: #FFFFFF;*/
/*}*/

/*.error_button:hover .error_path {*/
/*    stroke: #FFFFFF;*/
/*}*/

.term_read_button{
    display: none;
}




/*term page*/

.terms_top {
    background-image: url(../img/termstop.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 132px 0px;
}

.terms_blur {
    background: linear-gradient(0deg, #0E0E0E 56.29%, rgba(14, 14, 14, 0.00) 158.68%);
    backdrop-filter: blur(8px);
    padding: 140px 0px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.terms_title {
    color: var(--core-off-white, #FBFBFB);
    text-align: center;
    font-family: Manrope;
    font-size: 64px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: capitalize;
}

.content_section {
    display: flex;
    justify-content: center;
    padding: 99px 0px 110px 0px;
    background: #FBFBFB;
}


.term_container {
    background-image: url(../img/term_contentbg.svg);
    background-position: top right;
    background-repeat: no-repeat;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0px 85px;
    background-size: contain;
}

.update_text {
    color: var(--core-near-black, #0E0E0E);
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    margin: 0px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: capitalize;
}

.content_text {
    color: var(--core-olive-200, #44877F);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 181.1%;
    margin: 0px;
}

.content_title {
    color: var(--core-near-black, #0E0E0E);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 181.1%;
}