@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/BarlowCondensed-Regular.eot');
    src: url('../fonts/BarlowCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BarlowCondensed-Regular.woff2') format('woff2'),
        url('.../fonts/BarlowCondensed-Regular.woff') format('woff'),
        url('../fonts/BarlowCondensed-Regular.ttf') format('truetype'),
        url('../fonts/BarlowCondensed-Regular.svg#BarlowCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../fonts/SVN-GilroySemiBold.eot');
    src: url('../fonts/SVN-GilroySemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SVN-GilroySemiBold.woff2') format('woff2'),
        url('../fonts/SVN-GilroySemiBold.woff') format('woff'),
        url('../fonts/SVN-GilroySemiBold.ttf') format('truetype'),
        url('../fonts/SVN-GilroySemiBold.svg#SVN-GilroySemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




/* purgecss start ignore */
figure.image {
    margin  : 10px 0;
    display : inline-block;
}

figcaption {
    background: #f5f5f5;
    padding: 10px;
    font-size: 90%;
    text-align: center;
}
.wp-header .header-logo img{
    height:75px;
}
.wp-footer,.form__form button,.wp-register-success .register__success{
    background-color:#00703C;
}
.form__form button:hover,
.form__form button:focus,
.form__form button:active{
    background-color:#006835;
}
.intro__content-step-item{
    background-color: #00703C;
}
.form__form-title span{
    color:#00703C;
}

.spin-wheel__wp-inner .sec-title{
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
    color:#fff;
    text-align: center;
}
.spin-wheel__wp-inner .sec img{
    height: auto;
    transform: translate(-50%,-100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 26vw;
}
.spin-wheel__wp-inner .sec:nth-child(1),
.spin-wheel__wp-inner .sec:nth-child(2),
.spin-wheel__wp-inner .sec:nth-child(3),
.spin-wheel__wp-inner .sec:nth-child(4),
.spin-wheel__wp-inner .sec:nth-child(5),
.spin-wheel__wp-inner .sec:nth-child(6){
    border-color: transparent
}
.spin-wheel .spin{
    background: transparent;
    top:18px;
    left:50%;
    transform: translateX(calc(-50% - 3px));
    box-shadow: none;
    width: auto;
    height: auto;
}
.spin-center{
    background: rgb(254,243,214);
    background: -moz-radial-gradient(circle, rgba(254,243,214,1) 0%, rgba(239,195,114,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(254,243,214,1) 0%, rgba(239,195,114,1) 100%);
    background: radial-gradient(circle, rgba(254,243,214,1) 0%, rgba(239,195,114,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fef3d6",endColorstr="#efc372",GradientType=1);
    width: 5.5vw;
    height: 5.5vw;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% - 2px),calc(-50% + 2px));
    border-radius: 50%;
}
.spin-wheel .spin img{
    width: 65px;
    position: static
}
html, body{
    background-image:url('../images/bg_page.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.button-spin-now{
    appearance: none;
    background: rgb(0,119,67);
    background: -moz-linear-gradient(180deg, rgba(0,119,67,1) 0%, rgba(0,107,59,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,119,67,1) 0%, rgba(0,107,59,1) 100%);
    background: linear-gradient(180deg, rgba(0,119,67,1) 0%, rgba(0,107,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007743",endColorstr="#006b3b",GradientType=1);
    border: 3px solid #007f49;
    border-top-color: rgba(0, 93, 49, .8);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

.button-spin-now:focus:not(:focus-visible):not(.focus-visible) {
    box-shadow: none;
    outline: none;
}

.button-spin-now:hover {
    background-color: #2c974b;
    border-left-color: rgba(0, 93, 49, .4);
    border-right-color: rgba(0, 93, 49, .4);
    box-shadow: rgba(0, 93, 49, .1) 0 0 5px,rgba(0, 93, 49, 1) 0  0 10px,rgba(0, 93, 49, 1) 0  0 40px;
}

.button-spin-now:focus {
    box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
    outline: none;
}

.button-spin-now:disabled {
    background-color: #94d3a2;
    border-color: rgba(27, 31, 35, .1);
    color: rgba(255, 255, 255, .8);
    cursor: default;
}

.button-spin-now:active {
    background-color: #298e46;
    box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}
.form__form-content input{
    background: #70be95;
    border:none;
    font-family: 'Barlow Condensed';
}
.form__form-content input::placeholder{
    color:#b3e6c8
}
.form__form-content input:focus::placeholder{
    color:#333
}
.intro__banner{
    width:50%;
}
.intro__content{
    width:40%;
    font-family: 'Barlow Condensed';
    color:#00703c;
    margin-left: 5%;
}
.intro__content .intro__content-desc-item h3.intro__content-title-item,.intro__content .intro__content-desc-item  h3.intro__content-title-item span{
    font-size: 3rem;
    font-style: italic;
    font-weight: 700
}
.intro__content .intro__content-desc-item strong{
    font-family: 'Barlow Condensed';
}
.intro__banner img{
    width:auto;
    max-width: 100%;
    display: block;
    margin-left: auto;
}
.form__form-title,.register__success{
    font-family: 'SVN-Gilroy';
}
.form__form button{
    font-family: 'SVN-Gilroy';
    padding:1.9% 10px;
    font-size: 25px;
}
.form__banner{
    width:65%
}
.form__form{
    width:40%
}
.rules__info{
    background: transparent;
    color:#fff;
    font-family: 'Barlow Condensed';
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
}
.win-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 112, 60,0.7);
    display: none;
    z-index: 9999;
}
.win-popup.active{
    display: flex;
    align-items: center;
    justify-content: center
}
.win-popup .win-popup-content{
    width:450px;
    max-width: calc(100% - 30px);
    background:#56A565;
    padding:30px;
}
.win-popup .win-popup-content .win-popup-award{
    display: none;
}
.win-popup .win-popup-content .win-popup-award.active{
    display: block;
}
.win-popup .win-popup-content img{
    max-width: 100%;
    height: auto;
}

.intro__content-desc-item p, .intro__content-desc-item span, .intro__content-desc-item i, .intro__content-desc-item strong {
    font-size: 30px !important;
}
.spin-wheel__wp{
    border-color: transparent;
    box-shadow: none;
}
.gift-code{
    font-size: 33px;
    color: #fff;
    font-family: "Montserrat-ExtraBold";
    letter-spacing: 1px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.button-spin-now{
    display: inline-block;
}
.button-spin-now:hover{
    text-decoration: none;
    color: #FFEF3B;
}
.wp-register-success .register__success-title{
    position: relative;z-index: 2;
}
@media (max-width: 1670px) {
    .intro__content-desc-item p, .intro__content-desc-item span, .intro__content-desc-item i, .intro__content-desc-item strong {
        font-size: 30px !important;
    }
    .intro__content .intro__content-desc-item h3.title,.intro__content .intro__content-desc-item  h3.intro__content-title-item span{
        font-size: 45px!important;
        font-weight: 700
    }
}
@media (max-width: 768px) {
    .intro__content {
        width: 100%;
        margin-left: 0;
    }
    .intro__content .intro__content-desc-item h3.intro__content-title-item, .intro__content .intro__content-desc-item h3.intro__content-title-item span {
        font-size: 2rem;
    }
    .intro__content-desc-item p, .intro__content-desc-item span, .intro__content-desc-item i, .intro__content-desc-item strong {
        font-size: 1.4rem !important;
    }
    .form__form{
        width: 100%
    }
    .rules__info{
        font-size: 16px;
        line-height: 1.5;
    }
    .form__form button{
        font-size: 20px
    }
    .spin-wheel__wp-inner .sec img {
        display: block;
        width: 37vw;
    }
    .spin-wheel .spin img {
        width: 35px;
    }
     .title-pic img {
    width: 80%;
  }
}
/* purgecss end ignore */
