html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

html {
    box-sizing: border-box;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}

img {
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    padding: 0;
    border: none;
}

ul {
    list-style: none;
}

body {
    background-color: #0D3C67;
    font-family: "Montserrat", sans-serif;
    color: #FFFFFF;
    background-image: url(../images/bg.webp);
    background-repeat: no-repeat;
    background-position-y: 3.5vw;
    background-size: contain;
}

.desktop {
    display: none;
}

@media screen and (min-width: 640px) {
    .desktop {
        display: block !important;
    }

    .mobile {
        display: none !important;
    }
}

.header-wrapper {
    width: 58.605vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.326vw;
    padding-top: 3.953vw;
}

.igaming-logo {
    display: block;
    width: 15.116vw;
}

.nsb-logo {
    display: block;
    width: 58.605vw;
}

.hero-steps {
    max-width: 86.977vw;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    margin-top: 1.395vw;
}

.maple {
    margin-top: 1.395vw;
    width: 9.3vw;
    margin: 0 auto;
}

.promo-text {
    max-width: 76.744vw;
    margin: 0 auto;
    margin-top: 2.558vw;
}

.promo-text span {
    font-weight: 700;
    display: block;
    text-align: center;
}

.promo-line-one {
    font-size: 5.116vw;
}

.promo-line-two {
    font-size: 7.442vw;
    margin-top: 2.558vw;
}

.promo-line-three {
    font-size: 12.558vw;
    margin-top: 0.93vw;
}

.spins {
    width: 50vw;
    margin: 0 auto;
    margin-top: -2vw;
}

.cta-text {
    position: relative;
    overflow: hidden;
    font-size: 4.893vw;
    font-weight: 700;
    letter-spacing: 1.15px;
    margin: 1vw auto 0;
    width: 66.977vw;
    background-color: #11CC72;
    border-radius: 2.558vw;
    padding: 4.186vw 0 4.651vw;
    text-align: center;
    display: block;
    transition: ease-in .25s;
}

.cta-text::before {
   content: ''; 
   position: absolute;
   display: block;
   top: 0;
   left: 0;
   width: 70%;
   height: 100%;
   background: linear-gradient(90deg,transparent,#ffffff71,transparent);
   transform: translateX(-180px) skew(-20deg);
   animation: slideBackground 3s linear infinite;
   animation-delay: 2s;
}

.cta-text:hover::before {
    animation-play-state: paused;
}

@keyframes slideBackground {
    0% {
        transform: translateX(-180px) skew(-20deg);
    }
    10% {
        transform: translateX(220px) skew(-20deg);
    }
    20% {
        transform: translateX(-180px) skew(-20deg);
    }    
}

.cta-text:hover {
    background-color: #139456;
}


.steps {
    margin-top: 62.93vw;
    line-height: 1.16;
    letter-spacing: 0.41px;
    display: flex;
    flex-direction: column;
    gap: 1.628vw;

}

.step {
    display: flex;
    gap: 4.651vw;
    max-width: 97.907vw;
    letter-spacing: 0.41px;
}

.step-description {
    display: flex;
    flex-direction: column;
    gap: 1.163vw;
    text-transform: uppercase;
    margin-top: 3.488vw;
}

.step-title {
    font-size: 3.721vw;
    font-weight: 700;
}

.step-text {
    font-size: 3.256vw;
    line-height: 1.15;
}

.step-number {
    font-size: 14.884vw;
    font-weight: 700;
    width: 8.837vw;
}

.steps .cta-text {
    margin-top: 1.86vw;
}


.terms {
    margin-top: 14.186vw;
}


.terms-wrapper {
    padding-top: 6.977vw;
    max-width: 81.163vw;
    margin: 0 auto;
}

.terms-title {
    background-color: #05111e;
}

.terms h2 {
    font-size: 3.256vw;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 1.8;
    text-align: center;
    padding: 4.884vw 0 4.419vw;
    position: relative;
}

.terms h3 {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.65px;
    line-height: 1.16;
    letter-spacing: 0.55px;
    margin-bottom: 16px;
}

.terms p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
}

.terms .terms-block a {
    color: #6eb2cd;
    text-decoration: underline;
    font-weight: 600;
}

.terms ol {
    margin-bottom: 16px;
}

.terms li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.3px;
    margin-left: 20px;
    margin-bottom: -1px;
}



.info {
    margin-top: 40px;
    background-color: #020406;
}

.info-wrapper {
    width: 80.87vw;
    margin: 0 auto;
    padding: 9.302vw 0;
}

.info h3 {
    color: #FFFFFF;
    margin-bottom: 20px;
}

.info p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.15;
}

.info p:last-child {
    margin-bottom: 0px;
}


