/* HOW TO REDEEM */
.redeem {
    margin: 5% 0;
}

.redeem__wrap {
    width: 80%;
    margin: auto;
    max-width: 1440px;
}

.redeem__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px 0;
}

@media (max-width: 960px) {
    .redeem__step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

.redeem__step-box {
    width: 100%;
}

.redeem__step-box ul {
    list-style-type: decimal;
    margin-bottom: 24px;
    line-height: 30px;
    text-align: left;
    margin-left: 24px;
    margin-top: 24px;
    font-weight: 600;
    font-size: 18px;
    color: #656565;
}

.redeem__step-box-icon {
    color: #fff;
    font-size: 30px;
    min-width: 240px;
    min-height: 240px;
    border-radius: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    margin: 30px auto;
    width: 30%;
    font-weight: bold;
}

.redeem__step-box-icon p {
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 20px;
    overflow: hidden;
}

.redeem__step-box-arrow {
    width: 5%;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media (max-width: 960px) {
    .redeem__step-box-arrow {
        display: none;
    }
}

.redeem__step-box-arrow .arrow {
    width: 50%;
    height: 1px;
    background: #333;
}

.redeem__now {
    text-align: center;
}

.redeem__now a {
    color: #fff;
    font-size: 25px;
    display: block;
    padding: 18px 30px;
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: auto;
    border: 1px solid transparent;
    width: calc( 100%/3 - 20px);
    text-align: center;
    background: #3b7aa0;
}

@media (max-width: 960px) {
    .redeem__now a {
        width: 100%;
        margin: auto;
    }
}

.redeem__now a:hover {
    color: #3b7aa0;
    background: #c9dae2;
    text-decoration: none;
}

.redeem__now a:focus {
    color: #fff;
    text-decoration: none;
}

.redeem__btnbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 5vh 0 5vh;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 960px) {
    .redeem__btnbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

.redeem__btnbox-redemption {
    width: calc( 100%/3 - 20px);
}

@media (max-width: 1366px) {
    .redeem__btnbox-redemption {
        width: calc( 100%/2 - 20px);
    }
}

@media (max-width: 960px) {
    .redeem__btnbox-redemption {
        width: 100%;
        margin: 10px auto;
    }
}

.redeem__btnbox-redemption a {
    color: #a8c3d0;
    font-size: 25px;
    /* display: block; */
    border: 5px solid #c9dae2;
    padding: 18px 30px;
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;  
}

@media (max-width: 960px) {
    .redeem__btnbox-redemption a {
        width: 100%;
        margin: auto;
        display: block;
        height: auto;
    }
}

.redeem__btnbox-redemption a:hover {
    color: #3b7aa0;
    background: #c9dae2;
    text-decoration: none;
}

.redeem__btnbox-redemption a:focus {
    color: #3b7aa0;
    text-decoration: none;
}

.redeem__btnbox-terms {
    width: calc( 100%/3 - 20px);
}

@media (max-width: 1366px) {
    .redeem__btnbox-terms {
        width: calc( 100%/2 - 20px);
    }
}

@media (max-width: 960px) {
    .redeem__btnbox-terms {
        width: 100%;
        margin: 10px auto;
    }
}

.redeem__btnbox-terms > a {
    color: #a8c3d0;
    font-size: 25px;
    /* display: block; */
    border: 5px solid #c9dae2;
    padding: 18px 30px;
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 10px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 960px) {
    .redeem__btnbox-terms > a {
        width: 100%;
        margin: auto;
        display: block;
        height: auto;
    }
}

.redeem__btnbox-terms a:hover {
    color: #3b7aa0;
    background: #c9dae2;
    text-decoration: none;
}

.redeem__btnbox-terms a:focus {
    color: #3b7aa0;
    text-decoration: none;
}

.redeem__btnbox-support {
    width: calc( 100%/3 - 20px);
}

@media (max-width: 1366px) {
    .redeem__btnbox-support {
        width: calc( 100%/2 - 20px);
    }
}

@media (max-width: 960px) {
    .redeem__btnbox-support {
        width: 100%;
        margin: 10px auto;
    }
}

.redeem__btnbox-support a {
    color: #a8c3d0;
    font-size: 25px;
    /* display: block; */
    border: 5px solid #c9dae2;
    padding: 18px 30px;
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 10px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 960px) {
    .redeem__btnbox-support a {
        width: 100%;
        margin: auto;
        display: block;
        height: auto;
    }
}

.redeem__btnbox-support a:hover {
    color: #3b7aa0;
    background: #c9dae2;
    text-decoration: none;
}

.redeem__btnbox-support a:focus {
    color: #3b7aa0;
    text-decoration: none;
}

/* redeem title & text */
.redeem .redeem-title {
    color: #465860;
    font-size: 45px;
    text-transform: uppercase;
    margin: 50px 0;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

    @media (max-width: 960px) {
    .redeem .redeem-title {
        color: #465860;
        font-size: 30px;
    }
}

/* .redeem .redeem-title::after {
    content: "";
    display: block;
    margin: auto;
    margin-top: 20px;
    border-bottom: 3px solid;
    width: 20%;
    -o-border-image: linear-gradient(to right, #e9e9e9 0%, #b9913d 50%, #e9e9e9 100%);
        border-image: -webkit-gradient(linear, left top, right top, from(#e9e9e9), color-stop(50%, #b9913d), to(#e9e9e9));
        border-image: linear-gradient(to right, #e9e9e9 0%, #b9913d 50%, #e9e9e9 100%);
    border-image-slice: 1;
} */

.redeem .redeem-subtitle {
    color: #465860;
    font-size: 20px;
    margin: 5px 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 960px) {
    .redeem .redeem-subtitle {
        color: #465860;
        font-size: 20px;
    }
}

.redeem .redeem-text {
    color: #000;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}