body {
    line-height: 1.1;
    font-family: Arial, sans-serif;
    background: #fff;
    font-size: 15px;
    margin: 0;
    color: #333;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
    transition: all 0.2s ease;
    color: #333;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    transition: all 0.2s ease;
    color: black;
    cursor: pointer;
}

dl,
ol,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer {
    margin-top: auto;
    z-index: 10000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

h2 {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

table {
    border-collapse: collapse;
    margin-bottom: 3rem;
}

td,
th {
    padding: 10px 20px;
    border: 1px solid #000;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1110px;
}

/* HEADER STYLE */

.top-header {
    background: #FCA120;
    height: 2rem;
}

.login-button {
    float: right;
    position: relative;
    font-size: 12px;
    color: #fff;
    padding: 10px 29px 10px 0;
    display: block;
}

.login-button:hover {
    color: #fff;
}

.login-button::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px;
    height: 20px;
    margin-top: -10px;
    background: url(../img/login.png) right center no-repeat;
    background-size: 1rem;
}

.bottom-header {
    padding: 22px 0;
    position: relative;
}

.header-logo {
    display: flex;
    align-items: center;
}

.logo-image {
    max-width: 100%;
    display: block;
    height: 4rem;
}

.header-logo-line {
    background: #FCA120;
    width: 2px;
    height: 28px;
    margin: 0 20px 0 24px;
}

.header-logo-title {
    font-size: 25px;
    font-weight: bold;
}

.header-links {
    float: right;
}

.header-links-list {
    display: flex;
    white-space: nowrap;
}

.header-links-item:first-child {
    margin-left: 0;
}

.header-links-item {
    margin-left: 30px;
} 

/* MAIN PAGE SECTION */

.main-section-slide {
    background: linear-gradient(0deg, #fca12021, #fca120), url(/img/dollar.png) repeat;
    background-size: contain;
    padding: 94px 0 62px;
    margin-bottom: 20px;
    background-position: center;
}

.main-section-slide-title {
    font-size: 52px;
    font-weight: bold;
    margin: 0 0 25px;
    color: #fff;
}

.main-section-slide-text {
    color: #fff;
    line-height: 1.7;
    margin: 0 0 29px;
}

.main-section-slide .play-button {
    font-size: 1rem;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.main-section-slide .btn-primary2 {
    background: #fff;
    border-color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 90px;
    padding-right: 90px;
}

.main-section-slide .btn-primary2:hover {
    background: #f7eddc;
}

.main-section-slide .btn-primary2::active {
    background: #f7eddc;
}

.main-section-slide .btn-primary2:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3);
}

.btn-primary2 {
    text-decoration: none;
    background: #f7eddc;
    border: 1px solid #f7eddc;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    padding: 16px 20px;
    font-weight: 500;
    display: block;
    cursor: pointer;
}

.btn-primary2:active {
    background: #f7eddc;
}

.btn-primary2:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3);
}

