@charset "utf-8";
/* CSS Document */

html {
    width: auto !important;
}

body {
    word-wrap: break-word;
    font-family: "DINPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    word-break: break-word;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), color-stop(30%, #3f3f3f), to(#1e1e1e)) !important; */
    /* background: linear-gradient(to bottom, #3f3f3f 0%, #3f3f3f 30%, #1e1e1e 100%) !important; */
}

a {
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

h2 {
    font-size: 40px;
}

@media only screen and (max-width: 960px) {
    h2 {
        font-size: 25px;
    }
}

img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

.common__container {
    width: 70%;
    margin: 0 auto;
}

@media only screen and (max-width: 960px) {
    .common__container {
        width: 85%;
    }
}

.mainTitle {
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    height: 0;
}

#blackfriday2021 {
    /* background: url("https://storage-asset.msi.com/event/2022/cnd/Chassis-PSU-combo/images/bg.jpg") no-repeat top center; */
    background-size: cover;
    background: url("https://storage-asset.msi.com/event/2023/GNP/gaming-slim-series/images/form-bg.jpg") no-repeat top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#blackfriday2021 .kv {
    position: relative;
}

#blackfriday2021 .kv__pic {
    width: 100%;
}

#blackfriday2021 .kv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-27deg);
    transform: translate(-50%, -50%) rotate(-27deg);
    font-size: 3vw;
}

#blackfriday2021 .kv__title-black {
    color: #000;
    font-weight: bolder;
}

#blackfriday2021 .intro {
    position: relative;
    padding: 5% 2% 5%;
    background-size: cover;
    /* background:  url("https://storage-asset.msi.com/event/2022/cnd/Chassis-PSU-combo/images/bg01.png") no-repeat top center; */
    /* background: rgb(111, 133, 49);
    background: linear-gradient(0deg, rgba(111, 133, 49, 1) 0%, rgba(85, 231, 255, 1) 61%, rgba(255, 255, 255, 1) 100%); */

}

@media only screen and (max-width: 960px) {
    #blackfriday2021 .intro__pic {
        display: none;
    }
}

#blackfriday2021 .intro__txt {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

@media only screen and (max-width: 960px) {
    #blackfriday2021 .intro__txt {
        width: 90%;
    }
}

#blackfriday2021 .intro__txt-title {
    color: rgb(32, 30, 30);
    font-size: 38px;
    margin-bottom: 10px;
    font-family: 'DINPro-Medium';
}

@media only screen and (max-width: 960px) {
    #blackfriday2021 .intro__txt-title {

        font-size: 26px;
    }
}

#blackfriday2021 .intro__txt-title span {
    color: #0e6979;
    font-size: 55px;
    font-weight: bolder;
}

@media only screen and (max-width: 960px) {
    #blackfriday2021 .intro__txt-title span {

        font-size: 30px;
    }
}

#blackfriday2021 .intro__txt-date {
    color: #222;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1px;
}

@media only screen and (max-width: 960px) {
    #blackfriday2021 .intro__txt-date {
        font-size: 20px;
    }
}

#blackfriday2021 .model {
    text-align: center;
    padding: 2%;
}

#blackfriday2021 .model__title {
    color: #ffffff;
    font-size: 50px;
    display: inline-block;
    padding-bottom: 30px;
    font-family: 'DINPro-Black';
    text-transform: uppercase;
}

@media only screen and (max-width: 500px) {
    #blackfriday2021 .model__title {
        color: #ffffff;
        font-size: 40px;
    }
}

#blackfriday2021 .model__pdBox {
    width: 85%;
    margin: 35px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 1366px) {
    #blackfriday2021 .model__pdBox {
        width: 85%;
    }
}

@media only screen and (max-width: 1135px) {
    #blackfriday2021 .model__pdBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 768px) {
    #blackfriday2021 .model__pdBox {
        width: 100%;
    }
}

#blackfriday2021 .model__pdBox-txt {
    background-color: #3f3f3f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    border: 5px solid #b79e59;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px 25px;
    margin: 0 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 20px;
    font-weight: bolder;
    position: relative;
}

#blackfriday2021 .model__pdBox-txt:hover {
    border: 5px solid #b79e59;
    background-color: #b79e59;
    color: #3f3f3f;
}

