:root {
    --gutter-x: 12px;
    --form-text-size:17px;
    --content-text-size:17px;
    --content-margin-bottom:15px;
    --main-content-border-radius:40px;
}

body {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: var(--content-text-size);
    color: #fff;
    background: #182c4d;
}

ol, ul {
    padding-left: 1rem;
}
ol, ul, p,
.form-group {
    margin-bottom: 14px;
}

img {
    -webkit-user-select : none;
    -khtml-user-select  : none;
    -moz-user-select    : none;
    -o-user-select      : none;
    user-select         : none;
    pointer-events      : none;
}

.form-select,
.form-control {
    background-color: #fff;
    border-radius: 0;
    border-color: #000000;
    color: #000000;
    font-size: var(--form-text-size);
}
.form-select:focus {
    background-color: #fff;
}

.form-select::placeholder,
.form-control::placeholder,
.placeholder {
    color: #000000;
}

.help-block {
    font-size: 13px;
}

.has-error input,
.has-error select:not(.placeholder),
.has-error .help-block {
    color: #842029;
}

.control-label {
    font-weight: 400;
}


#civility-outer input{
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
}
#civility-outer .btn-civility {
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    padding: 6px 12px;
    font-size: var(--form-text-size);
    user-select: none;

    border-radius: 0;
    background: #fff;
    border: 1px solid #000000;
    color: #000000;
    width: 100%;
}
#civility-outer .selected .btn-civility {
    background-color: #1da3e6;
    border-color: #1da3e6;
    color: #ffffff;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
}

iframe {
    position: absolute;
    margin-top: -1px;
}

a {
    color: inherit;
    text-decoration: underline;
}
a:hover {
    color: inherit;
}

/****************************************/

.btn-submit {
    width: 100%;
    text-transform: uppercase;
    border-color: #1da3e6;
    background-color: #1da3e6 ;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    border-radius: 0;
}

.btn-submit:hover {
    color: rgba(255, 255, 255, 0.8);
}

.btn-discover {
    font-size: 17px;
    background-image: url("../images/bg-btn.png");
    background-repeat: no-repeat;
    background-position: right center;
    display: inline-block;
    width: auto;
    padding-left: 45px;
    padding-right: 45px;
}

.slide-title {
    padding-top: 15px;
    text-align: center;
    font-size: 24px;
    line-height: 1.15;
    font-weight: bold;
    margin-bottom: 20px;
}
.slide-title span {
    display: block;
    color: #1da3e6;
    font-weight: normal;
}
.slide-image {
    margin-bottom: 15px;
}
.slide-btn-wrapper {
    text-align: center;
    margin-bottom: 24px;
}
.btn-slide {
    font-size: 15px;
    width: auto;
}

.form-check-input:checked {
    background-color: #1da3e6;
    border-color: #1da3e6;
}

.mandatory-fields {
    font-size: 12px;
}

.header-wrapper {
    background: #e7edf2;
}

header {
    display: flex;
    flex-direction: row;
    height: 100px;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #182c4d;
}

.header-text-wrapper {
    display: flex;
    flex: 1 0 0%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-text-wrapper .title{
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
}
.header-text-wrapper .period{
    background-color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 1px 10px;
}
.header-logo-wrapper {
    width: 120px;
}

.header-logo-wrapper img {
    width: 100%;
}
.main-content-wrapper {
    background: #182c4d ;
}
footer {
    background-color: #e7edf2;
    color: #182c4d;
    padding: 20px 0;
    font-size: 15px;
    text-transform: uppercase;
}

footer a {
    text-decoration: none;
}

.intro {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
}
.intro-line1 {
    font-size: 39px;
}
.intro-line2 {
    display: inline-block;
    padding: 7px 35px;
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    background-color: #1da3e6;
    text-transform: uppercase;
}
.intro-line3 {
    margin-top: -5px;
    font-size: 27px;
    line-height: 1;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.intro-line3 span {
    display: inline-flex;
    font-size: 45px;
    font-weight: bolder;
    color: #182c4d;
    background-color: #e7edf2;
    rotate: -2deg;
    padding: 2px 5px;
    margin-left: 10px;
}

.col-left {
    padding: 20px 15px;
}

.col-right {
    padding: 40px 0;
}

.instruction {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.separator {
    width: 240px;
    height: 1px;
    text-align: center;
    background-color: #951d28;
    margin: 0 auto 25px;
}

#form-group-optin {
    font-size: 13px;
}

.intro-xs-wrapper {
    background: #182c4d url("../images/bg-body.jpg") no-repeat center top;
}

.intro-xs-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}


.matelas img{
    width: 100%;
    max-width: 427px;
}

#flocon-wrapper,
#diapos-wrapper {
    display: none;
}

