:root{
    color-scheme: light;
}
.form-check-input {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border:1px solid #333;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
}

@media (prefers-color-scheme: dark) {
    .form-check-input  {
        border:1px solid #555;
        background: rgba(0, 0, 0, 0);
    }
}


.form-container{
    max-width: 1440px;
    margin: 0 auto;
}
.form-container--inner{
   padding: 0 0;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    .form-container--inner{
        padding: 0 80px;
         margin: 0 auto;
     }
}

@media only screen and (max-width: 998px) {
    .form-container--inner{
        padding: 0 20px;
         margin: 0 auto;
     }

}

.row-wrapper{
    display: block;
}
@media only screen and (max-width: 768px) {
    .row-wrapper{
        display: block;
    }
}

@media only screen and (min-width: 769px) {
    .row-wrapper{
        display: flex;
    }
}
.wrapper-padding{
    padding: 10px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 912px){
    .wrapper-padding{
        padding: 5px 60px 60px 60px;
    }
}
@media only screen and (min-width: 913px) {
    .wrapper-padding{
        padding: 5px 120px 60px 120px;
    }
}

.thankyou-container{
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
}

.mandatory-container {
    margin-bottom: 40px !important;
}

.email-param-container {
    margin-bottom: 20px !important;
}

.form-descriptions{
    text-align: center;
    border-bottom: 2px dashed #ccc;
    padding: 0 0 25px 0;
    margin: 0px 0 25px 0;
}
@media only screen and (min-width: 768px) {
    .form-descriptions{
        padding: 0 0 40px 0;
        margin: 35px 0 40px 0;
    }
}

h2.form-title{
    font-size: 8.33333333vw;
    line-height: 1.25;
    margin-bottom: 1.33333333vw;
   
}

h3.form-subt-title{
    font-size: 5vw;
    line-height: 1.33;
    margin-bottom: 1.33333333vw;

}
p.form-para{
    font-size: 15px;
    line-height: 1.52;
}
@media only screen and (min-width: 1440px) {
    h2.form-title{
        font-size: 48px;
        margin-bottom: 15px;
        margin-bottom: 16px;
    }

    h3.form-subt-title{
        font-size: 28px;
        margin-bottom: 10px;
    }
    p.form-para{
        font-size: 17px;
    }
}
    
@media only screen and (min-width: 768px) {
    
    
    h2.form-title{
        font-size: 3.33333333vw;
        margin-bottom: 16px;
    }
    h3.form-subt-title{
        font-size: 1.94444444vw;
        line-height: 1.33;
    }
}


.ps-0{
    padding-left: 0!important;
}
.pe_space{
    margin-right: 10px;
}

.margin-btm{
    margin-bottom: 2.5rem;
}
.policy-ps{
    padding-left: 0;
}
@media only screen and (min-width: 768px) {
    .policy-ps{
        padding-left: .85rem;
    }
    
}

.policy-ps .form-check{
    margin-bottom: 15px;
}
.divider{
    border-top: 1px dashed #bbb;
    margin: 40px 0;
}
.column {
    padding:.78rem 0;
}
@media only screen and (min-width: 768px) {
    .column {
        display: block;
        flex-basis: 0;
        flex-grow: 1;
        flex-shrink: 1;
        padding: 0.75rem;
    }
}
.column.is-one-quarter, 
.column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
}
.column.is-one-fifth, 
.column.is-one-fifth-tablet {
    flex: none;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .column.is-one-fifth, 
    .column.is-one-fifth-tablet {
        flex: none;
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
    .column.is-one-fifth, 
    .column.is-one-fifth-tablet {
        flex: none;
        width: 20%;
    }
}

.column.is-one-third, 
.column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
}
.column.is-two-fifths, 
.column.is-two-fifths-tablet {
    flex: none;
    width:100%;
}

@media only screen and (min-width: 768px) {
    .column.is-two-fifths, 
    .column.is-two-fifths-tablet {
        flex: none;
        width:50%;
    }

}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c4c4c4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


