.cta h1,
.cta .h1 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-family: 'Radiance';
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.05em;

    color: #FBE9E9;

    text-shadow: 0px 0px 10px rgba(255, 77, 77, 0.6);
}



.cta span {
    font-family: 'Radiance';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    /* Txt color */

    color: #FBE9E9;
    opacity: 0.8;
    /* Txt blue shadow */

    text-shadow: 0px 0px 10px rgba(255, 77, 77, 0.6);
    background-image: url('/img/promo/third-season/cta-bg.png');
}

#top label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.8;
}

.section {
    overflow: hidden;
}

.personage-1 {
    position: absolute;
    left: -40px;
    bottom: -100px;
    z-index: 0;
    display: block
}

.personage-2 {
    position: absolute;
    right: -40px;
    bottom: -100px;
    z-index: 0;
    display: block
}

.title-desc {
    padding: 16px 15px 14px;
    background-image: url('/img/promo/third-season/title-desc-bg-purple.png');
}


.title::after {
    content: url('/img/promo/third-season/title-desc-line-purple.png')
}

.how-it-was-bg {
    opacity: 1;
    background-image: url('/img/promo/third-season/phantom-assasin-2.png');
}

.mini-second-desc {
    padding-top: 30px;
}

.history-card .header {
    padding: 12px 0 11px;
}

.history-card .title-f {
    color: #FBE9E9;
    text-shadow: 0px 0px 10px rgba(255, 77, 77, 0.6);
}

.history-card .title-s {
    color: #FBE9E9;
    text-shadow: 0px 0px 10px rgba(255, 77, 77, 0.6);
}

.top-player .name {
    color: #F4E8FF;
    text-shadow: 0 0 10px rgba(208, 125, 252, 0.4);
    margin: 29px 0 22px 0;
}

.top-player .stat {
    font-family: 'Radiance';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FBE9E9;
    opacity: 0.7;
}

.video-container::before {
    top: -170px;
    left: -560px;
    content: url('/img/promo/third-season/axe.png')
}

.video-container::after {
    top: -140px;
    right: -570px;
    content: url('/img/promo/third-season/lifestealer.png')
}

.current-video-title {
    color: #F4E8FF !important;
    text-shadow: 0 0 10px rgba(208, 125, 252, 0.4);
}

.video-title {
    color: #F4E8FF !important;
    text-shadow: 0 0 10px rgba(208, 125, 252, 0.4);
}

.video-desc {
    color: #F4E8FF;
    text-shadow: 0 0 10px rgba(208, 125, 252, 0.4);
}

.current-video-desc {
    color: #F4E8FF;
    text-shadow: 0 0 10px rgba(208, 125, 252, 0.4);
}

.well-area {
    background-image: url('/img/promo/third-season/well-area.png');
    background-position: center;
}

.well-area:before {
    background: linear-gradient(270deg, rgba(53, 101, 157, 0) 0%, #B4D7FF 54.14%, rgba(49, 82, 121, 0) 100%);
}

.well-area:after {
    background: linear-gradient(270deg, rgba(53, 101, 157, 0) 0%, #B4D7FF 54.14%, rgba(49, 82, 121, 0) 100%);
}

.button {
    padding: 23px 66px 19px;
    background: rgba(255, 178, 30, 0.4);
    border: 2px solid #FFB21E;
    box-sizing: border-box;
    border-radius: 8px;
}

.GradientText {
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(208, 125, 252, 0.4);
}

#calibrate-form {
    color: #FFFFFF;
    text-shadow: 0 0 10px rgba(208, 125, 252, 0.4);
}

#order input[type=text] {
    margin-top: 20px;
    width: 529px;
    max-width: 100%;
    height: 50px;
    background: #05070B;
    border: 1px solid #1F2326;
    border-radius: 4px;
}

#order input[type=text]::placeholder {
    font-size: 18px;
    color: #FFFFFF;
    opacity: 0.4;
    text-shadow: 0 0 10px rgba(208, 125, 252, 0.4);
}

#order {
    margin-top: 60px;
    padding-bottom: 600px;
    background-image: url('/img/promo/third-season/triangle-reverse.png');
    background-position: center;
}

.footer-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 40px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: rgba(255, 255, 255, .4);
}

.personage-5 {
    position: absolute;
    left: -140px;
    top: 100px;
    z-index: 2;
    opacity: 0.9;
}

.personage-6 {
    position: absolute;
    right: -100px;
    top: 100px;
    z-index: 2;
    opacity: 0.9;
}

.form-checkbox input {
    display: none;
}

.form-checkbox input:checked+label:after {
    opacity: 1;
}

.form-checkbox label {
    position: relative;
    padding-left: 47px;
    padding-top: 2px;
    display: block;
    font-family: 'Radiance';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px rgba(255, 77, 77, 0.6);
}

.form-checkbox label:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #2E353C;
    border-radius: 4px;
}

.form-checkbox label:after {
    position: absolute;
    content: "";
    top: 5px;
    left: 4px;
    width: 16px;
    height: 13px;
    transition: .3s;
    opacity: 0;
    background: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6.73684L6.17857 11L15 2' stroke='%23FFB21E' stroke-width='3'/%3E%3C/svg%3E%0A");
}

.form-group {
    margin-bottom: 25px !important;
}

.form-radio input {
    display: none;
}

.form-radio input:checked+label:after {
    opacity: 1;
}

.form-radio label {
    position: relative;
    padding-left: 47px;
    font-family: 'Radiance';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px rgba(255, 77, 77, 0.6);
}

.form-radio label:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #2E353C;
    border-radius: 50%;
}

.form-radio label:after {
    position: absolute;
    content: "";
    left: 7px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFB21E;
    opacity: 0;
    transition: .3s;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
}

label {
    opacity: 1;
}

.section .container {
    max-width: 100%;
}

.yellow-star {
    margin-right: 3px;
}

.preorder-text {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FBE9E9;
    opacity: 0.9;
    text-shadow: 0px 2px 0px #000000;
}
.preorder-label{
    z-index: 20;
    position: relative;
    margin-top: 10px;
}

@media (max-width: 769px) {
    .section {
        padding: 0 20px;
    }

    .cta h1,
    .cta .h1 {
        font-size: 30px !important;
    }

    .title h1,
    .title .h1 {
        font-size: 30px;
        line-height: 1.3;
    }

    .title-desc {
        font-size: 12px;
        letter-spacing: inherit;
    }

    #how-it-was .number {
        font-size: 50px;
    }

    .section .row {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .title {
        margin-bottom: 20px;
    }

    .history-card .title-f {
        font-size: 12px;
    }

    .third-row {
        margin-bottom: 30px;
    }

    .reviews-wrapper .container {
        padding: 0;
    }

    .reviews-wrapper .col-md-4 {
        padding: 0;
    }

    .review-card {
        margin-bottom: 20px;
    }

    #calibrate-form {
        margin-top: 50px;
    }

    #order {
        padding-bottom: 315px;
    }

    .footer-content {
        padding: 0 30px;
    }

    .top-player {
        padding-top: 20px !important;
        padding-bottom: 0 !important;
    }

    .fixed-order {
        left: 15px !important;
        right: 15px !important;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .button {
        padding-left: 15px;
        padding-right: 15px;
    }
}