@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;800&family=Roboto&family=Roboto+Condensed:wght@300;700&display=swap');

body {
    position: relative;
    height: 100%;
    position: relative;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    color: #ffffff;
    background: #282b30;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
.title {
    display: block;
    position: relative;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

h1 {
    font-size: 60px;
}

h2 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.2;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 40px;
}

.image img {
    display: block;
}

svg {
    display: inline-block;
    position: relative;
    vertical-align: inherit;
    fill: rgba(255, 255, 255, 1);
    line-height: 1;
}

use {
    fill: rgba(255, 255, 255, 1);
    fill-rule: evenodd;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.main {
    margin: 0 auto;
    overflow: hidden;
}

.content,
.cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 32px 30px 0 30px;
}

.cover {
    height: auto;
}

.bold-text {
    font-weight: 800;
    font-size: 22px;
}

/* HEADER */
.header {
    padding: 80px 215px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1215px;
    z-index: 100;
}

.header__logo {
    margin-right: 40px;
}

.instructions__icon {
    margin-left: 25px;
}

.sketch {
    min-width: 400px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 50px;
}
.scratchpad {
    max-width: 224px;
    min-width: 224px;
    min-height: 224px;
    border: solid 0px;
}
.sketch_box {
    background: url(../images/sketch/frame.png);
    background-repeat: no-repeat;
    padding: 0px;
    position: relative;
    z-index: 2;
}

.sketch_box img {
    position: relative;
    z-index: -1;
}

.header__icons a {
    margin: 0 5px;
    display: inline-block;
}

.prime_sketch {
    margin: 50px 0;
    border: 0px solid #fff;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

/* PRIME */
.prime {
    padding: 200px 30px 190px;
    max-width: 1215px;
    position: relative;
}

.prime__wrap {
    margin: 0 auto 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.prime__title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.prime__background {
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    bottom: 0;
    z-index: -100;
}

.prime__background img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.prime__background-mob {
    display: none;
}

/*.prime__wrap {
    margin: 0 auto 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}*/

/*.prime__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
}*/

.prime__title > span {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 110px;
    text-shadow: 0 0 2px #0085ff;
}

.prime__title .bold-text {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-size: 80px;
    font-weight: 800;
}

.prime__title .mini-text {
    margin: 0 10px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 0.9;
}

.prime__wrap p {
    margin: 0px auto;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.prime__wrap .flag-icon {
    margin-left: 10px;
    display: inline-block;
}

.prime__button {
    margin: 15px auto 15px;
    padding: 15px 30px;
    width: 100%;
    max-width: 365px;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: -o-linear-gradient(319.87deg, #e96e32 16.27%, #e98a32 84.56%);
    background: linear-gradient(130.13deg, #e96e32 16.27%, #e98a32 84.56%);
    border: 2px solid #c7693b;
    -webkit-box-shadow: 0px 0px 74px rgba(255, 214, 180, 0.9),
        inset -2px 4px 0px rgba(255, 255, 255, 0.45);
    box-shadow: 0px 0px 74px rgba(255, 214, 180, 0.9),
        inset -2px 4px 0px rgba(255, 255, 255, 0.45);
    border-radius: 180px;
}

.prime__button:hover,
.prime__button:focus {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.prime__button::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 180px;
    z-index: -1;
    background: transparent;
    -webkit-box-shadow: 0 0 0 0 #ffe141;
    box-shadow: 0 0 0 0 #ffe141;
    -webkit-animation: prime-btn-animation 1.5s ease 0s infinite normal none
        running;
    animation: prime-btn-animation 1.5s ease 0s infinite normal none running;
}

@-webkit-keyframes prime-btn-animation {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);
        box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

@keyframes prime-btn-animation {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);
        box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

.prime__image {
    position: absolute;
    bottom: 0;
    right: -320px;
    z-index: -2;
}

.prime__image img {
    display: block;
}

.prime__image-mob {
    display: none;
}

.prime__decoration {
    position: absolute;
    z-index: -1;
}

.prime__decoration-left {
    left: -220px;
    bottom: 100px;
}

.prime__decoration-right {
    right: 0;
    bottom: 140px;
}

/* INSTRUCTIONS */
.prime__instructions {
    padding: 50px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1215px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.prime__instructions::after {
    content: '';
    position: absolute;
    width: 150vw;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background: -o-linear-gradient(bottom, #0075ff 0%, #0065e8 100%);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#0075ff),
        to(#0065e8)
        );
    background: linear-gradient(0deg, #0075ff 0%, #0065e8 100%);
    z-index: -1;
}

.prime__instructions > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #ffffff;
}

.instructions__icon {
    margin-right: 15px;
}

.instructions__icon img {
    display: block;
    min-width: 44px;
}

.prime__instructions span {
    line-height: 1.1;
}

.instructions__text span {
    display: block;
}

/* FOOTER */
.footer__cover {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #282b30;
    width: 100%;
}

.footer__cover > * {
    padding: 30px;
    max-width: 1215px;
}

.footer__payments {
    padding-bottom: 30px;
    width: 100%;
}

.footer__payments ul {
    padding-top: 0px;
    padding-bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__payments li {
    margin: 0 10px;
}

.footer__general {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: #868c96;
}

.footer__general > div {
    padding-right: 100px;
    position: relative;
}

.footer__general .age-limit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: -10px;
}

.footer__general p:not(:last-child) {
    margin-bottom: 20px;
}

.footer__general a {
    font-size: 13px;
    line-height: 1.5;
    color: #0000ee;
}

.footer__general a:hover,
.footer__general a:focus {
    color: #e96e32;
}

.footer__general .age {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f04e34;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    width: 40px;
    height: 40px;
}

.footer__general .age + .age {
    margin-left: 10px;
}

.footer__partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 780px;
}

.footer__partners a {
    margin: 15px 17px;
}

.footer__button {
    display: none;
    padding: 29px 30px;
    width: 100vw;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: -o-linear-gradient(319.87deg, #e96e32 16.27%, #e98a32 84.56%);
    background: linear-gradient(130.13deg, #e96e32 16.27%, #e98a32 84.56%);
}

.footer__button span {
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.footer__button span + span {
    margin-top: 6px;
}

.footer__button:hover span,
.footer__button:focus span {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.block {
    display: inline-block;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#claimbtn{
    display: none;
}

.footer__payments p{
    text-align: center;
}

.topBorder{
    border-top:2px solid #ccc;
}
.sslsecure{
    text-align: center;
}
.sslsecure img{
    margin:0 auto;
    padding:15px;
}

.mobileOnly{
    display: none;
}