@media only screen and (max-width: 1535px) {
    #blackfriday2021 .model__pdBox-txt {
        margin: 0 5px;
        padding: 1% 25px;
    }
}

@media only screen and (max-width: 1135px) {
    #blackfriday2021 .model__pdBox-txt {
        width: 48%;
        margin: 5px;
    }
}

@media only screen and (max-width: 768px) {
    #blackfriday2021 .model__pdBox-txt {
        width: 100%;
    }
}

#blackfriday2021 .model__pdBox-txt .twoBtn {
    position: absolute;
    left: 50%;
    top: 101%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    border: 5px solid #b79e59;
    border-top: 0;
    color: #3f3f3f;
    background-color: #d6bc77;
    width: 104%;
    border-radius: 0 0 5px 5px;
    display: none;
}

#blackfriday2021 .model__pdBox-txt .twoBtn--active {
    display: block;
}

#blackfriday2021 .model__pdBox-txt .twoBtn__txt {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 2% 0;
    margin: 0;
}

#blackfriday2021 .model__pdBox-txt .twoBtn__txt--active {
    color: #3f3f3f;
    background-color: #b79e59;
}

#blackfriday2021 .model__pdBox-txt .twoBtn__txt:hover {
    background-color: #000;
    color: #b79e59;
}

@media only screen and (max-width: 1135px) {
    #blackfriday2021 .model__pdBox-txt .twoBtn {
        width: 102%;
    }
}

@media only screen and (max-width: 768px) {
    #blackfriday2021 .model__pdBox-txt .twoBtn {
        width: 101.5%;
    }
}

#blackfriday2021 .model__pdBox-txt p {
    margin: 0;
}

#blackfriday2021 .model__pdBox-txt--active {
    background-color: #302e2e;
    -webkit-box-shadow: 2px 2px 5px #000;
    box-shadow: 2px 2px 5px #000;
}

#blackfriday2021 .model__wrapper {
    position: relative;
    width: 75%;
    margin: 0 auto;
    border-radius: 5px;
}

@media only screen and (max-width: 1366px) {
    #blackfriday2021 .model__wrapper {
        width: 85%;
    }
}

@media only screen and (max-width: 768px) {
    #blackfriday2021 .model__wrapper {
        padding: 8% 0 2%;
        width: 100%;
    }
}

@media only screen and (max-width: 542px) {
    #blackfriday2021 .model__wrapper {
        padding: 13% 0 2%;
    }
}

#blackfriday2021 .model__box {
    visibility: hidden;
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0;
    padding: 2%;
}

#blackfriday2021 .model__box--active {
    position: relative;
    top: auto;
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

#blackfriday2021 .model__box .twoBtn__box {
    visibility: hidden;
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0;
}

#blackfriday2021 .model__box .twoBtn__box--active {
    position: relative;
    top: auto;
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

#blackfriday2021 .model__box-title {
    padding: 0 0 2%;
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #525252;
}

#blackfriday2021 .model__box-title:hover {
    text-decoration: underline;
}

#blackfriday2021 .model__noPadding {
    padding: 0;
}

#blackfriday2021 .model .seemore {
    background-color: rgba(0, 0, 0, 0.3);
    border: 4px solid #fff7ec;
}

#blackfriday2021 .model .seemore__box {
    margin-top: 2%;
    display: block;
    width: 100%;
    background-color: #fff7ec;
    color: #525252;
    padding: 1% 0;
    font-size: 25px;
    text-decoration: none;
}

#blackfriday2021 .model .seemore__box-ntb {
    background-color: #b79e59;
    color: #fff;
    font-size: 50px;
    margin: 15px auto 0;
    width: 70px;
    height: 70px;
    line-height: 59.5px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-animation: breath infinite 1s;
    animation: breath infinite 1s;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

#blackfriday2021 .model .seemore__box-ntb:hover {
    -webkit-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg);
    background-color: #b79e59;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    text-decoration: none;
}

@-webkit-keyframes breath {
    0% {
        background-color: #000;
    }

    50% {
        background-color: #b79e59;
    }

    100% {
        background-color: #000;
    }
}

@keyframes breath {
    0% {
        background-color: #000;
    }

    50% {
        background-color: #b79e59;
    }

    100% {
        background-color: #000;
    }
}