.main-section-slide-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.main-section-slide-cirlce {
    width: 168px;
    height: 168px;

    border-radius: 50%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.circle-1 {
    background: #fff;
}

.circle-2 {
    background: #fff;
}

.circle-3 {
    background: #fff;
}

.main-section-slide-cirlce.gift {
    background: #fff url(../img/gift.png) center no-repeat;
    background-size: 6rem;
    border-radius: 50%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* ABOUT US SECTION */

.aboutus {
    margin: 3rem 0;
}

.aboutus [class^=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.aboutus-item {
    background: #f3f3f3;
    padding: 10px;
    margin: 0 0 20px;
    min-height: 116px;
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
    align-self: center;
}

.aboutus-item .row {
    margin: 0;
    width: 100%;
}

.aboutus .row {
    margin: 0 -10px;
}

.aboutus-item [class^=col-] {
    padding-left: 0;
    padding-right: 0;
}

.ic1 .aboutus-item--icon span {
    width: 70px;
    height: 70px;
    background: url(../img/icon-b1.png) center no-repeat;
    background-size: 4rem;
}

.ic2 .aboutus-item--icon span {
    width: 70px;
    height: 70px;
    background: url(../img/icon-b4.png) center no-repeat;
    background-size: 4rem;
}

.ic3 .aboutus-item--icon span {
    width: 70px;
    height: 70px;
    background: url(../img/icon-b2.png) center no-repeat;
    background-size: 4rem;
}

.ic4 .aboutus-item--icon span {
    width: 70px;
    height: 70px;
    background: url(../img/icon-b5.png) center no-repeat;
    background-size: 4rem;
}

.ic5 .aboutus-item--icon span {
    width: 70px;
    height: 70px;
    background: url(../img/icon-b3.png) center no-repeat;
    background-size: 4rem;
}

.aboutus-item--icon span {
    display: block;
    margin: 0 auto;
} 

/* WINNERS SECTION  */

.winners h2 { 
    margin: 50px 0;
    position: relative;
    padding-left: 40px; 
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
}

.winners h2::before {
    content: "";
    height: 40px;
    width: 40px;
    background: url(../img/ranking.png) center no-repeat;
    background-size: 3rem;
    position: absolute;
    left: -55px;
    top: 50%;
    margin-top: -20px;
}

.winners-sheet {
    width: 100%;
}

.winners-sheet th:first-child {
    padding-left: 25px;
}

.winners-sheet th {
    font-weight: 500;
    border: none;
    text-align: left;
    padding: 0 10px 18px;
}

.winners-sheet th:nth-child(3),
.winners-sheet th:nth-child(4) {
    text-align: right;
}

.winners-sheet th:nth-child(4) {
    padding-right: 25px;
}

.winners-sheet td.col--1 {
    width: 22%;
    padding-left: 25px;
}

.winners-sheet td.col--2 {
    width: 20%;
    white-space: nowrap;
}

.winners-sheet td.col--3 {
    width: 30%;
    text-align: right;
}

.winners-sheet td.col--4 {
    width: 28%;
    text-align: right;
    padding-right: 25px;
}

.winners-wrap {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
}

.winners-sheet-mobile {
    display: none;
    width: 100%;
}

.winners-sheet-mobile td:first-child {
    padding-right: 5px;
    padding-left: 20px;
}

.winners-sheet-mobile td:last-child {
    text-align: right;
    font-weight: 500;
    padding-right: 20px;
}

.winners-sheet-mobile td {
    border: none;
    padding: 9px 0;
    width: 50%;
}

.winners-sheet td {
    border: none;
    border-top: 1px solid #D8D8D8;
    padding: 20px 10px 19px;
}

.winners-sheet-mobile tr:nth-child(4n+4) td:first-child {
    padding-bottom: 20px;
}

/* PRIVACY SECTION */

.privacy-article {
    padding: 56px 0;
}

.privacy-article .privacy-title {
    margin: 0 0 28px;
}

.privacy-title {
    position: relative;
    padding-left: 72px;
    margin: 0 0 50px;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
}

.privacy-title::before {
    content: "";
    position: absolute;
    left: 1px;
    top: -5px;
    width: 40px;
    height: 40px;
    background: url(../img/document.png) center no-repeat;
    background-size: 3rem;
}

.privacy-policy-text {
    font-size: 1.2em;
    line-height: 1.3em;
}

.privacy-policy-text h1, h2, h3, h4 {
    margin: 20px 0 10px 0px;
    font-weight: 500;
}

.show-list dl,
.show-list ol,
.show-list ul {
    list-style-type: initial;
    list-style-position: inside;
    box-sizing: border-box;
}

.privacy-policy-text ul {
    margin: 20px 0;
    margin-left: 5px;
}

/* FOOTER SECTION */

.copyright {
    color: #fff;
}

/* MOBILE RESPONSIVE */

@media only screen and (max-width: 991px) {

    body {
        min-height: 100%;
    }
    
    .main-section-slide-row {
        margin-top: 3rem;
        justify-content: space-around;
    }

    .winners h2 {
        padding-left: 70px;
    }

    .winners h2::before { 
        left: 10px;
    }

}