.dtOnly {display: none;}

.mbOnly {display: block;}


.math-center-our-result {
    border-top: 10px solid #EBE70E;
    padding: 2rem 0 4rem 0
}

.math-center-our-result .headerContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.math-center-our-result .headerContainer > div {
    margin-bottom: 10px;
}

.math-center-our-result .percentileLeadingText {
    font-size: 1.2rem;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: initial;
    color: #9A9FB3;
    margin-bottom: 10px;
}

.pctOurResMbl .headingRow .ln2,
.math-center-our-result .percentileTitle {
    font-size:25px;
    line-height:36px;
    font-weight:900;
    letter-spacing:0;
    margin-bottom:0;
    text-transform:initial;
}

.math-center-our-result .circleOuterContainer {
    justify-content: space-evenly;
    margin-top: 1rem;
}

.math-center-our-result .circleContainerRepeater {
    padding: 0 2rem;
}

.math-center-our-result .circleContainer {
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.2rem auto;
    background: radial-gradient(circle at center, #ffffff 0%, #ffffff 65%, transparent 70%)
}

.math-center-our-result .circleBorder {
    position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 10px), black calc(100% - 9px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 10px), black calc(100% - 9px));
}

.math-center-our-result .circleContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70%;
    height: 70%;
    text-align: center;
}

.math-center-our-result .circleContent p {
    margin: 0;
}

.math-center-our-result .circleContent .percent {
    font-weight:bold;
    font-size:2.8rem;
    line-height:1.1;
    margin-bottom: 5px;
}

.math-center-our-result .circleContent .title {
    font-weight:bold;
    font-size: 24px;
    line-height:1.1;
    margin-bottom: 10px;
}

.math-center-our-result {
    padding: 2rem 0;
    background: #f2f0ee;
}

/* percentOurResult mobile */
.pctOurResMbl {padding:30px 0}
.pctOurResMbl .headingRow {margin-bottom:20px}
.pctOurResMbl .headingRow .ln1 {font-size:1.2rem;font-weight:600;letter-spacing:1px;margin-bottom:10px}
.pctOurResMbl .pctRow .c2 .title {font-size:25px;font-weight:900;letter-spacing:-1px;line-height:35px;text-transform:none}
.pctOurResMbl {background-color:#f2f0ee}
.pctOurResMbl .pctRow {flex-wrap:nowrap;margin-bottom:20px}
.pctOurResMbl .pctRow .c1 {position:relative;width:90px;height:90px;padding:0;margin:0}
.pctOurResMbl .pctRow .c1 .circle {
    border-radius:50%;width:90px;height:90px;
    mask:radial-gradient(farthest-side, transparent calc(100% - 5px), black calc(100% - 3px))
}
.pctOurResMbl .pctRow .c1 .pctNum  {
    position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);
    width:84px;height:84px;line-height:84px;border-radius:50%;background-color:#fff;
    text-align:center;color:#000;font-size:34px;font-weight:900;letter-spacing:-1px
}
.pctOurResMbl .pctRow .c2 {padding:0 0 0 20px}
.pctOurResMbl .pctRow .c2 p {margin:-5px 0 0 0}
.pctOurResMbl .pctRow .c2 .title {margin:0}
.pctOurResMbl .pctRow .c2 .descr {line-height:19px}
.pctOurResMbl .btnCta a {text-align:center;width:200px;display:block}

@media (min-width: 576px) {
    .math-center-our-result .circleContainerRepeater {
        margin: 0 auto
    }

    .pctOurResMbl {padding:50px 30px}
    .pctOurResMbl .headingRow .ln1 {font-size:1.4rem}
    .pctOurResMbl .headingRow .ln2, .pctOurResMbl .pctRow .c2 .title {font-size:30px}
    .pctOurResMbl .pctRow {margin-bottom:30px}
    .pctOurResMbl .pctRow .c1,
    .pctOurResMbl .pctRow .c1 .circle {width:110px;height:110px}
    .pctOurResMbl .pctRow .c1 .pctNum {width:104px;height:104px;line-height:104px;font-size:40px}
    .pctOurResMbl .pctRow .c2 .title {margin:10px 0}
    .pctOurResMbl .pctRow .c2 .descr {font-size:17px;line-height:24px}
}

@media (min-width: 768px) {
    .dtOnly {display:block}
    .mbOnly {display:none}
    .pctOurResMbl {display:none}

    .math-center-our-result {
        display: block;
        background: #fff;
    }

    .math-center-our-result .circleContent .percent {
        font-size: 4rem;
    }

    .math-center-our-result .circleContent {width:70%;height:70%}
    .pctOurResMbl .headingRow .ln2,
    .math-center-our-result .percentileTitle {
        font-size:38px;
        line-height:50px;
    }
}

@media (min-width: 992px) {
    .math-center-our-result .circleContent .descr {font-size:18px}
}

@media (min-width: 1200px) {
    .math-center-our-result .circleContainerRepeater {width:32%;padding:0}
    .math-center-our-result .circleContent .percent {font-size:60px}
    .math-center-our-result .circleContent .descr {font-size:18px}
}

@media (min-width: 1279px) {
    .math-center-our-result .circleContainerRepeater {padding:20px;margin:0}
    .math-center-our-result .circleContent .descr {font-size:20px}
}
