<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container-content-asset {
    padding: 0 !important;
}

#page-burn-controllers {
    font-family: 'Eina01-Regular', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: black;
    background-color: #ffffff;
}

.bc_flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

.bc_flex_child {
    display: inline-block;
}

#page-burn-controllers h1 {
    max-width: 490px;
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 85px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -4.37px;
    color: #164094;
}

#page-burn-controllers h2 {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 55px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -2px;
    color: #000000;
    text-align: center;
}

#page-burn-controllers h3 {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: white;
    text-align: center;
}

#page-burn-controllers h4 {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #164094;
    text-align: center;
}

#page-burn-controllers h5 {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
    text-align: center;
}

#page-burn-controllers #bc-universe {
    padding: 0;
}

#bc-universe-text {
    width: 40%;
    padding: 100px 15px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

#bc-universe-text p {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 2.41px;
    color: black;
    margin-top: 13px;
}

#bc-universe-text p span {
    color: #12a7e1;
}

#bc-universe-image {
    width: 60%;
    display: flex;
    align-self: flex-start;
}

#bc-universe-image img {
    max-width: 100%;
    /* height: auto; */
    margin: auto;
}

#bc-all-access {
    max-width: 800px;
    background-color: #e9e9e9;
    margin: 55px auto;
    padding-bottom: 55px;
}

#bc-all-access-text {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#bc-all-access-text img {
    max-width: 100%;
    height: auto;
    margin: -17px auto 17px auto;
}

#bc-steps {
    margin: 44px auto;
}

.bc-step-blue {
    width: 275px;
    background-color: #12a7e1;
    padding: 20px 13px;
    margin: 8px;
}

.bc-step-blue img.bc-manette,
.bc-step-grey img.bc-manette {
    display: block;
    margin: 0 auto;
}

#page-burn-controllers .bc-step-blue h3 {
    margin: 13px auto;
}

.bc-price {
    margin: 13px auto;
}

#bc-offers .bc-step-blue h4 span {
    color: #164094;
}

#bc-offers .bc-step-green h4 span {
    color: #ffffff;
}

#bc-offers .bc-text-center {
    text-align: center;
}

#page-burn-controllers .bc-step-blue h4.bc-0 {
    margin-top: -13px;
}

.bc-checks {
    margin: 13px auto;
    height: 160x;
}

.bc-step-text {
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
}

.bc-step-text img {
    display: inline-block;
    width: 20px;
    margin-right: 13px;
}

.bc-step-blue a,
.bc-step-grey a {
    width: 274px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 2px;
    background-color: #164094;
    font-family: futurapt-demi, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease;
}

.bc-step-blue a:hover,
.bc-step-grey a:hover {
    background-color: #4466a9;
    cursor: pointer;
}

#bc-infos {
    background-color: #e7e7e7;
    margin: 77px auto;
    padding: 33px 0;
}

/* #bc-infos h2 {
    margin: 33px auto;
} */

#bc-details {
    margin: 33px auto 0 auto;
}

.bc-detail {
    max-width: 375px;
    border: 2px solid #12a7e1;
    background-color: white;
    padding: 0;
    margin: 8px;
    text-align: center;
}

.bc-detail img {
    max-width: 100%;
    height: auto;
}

#bc-infos .bc-detail h3 {
    color: #164094;
    margin: 13px auto;
}

.bc-step-grey {
    width: 275px;
    background-color: #e7e7e7;
    padding: 20px 13px;
    margin: 8px;
}

#page-burn-controllers .bc-step-grey h3 {
    color: black;
}

#bc-legals {
    font-size: 17px;
    margin-top: 55px;
    margin-top: 44px;
    padding-bottom: 13px;
}

#bc-legals span {
    font-size: 20px;
    font-weight: bolder;
}

/* ======================================
	         	RWD
====================================== */

@media screen and (max-width: 1200px) {
    #bc-universe-image img {
        max-width: 100%;
    }
}

@media screen and (max-width: 992px) {
    #page-burn-controllers h1 {
        font-size: 55px;
    }

    #page-burn-controllers h2 {
        font-size: 40px;
    }

    #bc-universe {
        flex-flow: row wrap-reverse;
    }

    #bc-universe-text {
        width: 100%;
        padding: 0;
    }

    #bc-universe-text p {
        font-size: 13px;
    }

    #bc-universe-image {
        width: 100%;
    }

    #bc-universe-image img {
        max-width: 100%;
    }

    #bc-universe-image img {
        margin: 0 0 0 auto;
    }
    #bc-offers {
        margin-top: 55px;
    }

}

@media screen and (max-width: 825px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 666px) {}

@media screen and (max-width: 544px) {}

@media screen and (max-width: 450px) {}
</pre></body></html>