@media (prefers-color-scheme: dark) {
    .form-control {
        border: 1px solid #555;
    }
}

@media only screen and (min-width: 768px) {
    .form-label{
        font-size: 18px;
    }
    .form-control {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #c4c4c4;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.375rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .form-control {
        @media screen and (prefers-color-scheme: dark) {
            border: 1px solid #555;
        }
    }
   
    
}




.form-question-h2{
    font-weight: bold;
    font-size: 18px;
    word-wrap: break-word;
    margin-bottom: 5px;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 2em;
    margin-bottom: 0.125rem;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}


.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input:checked[type=checkbox] {
    background-image: url('https://images.samsung.com/is/content/samsung/assets/sg/check-box.svg');
}

.form-check-input[type=radio] {
  
}

.form-check-input:checked[type=radio] {
    background-image: url('https://images.samsung.com/is/content/samsung/assets/sg/check-box.svg');
}

@media only screen and (min-width: 768px) {
    label {
        display: inline-block;
    }
}
.cta--contained.cta--black.cta--darkmode {
    color: #fff!important;
    background-color: #2d2d2d!important;
    border: 1px solid #555!important;
}

@media screen and (prefers-color-scheme: dark)  {
    .cta--contained.cta--black.cta--darkmode {
        color: #fff!important;
        background-color: #000!important;
    }
}

.cta--contained {
    padding: 10px 24px 11px 24px;
    border-radius: 20px;
}

.checkbox-v2__input {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}
.cta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    vertical-align: middle;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.33,0,0.3,1);
    transition-timing-function: cubic-bezier(0.33,0,0.3,1);
    font-family: 'SamsungOne',arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    white-space: nowrap;
    text-transform: uppercase;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: 0;
    text-align: inherit;
    border-radius: 0;
    cursor: pointer;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
}

.form-button-submit{
    margin-top: 2.5rem;
}
.question-wrapper{
    margin-bottom: 1.5rem;
}

.checkbox-v2__input {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}
.checkbox-v2__label-box-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 24px;
    height: 24px;
}
.checkbox-v2__label-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #555;
    background: transparent;
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
}
.checkbox-v2__label-box-icon {
    width: 16px;
    height: 16px;
    fill: transparent;
}
input[type='checkbox']:checked ~ .checkbox-v2__label .checkbox-v2__label-box-icon {
    fill: #fff;
}
.checkbox-v2__label-box-icon {
    width: 16px;
    height: 16px;
    fill: transparent;
}

.contact-mail-form-popup 
.contact-mail-form-popup__form-field.field--checkbox 
.checkbox-v2__label, .contact-mail-form-popup 
.contact-mail-form-popup__form-field.field--radio .checkbox-v2__label, 
.contact-mail-form-popup .contact-mail-form-popup__form-field.field--checkbox 
.radio-v2__label, .contact-mail-form-popup .contact-mail-form-popup__form-field.field--radio .radio-v2__label{
    width: 100%;
    padding-left: 28px;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input{
    vertical-align: middle;
    border-radius: 0;
    appearance: none;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
.mar-t-2{
    margin-top: 40px!important;
}
.mar-b-2{
    margin-bottom: 40px!important;
}
.mar-l-2{
    margin-left: 40px!important;
}
.mar-r-2{
    margin-right: 40px!important;
}
@media only screen and (min-width: 768px) {
    .mar-b-2{
        margin-bottom: 0px!important;
    }
}
.pad-t-0{
    padding-top: 0!important;
}
.form-question-required{
    color: #ef3434;
}

.form-container.hide,
.thankyou-container.hide{
    display: none;
}
.error-message {
    display: none;
    color: #ef3434;
    margin-top: 6px;
    font-weight: bold;
}

.makecenter{
    display: flex;
    justify-content: center;
}

.lds-dual-ring.hidden {
    display: none;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 20% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
    opacity: 1;
    transition: all 0.5s;
}