/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

*, *:after, *:before {
    margin: 0;
    padding: 0;
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Poppins-reg, sans-serif;
}

.sbg4 {
    -ms-grid-columns: 1fr 150px 150px 150px;
    grid-template-columns: 1fr 150px 150px 150px;
}

.sbg5 {
    -ms-grid-columns: 100px 1fr 150px 150px 150px;
    grid-template-columns: 100px 1fr 150px 150px 150px;
}

.section-scoreboard {
    font-family: Montserrat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1f3f46), to(#060d0e));
    background-image: -o-linear-gradient(#1f3f46, #060d0e);
    background-image: linear-gradient(#1f3f46, #060d0e);
    min-height: 100vh;
    width: 100%;
}

table, td, th {
    border: none;
    vertical-align: center !important;
}

.scoreboard__seperator {
    height: 10px;
    display: block;
}

.scoreboard__table {
    width: 80%;
}
.scoreboard__table td {
    text-align: center;
}
.scoreboard__table th {
    color: #bfbfbf !important;
    font-weight: 300 !important;
}
.scoreboard__table th:not(:first-child) {
    font-style: italic;
    font-size: 18px;
    line-height: 120%;
}
@media only screen and (max-width: 1200px) {
    .scoreboard__table th:not(:first-child) {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1000px) {
    .scoreboard__table th:not(:first-child) {
        font-size: 14px;
    }
}
@media only screen and (max-width: 769px) {
    .scoreboard__table th:not(:first-child) {
        font-size: 12px;
    }
}

.scoreboard-row {
    background-color: white;
}
.scoreboard-row td {
    font-weight: 600;
    vertical-align: middle;
    font-size: 20px;
}
.scoreboard-row td:first-child {
    background-color: #ccdfda;
    text-align: right;
    font-size: 25px;
}
.scoreboard-row td:nth-child(2) {
    font-size: 22px;
}

.scoreboard__th--1 {
    text-align: left !important;
    color: white !important;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 130%;
}
@media only screen and (max-width: 1200px) {
    .scoreboard__th--1 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 1000px) {
    .scoreboard__th--1 {
        font-size: 20px;
    }
}
.scoreboard__th--2 {
    width: 150px;
}
@media only screen and (max-width: 1200px) {
    .scoreboard__th--2 {
        left: 125px;
    }
}
@media only screen and (max-width: 1000px) {
    .scoreboard__th--2 {
        left: 100px;
    }
}
.scoreboard__th--3 {
    width: 150px;
}
.scoreboard__th--4 {
    width: 150px;
}

.scoreboard__number {
    position: relative;
}

.scoreboard__person-image {
    width: 30px;
}

.scoreboard__name {
    text-align: left !important;
    font-weight: 500;
    padding-left: 20px !important;
}

.scoreboard__trofee {
    position: absolute;
    top: -50%;
    left: -20%;
    height: 60px;
    width: 60px;
    -webkit-transform: translateY(38%);
    -ms-transform: translateY(38%);
    transform: translateY(38%);
    background-color: #ccdfda;
    border-radius: 100%;
    -webkit-box-shadow: -1px 3px 5px 3px rgba(255, 255, 255, 0.2);
    box-shadow: -1px 3px 5px 3px rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1200px) {
    .scoreboard__trofee {
        left: -20%;
    }
}
@media only screen and (max-width: 1000px) {
    .scoreboard__trofee {
        left: -80%;
    }
}

.scoreboard__icon {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#first-place {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0px 2px 8px 4px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 2px 8px 4px rgba(255, 255, 255, 0.3);
}

.recommendation {
    background-color: #1e4047;
    padding: 80px 0;
    overflow: hidden;
}
.recommendation-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 1px;
    margin: 0;
}
.recommendation-container p {
    font-size: 22px;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}
.recommendation-container p br {
    display: none;
}
@media only screen and (max-width: 450px) {
    .recommendation-container p br {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .recommendation-container p {
        font-size: 20px;
    }
}
.recommendation-container a {
    font-weight: 600;
    text-decoration: underline;
    color: white;
    margin-left: 10px;
    letter-spacing: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 22px;
}
.recommendation-container a:hover, .recommendation-container a:active {
    color: #ccdfdb;
}

footer {
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #000000;
    color: white;
}
footer .container .row:first-child {
    margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
    footer .content-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
footer .content-left h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
@media only screen and (max-width: 992px) {
    footer .content-left h2 {
        text-align: center;
    }
}
footer .content-left p {
    margin: 0;
    letter-spacing: 1px;
}
@media only screen and (max-width: 992px) {
    footer .content-left p {
        text-align: center;
    }
}
@media only screen and (max-width: 576px) {
    footer .content-left p {
        font-size: 14px;
    }
}
footer .content-right {
    text-align: right;
}
@media only screen and (max-width: 992px) {
    footer .content-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
footer .content-right img {
    width: 300px;
    height: auto;
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 992px) {
    .footer-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 576px) {
    .footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}
.footer-menu a {
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-menu a:hover, .footer-menu a:active {
    color: #ccdfdb;
}
.footer-menu a:not(:last-child) {
    margin-right: 10px;
}
@media only screen and (max-width: 576px) {
    .footer-menu a:not(:last-child) {
        margin-bottom: 10px;
    }
}