@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
.mv-radar
{
    position: relative;

    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto 80px;
}
.mv-radar::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .8;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(36, 37, 39)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgb(36, 37, 39) 0%, rgba(0, 0, 0, 0) 100%);
}
.mv-radar__text-area
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 0 20px;
}
.mv-radar__text-area-inner
{
    z-index: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mv-radar__shoulder
{
    font-size: 3rem;
    font-weight: bold;
    line-height: 2;

    text-align: center;

    color: #fff;
}
.mv-radar__heading
{
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.5;

    margin-top: 30px;

    text-align: center;

    color: #fff;
}
.mv-radar__text
{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;

    margin-top: 60px;

    text-align: center;

    color: #fff;
}

@media screen and (max-width: 767px)
{
    .mv-radar
    {
        width: 100%;
        max-width: 750px;
        margin: 0 auto 60px;

        aspect-ratio: 750/788;
    }
    .mv-radar::after
    {
        position: absolute;
        bottom: 0;
        left: 0;

        width: 100%;
        height: 100%;

        content: '';

        opacity: .8;
        background: -webkit-gradient(linear, left bottom, left top, from(rgb(36, 37, 39)), to(rgba(36, 37, 39, 0)));
        background: linear-gradient(to top, rgb(36, 37, 39) 0%, rgba(36, 37, 39, 0) 100%);
    }
    .mv-radar__text-area
    {
        padding: 0 15px;
    }
    .mv-radar__shoulder
    {
        font-size: 1.8rem;
        font-size: clamp(18px, 2.4vw, 18px);
    }
    .mv-radar__heading
    {
        font-size: 2.4rem;
        font-size: clamp(22px, 3.2vw, 24px);

        margin-top: 9.3333333333vw;
    }
    .mv-radar__text
    {
        font-size: 1.4rem;
        font-size: clamp(12px, 1.8666666667vw, 14px);
        line-height: 1.7;

        margin-top: 14.6666666667vw;

        text-align: center;
    }
}
.mv-healthcaretrendradar
{
    position: relative;

    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto 80px;
}
.mv-healthcaretrendradar::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .8;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(36, 37, 39)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgb(36, 37, 39) 0%, rgba(0, 0, 0, 0) 100%);
}
.mv-healthcaretrendradar__text-area
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 0 20px;
}
.mv-healthcaretrendradar__text-area-inner
{
    z-index: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mv-healthcaretrendradar__heading
{
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.5;

    text-align: center;

    color: #fff;
}
.mv-healthcaretrendradar__shoulder
{
    font-size: 3rem;
    font-weight: bold;
    line-height: 2;

    margin-top: 40px;

    text-align: center;

    color: #fff;
}
.mv-healthcaretrendradar__shoulder p
{
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5;

    margin-top: 5px;

    text-align: center;

    color: #fff;
}
.mv-healthcaretrendradar__shoulder p:first-child
{
    margin-top: 0;
}
.mv-healthcaretrendradar__text
{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;

    margin-top: 75px;

    text-align: center;

    color: #fff;
}

@media screen and (max-width: 767px)
{
    .mv-healthcaretrendradar
    {
        width: 100%;
        max-width: 750px;
        height: auto;
        margin: 0 auto 60px;

        aspect-ratio: 750/788;
    }
    .mv-healthcaretrendradar::after
    {
        position: absolute;
        bottom: 0;
        left: 0;

        width: 100%;
        height: 100%;

        content: '';

        opacity: .8;
        background: -webkit-gradient(linear, left bottom, left top, from(rgb(36, 37, 39)), to(rgba(36, 37, 39, 0)));
        background: linear-gradient(to top, rgb(36, 37, 39) 0%, rgba(36, 37, 39, 0) 100%);
    }
    .mv-healthcaretrendradar__text-area
    {
        padding: 0 15px;
    }
    .mv-healthcaretrendradar__shoulder
    {
        margin-top: 10vw;
    }
    .mv-healthcaretrendradar__shoulder p
    {
        font-size: 1.8rem;
        font-size: clamp(18px, 2.4vw, 18px);

        margin-top: 2.4vw;
    }
    .mv-healthcaretrendradar__shoulder p:first-child
    {
        margin-top: 0;
    }
    .mv-healthcaretrendradar__heading
    {
        font-size: 2.4rem;
        font-size: clamp(22px, 3.2vw, 24px);
    }
    .mv-healthcaretrendradar__text
    {
        font-size: 1.4rem;
        font-size: clamp(13px, 1.8666666667vw, 14px);
        line-height: 1.7;

        margin-top: 14.6666666667vw;

        text-align: center;
    }
}
.container-radar
{
    max-width: 920px;
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 767px)
{
    .container-radar
    {
        padding: 0 15px;
    }

    .c-column__item
    {
        margin-top: 0 !important;
    }

    .c-button-wrapper
    {
        text-align: center;
    }
}
.colored-block
{
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 40px 40px;

    background-color: #f2f2f2;
}
.colored-block h3
{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;

    margin-bottom: 30px;

    text-align: center;
}

@media screen and (max-width: 767px)
{
    .colored-block
    {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 20px 20px;
    }
    .colored-block h3
    {
        font-size: 1.4rem;
        line-height: 1.5;

        margin-bottom: 20px;
    }
}
