*,
:after,
:before {
    box-sizing: inherit;
}

*,
:after,
:before {
    box-sizing: border-box;
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
}

@media all {
    *,
    :after,
    :before {
        box-sizing: inherit;
    }
    *,
    :after,
    :before {
        box-sizing: border-box;
    }
    h1,
    h3,
    h4 {
        margin-top: 0;
        margin-bottom: .5rem;
    }
    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    strong {
        font-weight: bolder;
    }
    a {
        color: #007bff;
        text-decoration: none;
        background-color: transparent;
    }
    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }
    img {
        border-style: none;
    }
    img {
        vertical-align: middle;
    }
    h1,
    h3,
    h4 {
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    h1 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 1.75rem;
    }
    h4 {
        font-size: 1.5rem;
    }
    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    @media (min-width: 576px) {
        .container {
            max-width: 540px;
        }
    }
    @media (min-width: 768px) {
        .container {
            max-width: 720px;
        }
    }
    @media (min-width: 992px) {
        .container {
            max-width: 960px;
        }
    }
    @media (min-width: 1200px) {
        .container {
            max-width: 1140px;
        }
    }
    .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    .no-gutters>[class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }
    .col-lg-12,
    .col-xl-6 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    @media (min-width: 992px) {
        .col-lg-12 {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
    @media (min-width: 1200px) {
        .col-xl-6 {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }
    .d-flex {
        display: flex !important;
    }
    @media print {
        *,
        :after,
        :before {
            text-shadow: none !important;
            box-shadow: none !important;
        }
        a:not(.btn) {
            text-decoration: underline;
        }
        img {
            page-break-inside: avoid;
        }
        h3,
        p {
            orphans: 3;
            widows: 3;
        }
        h3 {
            page-break-after: avoid;
        }
        .container {
            min-width: 992px !important;
        }
    }
    h1,
    h3,
    h4 {
        font-family: Inter, serif;
        font-weight: 700;
        color: #2b2d42;
    }
    h1 {
        font-size: 39px;
        line-height: 55px;
        color: #2b2d42;
    }
    p {
        font-weight: 400;
        font-size: 14px;
        color: #2b2d42;
    }
    a,
    p,
    span {
        font-family: Inter, serif;
    }
    .btn_nav {
        text-decoration: none !important;
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        background-color: #2b2d42;
        padding: 9px 17px;
        border-radius: 8px;
        position: relative;
        cursor: pointer;
        border: 1px solid #2b2d42;
        z-index: 5;
    }
    .btn_nav:last-child {
        margin-right: 0;
    }
    @media (max-width: 1170px) and (min-width: 991px) {
        .btn_nav {
            font-size: 14px;
            padding: 10px 13px !important;
        }
    }
    .btn_nav:active,
    .btn_nav:hover {
        background-color: #1fa5ff;
        color: #fff;
        box-shadow: 0 0 4px 4px rgba(31, 165, 255, .2);
        border-color: #1fa5ff;
    }
    .btn_nav.white_nav {
        padding: 9px 16px !important;
    }
    .btn_nav.white_nav,
    .btn_nav.white_nav:hover {
        background-color: #fff;
        border-color: #d0d5dd;
        color: #344054;
    }
    .btn_nav.white_nav:hover {
        box-shadow: none;
    }
    @media (max-width: 1170px) and (min-width: 991px) {
        .btn_nav.white_nav {
            padding: 10px 13px !important;
        }
    }
}

h1,
h3,
h4 {
    font-family: "Inter", serif;
    font-weight: bold;
    color: #2b2d42;
}

h1 {
    font-size: 39px;
    line-height: 55px;
    color: #2b2d42;
}

p {
    font-weight: 400;
    font-size: 14px;
    color: #2b2d42;
}

a,
p,
span {
    font-family: "Inter", serif;
}

.btn_nav {
    text-decoration: none !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #2b2d42;
    padding: 9px 17px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    border: 1px solid #2b2d42;
    z-index: 5;
}

.btn_nav:last-child {
    margin-right: 0;
}

@media (max-width: 1170px) and (min-width: 991px) {
    .btn_nav {
        font-size: 14px;
        padding: 10px 13px !important;
    }
}

.btn_nav:hover,
.btn_nav:active {
    background-color: #1fa5ff;
    color: #fff;
    box-shadow: 0 0 4px 4px #1fa5ff33;
    border-color: #1fa5ff;
}

.btn_nav.white_nav {
    background-color: #fff;
    border-color: #d0d5dd;
    color: #344054;
    padding: 9px 16px !important;
}

.btn_nav.white_nav:hover {
    background-color: #fff;
    border-color: #d0d5dd;
    color: #344054;
    box-shadow: none;
}

@media (max-width: 1170px) and (min-width: 991px) {
    .btn_nav.white_nav {
        padding: 10px 13px !important;
    }
}

.time[_ngcontent-maker-c111] {
    display: flex;
    grid-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    width: 75%;
}

h1,
h3,
h4 {
    font-family: "Inter", serif;
    font-weight: bold;
    color: #2b2d42;
}

h1 {
    font-size: 39px;
    line-height: 55px;
    color: #2b2d42;
}

p {
    font-weight: 400;
    font-size: 14px;
    color: #2b2d42;
}

a,
p,
span {
    font-family: "Inter", serif;
}

h1,
h3,
h4 {
    font-family: "Inter", serif;
    font-weight: bold;
    color: #2b2d42;
}

h1 {
    font-size: 39px;
    line-height: 55px;
    color: #2b2d42;
}

p {
    font-weight: 400;
    font-size: 14px;
    color: #2b2d42;
}

a,
p,
span {
    font-family: "Inter", serif;
}

.col__grey {
    color: #667085;
}

.col__greyBack {
    background: #fafafa;
}

.stepContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 70px;
    position: relative;
}

.stepContainer .stepApp {
    width: 100%;
    height: 102px !important;
    box-shadow: 0 12px 16px -4px #10182814, 0 4px 6px -2px #10182808;
}

.stepContainer .stepApp.blue_bg {
    background: #e0f2fe;
}

@media (max-width: 767px) {
    .stepContainer .stepApp {
        height: 82px !important;
    }
}

@media (max-width: 580px) {
    .stepContainer .stepApp {
        height: 42px !important;
    }
}

.stepContainer .stepLogo {
    position: absolute;
    right: 50%;
    top: 30px;
    transform: translate(50%);
    box-shadow: 0 20px 24px -4px #10182814, 0 8px 8px -4px #10182808;
    border-radius: 70px;
}

.stepContainer .stepLogo img {
    width: 120px;
    height: 120px;
}

@media (max-width: 767px) {
    .stepContainer .stepLogo img {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 580px) {
    .stepContainer .stepLogo img {
        width: 56px;
        height: 56px;
    }
}

@media (max-width: 767px) {
    .stepContainer .stepLogo {
        top: 40px;
    }
}

@media (max-width: 580px) {
    .stepContainer .stepLogo {
        top: 16px;
    }
}

@media (max-width: 767px) {
    .stepContainer {
        padding-bottom: 86px;
    }
}

@media (max-width: 580px) {
    .stepContainer {
        padding-bottom: 56px;
    }
}

.container {
    width: 100%;
    max-width: 1216px;
}

.swiper__container {
    overflow: hidden;
    position: relative;
    padding: 40px 20px 24px;
}

.swiper__container .left__backgroung {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 100;
}

.followContainer {
    display: flex;
    max-width: 1216px;
    width: 100%;
    margin: auto;
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding: 0;
}

.followContainer .followInfo {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    line-height: 50px;
    position: relative;
    z-index: 100;
}

.followContainer .followInfo img {
    cursor: pointer;
    margin-bottom: 24px;
}

.followContainer .followInfo h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #101828;
    margin-bottom: 16px;
}

.followContainer .followInfo h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 32px;
    max-width: 500px;
}