@media screen and (min-width:640px) {

    body {
        background-color: #081E35;
        font-family: "Montserrat", sans-serif;
        color: #FFFFFF;
        background-image: url(../images/bg-desktop.webp), url("../images/bg-line.webp");
        background-repeat: no-repeat, repeat-x;
        background-position-y: 0px;
        background-position: top center;
    }

    header {
        height: 4.479vw;
        display: flex;
        align-items: center;
    }

    .header-wrapper {
        width: 100%;
        max-width: 60.521vw;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 0px;
    }

    .igaming-logo {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 7.135vw;
    }

    .register {
        text-align: center;
        width: 93px;
        background-color: #1CCE72;
        font-size: 15px;
        font-size: 0.677vw;
        border-radius: 3px;
        border-radius: 0.156vw;
        padding: 9px 0 10px;
        padding: 0.7vw 0;
    }

    .nsb-logo {
        display: block;
        width: 13.125vw;
        position: relative;
        top: 0.104vw;
    }

    .hero-steps {
        /* height: 35.5vw; */
        height: auto;
        width: 100%;
        max-width: 60.521vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0px;
    }

    .hero {
        width: 19.375vw;

    }

    .maple {
        width: 2.084vw;
        margin-left: 0px;
        margin-top: 5.521vw;

    }

    .promo-text {
        width: 100%;
        max-width: 19.375vw;
        margin: 0 auto;
        margin-top: 1.51vw;
    }

    .promo-text span {
        font-weight: 700;
        display: block;
        text-align: left;

    }

    .promo-line-one {
        font-size: 1.146vw;
        line-height: 30%;
    }

    .promo-line-two {
        font-size: 1.667vw;
        margin-top: 2.448vw;
        line-height: 85%;
    }

    .promo-line-three {
        font-size: 2.813vw;
        line-height: 85%;
        margin-top: 0.677vw;
    }

    .spins {
        width: 9.635vw;
        margin: 0;
        margin-top: 0.052vw;
    }

    .cta-text {
        font-size: 1.096vw;
        font-weight: 700;
        letter-spacing: 1.15px;
        width: 15vw;
        padding: 0.99vw 0;
        text-align: center;
        display: block;
        margin-top: 2.604vw;
    }

    .hero .cta-text {
        margin-left: 0;
    }

    .cta-hero {
        margin-top: 1.344vw;
    }

    .steps {
        margin-top: 4.479vw;
        line-height: 1.16;
        letter-spacing: 0.41px;
        display: flex;
        flex-direction: row;
        gap: 2.448vw;
    }

    .step {
        display: flex;
        gap: 0.885vw;
        max-width: 19.479vw;
        letter-spacing: 0.45px;
    }

    .step-description {
        display: flex;
        flex-direction: column;
        gap: 0.417vw;
        text-transform: uppercase;
        margin-top: 0.625vw;
        line-height: 1.15;
    }

    .step-title {
        font-size: 0.833vw;
        font-weight: 700;
    }

    .step-text {
        font-size: 0.729vw;
        line-height: 1.15;
    }

    .step-number {
        font-size: 3.333vw;
        font-weight: 700;
        width: 1.979vw;
    }

    .cta-steps {
        margin-top: 3.438vw;
    }

    .terms {
        background-color: #081E35;
        margin-top: 7.5vw;
    }

    .terms-title {
        background-color: #05111e;
    }

    .terms-title h2 {
        width: 100%;
        max-width: 60.521vw;
        margin: 0 auto;
    }

    .terms-wrapper {
        width: 100%;
        max-width: 57.917vw;
        margin: 0 auto;
        padding-top: 3.802vw;
    }

    .terms-block {
        margin-bottom: 2.24vw;
    }


    .terms h2 {
        font-size: 0.833vw;
        font-weight: 700;
        line-height: 1.8;
        padding: 1.563vw 0 1.146vw;
        position: relative;
        text-align: left;
        margin-top: 0px;
        letter-spacing: 2.4px;
    }

    .terms h3 {
        font-size: 16px;
        font-weight: 900;
        line-height: 1.16;
        letter-spacing: 0.45px;
        margin-bottom: 15px;
    }

    .terms {
        margin-top: 2.2vw;
        display: flex;
        flex-direction: column;
    }

    .terms h3 {
        font-size: 0.833vw;
        font-weight: 700;
        letter-spacing: 0.65px;
        line-height: 1.16;
        letter-spacing: 0.17px;
        margin-bottom: 0.677vw;
    }

    .terms p, ol {
        font-size: 0.833vw;
        font-weight: 400;
        line-height: 1.3;
        letter-spacing: 0.3px;
        margin-bottom: 0.781vw;
    }

    .terms li {
        font-size: 0.833vw;
        font-weight: 400;
        line-height: 1.3;
        letter-spacing: 0.3px;
        margin-left: 1.042vw;
        margin-bottom: 0.313vw;
    }
    
    .info {
        background-color: transparent;
        margin: 3.75vw 0 2.083vw;
    }

    .info-wrapper {
        width: 100%;
        max-width: 60.521vw;
        margin: 0 auto;
        padding: 1.406vw 1.25vw;
        background-color: #0D3A64;
    }

    .info h3 {
        color: #FFFFFF;
        font-size: 0.833vw;
        letter-spacing: 0.65px;
        line-height: 1.16;
        letter-spacing: 0.17px;
        margin-bottom: 0.677vw;
    }

    .info p {
        font-size: 0.833vw;
        line-height: 1.15;
    }
}

