html{
    color:#222;
    font-size:1em;
    line-height:1.4
}
::-moz-selection{
    background:#b3d4fc;
    text-shadow:none
}
::selection{
    background:#b3d4fc;
    text-shadow:none
}
hr {
    border:0;
    border-top:1px solid #ccc;
    display:block;
    height:1px;
    margin:1em 0;
    padding:0
}
audio,canvas,iframe,img,svg,video{
    vertical-align:middle
}
fieldset{
    border:0;
    margin:0;
    padding:0
}
textarea{
    resize:vertical
}
.hidden,[hidden]{
    display:none!important
}
.sr-only{
    clip:rect(0,0,0,0);
    border:0;
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    white-space:nowrap;
    width:1px
}
.sr-only.focusable:active,.sr-only.focusable:focus{
    clip:auto;
    height:auto;
    margin:0;
    overflow:visible;
    position:static;
    white-space:inherit;
    width:auto
}
.invisible{
    visibility:hidden
}
.clearfix:after,.clearfix:before{
    content:" ";
    display:table
}
.clearfix:after{
    clear:both
}
@media print{
    *,:after,:before{
        background:#fff!important;
        box-shadow:none!important;
        color:#000!important;
        text-shadow:none!important
    }
    a,a:visited{
        text-decoration:underline
    }
    a[href]:after{
        content:" (" attr(href) ")"
    }
    abbr[title]:after{
        content:" (" attr(title) ")"
    }
    a[href^="#"]:after,a[href^="javascript:"]:after{
        content:""
    }
    pre{
        white-space:pre-wrap!important
    }
    blockquote,pre{
        border:1px solid #999;
        page-break-inside:avoid
    }
    thead{
        display:table-header-group
    }
    img,tr{
        page-break-inside:avoid
    }
    h2,h3,p{
        orphans:3;
        widows:3
    }
    h2,h3{
        page-break-after:avoid
    }
}
html{
    -webkit-text-size-adjust:100%;
    line-height:1.15
}
body{
    margin:0
}
main{
    display:block
}
h1{
    font-size:2em;
    margin:.67em 0
}
hr{
    box-sizing:content-box;
    height:0;
    overflow:visible
}
pre{
    font-family:monospace,monospace;
    font-size:1em
}
a{
    background-color:transparent
}
abbr[title]{
    border-bottom:none;
    text-decoration:underline;
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
}
b,strong{
    font-weight:bolder
}
code,kbd,samp{
    font-family:monospace,monospace;
    font-size:1em
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sub{
    bottom:-.25em
}
sup{
    top:-.5em
}
img{
    border-style:none
}
button,input,optgroup,select,textarea{
    font-family:inherit;
    font-size:100%;
    line-height:1.15;
    margin:0
}
button,input{
    overflow:visible
}
button,select{
    text-transform:none
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
    border-style:none;
    padding:0
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
    outline:1px dotted ButtonText
}
fieldset{
    padding:.35em .75em .625em
}
legend{
    box-sizing:border-box;
    color:inherit;
    display:table;
    max-width:100%;
    padding:0;
    white-space:normal
}
progress{
    vertical-align:baseline
}
textarea{
    overflow:auto
}
[type=checkbox],[type=radio]{
    box-sizing:border-box;
    padding:0
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    -webkit-appearance:textfield;
    outline-offset:-2px
}
[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    -webkit-appearance:button;
    font:inherit
}
details{
    display:block
}
summary{
    display:list-item
}
img {display:block; width:100% }

[hidden],template{
    display:none
}
.body,body{
    background:#ccc;
    direction:ltr;
    display:block;
    font-family:sans-serif;
    font-size:14px;
    margin: auto;
    max-width:480px
}
.page {
    background: #fff;
    position: relative;
}
.lang-toggle {
    position: absolute;
    background: #F2F2F2;
    border-radius: 10px;
    top: 10px;
    left: 10px;
}
.table.lang-toggle_wrapper {
    border-spacing: 5px;
    text-decoration: none;
    color: inherit;
}
.lang-toggle__icon {
    display: block;
    width: 20px;
    height: 20px;
}
.lang-toggle__text {}
.lang-toggle__text p { margin: 0; }
.subtext {
    background: #F2F2F2;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}
.table {
    border-spacing:0;
    display:table;
    width:100%
}
.table .cell{
    display:table-cell
}
.table .left{
    text-align:left
}
.table .right{
    text-align:right
}
.table .center{
    text-align:center
}
.table .middle{
    vertical-align:middle
}
.table .w100{
    width:100%
}
.table .spacing{
    border-spacing: 10px;
}
.table .nospace{
    border-spacing: 0;
}
.banner-featured__image{
    display:block
}
.footer {
    margin-top: 20px;
    padding: 0 10px;
    border-top: 1px solid #d9d9d9;
    text-align: left;
    background: none;
    width: 100%;
    max-width: 400px;
    font-size: 10px;
    line-height: 1.1;
    color: #969696;
}
.footer a {
    color: #a6a6a6;
}
/* .footer p {
    margin: 10px 0;
    line-height: 1;
} */
.form-handler__input{
    /* margin-bottom:10px */
}
.form-handler__input:last-of-type{
    margin-bottom:0
}
.form-handler__input__parent {
    width: 300px;
    position: relative;
    margin: auto;
}

.form-handler__input__icon {
    background: #f8f8f8;
    /* border: 1px solid #ccc; */
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    width: 48px;
    height: 50px;
    padding: 10px 15px;
    vertical-align: middle;
}
@keyframes reveal {
    0% { opacity: 0; transform: scale(0.7); }
    33% { opacity: 1; transform: scale(1.1); }
    /* 50% { opacity: 1; transform: scale(1.2); } */
    66% { opacity: 1; transform: scale(0.9); }
    100% { opacity: 1; transform: scale(1);}
}
.form-handler__input__correct    {
    transform: scale(0);
    position: absolute;
    width: 25px;
    top: 13px;
    right: 13px;
}
.form-handler__input__correct.reveal {
    animation: reveal 0.5s ease-in-out both;
}
/* .form-handler__input__correct img {
    display: none;
} */
.form-handler__input__text {
    background-color:#fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow:none;
    box-sizing:border-box;
    font-size: 16px;
    height:50px;
    padding:10px;
    width: 100%;
}
.form-handler__input__text.correct, .form-handler__input__icon.correct {
    border-color: rgb(134, 219, 7);
}
.form-handler__input__error, .form-handler__input__error a {
    color:red;
    text-decoration: none;
    margin: 0;
    line-height: 2;
    font-size: 12px;
}
.form-handler__input__small {
    margin: 0.25em;
}
.form-handler__input__submit {
    background-color:#ccc;
    border:none;
    border-radius:10px;
    box-shadow:none;
    color:#fff;
    font-size:16.8px;
    font-weight: bold;
    letter-spacing: 1px;
    height:50px;
    padding:0;
    text-decoration:none;
    width:300px;
}
@keyframes pulsate {
    0% {transform: scale(1);}
    25% {transform: scale(1.025);}
    50% {transform: scale(1);}
    75% {transform: scale(1.025);}
    100% {transform: scale(1);}
}
.form-handler__input__submit.active{
    animation: pulsate 2s ease-in-out infinite both;
}
.form-handler__input__link {
    display: block;
    color:#ccc;
    text-decoration:none;
    margin-top: 1em;
}
.form-handler__input__checkbox{
    vertical-align:middle
}
.form-handler__input__checkbox__label{
    line-height:0;
    margin-left:5px;
    vertical-align:middle
}
.text-handler{
    border-spacing:10px
}
.text-handler__title{
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-top: 1em;
}
.text-handler__subtitle{
    font-size: 14px;
    font-weight: 400;
    margin-top: 1em;
    line-height: 1;
}
.text-handler__body{
    font-size:14px;
    margin:0
}
.text-handler__small{
    font-size:11.2px;
    margin:0
}
.text-handler__button{
    background:#202020;
    border-radius:10px;
    color:#fff;
    display:table;
    font-size:16.8px;
    height:40px;
    margin:auto;
    text-decoration:none;
    width:200px
}
.text-handler__loader{
    display:block;
    height:40px;
    margin:auto;
    width:40px
}
.text-handler__welcome-msisdn {
    background: #202020;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.text-handler__ol__parent {
    width: 300px;
    margin: auto;
    margin-top: 1.5em;
}
.text-handler__ol {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: circle-counter;
}
.text-handler__li {
    counter-increment: circle-counter;
    margin-bottom: 0.25rem;
}
.text-handler__li:before {
    content: counter(circle-counter);
    background-color: #e1e1e1;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: #fff;
    text-align: center;
    margin-right: 0.5rem;
    position: relative;
    top: -2px;
}
.text-handler__li.active {
    font-weight: bold;
}
.text-handler__li.inactive {
    text-decoration: line-through;
    color: #ccc;
}
.text-handler__li.inactive:before {
    background-color: #e1e1e1;
}

.upsell__divider{
    background:#ccc;
    display:block;
    height:1px;
    margin-bottom:10px
}
.upsell__title{
    font-size:14px;
    font-weight:700;
    line-height:normal;
    margin:0
}
.upsell__image__container{
    border-spacing:10px
}

/* Utility */
.w300 { width: 300px }
.mauto { margin: auto }