body h1, body h2, body h3, body h4, body h5 {
    font-family: Roboto, sans-serif
}

body h2 {
    font-size: 40px;
    line-height: 51px;
    margin-bottom: 25px
}

@media screen and (max-width: 960px) {
    body h2 {
        font-size: 28px;
        line-height: 38px
    }
}

body h3 {
    font-size: 30px;
    line-height: 38px
}

@media screen and (max-width: 960px) {
    body h3 {
        font-size: 22px;
        line-height: 28px
    }
}

body p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px
}

@media screen and (max-width: 960px) {
    body p {
        font-size: 16px;
        line-height: 26px
    }
}

.font-bold, body, html, strong {
    font-family: Roboto, sans-serif
}

strong {
    font-weight: 700;
    font-style: normal
}

.ta-c {
    text-align: center
}

.ta-l {
    text-align: left
}

.ta-r {
    text-align: right
}

html {
    scroll-behavior: smooth
}

.no-user-interaction {
    pointer-events: none;
    user-select: none
}

#header #main-navigation ul li a {
    transition: color .5s ease
}

#header #main-navigation ul li a:hover {
    color: #fff
}

#header #main-navigation .active-lang > a, #header #main-navigation .current-menu-item > a {
    position: relative;
    font-weight: 700;
    color: #000 !important
}

#footer {
    background: #000;
    color: #fff;
    padding: 80px 0 0;
    position: relative
}

@media screen and (max-width: 960px) {
    #footer {
        padding-top: 20px
    }
}

#footer h2, #footer p, #footer ul {
    max-width: 646px;
    color: #fff
}

#footer strong {
    color: #ffdb01
}

#footer .button {
    max-width: 380px
}

#footer p a {
    text-decoration: none;
    color: inherit
}

#footer p a:hover {
    text-decoration: underline
}

#footer p small {
    font-size: 20px;
    line-height: 30px;
    color: #ffdb01
}

@media screen and (max-width: 960px) {
    #footer p small {
        font-size: 16px;
        line-height: 26px
    }
}

#footer ul {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px
}

@media screen and (max-width: 960px) {
    #footer ul {
        font-size: 16px;
        line-height: 26px
    }
}

#footer ul li {
    padding-left: 15px
}

#footer ul li:before {
    content: "-";
    text-indent: -15px;
    display: inline-block
}

#footer .footer-text {
    margin-top: 130px;
    color: #000;
    padding: 20px 0 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2
}

#footer .footer-text strong {
    color: #000
}

#footer .footer-text img {
    vertical-align: -4px
}

#footer h2 {
    margin-top: 69px
}

#footer .bg1 {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    background: #ffdb01;
    left: 0;
    margin-top: -320px;
    display: flex;
    justify-content: center
}

@media screen and (min-width: 720px) {
    #footer .bg1 {
        clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%)
    }
}

#footer .footer-copyright {
    position: absolute;
    bottom: 0;
    max-width: 1420px;
    text-align: left;
    margin: 0 auto;
    padding: 20px;
    text-align: center
}

.button {
    color: #ffdb01;
    background: #000;
    font-weight: 700;
    display: inline-block;
    padding: 13px 35px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    transition: color .5s ease, background .5s ease;
    font-family: Roboto, sans-serif
}

@media screen and (max-width: 960px) {
    .button {
        font-size: 16px;
        line-height: 24px
    }
}

.button.main-button:hover, .button:hover {
    background: #fff;
    color: #000;
    text-decoration: none
}

.button.main-button {
    color: #000;
    background: #ffdb01
}