.share-content-wrapper {
    background: #fff;
    color: #182c4d;
    padding: 25px 0 15px;
}
.page-end .share-content-wrapper {
    padding-bottom: 0;
}

.share-content-wrapper .form-control {
    text-align: center;
    border-color: #c8c8c8;
    padding-top: 11px;
    padding-bottom: 11px;
}

.share-content-wrapper .form-control::placeholder {
    color: #c8c8c8;
}

.facebook-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.text-continue {
    text-align: center;
    margin-bottom: 30px;
}


@media (min-width: 400px) {
    .header-logo-wrapper {
        width: 150px;
    }
}

@media (min-width: 430px) {
    .header-logo-wrapper {
        width: 160px;
    }
}

@media (min-width: 576px) {
    .header-logo-wrapper {
        width: 180px;
    }
    .header-text-wrapper .title{
        font-size: 26px;
    }
    .header-text-wrapper .period{
        font-size: 20px;
        padding: 1px 15px;
    }

    .intro-line1 {
        font-size: 45px;
    }
    .intro-line2 {
        font-size: 44px;
    }
    .intro-line3 {
        font-size: 33px;
    }

    .intro-line3 span {
        font-size: 51px;
    }

    .page-content .instruction{
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .header-logo-wrapper {
        width: 200px;
    }
    .header-text-wrapper .title{
        font-size: 28px;
    }
    .header-text-wrapper .period{
        font-size: 22px;
        padding: 1px 20px;
    }

    .intro-xs-wrapper {
        background-size: 100% auto;
    }

    .page-content .intro-xs-inner{
        flex-direction: row;
        gap: 20px;
        padding: 9px 0 4px;
    }

    .page-content .intro-xs-inner .matelas img{
        max-width: 280px;
    }

    .page-content .intro-xs-wrapper .intro-line1 {
        font-size: 39px;
    }
    .page-content .intro-xs-wrapper .intro-line2 {
        font-size: 40px;
    }
    .page-content .intro-xs-wrapper .intro-line3 {
        font-size: 33px;
    }

    .page-content .intro-xs-wrapper {
        background: #182c4d url("../images/bg-banner.jpg") no-repeat center top;
        height: 220px;
        overflow: hidden;
    }

    .share-content-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .page-end .share-content-wrapper {
        padding-top: 15px;
    }


    .page-content #diapos-wrapper {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -830px;
        pointer-events: none;
        z-index: 49;
    }

    .page-content .share-content-wrapper > .container{
        position: relative;
        z-index: 50;
    }

    .facebook-wrapper {
        margin-bottom: 40px;
    }

    footer {
        padding: 30px 0;
    }
}

@media (min-width: 992px) {
    .page-index {
        :root {
            --form-text-size:15px;
            --content-text-size:15px;
        }
    }

    .instruction {
        font-size: var(--content-text-size);
    }

    .separator {
        width: 300px;
    }

    .header-logo-wrapper {
        margin-left: 50px;
    }

    .header-text-wrapper {
        flex-direction: row;
        gap: 40px;
    }
    .main-content {
        position: relative;
        background: rgba(7, 16, 53, 0.4);
        padding: 20px;
        border-radius: 20px;
    }
    .main-content-wrapper {
        background: #182c4d url("../images/bg-body-lg.jpg") no-repeat center top;
        min-height: 630px;
    }

    .col-right {
        padding: 60px 0 40px;
    }

    .intro-wrapper {
        margin-left: 30px;
    }

    .col-left .intro-line3 {
        margin-bottom: 30px;
    }

    .col-left {
         padding: 30px 15px 45px;
    }

    #diapos-wrapper {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -830px;
        pointer-events: none;
    }

    #flocon-wrapper {
        display: block;
        position: absolute;
        bottom: -25px;
        right: -15px;
        pointer-events: none;
    }
}

@media (min-width: 1200px) {
    .header-logo-wrapper {
        margin-left: 50px;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 960px;
    }

}

@media (min-width: 1400px) {

}