#blackfriday2021 .model__boxFlex {
    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 only screen and (max-width: 960px) {
    #blackfriday2021 .model__boxFlex {
        display: block;
    }
}

#blackfriday2021 .model__boxFlex-pdPic {
    width: 25%;
    margin: 3% auto;
}

@media only screen and (max-width: 960px) {
    #blackfriday2021 .model__boxFlex-pdPic {
        width: 70%;
    }
}

#blackfriday2021 .model__btnFlex {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 960px) {
    #blackfriday2021 .model__btnFlex {
        width: 100%;
    }
}

#blackfriday2021 .model__btn {
    display: block;
    margin: 2%;
    cursor: pointer;
    text-decoration: none;
    width: 26%;
    -webkit-transition: -webkit-transform .33s;
    transition: -webkit-transform .33s;
    transition: transform .33s;
    transition: transform .33s, -webkit-transform .33s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 25% 50%;
    transform-origin: 25% 50%;
    height: 100px;
}

@media only screen and (max-width: 960px) {
    #blackfriday2021 .model__btn {
        min-width: 170px;
    }
}

#blackfriday2021 .model__btn:hover {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

#blackfriday2021 .model__btn-name {
    color: #000;
    font-size: 20px;
    border-radius: 5px;
    height: 100px;
    font-weight: bold;
    -webkit-transform: translateZ(20px);
    transform: translateZ(20px);
    background: #b79e59;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#blackfriday2021 .model__btn-link {
    background: url(https://storage-asset.msi.com/event/2021/cnd/Black-Friday-2021/images/product_buynow.jpg) no-repeat;
    background-position: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 20px rgba(105, 108, 109, 0.3), 0 0 8px 2px #d0dfe241 inset;
    box-shadow: 0 5px 20px rgba(105, 108, 109, 0.3), 0 0 8px 2px #d0dfe241 inset;
    height: 100px;
    -webkit-transform: rotateX(-180deg) translateZ(20px) translateY(95px) translateX(10px);
    transform: rotateX(-180deg) translateZ(20px) translateY(95px) translateX(10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-shadow: 0 0 5px #000, 0 0 10px #000;
}

#blackfriday2021 .model__prize {
    border-radius: 5px;
    background-color: #2634b6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 450px;
    margin: 2% auto 2%;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1%;
    font-size: 25px;
    font-weight: bold;
}

#blackfriday2021 .model__prize-currency,
#blackfriday2021 .model__prize-num {
    margin: 0 5px;
}

@media only screen and (max-width: 768px) {
    #blackfriday2021 .model__prize {
        width: 350px;
    }
}

#blackfriday2021 .getUrPrize {
    background-color: #4a4a4a;
    text-align: center;
    padding: 10px 2%;
    margin-bottom: 2%;
    border: 1px solid #5a5a5a;
    position: relative;
}

#blackfriday2021 .getUrPrize select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

#blackfriday2021 .getUrPrize__title {
    color: #b79e59;
    font-weight: bold;
    margin-bottom: 0;
}

#blackfriday2021 .getUrPrize__alert {
    display: none;
}

#blackfriday2021 .getUrPrize__pdBox {
    width: 80%;
    margin: 35px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 1366px) {
    #blackfriday2021 .getUrPrize__pdBox {
        width: 85%;
    }
}

@media only screen and (max-width: 1135px) {
    #blackfriday2021 .getUrPrize__pdBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 768px) {
    #blackfriday2021 .getUrPrize__pdBox {
        width: 100%;
    }
}

#blackfriday2021 .getUrPrize__pdBox-txt {
    background-color: #3F4DD2;
    display: block;
    color: #f4c24c;
    text-decoration: none;
    text-align: center;
    border: 5px solid #f4c24c;
    cursor: pointer;
    border-radius: 5px;
    padding: 1% 25px;
    margin: 0 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 20px;
    font-weight: bolder;
}

@media only screen and (max-width: 1535px) {
    #blackfriday2021 .getUrPrize__pdBox-txt {
        margin: 0 5px;
        padding: 1% 20px;
    }
}

@media only screen and (max-width: 1135px) {
    #blackfriday2021 .getUrPrize__pdBox-txt {
        width: 48%;
        margin: 5px;
    }
}

