
html {
    font-size: 62.5%;
}
body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #000000;
    max-width: 1920px;
    text-align: center;
}

.container-fluid.keep-width {
    max-width: 1200px;
}
.top, #content {
    max-width: 1920px;
    margin: auto;
}
.s-font {
    font-family: scriptorama-markdown-jf, sans-serif;
    font-weight: 400;
    font-style: normal;
}
strong {
    font-weight: 900;
}
.v-md {
    display: none;
}
.img-100 {
    max-width: 100%;
}
.no-margin {
    margin: 0 !important;
}
#top-section {
    position: relative;
    background-image: url("../img/site/top-bg-desktop.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 802px;
}
.styled-btn {
    background: #000000;
    font-weight: 900;
    color: #ffffff;
    font-size: 2.3rem;
    padding: 0 2.4rem;
    line-height: 5.8rem;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}
.styled-btn span {
    display: block;
    padding-right: 4rem;
    background-image: url("../img/site/arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 2.4rem 2rem;
}
.top-text-box {
    background: #ffffff;
    margin: 2rem auto;
    padding: 3rem 2rem 1.5rem;
}
.top-header {
    font-size: 3.5rem;
    font-weight: 900;
    color: #d64397;
    line-height: 3.8rem;
}
.top-header span {
    font-size: 8rem;
}
.top-header-2 {
    font-size: 2rem;
    line-height: 2.8rem;
}
.top-header-3 {
    font-size: 2.6rem;
    line-height: 3rem;
    margin-bottom: 3rem;
}
.top-header-3 span {
    color: #d64397;
}
.top-product {
    max-width: 100%;
    margin: 2rem auto;
}
.top-disclaimer {
    font-weight: 300;
    font-size: 1rem;
    margin: 2rem auto 0;
}
.middle-section {
    padding:6rem 0;
    position: relative;
    z-index: 3;
}
.middle-header {
    font-size: 3rem;
    line-height: 3rem;
    text-transform: uppercase;
    margin-bottom: 5rem;
}
.product-show-left {
    text-align: left;
}
.product-show-right {
    text-align: right;
}
.product-name {
    font-size: 2.6rem;
    line-height: 2.6rem;
    font-weight: 300;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.product-info {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 400;
    margin-bottom: 2rem;
}
.product-info span {
    color: #d64397;
}
.product-info strong {
    font-size: 2.6rem;
    font-weight: 900;
}
.product-mobile-pic {
    display: none;
}
.product-disclaimer {
    font-size: 1rem;
    font-weight: 400;
}
.middle-product {
    max-width: 100%;
    margin: 0 auto;
}
.no-gutters {
    padding: 0;
}
.middle-section-2 {
    background-image: url("../img/site/middle-bg.png");
    background-repeat: no-repeat;
    min-height: 966px;
    padding: 430px 0 100px;
    position: relative;
    z-index: 2;
    margin-top: -360px;
    background-position:  center center;
}
.bottom-header span {
    background: #000000;
    font-weight: 300;
    color: #ffffff;
    font-size: 2.3rem;
    padding: 0 2.4rem;
    line-height: 5.8rem;
    display: inline-block;
    margin-bottom: 2rem;
}

.additional-info-box {
    margin-bottom: 3rem;
}
.aib-header {
    border-bottom: 1px solid #000000;
    padding-bottom: 1rem;
    width: 70%;
    font-size: 3.3rem;
    line-height: 3rem;
    font-weight: 900;
}
.aib-l .aib-header {
    margin: 2rem 0 1.5rem auto;
}
.aib-l .aib-header span {
    font-size: 3rem;
}
.aib-l .aib-header strong {
    padding-left: 3.5rem;
    display: inline-block;
    position: relative;
}
.aib-l .aib-header strong:before {
    content: "";
    background-image: url("../img/site/arrow.png");
    width: 2.4rem;
    height: 2rem;
    background-size: contain;
    position: absolute;
    left: 0;
    top: .5rem;
    transform: rotate(180deg);
}

.aib-r .aib-header {
    margin: 2rem auto 1.5rem 0;
}
.aib-r .aib-header span {
    font-size: 3rem;
}
.aib-r .aib-header strong {
    padding-right: 3.5rem;
    display: inline-block;
    position: relative;
}
.aib-r .aib-header strong:before {
    content: "";
    background-image: url("../img/site/arrow.png");
    width: 2.4rem;
    height: 2rem;
    background-size: contain;
    position: absolute;
    right: 0;
    top: .5rem;
}
.aib-l {
    text-align: right;
}
.aib-r {
    text-align: left;
}
.aib-no-padding {
    padding: 0;
}
.aib-circle {
    position: absolute;
    max-width: 54%;

}
.aib-l .aib-circle {
    left: 0;
    top: -18rem;
}
.aib-r .aib-circle {
    right: 0;
    top: -10rem;
}
.aib-desc {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 400;
}
.aib-desc span {
    color: #d64397;

}

.bottom-section {
    background-image: url("../img/site/bottom-bg.png");
    min-height: 456px;
    padding-top: 122px;
    position: relative;
    z-index: 1;
    margin-top: -40px;
    background-repeat: no-repeat;
    background-position: center center;
}
.bottom-text-box {
    text-align: left;
    color: #ffffff;
    font-weight: 400;
}
.btb-header {
    font-size: 2.6rem;
    line-height: 3rem;
    text-transform: uppercase;
    margin-bottom: 3.5rem;
}
.bottom-info {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
}
.bottom-info span {
    font-size: 1rem;
    display: block;
    margin-top: .5rem;
}
.bottom-product {
    max-width: 100%;
}



























































.poll-text {
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 30px;
}
.footer {
    background: #edf1f5;
    border-top: none;
    position: relative;
    padding: 3rem 1rem;
}
.footer::before {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    top: -18px;
    left: 0;
    width: 100%;
    background: #646464;
}
.footer p {
    font-size: 1.6rem;
    color: #000000;
    font-weight: 300;
}
.regulation-link {
    color: #000000;
    text-decoration: underline !important;
    margin-top: 40px;
    display: inline-block;
}
#poll-container {
    font-family: 'Lato', sans-serif;
}
.poll hgroup > h1 {


    font-family: 'Lato', sans-serif;
    font-size: 3rem;
    line-height: 3rem;
    text-transform: uppercase;
    color: #000000;
    font-weight: 900;
    margin-top: 5rem;

}
.poll hgroup > h1 > strong {
    display: block;
    font-weight: 700;
}

.poll #counter {
    font-size: 4.6rem;
    color: #d64397;
    font-weight: 300;
    margin: 3rem auto 1rem;
}

