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: 0.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: 0.35em 0.75em 0.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;
}
[hidden],
template {
    display: none;
}
.body,
body {
    background: #fff;
    direction: ltr;
    display: block;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    margin: auto auto 10px;
    max-width: 480px;
}
img {
    display: block;
    width: 100%;
}
.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%;
}
.banner-icon {}
.banner-icon__image {
    display: block;
    margin: auto;
    width: auto;
    width: 100%;
}
.form-handler {
    border-spacing: 10px 0;
}
.form-handler__input {
    margin-bottom: 10px;
}
.form-handler__input:last-of-type {
    margin-bottom: 0;
}
.form-handler__input__text {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: none;
    box-sizing: border-box;
    height: 40px;
    padding: 10px;
    width: 100%;
    max-width: 200px;
}
.form-handler__input__error {
    text-align: center;
    color: red;
    display: block;
    display: none;
    font-size: 16px;
    margin: 5px 0;
}
.form-handler__input__submit {
    background-color: transparent;
    background-image: none;
    background: #e20010;
    border: 0;
    border-bottom: 4px solid black;
    border-radius: 18px;
    box-shadow: none;
    color: #fff;
    display: none;
    font-size: 18px;
    font-weight: bold;
    /* height: 40px; */
    letter-spacing: 1px;
    padding: 15px 10px;
    text-decoration: none;
    min-width: 240px;
}
.form-handler__input__link {
    color: #000;
    text-decoration: none;
}
.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: 18px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}
.text-handler__subtitle {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}
.text-handler__body {
    font-size: 11px;
    margin: 0;
}
.text-handler__small {
    font-size: 8.8px;
    margin: 0;
}
.upsell__divider {
    background: #ccc;
    display: block;
    height: 1px;
    margin: 10px 0;
}
.upsell__title {
    font-weight: bold;
    line-height: normal;
    margin: 0;
}
.upsell__image__container {
    border-spacing: 10px;
}
.upsell_url {
    text-decoration: none;
}
.upsell_button {
    text-decoration: none;
    background: #e20010;
    border-radius: 16px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}