@media only screen and (max-width: 768px) {
    #blackfriday2021 .getUrPrize__pdBox-txt {
        width: 100%;
    }
}

#blackfriday2021 .getUrPrize__pdBox-txt:hover {
    border: 5px solid #f4c24c;
    background-color: #f4c24c;
    color: #2634b6;
}

#blackfriday2021 .getUrPrize__pdBox-txt--active {
    background-color: #3f3f3f3f;
    color: #b79e59;
}

#blackfriday2021 .getUrPrize__wrapper {
    width: 75%;
    margin: 0 auto;
}

@media only screen and (max-width: 1366px) {
    #blackfriday2021 .getUrPrize__wrapper {
        width: 85%;
    }
}

@media only screen and (max-width: 768px) {
    #blackfriday2021 .getUrPrize__wrapper {
        padding: 8% 0 2%;
        width: 100%;
    }
}

@media only screen and (max-width: 542px) {
    #blackfriday2021 .getUrPrize__wrapper {
        padding: 13% 0 2%;
    }
}

#blackfriday2021 .getUrPrize__currency {
    position: absolute;
    right: 1%;
    top: 3%;
    padding: 5px;
    border-radius: 5px;
    z-index: 100;
}

@media only screen and (max-width: 768px) {
    #blackfriday2021 .getUrPrize__currency {
        right: 2%;
    }
}

#blackfriday2021 .getUrPrize__box {
    visibility: hidden;
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0;
}

#blackfriday2021 .getUrPrize__box-title {
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin-bottom: -10px;
    margin-top: 5px;
}

#blackfriday2021 .getUrPrize__box-mainselect {
    width: 450px;
    margin: 0 auto;
    color: #525252;
    font-size: 20px;
    padding: 10px 15px;
    margin-top: 20px;
    border-radius: 5px;
    display: block;
}

@media only screen and (max-width: 500px) {
    #blackfriday2021 .getUrPrize__box-mainselect {
        font-size: 16px;
    }
}

#blackfriday2021 .getUrPrize__box-mainselect option {
    width: 450px;
    display: block;
}

@media only screen and (max-width: 768px) {
    #blackfriday2021 .getUrPrize__box-mainselect {
        width: 350px;
    }

    #blackfriday2021 .getUrPrize__box-mainselect option {
        width: 350px;
        font-size: 18px;
    }
}

#blackfriday2021 .getUrPrize__box--active {
    position: relative;
    top: auto;
    z-index: 999;
    opacity: 1;
    visibility: visible;
}

#blackfriday2021 .getUrPrize__prize {
    border-radius: 5px;
    background-color: #b79e59;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 450px;
    margin: 0 auto 2%;
    color: #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1%;
    font-size: 25px;
    font-weight: bold;
}

#blackfriday2021 .getUrPrize__prize-currency,
#blackfriday2021 .getUrPrize__prize-num {
    margin: 0 5px;
}

@media only screen and (max-width: 768px) {
    #blackfriday2021 .getUrPrize__prize {
        width: 350px;
    }
}

#blackfriday2021 .getUrPrize__resetWrap {
    padding: 5px 1%;
    border: 1px solid #ccc;
    color: #ccc;
    display: inline-block;
    margin-top: -20px;
    position: relative;
    z-index: 100;
}

#blackfriday2021 .getUrPrize__resetWrap p {
    margin: 0;
}

#blackfriday2021 .getUrPrize__resetWrap .select__reset {
    background: transparent;
}

#blackfriday2021 .products {
    display: block;
    width: 100%;
    /* background: url(https://storage-asset.msi.com/event/2022/cnd/c-series-specialOffer/images/msi-c-series-product-bg.jpg); */
    /* background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; */
}

#blackfriday2021 .eligible {
    padding: 70px 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
    text-align: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 5%;
}

#blackfriday2021 .eligible .eligible__title {
    color: #222;
    font-size: 40px;
    display: inline-block;
    padding-bottom: 30px;
    font-family: 'DINPro-Black';
    text-transform: uppercase;
    text-align: center;
}


#blackfriday2021 .eligible .eligible__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#blackfriday2021 .eligible .eligible__flex .contentBox {
    width: 30%;
    margin: 20px 20px;
    padding: 5% 20px;
    /* background: rgba(66, 66, 66, 0.267); */
    background-color: rgba(19, 19, 19, 0.74);
    border: 3px solid #b9b9b983;
    border-radius: 10px;
}