.poll #counter #counter-current {
    font-size: 4.6rem;
    color: #d64397;
    font-weight: 300;
}
.poll-question.single-image {
    text-align: center;
}

.poll-question.single-image > .option {
    border: 1px solid #000000;
    margin: 0px 15px 30px 15px;
    float: none;
}
.poll-question.single-image > .option > label {
    border: 1px solid #000000;

}
.poll-question input[type="radio"] + label, .poll-question input[type="checkbox"] + label {
    background: transparent;
    border: 1px solid #000000;
}
.poll-question.single-image label > img {
    max-width: none;
}
.poll-question.single-image .checked-style {
    margin-bottom: -30px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #000000;
}
.poll-question.multi-image .checked-style {
    margin-bottom: -30px;
    border-radius: 0;
    background: #FFFFFF;
    border: 1px solid #000000;
}
.poll-question.single-image input[type="radio"] + label:hover .checked-style div,
.poll-question.single-image input[type="radio"]:checked + label .checked-style div,
.poll-question.single-image input[type="checkbox"] + label:hover .checked-style div,
.poll-question.single-image input[type="checkbox"]:checked + label .checked-style div {
    border-radius: 50%;

    background: #000000;

    border-color: #000000;
    width: 18px;
    height: 18px;
    margin: 3px auto;
}
.poll-question.multi-image input[type="radio"] + label:hover .checked-style div,
.poll-question.multi-image input[type="radio"]:checked + label .checked-style div,
.poll-question.multi-image input[type="checkbox"] + label:hover .checked-style div,
.poll-question.multi-image input[type="checkbox"]:checked + label .checked-style div {
    border-radius: 0;
    background: #000000;

    border-color: #000000;
    width: 18px;
    height: 18px;
    margin: 3px auto;
}
.poll-question.single-image label > span {
    display: block;
    color: #000;
    font-weight: normal;
    margin-bottom: 5px;
}
.poll-question.multi-image > .option {
    border: 1px solid #000000;
    margin: 0px 15px 30px 15px;
    float: none;
}
.poll-question.multi-image label > span {
    display: block;
    color: #000;
    font-weight: normal;
    margin-bottom: 5px;
}
.poll-question input[type="radio"] + label:hover, .poll-question input[type="radio"]:checked + label, .poll-question input[type="checkbox"] + label:hover, .poll-question input[type="checkbox"]:checked + label {
    background: #000000;
    font-weight: 500;
    border-color: #000000;
    color: #ffffff !important;
}
.poll-question.multi-image input[type="radio"] + label:hover, .poll-question.multi-image input[type="radio"]:checked + label, .poll-question.multi-image input[type="checkbox"] + label:hover, .poll-question.multi-image input[type="checkbox"]:checked + label {
    background: #000000;
}
.form-navi .btn {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.form-navi .btn.next {
    background: #cdb77b;
    border: 1px solid #cdb77b;
    color: #ffffff;
    line-height: 54px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
}
.form-navi .btn.prev {
    background: #cdb77b;
    border: 1px solid #cdb77b;
    color: #ffffff;
    line-height: 54px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 400;
}
.form-navi .btn.prev span {
    display: inline-block;
    padding-right: 4rem;
    color: #d64397;
}
.form-navi .btn.next span {
    display: inline-block;
    padding-left: 4rem;
    color: #d64397;
}
.poll-question .option {
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
}
.poll-question .option label {
    padding: 15px 0;
    font-size: 1.7rem;
    font-weight: 500;
    color: #000000 !important;
}

p.txt.rules > a {
    color: #000;
    text-decoration: underline;
}
#form_footer span {
    font-size: 2rem;
    line-height: 4rem;
    vertical-align: bottom;
}
#form_footer img {
    padding: 0 5px;
}
#content {

    background-image: url("../img/site/bottom-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#content2 {
    width: 900px;
    max-width: 100%;
    margin: 0 auto 6rem;
    display: flex;
}
#content2 .poll {
    width: 70%;
    margin: auto;
}
#content2 .show-box {
    width: 30%;
    border: 1px solid #FFFFFF;
}
.poll-question-header {
    margin-top: 0;
}
.poll-question-header h3 {
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 900;
    color: #000000;
    margin: 1rem auto;
}
.poll-question, .form-navi, .form-submit {
    max-width: none;
}
.form-navi .btn.prev {
    line-height: 52px;
    border: 1px solid #000000;
    height: 52px;
    color: #000000;
    background: transparent;
    font-weight: 400;
}
.form-navi .btn.next {
    border: 1px solid #000000;
    line-height: 52px;
    height: 52px;
    color: #000000;
    background: #ffffff;
    font-weight: 900;
}
.btn.prev, .btn.next {
    width: calc(50% - 10px);
    text-transform: uppercase;
}
.btn.prev + .btn.next {
    margin-left: 15px;
}
.btn.next {
    color: #FFFFFF;
}
.poll-form .prev.btn:hover, .poll-form .next.btn:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}
.rules {
    text-align: center;
}
.form-navi {
    margin-top: 0;
}
button.btn[type="submit"] {
    background: #c82536;
}
.top-product-pic-mobile {
    display: none;
}
.visible-midium {
    display: none;
}
.visible-lg {
    display: none;
}
.message p {
    font-size: 2rem;
    margin-top: 1em;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1464px) {
}
@media screen and (max-width: 1380px) {

}
@media screen and (max-width: 1200px) {
    html {
        font-size: 55%;
    }
    .bottom-section {
        margin-top: -50px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {


}
@media screen and (max-width: 1024px) {
    .bottom-info br {
        display: none;
    }
}
@media screen and (max-width: 991px) {

    .aib-circle {
        position: absolute;
        max-width: 40%;
        top: -5rem !important;

    }
    .middle-section-2 {
        min-height: auto;
        padding-bottom: 8rem;
    }
    .visible-midium {
        display: inline-block;
        margin: auto;
    }
    .hidden-midium {
        display: none !important;
    }
    .v-md {
        display: block;
        margin: auto;
        width: 100%;
    }

    #content2 {
        padding: 0 15px 0 0;
    }

}
@media screen and (max-width: 768px) {
    .poll-question-header h3 {
        font-size: 2.2rem;
    }
    .poll-question {
        margin-top: 1rem;
    }
    .aib-no-padding {
        padding: 0 15px;
    }
    .bottom-section {
        background-position: left top;
    }
    .bottom-header {
        margin-bottom: 8rem;
    }
    .aib-l .aib-circle {
        top: -8rem !important;
        left: 15px;
    }
    .aib-r .aib-circle {
        top: -5rem !important;
        right: 15px;
    }
    .middle-section-2 {
        background: none;
        padding-bottom: 80px;
    }
    .middle-section {
        padding-bottom: 0;
    }
    .additional-info-box:first-of-type {
        margin-bottom: 15rem;
    }
    .product-col {
        display: none;
    }
    .top-text-box {
        background: rgba(255,255,255, .8);
    }
    #top-section {
        background-position: 34% center;
        min-height: auto;
    }
    .product-mobile-pic {
        display: block;
        margin-bottom: 2rem;
    }
    .product-pic {
        max-width: 65%;
        margin: 0 auto;
    }
    .product-desc {
        text-align: center !important;
        margin-bottom: 5rem;
    }
    .bottom-section {
        padding-top: 80px;
    }
    .visible-lg {
        display: block;
    }
    .h-sm {
        display: none !important;
    }
    #content2 {
        flex-direction:row-reverse;
        flex-flow: row wrap;
        padding: 0 15px;
    }
    #content2 .poll, #content2 .show-box {
        width: 100%;
    }

    .poll-question.single-image > .option {
        width: 25%;
    }
}

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

    .form-navi .btn.prev span {
        padding-right: 1rem;
    }
    .form-navi .btn.next span {
        padding-left: 1rem;
    }
    .bottom-section {
        padding-top: 120px;
        background-size: auto 80%;
    }

    .poll-question.single-image > .option {
        float: none;
        margin: 15px auto;
    }

    .poll-question.single-image > .option {
        width: 75%;
    }

    .poll-question.single-image > .option, .poll-question.multi-image > .option {
        width: 48%;
        margin: 15px 1%;
    }

}