.followContainer .followInfo .followDis {
    margin-left: 0;
    grid-gap: 12px;
    display: flex;
    padding: 12px 0;
}

.followContainer .followInfo .followDis p {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #1fa5ff;
    background: #e0f2fe;
    border-radius: 14px;
    text-align: center;
    margin: 0;
}

.followContainer .followInfo .followDis h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.followContainer .followInfo .followDis h4 span {
    font-weight: bold;
}

.swiper__container.tier_container {
    padding-top: 29px;
}

@media (max-width: 580px) {
    .swiper__container.tier_container {
        padding: 29px 14px;
    }
}

.swiper__container.tier_container .followContainer {
    grid-column-gap: 51px;
    -moz-column-gap: 51px;
    column-gap: 51px;
}

@media (max-width: 1200px) {
    .swiper__container.tier_container .followContainer {
        max-width: 767px;
        margin: 0 auto;
        grid-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}

.swiper__container.tier_container .followContainer .followInfo {
    flex: 0 0 640px;
    max-width: 640px;
    width: 100%;
    position: relative;
    z-index: 100;
    padding-bottom: 56px;
}

.swiper__container.tier_container .followContainer .followInfo img {
    margin-bottom: 24px;
    max-width: 48px;
    cursor: default;
}

.swiper__container.tier_container .followContainer .followInfo h1 {
    margin-bottom: 24px;
}

.swiper__container.tier_container .followContainer .followInfo h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
    max-width: 544px;
}

