:root {
    --mrv-white: #FFFFFF;
    --mrv-forest: #00402A;
    --mrv-green: #00A443;
    --mrv-green-1: #007F33;
    --mrv-green-4: #5BD38C;
    --mrv-sand: #FFF5EC;
    --mrv-border: rgba(0, 0, 0, 0.10);
    --mrv-sunset: #FF9E18;
    --mrv-blue: #0084CF;
}

#mrv {
    width: 100%;
    max-width: 980px;
    margin: 20px auto;
    padding: 32px 16px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: left;
    border: 1px solid var(--mrv-border);
    border-radius: 15px;
    background-color: var(--mrv-white);
}

#mrv * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "IberPangea" !important;
    font-style: normal;
    font-weight: normal;
}

#mrv strong,
#mrv b {
    font-family: "IberPangea Medium" !important;
    font-weight: normal;
}

#mrv em {
    font-family: "IberPangea Italic" !important;
    font-style: italic;
}

#mrv .mrv__title {
    color: var(--mrv-green-1) !important;
    font-family: "IberPangea" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 1.13;
    letter-spacing: 0;
    margin-bottom: 24px;
}

#mrv .mrv__title strong {
    color: var(--mrv-green-1) !important;
    font-family: "IberPangea Bold" !important;
    font-weight: normal;
    font-style: normal;
}

#mrv .mrv__profile {
    display: grid;
    row-gap: 16px;
}

#mrv .mrv__profile + .mrv__profile {
    margin-top: 34px;
}

#mrv .mrv__role {
    justify-self: center;
    width: max-content;
    max-width: 100%;
    padding: 9px 11px 8px;
    color: var(--mrv-white) !important;
    font-size: 21px;
    line-height: 1.14;
    border-radius: 12px;
    background-color: var(--mrv-forest);
}

#mrv .mrv__variable {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 15px;
    row-gap: 8px;
    padding-top: 15px;
    border-top: 1px solid var(--mrv-sunset);
}

#mrv .mrv__concept,
#mrv .mrv__pill {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mrv-white) !important;
    text-align: center;
}

#mrv .mrv__concept {
    min-height: 98px;
    padding: 12px 14px;
    font-family: "IberPangea Medium" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1.22;
    border-radius: 12px;
}

#mrv .mrv__concept--long {
    background-color: var(--mrv-green-1);
}

#mrv .mrv__concept--short {
    color: var(--mrv-forest) !important;
    background-color: var(--mrv-green-4);
}

#mrv .mrv__pill {
    justify-self: center;
    width: 66px;
    min-height: 54px;
    padding: 8px;
    font-family: "IberPangea Medium" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1.22;
    border-radius: 12px;
}

#mrv .mrv__pill--long {
    background-color: var(--mrv-green-1);
}

#mrv .mrv__pill--short {
    color: var(--mrv-forest) !important;
    background-color: var(--mrv-green-4);
}

#mrv .mrv__bracket {
    position: relative;
    height: 9px;
    border-bottom: 1px solid var(--mrv-green);
}

#mrv .mrv__bracket:before,
#mrv .mrv__bracket:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 8px;
    background-color: var(--mrv-green);
}

#mrv .mrv__bracket:before {
    left: 0;
}

#mrv .mrv__bracket:after {
    right: 0;
}

#mrv .mrv__bracket--variable {
    grid-column: 1 / -1;
    margin-top: 6px;
}

#mrv .mrv__total {
    color: var(--mrv-forest) !important;
    font-family: "IberPangea Medium" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1.22;
    text-align: center;
}

#mrv .mrv__total--variable {
    grid-column: 1 / -1;
}

#mrv .mrv__bracket--mix {
    grid-column: 1 / -1;
    margin-top: 2px;
}

#mrv .mrv__mix {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

#mrv .mrv__mix p {
    color: var(--mrv-forest) !important;
    font-size: 18px;
    line-height: 1.22;
    text-align: center;
}

#mrv .mrv__mix p strong {
    font-size: 18px;
    line-height: 1.22;
}

#mrv .mrv__mix strong,
#mrv .mrv__mix span {
    display: block;
}

#mrv .mrv__mix span {
    font-family: "IberPangeaText" !important;
}

#mrv .mrv__range {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin-top: 8px;
}

#mrv .mrv__range strong {
    color: var(--mrv-green-1) !important;
    font-family: "IberPangea Medium" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1.25;
}

#mrv .mrv__range strong:last-child {
    text-align: right;
}

#mrv .mrv__malus {
    grid-column: 1 / -1;
    display: grid;
    gap: 12px;
    min-height: 109px;
    padding: 18px 18px 16px;
    color: var(--mrv-forest) !important;
    text-align: center;
    border-radius: 12px;
    background-color: var(--mrv-sand);
}

#mrv .mrv__malus strong {
    font-family: "IberPangea Bold" !important;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.16;
}

#mrv .mrv__malus-text {
    font-family: "IberPangeaText" !important;
    font-size: 16px;
    line-height: 1.25;
}

#mrv .mrv__malus em {
    font-family: "IberPangeaText Italic" !important;
    font-style: italic;
}

#mrv .mrv__fixed {
    display: grid;
    justify-items: center;
    row-gap: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--mrv-sunset);
}

#mrv .mrv__concept--fixed {
    width: 100%;
    min-height: 59px;
    background-color: var(--mrv-blue);
}

#mrv .mrv__pill--fixed {
    background-color: var(--mrv-blue);
}

#mrv .mrv__total--fixed {
    margin-top: 5px;
}