@media screen and (max-width: 490px) {
    .bottom-header {
        margin-bottom: 1rem;
    }
    .aib-l, .aib-r {
        text-align: center;
    }
    .aib-header {
        margin: 2rem 0 !important;
        width: 100%;
        border: none;
    }
    .additional-info-box.aib-l {
        border-bottom: 1px solid #000000;
        padding-bottom: 4rem;
    }
    .additional-info-box:first-of-type {
        margin-bottom: 4rem;
    }
    .aib-header strong {
        padding: 0 !important;
    }
    .aib-l .aib-header strong:before, .aib-r .aib-header strong:before {
        display: none;
    }
    .aib-circle {
        position: static !important;
        margin: 2rem auto;
        max-width: 60%;
    }

}
@media screen and (max-width: 440px) {
    html {
        font-size: 40%;
    }

    .poll-question .option {
        font-size: 12px;
    }
    .form-navi .btn.prev, .form-navi .btn.next {
        font-size: 16px;
    }
    #form_footer {
        padding: 20px 0;
    }

    #form_footer span {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    #form_footer img {
        width: 140px;
    }
}

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

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



}
@media screen and (min-width: 577px) {

}

@media screen and (min-width: 768px) {
    .v-sm {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {

    .v-sm {
        display: none;
    }

}

@media screen and (min-width: 1201px) {

}
