﻿
.Referral .goldhoverfill {
    background-image: linear-gradient(to right, #B88916, #F6C451, #B88916, #F6C451, #AA771C);
    padding: 15px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: block;
    width: 200px;
    border: none;
    text-decoration: none;
}

    .Referral .goldhoverfill:hover {
        background-position: right center;
        text-decoration: none;
    }


section.section-top {
    background-position: center bottom 54%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 7vw 0;
}

    section.section-top > div {
        color: #c9c9c9;
        /*font-size: 18px;*/
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
        width: 80%;
        margin: auto;
    }

        section.section-top > div div {
            font-weight: 700;
            text-transform: uppercase;
            /*font-size: 64px;*/
            color: #ffffff !important;
            line-height: 1.7em;
            padding-bottom: 50px;
            padding-top: 20px;
        }

        section.section-top > div p {
            margin: 40px 0 20px 0;
        }

    section.section-top .yellow-title {
        color: #fcac16;
    }

    section.section-top > div div + div {
        text-transform: uppercase;
        font-size: 32px;
        color: #FFFFFF !important;
    }

    section.section-top > div .buttons {
        /*font-size: 18px;*/
    }

.section-second {
    position: relative;
    z-index: 2;
}

.section-second > .action-cards > div {
    font-weight: 400;
    color: black;
    line-height: 150%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 80%;
    place-content: center;
    background-color: #fcac16;
    margin-top: -5vw;
}

    .section-second > .action-cards > div .card-mid {
        border: 0 solid #333;
        border-right-width: 1px;
        border-left-width: 1px;
        border-right-color: rgba(255, 255, 255, 0.16);
        border-left-color: rgba(255, 255, 255, 0.16);
    }

    .section-second > .action-cards > div .action-card {
        width: 33%;
        max-width: 520px;
        text-align: center;
    }


        .section-second > .action-cards > div .action-card a {
            text-decoration: none;
        }

        .section-second > .action-cards > div .action-card div {
            padding-bottom: 20px;
        }

            .section-second > .action-cards > div .action-card div p:nth-child(1) {
                font-size: 30px;
                font-weight: 700;
                text-transform: uppercase;
                line-height: normal;
            }

            .section-second > .action-cards > div .action-card div p:nth-child(2) {
                margin: 12px 0 12px 0;
                font-size: 18px;
                color: #757575;
                line-height: 1.8em;
                font-weight: 500;
                text-transform: none;
            }

    .section-second > .action-cards > div img {
        max-width: 100%;
        width: 100px;
        padding-top: 50px;
    }

    .section-second > .action-cards > div p {
        margin: 0;
    }



section.section-how {
    padding: 80px 10%;
    background-color: #a3c5eb;
}

    section.section-how > div {
        color: #FFFFFF;
        /*font-size: 24px;*/
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

        section.section-how > div > .yellow-gap {
            border-top-color: #fcac16;
            border-top-width: 3px;
            border-style: solid;
            border-left: none;
            border-right: none;
            border-bottom: none;
            width: 10%;
        }

        section.section-how > div p:nth-child(1) {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 36px;
            color: #ffffff;
            line-height: 1.3em;
            text-align: center;
        }

        section.section-how > div p:nth-child(2) {
            font-size: 20px;
            font-weight: 500;
            color: #FFFFFF;
            text-align: center;
            max-width: 900px;
        }

.section-how > .get-action-ways > div {
    font-weight: 400;
    color: #fff;
    line-height: 150%;
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
    margin: 4vw 0;
    width: 100%;
}

    .section-how > .get-action-ways > div .get-action-way {
        width: 33%;
        box-sizing: border-box;
        max-width: 520px;
        text-align: center;
        background: white;
        box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.77);
    }

        .section-how > .get-action-ways > div .get-action-way div {
            padding: 20px !important
        }

            .section-how > .get-action-ways > div .get-action-way div p:nth-child(1) {
                font-size: 18px;
                font-weight: 500;
                color: black;
                text-transform: none;
            }

            .section-how > .get-action-ways > div .get-action-way div p:nth-child(2) {
                margin: 0 0 12px 0;
                font-size: 18px;
                color: black;
                font-weight: 500
            }

            .section-how > .get-action-ways > div .get-action-way div p:nth-child(3) {
                margin: 12px 0 12px 0;
                font-size: 18px;
                color: black;
                font-weight: 700
            }

        .section-how > .get-action-ways > div .get-action-way:hover {
            transform: scale(1.1);
            transition-delay: .05s;
            transition: transform .5s cubic-bezier(.25,.1,.25,1);
        }

    .section-how > .get-action-ways > div img {
        width: 100%;
        transition: transform .5s cubic-bezier(.25,.1,.25,1)
    }

    .section-how > .get-action-ways > div p {
        margin: 0;
        color: #001935;
    }


section.section-survivor {
    padding: 80px 0;
    position: relative;
}

    section.section-survivor > div > .bg-image {
        background-image: url(/Shared/Images/Portal/crowd.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: -2;
    }

    section.section-survivor > div > .bg-gradient {
        background-image: linear-gradient(180deg, #ffffff 0%, rgba(252, 172, 22, 0.8) 100%);
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-attachment: fixed;
        z-index: -1;
    }

    section.section-survivor > div {
        color: #626273;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
        gap: 40px;
        width: 80%;
        margin: auto;
        background-color: rgba(255, 255, 255, 0.45);
        padding-top: 30px;
    }

        section.section-survivor > div div {
            font-weight: 700;
            text-transform: uppercase;
            color: black;
            line-height: 1.7em;
            text-align: center;
        }

            section.section-survivor > div div + div {
                text-transform: none;
                color: black;
                font-weight: 500;
            }

            section.section-survivor > div div + d.section-survivor > .get-action-ways > div imgiv a {
                color: black;
                text-decoration: none;
            }

.section-survivor > div > .get-action-ways > div {
    display: flex;
    justify-content: center;
}


    .section-survivor > div > .get-action-ways > div img {
        width: 120px;
        transition: transform .5s cubic-bezier(.25,.1,.25,1)
    }

    .section-survivor > div > .get-action-ways > div p {
        margin: 0;
        color: #001935;
    }


section.section-sister-sites {
    padding-top: 90px;
    padding-bottom: 80px;
    background-color: #f2f2f2;
}

    section.section-sister-sites > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #626273;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0;
    }

        section.section-sister-sites > div div {
            font-weight: 700;
            line-height: 1.3em;
            text-align: center;
            text-transform: uppercase;
        }

            section.section-sister-sites > div div + div {
                color: black;
            }

.section-sister-sites > .action-cards > div {
    font-weight: 400;
    color: black;
    line-height: 150%;
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
    margin: auto;
    width: 80%;
    place-content: center;
}

    .section-sister-sites > .action-cards > div .card-mid {
        border: 0 solid #333;
        border-right-width: 1px;
        border-left-width: 1px;
        border-right-color: rgba(255, 255, 255, 0.16);
        border-left-color: rgba(255, 255, 255, 0.16);
    }

    .section-sister-sites > .action-cards > div .action-card {
        width: 33%;
        max-width: 520px;
        text-align: center;
    }


        .section-sister-sites > .action-cards > div .action-card a {
            text-decoration: none;
        }

        .section-sister-sites > .action-cards > div .action-card div {
            margin-top: -20px;
            padding: 20px;
            background-color: white;
        }

            .section-sister-sites > .action-cards > div .action-card div p:nth-child(1) {
                font-size: 20px;
                font-weight: 500;
                text-transform: uppercase
            }

            .section-sister-sites > .action-cards > div .action-card div p:nth-child(2) {
                margin: 12px 0 12px 0;
                font-size: 18px;
                color: #757575;
                line-height: 1.8em;
                font-weight: 500;
                text-transform: none;
            }

        .section-sister-sites > .action-cards > div .action-card:hover {
            color: #fcac16 !important
        }

    .section-sister-sites > .action-cards > div img {
        max-width: 100%;
        width: 366px;
    }

    .section-sister-sites > .action-cards > div p {
        margin: 0;
    }





section.section-games {
    padding: 80px 0;
    background-color: white;
}

    section.section-games .section-image-description .right-item {
        display: flex;
    }

    section.section-games .section-image-description .big-title {
        font-weight: 700;
        text-transform: uppercase;
        display: flex;
        color: #333333;
    }

    section.section-games .section-image-description .medium-title {
        font-weight: 400;
        text-transform: uppercase;
        display: flex;
        color: #333333;
    }

    section.section-games .section-image-description .small-title {
        font-size: 20px;
        line-height: 1.6em;
        color: #333333;
        font-weight: 400;
        line-height: 150%;
        max-width: 580px;
        margin-top: -32px;
    }

.section-image-description {
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    width: 80%;
    gap: 64px;
}

    .section-image-description .left-item {
        width: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 32px;
    }

    .section-image-description .right-item {
        justify-content: center;
        align-items: center;
    }


    .section-image-description .medium-title {
        font-weight: 700;
        text-transform: none;
        display: flex;
        color: #333333;
        text-align: left;
    }

    .section-image-description .small-title {
        font-size: 18px;
        line-height: 1.6em;
        color: #333333;
        font-weight: 400;
        line-height: 150%;
        max-width: 580px;
        text-align: left;
    }

    .section-image-description .buttons {
        display: flex;
        width: 100%;
        align-items: flex-start;
        gap: 16px;
    }

    .section-image-description .right-item {
        width: 50%;
        height: 100%;
        background-size: cover;
        border-radius: 20px;
        align-self: center;
    }

        .section-image-description .right-item span {
            width: 70%;
            border-radius: 1000px 1000px 1000px 1000px;
            overflow: hidden;
            border-width: 2px;
            border-color: #001935;
            border: 1px solid #333;
        }

            .section-image-description .right-item span + span {
                width: 30%;
                border-radius: 1000px 1000px 1000px 1000px;
                overflow: hidden;
                border-width: 2px;
                border-color: #fcac16;
                border: 1px solid #fcac16;
                margin-top: 135px;
                margin-left: -50px;
            }

    .section-image-description .flexstand {
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 32px;
    }


@media screen and (max-width: 960px) {
    .flexstand.mb.reverse {
        flex-direction: column-reverse !important
    }

    section > div.section-top, section > div.section-how, section > div.section-survivor, section > div.section-sister-sites {
        padding-top: 65px !important;
        padding-bottom: 10vw !important;
        justify-content: space-between !important
    }

    .section-top .right-item {
        justify-content: center !important
    }

    .section-how .right-item {
        justify-content: center !important
    }

    .left {
        order: 2
    }

    .right {
        order: 1
    }

    section > div {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    section .right-item > img {
        /*width: 75% !important*/
    }

    .section-top .big-title {
        font-size: min(58px,6.5vw);
        padding-right: 12vw;
        line-height: 1.2
    }

    .section-top .small-title {
        font-size: min(40px,4vw);
        line-height: 1.2
    }

        .section-top .small-title .smaller {
            font-size: 23px
        }

    .section-how .big-title {
        font-size: min(58px,6.5vw);
        padding-right: 12vw;
        line-height: 1.2
    }

    .section-how .small-title {
        font-size: min(40px,4vw);
        line-height: 1.2
    }

        .section-how .small-title .smaller {
            font-size: 23px
        }

    .section-image-description .big-title {
        font-size: 36px;
    }

    section > div.section-image-description {
        padding-top: 25% !important;
        justify-content: space-between !important;
    }

    .section-image-description .right-item {
        justify-content: center !important;
    }

    section.section-top > div {
        font-size: 18px;
        /*margin: 0 30px;*/
        padding: 0 !important
    }

        section.section-top > div div {
            /*font-size: 30px;*/
        }

            section.section-top > div div + div {
                /*font-size: 25px;*/
            }

    .section-how > .get-action-ways > div {
        flex-direction: column;
        align-items: center;
        row-gap: 50px;
        margin: 50px 7vw 0 7vw
    }

        .section-how > .get-action-ways > div .get-action-way {
            width: 100%;
            max-width: unset
        }

    section.section-how > div {
        font-size: 18px;
        /*margin: 0 30px;*/
        padding: 0 !important
    }

        section.section-how > div div {
            font-size: 30px;
        }

            section.section-how > div div + div {
                font-size: 25px;
            }


    section.section-survivor > div {
        font-size: 18px;
        padding: 0 !important
    }

    .section-survivor > .get-action-ways > div {
        flex-direction: column;
        align-items: center;
        row-gap: 50px;
        margin: 50px 7vw 0 7vw
    }


    section.section-sister-sites > div {
        font-size: 18px;
        /*margin: 0 30px;*/
        padding: 0 !important
    }

    .section-sister-sites > .action-cards > div, .section-second > .action-cards > div {
        flex-direction: column;
        align-items: center;
        row-gap: 50px;
        margin: 50px 7vw 0 7vw
    }

        .section-sister-sites > .action-cards > div .action-card, .section-second > .action-cards > div .action-card {
            width: 100%;
            max-width: unset
        }
}

@media screen and (max-width: 1200px) {
    .section-how > .get-action-ways, .section-survivor > .get-action-ways {
        column-gap: 20px;
        margin-bottom: 40px
    }

        .section-how > .get-action-ways .get-action-way, .section-survivor > .get-action-ways div {
            /*padding: 0 2vw 30px 2vw !important*/
        }

    .section-sister-sites > .action-cards, .section-second > .action-cards {
        column-gap: 20px;
        margin-bottom: 40px
    }

        .section-sister-sites > .action-cards .action-card, .section-second > .action-cards .action-card {
            padding: 0 2vw 30px 2vw !important
        }
}

@media screen and (max-width: 960px) {
    .flexstand.mb > .align-left {
        align-items: start !important;
        justify-content: start !important;
    }

    .flexstand.mb.reverse {
        flex-direction: column-reverse !important;
    }

    .flexstand.mb > * {
        width: 100% !important;
        align-items: center !important;
        justify-content: center !important;
    }
}