@media (min-width: 700px) {
    #mrv {
        padding: 40px 32px;
    }

    #mrv .mrv__title {
        font-size: 32px;
        line-height: 1.125;
        margin-bottom: 24px;
    }

    #mrv .mrv__role {
        justify-self: start;
        padding: 9px 11px 8px;
        font-size: 24px;
        line-height: 1.16;
    }

    #mrv .mrv__profile {
        row-gap: 22px;
    }

    #mrv .mrv__profile + .mrv__profile {
        margin-top: 32px;
    }

    #mrv .mrv__variable {
        grid-template-columns: 145px 64px 24px 38px 24px 70px 74px minmax(135px, 1fr);
        align-items: center;
        column-gap: 5px;
        row-gap: 18px;
        padding-top: 16px;
    }

    #mrv .mrv__concept {
        min-height: 54px;
        justify-content: flex-start;
        text-align: left;
        border-radius: 12px;
    }

    #mrv .mrv__concept--long {
        grid-column: 1;
        grid-row: 1;
    }

    #mrv .mrv__concept--short {
        grid-column: 1;
        grid-row: 2;
    }

    #mrv .mrv__pill--long {
        grid-column: 2;
        grid-row: 1;
    }

    #mrv .mrv__pill--short {
        grid-column: 2;
        grid-row: 2;
    }

    #mrv .mrv__bracket {
        width: 9px;
        height: 126px;
        border-bottom: 0;
        border-right: 1px solid var(--mrv-green);
    }

    #mrv .mrv__bracket:before,
    #mrv .mrv__bracket:after {
        right: 0;
        left: auto;
        width: 8px;
        height: 1px;
    }

    #mrv .mrv__bracket:before {
        top: 0;
        bottom: auto;
    }

    #mrv .mrv__bracket:after {
        bottom: 0;
    }

    #mrv .mrv__bracket--variable {
        grid-column: 3;
        grid-row: 1 / 3;
        justify-self: center;
        margin-top: 0;
    }

    #mrv .mrv__total--variable {
        grid-column: 4;
        grid-row: 1 / 3;
        align-self: center;
        justify-self: center;
    }

    #mrv .mrv__bracket--mix {
        grid-column: 5;
        grid-row: 1 / 3;
        justify-self: center;
        height: 101px;
        margin-top: 0;
    }

    #mrv .mrv__mix {
        grid-column: 6;
        grid-row: 1 / 3;
        justify-self: start;
        align-self: center;
        display: grid;
        grid-template-columns: 1fr;
        width: 70px;
        gap: 8px;
    }

    #mrv .mrv__mix p {
        text-align: left;
    }

    #mrv .mrv__range {
        grid-column: 7;
        grid-row: 1 / 3;
        align-self: stretch;
        justify-self: start;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 74px;
        margin-top: 0;
    }

    #mrv .mrv__range strong,
    #mrv .mrv__range strong:last-child {
        text-align: left;
    }

    #mrv .mrv__malus {
        grid-column: 8;
        grid-row: 1 / 3;
        align-self: center;
        min-height: 88px;
        padding: 18px 16px 16px;
    }

    #mrv .mrv__fixed {
        grid-template-columns: 145px 64px 24px 38px;
        justify-items: start;
        align-items: center;
        column-gap: 5px;
        row-gap: 0;
        padding-top: 16px;
    }

    #mrv .mrv__concept--fixed {
        width: 145px;
        min-height: 54px;
    }

    #mrv .mrv__pill--fixed {
        grid-column: 2;
        justify-self: center;
    }

    #mrv .mrv__total--fixed {
        grid-column: 4;
        justify-self: center;
        width: 38px;
        margin-top: 0;
        margin-left: 0;
    }
}

@media (min-width: 1060px) {
    #mrv {
        padding: 40px 32px;
    }

    #mrv .mrv__title {
        margin-bottom: 40px;
    }

    #mrv .mrv__profile {
        row-gap: 22px;
    }

    #mrv .mrv__profile + .mrv__profile {
        margin-top: 30px;
    }

    #mrv .mrv__variable {
        grid-template-columns: 190px 66px 24px 42px 24px 120px 74px 335px;
        column-gap: 5px;
    }

    #mrv .mrv__bracket--mix {
        height: 126px;
    }

    #mrv .mrv__mix {
        width: 120px;
    }

    #mrv .mrv__mix p {
        text-align: center;
    }

    #mrv .mrv__range {
        justify-self: end;
        width: 74px;
    }

    #mrv .mrv__malus {
        width: 335px;
        min-height: 88px;
    }

    #mrv .mrv__fixed {
        grid-template-columns: 190px 66px 24px 42px;
        column-gap: 5px;
    }

    #mrv .mrv__total--fixed {
        width: 42px;
    }

    #mrv .mrv__concept--fixed {
        width: 190px;
    }
}

@media (min-width: 1060px) {
    #column-2 #mrv .mrv__title {
        margin-bottom: 24px;
    }

    #column-2 #mrv .mrv__profile + .mrv__profile {
        margin-top: 32px;
    }

    #column-2 #mrv .mrv__variable {
        grid-template-columns: 145px 64px 24px 38px 24px 70px 74px minmax(135px, 1fr);
        column-gap: 5px;
    }

    #column-2 #mrv .mrv__bracket--mix {
        height: 101px;
    }

    #column-2 #mrv .mrv__mix {
        width: 70px;
    }

    #column-2 #mrv .mrv__mix p {
        text-align: left;
    }

    #column-2 #mrv .mrv__range {
        justify-self: start;
        width: 74px;
    }

    #column-2 #mrv .mrv__malus {
        width: auto;
        min-height: 88px;
    }

    #column-2 #mrv .mrv__fixed {
        grid-template-columns: 145px 64px 24px 38px;
        column-gap: 5px;
    }

    #column-2 #mrv .mrv__total--fixed {
        width: 38px;
    }

    #column-2 #mrv .mrv__concept--fixed {
        width: 145px;
    }
}