@media screen and (min-width:1920px) {

    body {
        background-color: #081E35;
        font-family: "Montserrat", sans-serif;
        color: #FFFFFF;
        background-image: url(../images/bg-desktop.webp), url("../images/bg-line.webp");
        background-repeat: no-repeat, repeat-x;
        background-position-y: 0px;
        background-position: top center;
        background-size: auto;
    }

    header {
        height: 86px;
        display: flex;
        align-items: center;
    }

    .header-wrapper {
        width: 100%;
        max-width: 1162px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 0px;
    }

    .igaming-logo {
        display: block;
        width: 137px;
    }

    .register {
        text-align: center;
        width: 140px;
        background-color: #1CCE72;
        font-size: 13px;
        border-radius: 3px;
        padding: 12px 0;
    }

    .nsb-logo {
        display: block;
        width: 252px;
        position: relative;
        top: 2px;
    }

    .hero-steps {
        height: auto;
        width: 100%;
        max-width: 1162px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0px;
    }

    .hero {
        width: 372px;

    }

    .maple {
        width: 40px;
        margin-left: 0px;
        margin-top: 106px;

    }

    .promo-text {
        width: 100%;
        max-width: 372px;
        margin: 0 auto;
        margin-top: 29px;
    }

    .promo-text span {
        font-weight: 700;
        display: block;
        text-align: left;

    }

    .promo-line-one {
        font-size: 22px;
        line-height: 30%;
    }

    .promo-line-two {
        font-size: 32px;
        margin-top: 47px;
        line-height: 85%;
    }

    .promo-line-three {
        font-size: 54px;
        line-height: 85%;
        margin-top: 13px;
    }

    .spins {
        width: 185px;
        margin: 0;
        margin-top: 1px;
    }

    .cta-text {
        font-size: 21.04px;
        font-weight: 700;
        letter-spacing: 1.15px;
        width: 288px;
        padding: 19px 0 19px;
        text-align: center;
        display: block;
        margin-top: 50px;
        border-radius: 11px;
    }

    .hero .cta-text {
        margin-left: 0;
    }

    .cta-hero {
        margin-top: 45px;
    }

    .steps {
        margin-top: 86px;
        line-height: 1.16;
        letter-spacing: 0.41px;
        display: flex;
        flex-direction: row;
        gap: 47px;
    }

    .step {
        display: flex;
        gap: 17px;
        max-width: 374px;
        letter-spacing: 0.45px;
    }

    .step-description {
        display: flex;
        flex-direction: column;
        gap: 8px;
        text-transform: uppercase;
        margin-top: 12px;
        line-height: 1.15;
    }

    .step-title {
        font-size: 16px;
        font-weight: 700;
    }

    .step-text {
        font-size: 14px;
        line-height: 1.15;
    }

    .step-number {
        font-size: 64px;
        font-weight: 700;
        width: 38px;
    }

    .cta-steps {
        margin-top: 66px;
    }

    .terms {
        background-color: #081E35;
        margin-top: 144px;
    }

    .terms-title {
        background-color: #05111e;
    }

    .terms-title h2 {
        width: 100%;
        max-width: 1162px;
        margin: 0 auto;
    }

    .terms-wrapper {
        width: 100%;
        max-width: 1112px;
        margin: 0 auto;
        padding-top: 73px;
    }

    .terms-block {
        margin-bottom: 43px;
    }


    .terms h2 {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.8;
        padding: 30px 0 22px;
        position: relative;
        text-align: left;
        margin-top: 0px;
        letter-spacing: 2.4px;
    }

    .terms h3 {
        font-size: 16px;
        font-weight: 900;
        line-height: 1.16;
        letter-spacing: 0.45px;
        margin-bottom: 15px;
    }

    .terms {
        margin-top: 93px;
        display: flex;
        flex-direction: column;
    }

    .terms h3 {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.65px;
        line-height: 1.16;
        letter-spacing: 0.17px;
        margin-bottom: 13px;
    }

    .terms p, ol {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.3;
        letter-spacing: 0.3px;
        margin-bottom: 15px;
    }

    .terms li {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.3;
        letter-spacing: 0.3px;
        margin-left: 20px;
        margin-bottom: 6px;
    }
    
    .info {
        background-color: transparent;
        margin: 72px 0 40px;
    }

    .info-wrapper {
        width: 100%;
        max-width: 1162px;
        margin: 0 auto;
        padding: 27px 24px;
        background-color: #0D3A64;
    }

    .info h3 {
        color: #FFFFFF;
    }

    .info p {
        font-size: 16px;
        line-height: 1.15;
    }
}