.swiper__container.tier_container .followContainer .followInfo h3 strong {
    display: block;
    margin-bottom: 16px;
}

@media (max-width: 580px) {
    .swiper__container.tier_container .followContainer .followInfo h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .swiper__container.tier_container .followContainer .followInfo h3 strong {
        margin-bottom: 14px;
    }
}

.swiper__container.tier_container .followContainer .followInfo .followDis {
    padding: 10px 16px;
    margin-bottom: 12px;
}

@media (max-width: 1280px) {
    .swiper__container.tier_container .followContainer .followInfo {
        flex: 0 0 600px;
        max-width: 600px;
    }
}

@media (max-width: 1200px) {
    .swiper__container.tier_container .followContainer .followInfo {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 580px) {
    .swiper__container.tier_container .followContainer .followInfo {
        padding-bottom: 26px;
    }
}

.swiper__container.tier_container .followContainer .col_image_banner {
    display: flex;
}

.swiper__container.tier_container .followContainer .col_image_banner .rounded_card {
    align-self: flex-end;
    background-image: url(../images/activeTier-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 24px;
    padding: 186px 72px 150px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.swiper__container.tier_container .followContainer .col_image_banner .rounded_card h1 {
    font-weight: 700;
    font-size: 72px;
    line-height: 90px;
    text-align: center;
    letter-spacing: -.02em;
    color: #fff;
    margin-bottom: 48px;
}

@media (max-width: 767px) {
    .swiper__container.tier_container .followContainer .col_image_banner .rounded_card h1 {
        font-size: 62px;
        line-height: 80px;
    }
}

@media (max-width: 580px) {
    .swiper__container.tier_container .followContainer .col_image_banner .rounded_card h1 {
        font-size: 52px;
        line-height: 60px;
    }
}

.swiper__container.tier_container .followContainer .col_image_banner .rounded_card .btn_nav {
    font-size: 18px;
    line-height: 28px;
    padding: 18px 26px !important;
    border-radius: 16px;
}

@media (max-width: 1200px) {
    .swiper__container.tier_container .followContainer .col_image_banner .rounded_card {
        width: 100%;
        max-width: 100%;
        padding: 120px 42px;
    }
}

@media (max-width: 580px) {
    .swiper__container.tier_container .followContainer .col_image_banner .rounded_card {
        padding: 80px 30px;
    }
}

@media (max-width: 1280px) {
    .swiper__container.tier_container .followContainer {
        grid-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .left__backgroung {
        display: none;
    }
    .followContainer {
        flex-direction: column;
    }
}

.voting_details_container {
    padding-top: 35px;
    padding-bottom: 29px;
    background-color: transparent;
}

.voting_details_container .container {
    max-width: 1280px;
    padding: 0 32px;
}

@media (max-width: 1170px) {
    .voting_details_container .container {
        padding: 0 16px;
    }
}

.voting_details_container .container>.row {
    padding: 0 48px;
}

@media (max-width: 1280px) {
    .voting_details_container .container>.row {
        padding: 0;
    }
}

.voting_details_container .container>.row .col_card .row {
    grid-column-gap: 33px;
    -moz-column-gap: 33px;
    column-gap: 33px;
}

@media (max-width: 1280px) {
    .voting_details_container .container>.row .col_card .row {
        grid-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
    }
}

.voting_details_container .container>.row .col_card .col_details {
    padding: 32px;
    border-radius: 24px;
    background-color: #fff;
    display: flex;
    box-shadow: 0 20px 24px -4px #10182814, 0 8px 8px -4px #10182808;
    border: 2px solid #eaecf0;
    flex-direction: column;
}

.voting_details_container .container>.row .col_card .col_details .project-name {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.voting_details_container .container>.row .col_card .col_details .project-name img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    box-shadow: #1018281a 0 10px 15px -3px, #1018280d 0 4px 6px -2px;
}

.voting_details_container .container>.row .col_card .col_details .project-name div {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475467;
    text-transform: uppercase;
    margin-left: 8px;
    margin-bottom: 0;
}

@media (max-width: 1070px) {
    .voting_details_container .container>.row .col_card .col_details .project-name div {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .voting_details_container .container>.row .col_card .col_details .project-name div {
        color: #475467;
    }
}

@media (max-width: 767px) {
    .voting_details_container .container>.row .col_card .col_details .project-name {
        margin-bottom: 8px;
    }
}

.voting_details_container .container>.row .col_card .col_details .content_block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.voting_details_container .container>.row .col_card .col_details .content_block h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #1d2939;
    letter-spacing: -.02em;
    margin-bottom: 16px;
}

@media (max-width: 1070px) {
    .voting_details_container .container>.row .col_card .col_details .content_block h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .voting_details_container .container>.row .col_card .col_details .content_block h3 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 12px;
    }
}

@media (max-width: 580px) {
    .voting_details_container .container>.row .col_card .col_details .content_block h3 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px;
    }
}

.voting_details_container .container>.row .col_card .col_details .content_block p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #667085;
    margin-bottom: 32px;
}

@media (max-width: 1070px) {
    .voting_details_container .container>.row .col_card .col_details .content_block p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 22px;
    }
}