.cols {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cols .col {
    flex-basis: 100%
}

.cols .col:first-of-type {
    padding-right: 10px
}

.cols .col:last-of-type {
    padding-left: 10px
}

.responsible-gaming {
    padding: 160px 0 125px;
    background: #ffdb01
}

@media screen and (max-width: 960px) {
    .responsible-gaming {
        padding: 50px 0 30px
    }
}

@media screen and (max-width: 960px) {
    .responsible-gaming .container > .cols {
        display: block
    }

    .responsible-gaming .container > .cols > .col {
        margin: 50px 0;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width: 540px) {
    .responsible-gaming .cols {
        display: block
    }
}

.responsible-gaming .cols.icons {
    align-items: flex-start;
    justify-content: flex-start
}

.responsible-gaming .cols.icons .icon {
    background: #fff;
    width: 140px;
    height: 140px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 140px
}

.responsible-gaming .cols.icons .col {
    padding: 10px 10px 0
}

.responsible-gaming .cols.icons .col:first-of-type {
    padding-left: 0
}

.responsible-gaming .cols.icons .col:last-of-type {
    padding-right: 0
}

.responsible-gaming .cols .col {
    max-width: 646px
}

.why-care {
    padding: 160px 0 125px;
    background: #fff
}

@media screen and (max-width: 960px) {
    .why-care {
        padding: 50px 0 30px
    }
}

.why-care .cols {
    align-items: flex-start
}

@media screen and (max-width: 480px) {
    .why-care .cols {
        display: block
    }
}

.why-care .cols .col {
    max-width: 646px
}

@media screen and (max-width: 480px) {
    .why-care .cols .col {
        padding-left: 0;
        padding-right: 0
    }
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: underline
}

ul.q-list {
    font-family: Roboto, sans-serif
}

.ten {
    background: #ffdb01;
    padding: 120px 0
}

@media screen and (max-width: 960px) {
    .ten {
        padding: 50px 0 30px
    }
}

@media screen and (max-width: 960px) {
    .ten .col {
        padding-left: 0 !important
    }
}

.ten .col:first-of-type {
    padding-right: 50px
}

.ten .col:last-of-type {
    padding-left: 50px
}

.ten .t-lists {
    counter-reset: a
}

@media screen and (max-width: 960px) {
    .ten .t-lists {
        display: block !important
    }
}

.ten .t-lists ul.t-list {
    padding-top: 80px;
    font-size: 20px;
    line-height: 30px
}

@media screen and (max-width: 960px) {
    .ten .t-lists ul.t-list {
        font-size: 18px;
        line-height: 26px;
        padding-top: 0
    }
}

.ten .t-lists ul.t-list li {
    counter-increment: a;
    padding-left: 110px;
    padding-bottom: 40px;
    position: relative;
    font-family: Roboto, sans-serif
}

@media screen and (max-width: 960px) {
    .ten .t-lists ul.t-list li {
        padding-left: 60px
    }
}

.ten .t-lists ul.t-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    content: counter(a) ".";
    display: block;
    font-size: 30px;
    border-radius: 70px
}

@media screen and (max-width: 960px) {
    .ten .t-lists ul.t-list li:before {
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

.problem {
    padding: 120px 0 140px
}

@media screen and (max-width: 960px) {
    .problem {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.problem .problem-intro {
    align-items: flex-end
}

@media screen and (max-width: 960px) {
    .problem .problem-intro {
        display: block
    }
}

@media screen and (max-width: 960px) {
    .problem .problem-intro .col {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

.problem .problem-intro .col:first-of-type {
    padding-right: 65px
}

.problem .problem-intro .col:last-of-type {
    padding-left: 65px
}

.problem .problem-cats {
    align-items: flex-start;
    margin: 0 -18px
}

@media screen and (max-width: 960px) {
    .problem .problem-cats {
        display: block
    }
}

.problem .problem-cats .col {
    padding-right: 18px;
    padding-left: 18px
}

.break-circle {
    background: #ffdb01;
    padding: 120px 0
}

@media screen and (max-width: 960px) {
    .break-circle {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.break-circle h2, .break-circle p {
    max-width: 648px
}

.break-circle .flex {
    display: flex
}

.break-circle .flex .text {
    padding-right: 40px
}

@media screen and (max-width: 1200px) {
    .break-circle .flex {
        display: block
    }

    .break-circle .flex .text {
        padding-right: 0
    }
}

.signs {
    padding: 120px 0
}

@media screen and (max-width: 960px) {
    .signs {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.signs .cols {
    align-items: flex-start
}

@media screen and (max-width: 960px) {
    .signs .cols {
        display: block
    }
}

@media screen and (max-width: 960px) {
    .signs .col {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

.signs .col:first-of-type {
    padding-right: 65px
}

.signs .col:last-of-type {
    padding-left: 65px
}

@media screen and (max-width: 960px) {
    .play-safe {
        padding-top: 40px !important;
        padding-bottom: 0 !important
    }

    .play-safe .cols {
        display: block
    }

    .play-safe .cols .col {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 40px !important
    }
}

.money, .play-safe .button:hover {
    background: #ffdb01
}

.money {
    padding: 120px 0
}

@media screen and (max-width: 960px) {
    .money {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }

    .money .cols {
        display: block
    }
}

@media screen and (max-width: 960px) {
    .money .col {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.money .col:first-of-type {
    padding-right: 65px
}

.money .col:last-of-type {
    padding-left: 65px
}

.money h3 {
    margin-bottom: 15px
}

.time {
    padding: 120px 0;
    text-align: center
}

@media screen and (max-width: 960px) {
    .time {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .time .cols {
        display: block
    }
}

.time h3 {
    margin-top: 15px;
    margin-bottom: 15px
}

.time p {
    max-width: 330px;
    margin: auto
}

.time .icon {
    background: #ffdb01;
    width: 220px;
    height: 220px;
    margin: 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 140px
}

.break {
    padding: 120px 0;
    background: #ffdb01
}

@media screen and (max-width: 960px) {
    .break {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.break .cols {
    align-items: flex-end
}

@media screen and (max-width: 960px) {
    .break .cols {
        display: block
    }
}

@media screen and (max-width: 960px) {
    .break .col {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.break .col:first-of-type {
    padding-right: 65px
}

.break .col:last-of-type {
    padding-left: 65px
}

.break h3 {
    margin-bottom: 15px
}

#footer, #hero {
    background: #000 url(../images/bg.jpg) !important;
    background-size: cover !important;
    position: relative
}

#footer .bg {
    height: 320px;
    position: relative
}

.bg {
    width: 100%;
    overflow: hidden;
    height: 100px;
    position: relative
}

.bg, .home-1 {
    pointer-events: none;
    user-select: none
}

.home-1 {
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(200px, 50px);
    width: 310px
}

@media screen and (max-width: 1150px) {
    .home-1 {
        width: 250px;
        right: 50px;
        left: auto;
        transform: translate(0)
    }
}

@media screen and (max-width: 1060px) {
    .home-1 {
        display: none !important
    }
}

.home-2 {
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateY(-180px);
    pointer-events: none;
    user-select: none;
    width: 740px
}

@media screen and (max-width: 1500px) {
    .home-2 {
        width: 600px;
        bottom: 27px;
        left: auto;
        right: 20px
    }
}

@media screen and (max-width: 1300px) {
    .home-2 {
        width: 400px
    }
}

@media screen and (max-width: 1060px) {
    .home-2 {
        display: none !important
    }
}

.find-1 {
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateY(180px);
    pointer-events: none;
    user-select: none;
    width: 680px
}

@media screen and (max-width: 1450px) {
    .find-1 {
        left: auto;
        right: 20px
    }
}

@media screen and (max-width: 1060px) {
    .find-1 {
        width: 50%;
        transform: translateY(20%)
    }
}

@media screen and (max-width: 600px) {
    .find-1 {
        display: none !important
    }
}

.find-2 {
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(80px, -180px);
    pointer-events: none;
    user-select: none;
    width: 485px
}

@media screen and (max-width: 1200px) {
    .find-2 {
        width: 380px
    }
}

@media screen and (max-width: 1060px) {
    .find-2 {
        display: none !important
    }
}

.responsible-1 {
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(50px, 350px);
    pointer-events: none;
    user-select: none;
    width: 490px
}

@media screen and (max-width: 1260px) {
    .responsible-1 {
        right: 70px;
        left: auto
    }
}

@media screen and (max-width: 1060px) {
    .responsible-1 {
        display: none !important
    }
}

.responsible-2 {
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(80px, -180px);
    pointer-events: none;
    user-select: none;
    width: 600px
}

@media screen and (max-width: 1400px) {
    .responsible-2 {
        width: 400px
    }
}

@media screen and (max-width: 1060px) {
    .responsible-2 {
        display: none !important
    }
}

.more-1 {
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(50px, 580px);
    pointer-events: none;
    user-select: none;
    width: 260px
}

@media screen and (max-width: 1600px) {
    .more-1 {
        right: 150px;
        left: auto
    }
}

@media screen and (max-width: 1060px) {
    .more-1 {
        display: none !important
    }
}

.more-2 {
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(80px, -180px);
    pointer-events: none;
    user-select: none;
    width: 710px
}

@media screen and (max-width: 1600px) {
    .more-2 {
        right: 100px;
        left: auto
    }
}

@media screen and (max-width: 1300px) {
    .more-2 {
        width: 450px
    }
}

@media screen and (max-width: 1060px) {
    .more-2 {
        display: none !important
    }
}

.harms-1 {
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-60px, 120px);
    pointer-events: none;
    user-select: none;
    width: 770px
}

@media screen and (max-width: 1600px) {
    .harms-1 {
        right: -60px;
        left: auto
    }
}

@media screen and (max-width: 1200px) {
    .harms-1 {
        width: 600px
    }
}

@media screen and (max-width: 1060px) {
    .harms-1 {
        display: none !important
    }
}

.harms-2 {
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateY(-200px);
    pointer-events: none;
    user-select: none;
    width: 580px
}

@media screen and (max-width: 1200px) {
    .harms-2 {
        right: 100px;
        left: auto;
        height: 550px;
        transform: translate(100px, -200px)
    }
}

@media screen and (max-width: 1060px) {
    .harms-2 {
        display: none !important
    }
}

.gaming-1 {
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-60px, 220px);
    pointer-events: none;
    user-select: none;
    width: 715px
}

@media screen and (max-width: 1600px) {
    .gaming-1 {
        right: -35px;
        left: auto
    }
}

@media screen and (max-width: 1200px) {
    .gaming-1 {
        width: 500px
    }
}

@media screen and (max-width: 1060px) {
    .gaming-1 {
        display: none !important
    }
}

.gaming-3 {
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateY(-180px);
    pointer-events: none;
    user-select: none;
    width: 790px
}

@media screen and (max-width: 1600px) {
    .gaming-3 {
        width: 600px
    }
}

@media screen and (max-width: 1300px) {
    .gaming-3 {
        display: none !important
    }
}

.the-circle {
    width: 600px;
    height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%
}

@media screen and (max-width: 1000px) {
    .the-circle {
        height: 400px
    }
}

.the-circle .c {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    line-height: 55px;
    transform: translate(-50%, -50%)
}

.the-circle img {
    max-width: 80%
}

.the-circle .p {
    position: absolute;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-weight: 700
}

.the-circle .p1 {
    top: 10%;
    left: 0;
    text-align: left
}

.the-circle .p2 {
    top: 10%;
    right: 0;
    text-align: right
}

.the-circle .p3 {
    top: 60%;
    left: 0
}

.the-circle .p4 {
    top: 60%;
    right: 0
}

.the-circle .p5 {
    bottom: 0;
    left: 50%;
    transform: translate(-50%)
}