@media (max-width:960px) {
    #blackfriday2021 .eligible .eligible__flex .contentBox {
        width: 90%;
    }
}

#blackfriday2021 .eligible .eligible__flex .contentBox .contentBox__title {
    color: rgb(255, 255, 255);
    font-family: 'DINPro-Medium';
}

#blackfriday2021 .eligible .eligible__flex .contentBox .contentBox__link {
    margin-top: 20px;
    display: inline-block;
    font-size: 1.5em;
    color: #67D2E6;
    padding: 5px 20px;
    border: 2px solid #67D2E6;
    border-radius: 20px;
    transition: .5s;
}

#blackfriday2021 .eligible .eligible__flex .contentBox .contentBox__link:hover {
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 20px;
    transition: .5s;
    transform: scale(1.1);
}



#blackfriday2021 .eligible .eligible__flex .contentBox .contentBox__link:before {
    top: -2px;
    left: -2px;
}

#blackfriday2021 .eligible .eligible__flex .contentBox .contentBox__link:after {
    top: -2px;
    right: -2px;
}

span:before {
    bottom: -2px;
    left: -2px;
}

span:after {
    bottom: -2px;
    right: -2px;
}

#blackfriday2021 .eligible .eligible__flex .contentBox .contentBox__link:hover:before,
#blackfriday2021 .eligible .eligible__flex .contentBox .contentBox__link:hover:after,
#blackfriday2021 .eligible .eligible__flex .contentBox .contentBox__link:hover span:before,
#blackfriday2021 .eligible .eligible__flex .contentBox .contentBox__link:hover span:after {
    width: calc(180px / 2);
    height: calc(50px / 2);
}

#blackfriday2021 .eligible .eligible__flex .contentBox .contentBox__figure {
    width: 100%;
}

#blackfriday2021 .eligible .eligible__flex .contentBox .contentBox__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



#blackfriday2021 .redeem {
    padding: 70px 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
    text-align: center;
    background-color: #222;
}

#blackfriday2021 .redeem .slick-slide {
    min-height: 520px;
}

#blackfriday2021 .redeem .slick-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 25px;
}

#blackfriday2021 .redeem .slick-prev {
    left: 15px;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#blackfriday2021 .redeem .slick-next {
    right: 15px;
    z-index: 99;
}

#blackfriday2021 .redeem__title {
    color: #ffffff;
    font-size: 40px;
    display: inline-block;
    padding-bottom: 30px;
    font-family: 'DINPro-Black';
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (max-width: 500px) {
    #blackfriday2021 .redeem__title {
        color: #ffffff;
        font-size: 40px;
    }
}

#blackfriday2021 .redeem__subtitle {
    color: #adadad;
    text-align: center;
    font-size: 18px;
    margin-top: 100px;
}

#blackfriday2021 .redeem__mainbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto 0;
    width: 70%;
}

@media only screen and (max-width: 960px) {
    #blackfriday2021 .redeem__mainbox {
        display: block;
    }
}

#blackfriday2021 .redeem__item {
    width: 20%;
}

@media only screen and (max-width: 960px) {
    #blackfriday2021 .redeem__item {
        width: 75%;
        margin: 0 auto;
    }
}

#blackfriday2021 .redeem__item-circle {
    width: 100%;
    padding: 50%;
    background-size: cover;
    position: relative;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 1px #67D2E6, -2px -2px 5px #00000025;
    box-shadow: 2px 2px 1px #67D2E6, -2px -2px 5px #00000025;
}

#blackfriday2021 .redeem__item-circle img {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30%;
}

#blackfriday2021 .redeem__item-circle h5 {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-size: 1.1vw;
    width: 100%;

    text-align: center;
}

@media only screen and (max-width: 960px) {
    #blackfriday2021 .redeem__item-circle h5 {
        font-size: 24px;
    }
}

#blackfriday2021 .redeem__item-box {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#blackfriday2021 .redeem__item p {
    margin-top: 15%;
    text-align: center;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 18px;
}

#blackfriday2021 .redeem__item p a,
#blackfriday2021 .redeem__item p span {
    color: #67D2E6;
}

#blackfriday2021 .redeem__arrow {
    width: 20%;
    margin: 0 auto;
}