@media (max-width: 767px) {
    .voting_details_container .container>.row .col_card .col_details .content_block p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }
}

@media (max-width: 580px) {
    .voting_details_container .container>.row .col_card .col_details .content_block p {
        margin-bottom: 14px;
    }
}

.voting_details_container .container>.row .col_card .col_details .content_block .actions_btn {
    display: flex;
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    align-items: center;
}

.voting_details_container .container>.row .col_card .col_details .content_block .actions_btn .btn_nav {
    font-size: 18px;
    line-height: 28px;
    padding: 15px 28px !important;
    border-radius: 16px;
}

@media (max-width: 767px) {
    .voting_details_container .container>.row .col_card .col_details .content_block .actions_btn .btn_nav {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 24px !important;
        border-radius: 12px;
    }
}

@media (max-width: 580px) {
    .voting_details_container .container>.row .col_card .col_details .content_block .actions_btn {
        flex-direction: column;
        grid-row-gap: 10px;
        row-gap: 10px;
        width: 100%;
    }
    .voting_details_container .container>.row .col_card .col_details .content_block .actions_btn .btn_nav {
        width: 100%;
        text-align: center;
    }
}

.voting_details_container .container>.row .col_card .col_details .content_block.state_alternate h3 {
    margin-top: 24px;
    margin-bottom: 32px;
}

.voting_details_container .container>.row .col_card .col_details .content_block.state_alternate p {
    margin-bottom: 30px;
}

.voting_details_container .container>.row .col_card .col_details .content_block.state_alternate p:last-of-type {
    margin-bottom: 0;
}

.voting_details_container .container>.row .col_card .col_details .content_block.state_alternate .actions_btn {
    margin-top: 40px;
}