#blackfriday2021 .redeem__arrow img {
    display: block;
    margin: 30% auto 0 auto;
    width: 15%;
}

@media only screen and (max-width: 960px) {

    #blackfriday2021 .redeem__arrow {
        width: 150px;
        margin: 0 auto;
    }

    #blackfriday2021 .redeem__arrow img {
        margin: 20% auto;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

#blackfriday2021 .redeem__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    /* padding-top: 40px; */
    /* margin-bottom: 50px; */
}

@media only screen and (max-width: 960px) {
    #blackfriday2021 .redeem__btn {
        display: block;
        margin-top: 0px;
    }
}

#blackfriday2021 .redeem__btn a {
    width: calc(100% / 3 - 40px);
    padding: 10px 0px;
    font-size: 20px;
    /* background-color: #909090; */
    border: 2px solid #67D2E6;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'DINPro-Medium';
    margin-top: 40px;
}

@media only screen and (max-width: 960px) {
    #blackfriday2021 .redeem__btn a {
        width: 100%;
        margin: 20px auto;
    }
}

#blackfriday2021 .redeem__btn a:hover {
    background-color: #67D2E6;
    color: #fff;
}

#blackfriday2021 .redeemBtn {
    padding-bottom: 5%;
    display: block;
    background: #222
}

#blackfriday2021 .wtb {
    padding: 5%;
    text-align: center;
    background-color: #000;
}

#blackfriday2021 .wtb__title {
    color: #ffffff;
    font-size: 50px;
    display: inline-block;
    padding-bottom: 30px;
    font-family: 'DINPro-Black';
    text-transform: uppercase;
}

@media only screen and (max-width: 500px) {
    #blackfriday2021 .wtb__title {
        color: #ffffff;
        font-size: 40px;
    }
}

#blackfriday2021 .bundle {
    background-color: #f5c657;
    text-align: center;
    padding: 2%;
}

#blackfriday2021 .bundle__slick {
    background-color: #f5c657 !important;
}

#blackfriday2021 .bundle__title {
    margin-bottom: 2%;
}

#blackfriday2021 .bundle__flex {
    width: 70%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 960px) {
    #blackfriday2021 .bundle__flex {
        display: block;
    }
}

#blackfriday2021 .bundle__pic {
    width: 40%;
}

#blackfriday2021 .bundle__txt {
    width: 60%;
}

@media only screen and (max-width: 960px) {
    #blackfriday2021 .bundle__txt {
        width: 100%;
    }
}

#blackfriday2021 .bundle__txt p {
    font-size: 24px;
}

#blackfriday2021 .bundle__txt-btn {
    font-size: 24px;
    color: #fff;
    background-color: #3F4DD2;
    margin: 4% auto;
    padding: 2% 0;
    display: block;
    width: 40%;
}

#blackfriday2021 .earn {
    text-align: center;
    background: rgb(20, 166, 177);
    background: url(https://storage-asset.msi.com/event/2023/CND/shoutout/images/prize-bg.jpg);
    background-size: cover;
    padding: 5% 0;
}

#blackfriday2021 .earn__title {
    color: #ffffff;
    font-size: 50px;
    display: inline-block;
    padding-bottom: 30px;
    font-family: 'DINPro-Black';
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5%;
}

@media only screen and (max-width: 500px) {
    #blackfriday2021 .earn__title {
        color: #ffffff;
        font-size: 40px;
    }
}

#blackfriday2021 .earn__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media only screen and (max-width: 960px) {
    #blackfriday2021 .earn__flex {
        display: block;
    }
}

#blackfriday2021 .earn__flex a {
    width: 45%;
    display: block;
}

@media only screen and (max-width: 960px) {
    #blackfriday2021 .earn__flex a {
        width: 100%;
        margin: 5% auto;
    }
}

#blackfriday2021 .earn__flex a img {
    -webkit-box-shadow: 2px 2px 1px #67D2E6;
    box-shadow: 2px 2px 1px #67D2E6;
    border: 1px solid #67D2E6;
}

#blackfriday2021 .earn__flex a img:hover {
    -webkit-box-shadow: 2px 2px 10px #67D2E6;
    box-shadow: 2px 2px 10px #67D2E6;
}

/*# sourceMappingURL=main.css.map */