@media (min-width: 1280px) {
    .voting_details_container .container>.row .col_card .col_details {
        max-width: calc(100% - 553px);
        flex: 0 0 calc(100% - 553px);
    }
}

@media (max-width: 1280px) {
    .voting_details_container .container>.row .col_card .col_details {
        max-width: calc(50% - 12px);
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 1200px) {
    .voting_details_container .container>.row .col_card .col_details {
        flex: 0 0 100%;
        max-width: 767px;
        margin: 0 auto 40px;
    }
}

@media (max-width: 580px) {
    .voting_details_container .container>.row .col_card .col_details {
        padding: 20px;
    }
}

@media (min-width: 1280px) {
    .voting_details_container .container>.row .col_card .col_vote_info {
        flex: 0 0 520px;
        max-width: 520px;
    }
}

@media (max-width: 1280px) {
    .voting_details_container .container>.row .col_card .col_vote_info {
        max-width: calc(50% - 12px);
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 1200px) {
    .voting_details_container .container>.row .col_card .col_vote_info {
        flex: 0 0 100%;
        max-width: 767px;
        margin: 0 auto;
    }
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-row-gap: 30px;
    row-gap: 30px;
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row {
    background: #ffffff;
    border: 2px solid #eaecf0;
    box-shadow: 0 20px 24px -4px #10182814, 0 8px 8px -4px #10182808;
    border-radius: 24px;
    display: flex;
    align-items: center;
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    padding: 24px 16px;
    border-bottom: 1px solid #eaecf0;
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .left_img {
    flex: 0 0 32px;
    max-width: 32px;
}

@media (max-width: 580px) {
    .voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .left_img {
        flex: 0 0 26px;
        max-width: 26px;
    }
}

@media (max-width: 370px) {
    .voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .left_img {
        flex: 0 0 22px;
        max-width: 22px;
    }
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content {
    flex-grow: 1;
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content .head_inner {
    justify-content: space-between;
    align-items: flex-start;
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content .head_inner span {
    font-size: 14px;
    line-height: 20px;
    color: #667085;
    font-weight: 500;
    margin-bottom: 12px;
    display: inline-block;
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content .head_inner span.pill_status {
    margin-bottom: 0;
    padding: 4px 12px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 16px;
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content .head_inner span.pill_status.active {
    color: #1fa5ff;
    background-color: #f5fbff;
}

@media (max-width: 580px) {
    .voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content .head_inner span.pill_status {
        padding: 4px 8px;
        font-size: 12px;
        line-height: 16px;
        border-radius: 12px;
        white-space: nowrap;
    }
}

@media (max-width: 580px) {
    .voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content .head_inner span {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
    }
}

@media (max-width: 580px) {
    .voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content .head_inner {
        grid-column-gap: 6px;
        -moz-column-gap: 6px;
        column-gap: 6px;
        align-items: center;
        margin-bottom: 8px;
    }
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #101828;
}

@media (max-width: 767px) {
    .voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content h3 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 6px;
    }
}

@media (max-width: 580px) {
    .voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content h3 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 370px) {
    .voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 340px) {
    .voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content h3 {
        font-size: 18px;
        line-height: 26px;
    }
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content .progress_vote {
    margin-left: 0;
    display: flex;
    align-items: center;
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    flex: 1;
    margin-bottom: 8px;
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content .progress_vote .progress_bar_container {
    background-color: #f0f9ff;
    border-radius: 4px;
    height: 8px;
    width: 100%;
    position: relative;
    display: inline-block;
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content .progress_vote .progress_bar_container .progress_bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 4px;
    background-color: #1fa5ff;
    width: 60%;
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content .progress_vote .percentage {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #344054;
    white-space: nowrap;
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content .progress_vote.complete .progress_bar_container {
    background-color: #f6fef9;
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content .progress_vote.complete .progress_bar_container .progress_bar {
    background-color: #12b76a;
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content .progress_vote.complete .percentage {
    color: #12b76a;
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content .progress_vote.complete.extra_votes .progress_bar_container {
    background-color: #9e77ed;
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content .progress_vote.complete.extra_votes .progress_bar_container .progress_bar {
    background-color: #12b76a;
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content .progress_vote.complete.extra_votes .percentage {
    color: #1fa5ff;
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content .progress_vote.complete.extra_votes .percentage>span {
    color: #9e77ed;
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content p.note {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #98a2b3;
    margin-bottom: 0;
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content p.note img {
    width: 24px;
    height: auto;
    margin-right: 8px;
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content p.note.error {
    color: #e62e05;
    font-weight: 400;
    line-height: 18px;
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content p.note.error a {
    text-decoration: underline;
    color: #e62e05;
}

.voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row .right_content app-timer span {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #101828;
}

@media (max-width: 767px) {
    .voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row {
        padding: 20px 14px;
        grid-column-gap: 14px;
        -moz-column-gap: 14px;
        column-gap: 14px;
    }
    .voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row:first-child {
        padding-top: 14px;
    }
}

@media (max-width: 580px) {
    .voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row {
        grid-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}

@media (max-width: 370px) {
    .voting_details_container .container>.row .col_card .col_vote_info .inner_card .single-row {
        padding: 16px 10px;
    }
}

@media (max-width: 991px) {
    .voting_details_container .container>.row .col_card .col_vote_info .inner_card {
        max-width: 100%;
        border-radius: 16px;
    }
}

h1,
h3,
h4 {
    font-family: "Inter", serif;
    font-weight: bold;
    color: #2b2d42;
}

h1 {
    font-size: 39px;
    line-height: 55px;
    color: #2b2d42;
}

p {
    font-weight: 400;
    font-size: 14px;
    color: #2b2d42;
}

a,
p,
span {
    font-family: "Inter", serif;
}

.btn_nav {
    text-decoration: none !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #2b2d42;
    padding: 9px 17px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    border: 1px solid #2b2d42;
    z-index: 5;
}

.btn_nav:last-child {
    margin-right: 0;
}

@media (max-width: 1170px) and (min-width: 991px) {
    .btn_nav {
        font-size: 14px;
        padding: 10px 13px !important;
    }
}

.btn_nav:hover,
.btn_nav:active {
    background-color: #1fa5ff;
    color: #fff;
    box-shadow: 0 0 4px 4px #1fa5ff33;
    border-color: #1fa5ff;
}

.btn_nav.white_nav {
    background-color: #fff;
    border-color: #d0d5dd;
    color: #344054;
    padding: 9px 16px !important;
}

.btn_nav.white_nav:hover {
    background-color: #fff;
    border-color: #d0d5dd;
    color: #344054;
    box-shadow: none;
}

@media (max-width: 1170px) and (min-width: 991px) {
    .btn_nav.white_nav {
        padding: 10px 13px !important;
    }
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZs.woff) format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fAZJhjp-Ek-_EeAmM.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fAZthjp-Ek-_EeAmM.woff) format('woff');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fAZNhjp-Ek-_EeAmM.woff) format('woff');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fAZxhjp-Ek-_EeAmM.woff) format('woff');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fAZBhjp-Ek-_EeAmM.woff) format('woff');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fAZFhjp-Ek-_EeAmM.woff) format('woff');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fAZ9hjp-Ek-_EeA.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZs.woff) format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZs.woff) format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZs.woff) format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZs.woff) format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZs.woff) format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZs.woff) format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZs.woff) format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fAZJhjp-Ek-_EeAmM.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fAZthjp-Ek-_EeAmM.woff) format('woff');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fAZNhjp-Ek-_EeAmM.woff) format('woff');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fAZxhjp-Ek-_EeAmM.woff) format('woff');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fAZBhjp-Ek-_EeAmM.woff) format('woff');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fAZFhjp-Ek-_EeAmM.woff) format('woff');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fAZ9hjp-Ek-_EeA.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZs.woff) format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZs.woff) format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZs.woff) format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZs.woff) format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZs.woff) format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZs.woff) format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



.actions_btn {
	color:white;
}