html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Ubuntu','Noto Sans KR', sans-serif;
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    --font-family: sans-serif;
    font-family: 'Ubuntu','Noto Sans KR', sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="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 {
    display: inline-block;
    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-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
[hidden],
template {
    display: none;
}
.fade-enter {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
}
.fade-enter.fade-enter-active {
    opacity: 1;
    transition: opacity 0.3s ease;
}
.fade-leave {
    opacity: 1;
}
.fade-leave.fade-leave-active {
    opacity: 0.01;
    transition: opacity 0.3s ease;
}
.slideUp-enter {
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0.01;
}
.slideUp-enter.slideUp-enter-active {
    margin-top: 4px;
    max-height: 40px;
    opacity: 1;
    transition: opacity 0.3s ease, max-height 0.4s ease, margin-top 0.3s ease;
}
.slideUp-leave {
    margin-top: 4px;
    max-height: 40px;
    overflow: hidden;
    opacity: 1;
}
.slideUp-leave.slideUp-leave-active {
    margin-top: 0;
    max-height: 0;
    opacity: 0.01;
    transition: opacity 0.2s ease, max-height 0.3s ease, margin-top 0.2s ease;
}
.translateX_lr-enter {
    transform: translateX(-20%);
    opacity: 0.01;
}
.translateX_lr-enter.translateX_lr-enter-active {
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.translateX_lr-enter.translateX_lr-enter-active,
.translateX_lr-leave {
    transform: translateX(0);
    opacity: 1;
}
.translateX_lr-leave.translateX_lr-leave-active {
    transform: translateX(-20%);
    opacity: 0.01;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.translateY_bt-enter {
    transform: translateY(25px);
    opacity: 0.3;
}
.translateY_bt-enter.translateY_bt-enter-active {
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.translateY_bt-enter.translateY_bt-enter-active,
.translateY_bt-leave {
    transform: translateY(0);
    opacity: 1;
}
.translateY_bt-leave.translateY_bt-leave-active {
    transform: translateY(25px);
    opacity: 0;
    transition: opacity 0 ease, transform 0 ease;
}
.scaleY-select-enter {
    transform: scaleY(0);
    opacity: 0;
    z-index: 6;
}
.scaleY-select-enter.scaleY-select-enter-active {
    transform: scaleY(1);
    opacity: 1;
}
.scaleY-select-leave,
.scaleY-select-leave.scaleY-select-leave-active {
    opacity: 0;
    z-index: 6;
}
.scaleY-enter,
.scaleY-select-leave,
.scaleY-select-leave.scaleY-select-leave-active {
    transform: scaleY(0);
}
.scaleY-enter.scaleY-enter-active {
    transform: scaleY(1);
    transition: transform 0.2s ease;
    transform-origin: top;
}
.scaleY-leave {
    transform: scaleY(1);
}
.scaleY-leave.scaleY-leave-active {
    transform: scaleY(0.01);
    transition: transform 0.2s ease;
    transform-origin: top;
}
.scale-enter {
    transform: scale(0);
}
.scale-enter.scale-enter-active {
    transition: transform 0.2s ease;
}
.scale-enter.scale-enter-active,
.scale-leave {
    transform: scale(1);
}
.scale-leave.scale-leave-active {
    transform: scale(0.01);
    transition: transform 0.2s ease;
}
.scaleBounce-enter {
    transform: scale(0);
}
.scaleBounce-enter.scaleBounce-enter-active {
    animation-name: a;
    animation-duration: 0.75s;
}
.scaleBounce-leave {
    transform: scale(1);
}
.scaleBounce-leave.scaleBounce-leave-active {
    transform: scale(0.01);
    transition: transform 0.2s ease;
}
.translateY_Drop {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
}
.translateY_Drop-enter.translateY_Drop-enter-active,
.translateY_Drop-leave {
    transform: translateZ(0);
    opacity: 1;
}
.translateY_Drop-leave.translateY_Drop-leave-active {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
}
.animateShake {
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-name: b;
}
@keyframes a {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 1;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 1;
        transform: scaleX(1);
    }
}
@keyframes b {
    0%,
    to {
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-3px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(3px, 0, 0);
    }
}
input {
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
}
a:focus,
button:focus,
textarea:focus {
    outline: none;
}
a {
    text-decoration: none;
}
b,
strong {
    font-weight: 700;
}
input:-webkit-autofill {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    color: #000 !important;
}
input:-webkit-autofill::placeholder {
    color: #9a9a9a !important;
}
div[data-reactroot] {
    min-height: 100%;
}
body {
    min-width: 320px;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0 !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.pointer {
    cursor: pointer;
}
body.overflow-y-hidden {
    overflow-y: hidden;
}
body.footer_hidden .NewFooter {
    display: none;
}
::-moz-selection {
    background: rgba(255, 119, 0, 0.7) !important;
    color: #fff;
}
::selection {
    background: rgba(255, 119, 0, 0.7) !important;
    color: #fff;
}
.iqWrapper {
    margin: 0 16px;
    max-width: 100%;
}
@media only screen and (min-width: 480px) {
    .iqWrapper {
        margin: 0 24px;
    }
}
@media only screen and (min-width: 600px) {
    .iqWrapper {
        max-width: 504px;
        width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 840px) {
    .iqWrapper {
        max-width: 768px;
    }
}
@media only screen and (min-width: 1280px) {
    .iqWrapper {
        max-width: 1032px;
    }
}
.iqWrapperFlex {
    margin: 0 16px;
    max-width: 100%;
}
@media only screen and (min-width: 480px) {
    .iqWrapperFlex {
        margin: 0 24px;
    }
}
@media only screen and (min-width: 600px) {
    .iqWrapperFlex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 504px;
        width: 100%;
        margin: 0;
    }
}
@media only screen and (min-width: 840px) {
    .iqWrapperFlex {
        max-width: 768px;
    }
}
@media only screen and (min-width: 1280px) {
    .iqWrapperFlex {
        max-width: 1032px;
    }
}
.iqWrapperL,
.iqWrapperM,
.iqWrapperS {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-width: 288px;
    max-width: 1140px;
}
@media only screen and (max-width: 479px) {
    .iqWrapperL,
    .iqWrapperM,
    .iqWrapperS {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 839px) {
    .iqWrapperL,
    .iqWrapperM,
    .iqWrapperS {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media only screen and (min-width: 840px) {
    .iqWrapperL,
    .iqWrapperM,
    .iqWrapperS {
        padding-left: 92px;
        padding-right: 92px;
        padding-left: calc((100% - 312px) / 12 + 48px);
        padding-right: calc((100% - 312px) / 12 + 48px);
    }
}
.iqWrapperM,
.iqWrapperS {
    max-width: 910px;
}
@media only screen and (min-width: 960px) {
    .iqWrapperM,
    .iqWrapperS {
        padding-left: 180px;
        padding-right: 180px;
        padding-left: calc((100% - 312px) / 6 + 72px);
        padding-right: calc((100% - 312px) / 6 + 72px);
    }
}
.iqWrapperS {
    max-width: 600px;
}
@media only screen and (min-width: 1280px) {
    .iqWrapperS {
        padding-left: 236px;
        padding-right: 236px;
        padding-left: calc((100% - 312px) / 4 + 96px);
        padding-right: calc((100% - 312px) / 4 + 96px);
    }
}
.wrapper {
    position: relative;
    min-width: 320px;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
.wrapper:after {
    display: table;
    clear: both;
    content: "";
}
@media only screen and (max-width: 479px) {
    .wrapper {
        padding: 0 24px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
    .wrapper {
        padding: 0 24px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
    .wrapper {
        padding: 0 68px;
    }
}
@media only screen and (min-width: 840px) and (max-width: 1279px) {
    .wrapper {
        padding: 0 78px;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
    .wrapper {
        padding: 0 108px;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .wrapper {
        padding: 0 118px;
    }
}
@media only screen and (min-width: 1920px) {
    .wrapper {
        padding: 0;
    }
}
.iqRoot {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media only screen and (min-width: 960px) {
    .iqRoot_main {
        margin-right: 310px;
    }
}
a {
    color: #ff5722;
}
.contentArea {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media only screen and (min-width: 1280px) {
    .contentArea {
        padding-top: 68px;
    }
    .contentArea_v2 {
        padding-top: 0;
    }
}
.wide-wrapper {
    position: relative;
    max-width: 1060px;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
}
.wide-wrapper:after {
    display: table;
    clear: both;
    content: "";
}
.content-wrapper {
    max-width: 1260px;
    margin: 0 auto;
    padding: 40px 30px;
    line-height: 1.2;
}
.content-wrapper:after {
    display: table;
    clear: both;
    content: "";
}
.content-wrapper_formula {
    max-width: 780px;
}
.content-wrapper_articles-inner-title {
    display: table-cell;
    vertical-align: bottom;
}
.link:active {
    color: rgba(255, 87, 34, 0.7);
    text-decoration: underline;
}
.link-ext {
    cursor: pointer;
    color: #ff5722;
}
.link-ext:active,
.link-ext:hover {
    text-decoration: none;
}
.tooltip-wrapper {
    width: 100%;
}
.tooltip-mobile_error {
    font-size: 13px;
    color: #e34828;
    padding-left: 20px;
    padding-top: 7px;
}
.underMenuContent {
    min-height: 400px;
    margin-top: 70px;
}
@media only screen and (max-width: 1279px) {
    .underMenuContent {
        margin-top: 30px;
    }
}
.mainModalOverlay {
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    overflow: auto;
    background: rgba(0, 0, 0, 0.8);
}
.fake_overlay body,
.ReactModal__Body--open {
    overflow: hidden;
}
html.fake_overlay body:before {
    position: fixed;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 201;
    background: rgba(0, 0, 0, 0.8);
    animation: c 0.2s ease-in-out;
}
html.fake_overlay .VerificationContainer {
    position: relative;
    z-index: 210;
    background: none;
}
.fake_overlay .VerificationContainer iframe {
    position: fixed;
    max-height: calc(100vh - 120px);
}
@media (max-width: 599px) {
    .fake_overlay .VerificationContainer iframe {
        top: 0;
        max-height: 100vh;
    }
}
.slick-slide:focus,
.slick-slide a,
.slick-slide div,
.slick-slide span {
    outline: none;
}
.ios_overflow,
.ios_overflow body {
    overflow: hidden;
}
.ios_overflow .Layout__content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}
.roundArea {
    -webkit-clip-path: ellipse(120% 150% at 50% -50%);
    clip-path: ellipse(120% 150% at 50% -50%);
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
    .roundArea {
        -webkit-clip-path: ellipse(148% 150% at 50% -50%);
        clip-path: ellipse(148% 150% at 50% -50%);
    }
}
@media only screen and (min-width: 840px) and (max-width: 959px) {
    .roundArea {
        -webkit-clip-path: ellipse(160% 150% at 50% -50%);
        clip-path: ellipse(160% 150% at 50% -50%);
    }
}
@media only screen and (min-width: 600px) and (max-width: 839px) {
    .roundArea {
        -webkit-clip-path: ellipse(170% 150% at 50% -50%);
        clip-path: ellipse(170% 150% at 50% -50%);
    }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
    .roundArea {
        -webkit-clip-path: ellipse(180% 150% at 50% -50%);
        clip-path: ellipse(180% 150% at 50% -50%);
    }
}
@media only screen and (max-width: 479px) {
    .roundArea {
        -webkit-clip-path: ellipse(190% 150% at 50% -50%);
        clip-path: ellipse(190% 150% at 50% -50%);
    }
}
.flickity-viewport:focus {
    outline: none;
}
@font-face {
    font-family: Bebas Neue;
    src: url(https://static.cdnpub.info/v5/static/fonts/bebasneuebold.504fc5bac38e58baef29b83cbd57f126.woff2) format("woff2"),
        url(https://static.cdnpub.info/v5/static/fonts/bebasneuebold.4fe547e590fd5bd21c8a532fe81990f9.woff) format("woff"), url(https://static.cdnpub.info/v5/static/fonts/bebasneuebold.f9ac6aa4b2131d508222210d17472c7c.ttf) format("ttf");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Bebas Neue;
    src: url(https://static.cdnpub.info/v5/static/fonts/bebasneueregular.a7c6c96bd21227e0ade223071d0ae01c.woff2) format("woff2"),
        url(https://static.cdnpub.info/v5/static/fonts/bebasneueregular.3216eb8b241526bd0e409cf060a8fa03.woff) format("woff"),
        url(https://static.cdnpub.info/v5/static/fonts/bebasneueregular.1e49b741ab3430b2adb941ae55a99ef0.ttf) format("ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Bebas Neue;
    src: url(https://static.cdnpub.info/v5/static/fonts/bebasneuebook.d06936a0e4feb6da22401a268a797ae2.woff2) format("woff2"),
        url(https://static.cdnpub.info/v5/static/fonts/bebasneuebook.5323deef1c0595240ad371633a5f19d9.woff) format("woff"), url(https://static.cdnpub.info/v5/static/fonts/bebasneuebook.682d7d56abc15c568f25d0bcb2656c9d.ttf) format("ttf");
    font-weight: 300;
    font-style: normal;
}
@keyframes c {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
body {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.45;
}
.h1,
body,
h1 {
    font-weight: 400;
}
.h1,
h1 {
    font-size: 25px;
    line-height: 1.16;
    letter-spacing: -1px;
}
@media only screen and (min-width: 600px) {
    .h1,
    h1 {
        font-size: 33px;
    }
}
.h2,
h2 {
    font-size: 21px;
    line-height: 1.16;
    letter-spacing: -0.1px;
    font-weight: 400;
}
@media only screen and (min-width: 600px) {
    .h2,
    h2 {
        font-size: 29px;
    }
}
.h3,
h3 {
    font-size: 19px;
    line-height: 1.33;
    font-weight: 400;
}
@media only screen and (min-width: 600px) {
    .h3,
    h3 {
        font-size: 25px;
    }
}
.h4,
h4 {
    font-size: 19px;
    line-height: 1.33;
    font-weight: 400;
}
@media only screen and (min-width: 600px) {
    .h4,
    h4 {
        font-size: 21px;
    }
}
.h5,
h5 {
    font-size: 19px;
    line-height: 1.33;
    font-weight: 400;
}
@media only screen and (min-width: 600px) {
    .h5,
    h5 {
        font-size: 21px;
    }
}
.p1 {
    font-size: 17px;
}
@media only screen and (min-width: 600px) {
    .p1 {
        font-size: 19px;
    }
}
.p2,
p {
    font-size: 15px;
}
@media only screen and (min-width: 600px) {
    .p2,
    p {
        font-size: 17px;
    }
}
.p3 {
    font-size: 13px;
}
@media only screen and (min-width: 600px) {
    .p3 {
        font-size: 15px;
    }
}
.p4 {
    font-size: 13px;
}
.p4,
.p5 {
    color: #8d9097;
    font-weight: 400;
}
.p5 {
    font-size: 11px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0 0.5em;
}
p {
    margin: 1em 0;
}
.link {
    cursor: pointer;
    color: #ff5722;
    text-decoration: none;
}
.link:hover {
    text-decoration: underline;
}
.quiet {
    color: #8d9097;
}
.loud {
    color: #ff5722;
}
.italic {
    font-style: italic;
}
.bold {
    font-weight: 700;
}
.nowrap {
    white-space: nowrap;
}
.title {
    font-size: 36px;
    color: #1b202e;
    font-weight: 400;
}
.title_thin {
    font-weight: 100;
}
.title-small {
    color: #1b202e;
}
@media only screen and (max-width: 599px) {
    .title-small {
        font-size: 21px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 1279px) {
    .title-small {
        font-size: 27px;
    }
}
@media only screen and (min-width: 1280px) {
    .title-small {
        font-size: 31px;
    }
}
.title-small_med {
    font-weight: 600;
}
.title-tiny {
    color: #1b202e;
}
@media only screen and (max-width: 599px) {
    .title-tiny {
        font-size: 15px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 1279px) {
    .title-tiny {
        font-size: 17px;
    }
}
@media only screen and (min-width: 1280px) {
    .title-tiny {
        font-size: 21px;
    }
}
.sub-title {
    font-size: 24px;
    color: #1b202e;
}
.sub-title_bold {
    font-weight: 700;
}
.sub-title_light {
    font-weight: 300;
}
.text {
    color: #1b202e;
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
    .text {
        font-size: 17px;
    }
}
@media only screen and (min-width: 600px) {
    .text {
        font-size: 19px;
    }
}
.text_bold {
    font-weight: 700;
}
.text_rglr {
    font-weight: 400;
}
.text_light {
    font-weight: 300;
}
.text-small {
    color: #1b202e;
}
@media only screen and (max-width: 599px) {
    .text-small {
        font-size: 13px;
    }
}
@media only screen and (min-width: 600px) {
    .text-small {
        font-size: 15px;
    }
}
.text-small_rglr {
    font-weight: 400;
}
.text-small_light {
    font-weight: 300;
}
.text-error {
    color: #e34828;
}
.subscription {
    color: #8d9097;
    font-size: 13px;
    font-weight: 400;
}
.subscription-small {
    color: #8d9097;
    font-size: 11px;
    font-weight: 400;
}
.iqTitle {
    max-width: 920px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    color: #25258e;
    letter-spacing: normal;
    margin: 60px auto 20px;
}
@media only screen and (min-width: 480px) {
    .iqTitle {
        font-size: 24px;
    }
}
@media only screen and (min-width: 600px) {
    .iqTitle {
        margin: 80px auto 30px;
    }
}
@media only screen and (min-width: 840px) {
    .iqTitle {
        font-size: 30px;
    }
}
@media only screen and (min-width: 960px) {
    .iqTitle {
        margin: 100px auto 30px;
    }
}
.iqSubitle {
    max-width: 920px;
    margin: auto;
}
.btn,
.iqSubitle {
    text-align: center;
}
.btn {
    display: inline-block;
    position: relative;
    padding: 8px 20px;
    min-width: 90px;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid transparent;
    background: none;
    border-radius: 2px;
    font-weight: 400;
    transition: border 0.2s ease, background-color 0.2s ease, color 0.15s ease;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn,
.btn:active,
.btn:hover {
    text-decoration: none;
}
.btn:active {
    transition: border 0.2s ease, background-color 0.2s ease;
}
.btn:active svg {
    opacity: 0.7;
}
.btn_bold {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn_big {
    font-size: 18px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.btn_orange {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722;
}
.btn_orange:active,
.btn_orange:hover {
    background-color: #ee3900;
    border-color: #ee3900;
}
.btn_orange:active {
    color: hsla(0, 0%, 100%, 0.7);
}
.btn_orange-trsp {
    font-size: 14px;
    color: #ff5722;
    border-color: #ff5722;
}
.btn_orange-trsp:hover {
    color: #fff;
    border-color: #ff5722;
    background-color: #ff5722;
}
.btn_orange-trsp:active {
    color: hsla(0, 0%, 100%, 0.7);
    border-color: #ee3900;
    background-color: #ee3900;
}
.btn_white-trsp {
    color: #fff;
    border: 1px solid #fff;
}
.btn_white-trsp:hover {
    color: #4a4a4a;
    background-color: #fff;
}
.btn_white-trsp:active {
    color: rgba(74, 74, 74, 0.7);
    background-color: #fff;
}
.btn_red {
    color: #fff;
    background-color: #e34828;
    border-color: #e34828;
}
.btn_red:active,
.btn_red:hover {
    border-color: #b83827;
    background-color: #b83827;
}
.btn_grey {
    color: #8d9097;
    background-color: #f3f5f6;
    border: 1px solid #f3f5f6;
}
.btn_grey:active,
.btn_grey:hover {
    background-color: #e4e6ea;
}
.btn_grey:active {
    color: hsla(0, 0%, 100%, 0.7);
}
.btn_grey-trsp {
    color: #1b202e;
    border-color: #a3a6af;
    background-color: transparent;
}
.btn_grey-trsp:active,
.btn_grey-trsp:hover {
    border-color: #1b202e;
}
.btn_trsp {
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    background-color: transparent;
}
.btn_trsp:hover {
    color: #ff5722;
    border-color: #ff5722;
}
.btn_trsp:active {
    color: hsla(0, 0%, 100%, 0.7);
}
.btn_trsp_orange {
    color: #ff5722;
    border: 1px solid #ff5722;
    background-color: transparent;
}
.btn_trsp_orange:hover {
    color: #fff;
    background: #ff5722;
    border-color: #ff5722;
    transition: color 0.3s ease, background 0.3s ease;
}
.btn_trsp_orange:active {
    color: hsla(0, 0%, 100%, 0.7);
}
.btn_green {
    color: #fff;
    background-color: #35a947;
}
.btn_green:hover {
    color: #fff;
    background-color: #2d8f3c;
}
.btn_green:active {
    color: hsla(0, 0%, 100%, 0.7);
    background-color: #2d8f3c;
}
.btn_green-trsp {
    font-size: 14px;
    color: #35a947;
    border-color: #35a947;
}
.btn_green-trsp:hover {
    color: #fff;
    border-color: #35a947;
    background-color: #35a947;
}
.btn_green-trsp:active {
    color: hsla(0, 0%, 100%, 0.7);
    border-color: #2d8f3c;
    background-color: #2d8f3c;
}
.btn_purple {
    color: #25258e;
    background-color: #fafafe;
}
.btn_purple:hover {
    color: #25258e;
    background-color: #f4f4f9;
}
.btn_purple:active {
    color: rgba(37, 37, 142, 0.7);
    background-color: #f4f4f9;
}
.btn:disabled,
.btn_disabled {
    cursor: default;
    pointer-events: none;
    transition: none;
}
.btn:disabled,
.btn:disabled:hover,
.btn_disabled,
.btn_disabled:hover {
    background-color: #e4e6ea;
    border-color: #e4e6ea;
    color: #fff;
}
.btn_slim {
    padding: 9px 40px;
}
.loader,
.loader_animated {
    position: relative;
    height: 100%;
}
.loader:after,
.loader_animated:after {
    content: "";
    position: absolute;
    z-index: 30;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform-origin: center center;
    transform: translate3d(-50%, -50%, 0);
    border-top: 2px solid #cbc7c7;
    border-right: 2px solid #cbc7c7;
    border-bottom: 2px solid #cbc7c7;
    border-left: 2px solid #ff5722;
    animation: d 1.1s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.loader:before,
.loader_animated:before {
    content: attr(data-msg);
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    z-index: 30;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-top: 120px;
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
    box-sizing: border-box;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-weight: 400;
    background: hsla(0, 0%, 100%, 0.9);
}
@keyframes d {
    0% {
        transform-origin: center center;
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }
    to {
        transform-origin: center center;
        transform: translate3d(-50%, -50%, 0) rotate(1turn);
    }
}
.loader_main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.loader_center:after {
    margin-top: -25px;
}
.loader_nonTransparent:before {
    left: -10px;
    right: -10px;
    background-color: #fff;
}
.loader_animated {
    height: inherit;
}
.loader_animated:after,
.loader_animated:before {
    z-index: -1;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}
.loader_animated:before {
    padding: 0;
    background-color: hsla(0, 0%, 100%, 0);
    will-change: visibility, background-color;
    transition: background-color 0.35s ease;
}
.loader_animated:after {
    opacity: 0;
    animation-play-state: paused;
    will-change: visibility, opacity;
    transition: opacity 0.35s ease;
}
.loader_animated_show:after,
.loader_animated_show:before {
    z-index: 10;
    visibility: visible;
}
.loader_animated_show:before {
    background-color: hsla(0, 0%, 100%, 0.9);
}
.loader_animated_show:after {
    opacity: 1;
    animation-play-state: running;
}
.loader_smallNoBg {
    width: 16px;
    height: 16px;
}
.loader_smallNoBg:before {
    display: none;
}
.loader_smallNoBg:after {
    width: 12px;
    height: 12px;
}
.Button {
    display: inline-block;
    position: relative;
    padding: 8px 16px;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    border: 1px solid transparent;
    background: none;
    border-radius: 2px;
    font-weight: 400;
    transition: border 0.2s ease, background-color 0.2s ease, color 0.15s ease;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Button,
.Button:active,
.Button:focus,
.Button:hover {
    text-decoration: none;
}
.Button:active {
    transition: border 0.2s ease, background-color 0.2s ease;
}
.Button:active svg {
    opacity: 0.7;
}
.Button_loading {
    font-size: 0;
    pointer-events: none;
}
.Button__loader {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.Button__loader:before {
    padding-top: 0;
    background: hsla(0, 0%, 100%, 0.2);
}
.Button__loader:after {
    border-color: rgba(37, 37, 142, 0.2);
    border-left-color: #25258e;
    width: 20px;
    height: 20px;
    margin-top: -12px;
    margin-left: -12px;
}
.Button_simple {
    border: 0;
}
.Button_simpleOutline {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    transition: border 0.2s, box-shadow 0.2s;
}
.Button_simpleOutline:hover {
    border: 1px solid transparent;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.Button_disabled.Button_simpleOutline,
.Button_disabled.Button_simpleOutline:focus,
.Button_simpleOutline:disabled {
    color: #e1e1e1;
}
.Button_orange {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722;
}
.Button_orange:active,
.Button_orange:hover {
    background-color: #ee3900;
    border-color: #ee3900;
}
.Button_orange:active {
    color: hsla(0, 0%, 100%, 0.7);
}
.Button_disabled.Button_orange,
.Button_disabled.Button_orange:focus,
.Button_orange:disabled {
    color: #fff;
    background-color: #e1e1e1;
}
.Button_orangeOutline {
    font-size: 14px;
    color: #ff5722;
    border-color: #ff5722;
}
.Button_orangeOutline:focus,
.Button_orangeOutline:hover {
    color: #fff;
    border-color: #ff5722;
    background-color: #ff5722;
}
.Button_orangeOutline:active {
    color: hsla(0, 0%, 100%, 0.7);
    border-color: #ee3900;
    background-color: #ee3900;
}
.Button_disabled.Button_orangeOutline,
.Button_disabled.Button_orangeOutline:focus,
.Button_orangeOutline:disabled {
    color: #e1e1e1;
}
.Button_whiteOutline {
    color: #fff;
    border: 1px solid #fff;
}
.Button_whiteOutline:focus,
.Button_whiteOutline:hover {
    color: #4a4a4a;
    background-color: #fff;
}
.Button_whiteOutline:active {
    color: rgba(74, 74, 74, 0.7);
    background-color: #fff;
}
.Button_disabled.Button_whiteOutline,
.Button_disabled.Button_whiteOutline:focus,
.Button_whiteOutline:disabled {
    color: #e1e1e1;
}
.Button_purple {
    color: #25258e;
    background-color: #fafafe;
}
.Button_purple:focus,
.Button_purple:hover {
    color: #25258e;
    background-color: #f4f4f9;
}
.Button_purple:active {
    color: rgba(37, 37, 142, 0.7);
    background-color: #f4f4f9;
}
.Button_disabled.Button_purple,
.Button_disabled.Button_purple:focus,
.Button_purple:disabled {
    color: #fff;
    background-color: #e1e1e1;
}
.Button_green {
    color: #fff;
    background-color: #1D6AE5;
}
.Button_green:focus,
.Button_green:hover {
    color: #fff;
    background-color: #337ab7;
}
.Button_green:active {
    color: hsla(0, 0%, 100%, 0.7);
    background-color: #337ab7;
}
.Button_disabled.Button_green,
.Button_disabled.Button_green:focus,
.Button_green:disabled {
    color: #fff;
    background-color: #e1e1e1;
}
.Button_greenOutline {
    font-size: 14px;
    color: #35a947;
    border-color: #35a947;
}
.Button_greenOutline:focus,
.Button_greenOutline:hover {
    color: #fff;
    border-color: #35a947;
    background-color: #35a947;
}
.Button_greenOutline:active {
    color: hsla(0, 0%, 100%, 0.7);
    border-color: #2d8f3c;
    background-color: #2d8f3c;
}
.Button_disabled.Button_greenOutline,
.Button_disabled.Button_greenOutline:focus,
.Button_greenOutline:disabled {
    color: #e1e1e1;
}
.Button_red {
    color: #fff;
    background-color: #e34828;
}
.Button_red:focus,
.Button_red:hover {
    color: #fff;
    background-color: #b83827;
}
.Button_red:active {
    color: hsla(0, 0%, 100%, 0.7);
    background-color: #b83827;
}
.Button_disabled.Button_red,
.Button_disabled.Button_red:focus,
.Button_red:disabled {
    color: #fff;
    background-color: #e1e1e1;
}
.Button_redOutline {
    font-size: 14px;
    color: #e34828;
    border-color: #e34828;
}
.Button_redOutline:focus,
.Button_redOutline:hover {
    color: #fff;
    border-color: #e34828;
    background-color: #e34828;
}
.Button_redOutline:active {
    color: hsla(0, 0%, 100%, 0.7);
    border-color: #e34828;
    background-color: #e34828;
}
.Button_disabled.Button_redOutline,
.Button_disabled.Button_redOutline:focus,
.Button_redOutline:disabled {
    color: #e1e1e1;
}
.Button_big {
    padding: 12px 20px;
    line-height: 24px;
}
.Button_fontBig {
    font-size: 16px;
}
.Button_bold {
    font-weight: 700;
    text-transform: uppercase;
}
.Button_wide {
    width: 100%;
}
.Button_left {
    border-radius: 0 2px 2px 0;
}
.Button_right {
    border-right: 0;
    border-radius: 2px 0 0 2px;
}
.Button:disabled,
.Button_disabled,
.Button_disabled:focus {
    border-color: #e1e1e1;
    cursor: default;
    pointer-events: none;
    transition: none;
}
.ReactModal__Overlay {
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
}
.ipad .ReactModal__Body--open {
    position: fixed;
}
.ModalDark.ReactModal__Content {
    width: 80%;
    max-width: 600px;
    min-width: 290px;
    background-color: #1b202e;
}
.ModalDark__title {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    margin: 0;
}
.ModalDark__titleIcon {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.ModalDark__titleWrap {
    position: relative;
    padding: 14px 18px;
    background: #363c4e;
}
.ModalDark__content {
    padding: 40px 40px 50px;
    text-align: center;
}
.ModalDark__contentIcon {
    display: block;
    margin: 0 auto 18px;
}
.ModalDark p {
    color: #fff;
    line-height: 1.5;
    letter-spacing: -0.3px;
}
@media only screen and (max-width: 839px) {
    .ModalDark p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 840px) {
    .ModalDark p {
        font-size: 18px;
    }
}
.ModalDark__note {
    font-size: 14px;
    line-height: 1.4;
    color: #8d9097;
    margin-top: 18px;
}
.ModalDark__note a {
    color: #ff5722;
    text-decoration: underline;
}
.ModalDark__note a:hover {
    text-decoration: none;
}
.ModalDark__btnClose {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}
.ModalDark__btnClose svg {
    vertical-align: top;
}
.ModalDark__btnClose:hover {
    opacity: 0.75;
}
.ReactModal__Body--open {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
.ReactModal__Body--open .tooltip {
    z-index: 300;
}
.ipad .ReactModal__Body--open,
.iphone .ReactModal__Body--open {
    position: fixed;
    width: 100%;
}
.ReactModalPortal > * {
    opacity: 0;
}
.ReactModal__Overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 300;
    overflow: auto;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.8);
    transition: opacity 0.2s ease-in-out;
}
.ReactModal__Overlay:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 100%;
}
.ReactModal__Overlay--after-open {
    opacity: 1;
}
.ReactModal__Overlay--before-close {
    opacity: 0;
}
.ReactModal__Content {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 840px;
    opacity: 0;
    outline: none;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    transform: scale(0.7);
    transition: transform 0.2s ease;
}
.ReactModal__Content--after-open {
    opacity: 1;
    transform: scale(1);
}
.ReactModal__Content--before-close {
    tramsform: scale(0);
}
.iqModal {
    display: inline-block;
    position: relative;
    overflow-x: hidden;
    min-width: 320px;
    max-width: 840px;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    white-space: normal;
    outline: none;
}
@media only screen and (max-width: 599px) {
    .iqModal {
        height: 100%;
    }
}
@media only screen and (min-width: 600px) {
    .iqModal {
        border-radius: 2px;
    }
}
.iqModal__overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 300;
    overflow: auto;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 60px 24px;
}
.iqModal__overlay:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 100%;
}
@media only screen and (max-width: 599px) {
    .iqModal__overlay {
        padding: 0;
        background-color: #fff;
    }
}
.iqModal__controlIcon {
    z-index: 1;
}
.iqModal__title {
    font-weight: 700;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.2px;
    box-sizing: border-box;
}
.iqModal__titleIconWrapper {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin-right: 12px;
}
.iqModal__titleIcon {
    position: relative;
    width: 100%;
    height: 100%;
}
.iqModal__controls {
    font-size: 15px;
    font-weight: 300;
}
@media only screen and (min-width: 600px) {
    .iqModal__controls {
        padding: 14px 14px 0;
    }
}
@media only screen and (max-width: 599px) {
    .iqModal__controls {
        padding: 14px 24px;
    }
}
@media only screen and (max-width: 479px) {
    .iqModal__controls {
        padding: 14px 16px;
    }
}
.iqModal__control {
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
}
.iqModal__controlIcon {
    transition: opacity 0.3s ease;
}
.iqModal__control:hover .iqModal__controlIcon {
    opacity: 1;
}
.iqModal__control_close {
    float: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (min-width: 600px) {
    .iqModal__controlLabel {
        display: none;
    }
    .iqModal__controlIcon {
        opacity: 0.6;
    }
}
@media only screen and (max-width: 599px) {
    .iqModal__controlIcon,
    .iqModal__controlLabel {
        vertical-align: middle;
    }
    .iqModal__controlIcon + .iqModal__controlLabel,
    .iqModal__controlLabel + .iqModal__controlIcon {
        margin-left: 8px;
    }
    .iqModal__controlIcon {
        opacity: 0.4;
    }
}
@media only screen and (max-width: 599px) {
    .iqModal__scrollable {
        position: fixed;
        top: 54px;
        left: 0;
        right: 0;
        bottom: 0;
        min-width: 320px;
        overflow-y: auto;
    }
}
.iqModal__content {
    box-sizing: border-box;
    position: relative;
    min-height: 100%;
}
@media only screen and (max-width: 599px) {
    .iqModal__content {
        padding-bottom: 80px;
    }
}
.iqModal__buttons {
    margin-top: 30px;
    padding: 16px 24px;
    text-align: center;
}
@media only screen and (max-width: 479px) {
    .iqModal__buttons {
        padding: 16px;
    }
}
@media only screen and (max-width: 599px) {
    .iqModal__buttons {
        display: -ms-flexbox;
        display: flex;
        border: 0;
        padding: 0;
        width: 100%;
        margin: -40px 0 0;
    }
}
@media only screen and (max-width: 599px) {
    .iqModal__buttons .btn {
        -ms-flex: 1;
        flex: 1;
        padding-left: 14px;
        padding-right: 14px;
        border-radius: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.iqModal__buttons .btn + .btn {
    margin-left: 20px;
}
@media only screen and (max-width: 599px) {
    .iqModal__buttons .btn + .btn {
        margin-left: 0;
    }
}
.iqModal_white,
.iqModal_white .iqModal__controls,
.iqModal_white .iqModal__wrapper {
    background-color: #fff;
}
@media only screen and (max-width: 599px) {
    .iqModal_white .iqModal__controls {
        border-bottom: 1px solid #f4f4f9;
    }
}
@media only screen and (min-width: 600px) {
    .iqModal_white .iqModal__buttons {
        border-top: 1px solid #f4f4f9;
        background-color: #fafafe;
    }
}
.iqModal_black,
.iqModal_black .iqModal__controls,
.iqModal_black .iqModal__wrapper {
    background-color: #1b202e;
}
@media only screen and (max-width: 599px) {
    .iqModal_black .iqModal__controls {
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    }
}
.iqModal_black .iqModal__buttons {
    border-top: 1px solid #e4e6ea;
    background-color: #fff;
}
@media only screen and (max-width: 599px) {
    .iqModal_black .iqModal__buttons {
        border-top: 0;
    }
}
.iqModal_black .iqModal__controlIcon {
    fill: #fff;
}
.ModalVideo {
    z-index: 7;
    position: absolute;
    width: 80%;
    width: calc(100% - 160px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ModalVideo__close {
    position: absolute;
    left: 100%;
    bottom: 100%;
    margin-left: 10px;
    margin-bottom: 10px;
}
.ModalVideo__closeIcon {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 0.7;
    transition: opacity 0.3s linear;
}
.ModalVideo__closeIcon:hover {
    opacity: 1;
}
.ModalVideo__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.BitcoinX100Banner {
    height: 160px;
    background-color: #62088f;
    background-image: linear-gradient(270deg, #62088f, #820fbc);
}
@media only screen and (min-width: 480px) {
    .BitcoinX100Banner {
        height: 150px;
    }
}
.BitcoinX100Banner:after {
    position: absolute;
    display: block;
    content: " ";
    right: 0;
    top: 0;
    width: 125%;
    height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-image: url(../../static.cdnpub.info/v5/static/images/banner-bitcoinX100-bg.57c1e59ad5b7e323ff8f9027364ea0c9.png);
}
@media only screen and (min-width: 480px) {
    .BitcoinX100Banner:after {
        height: 150px;
    }
}
@media only screen and (min-width: 600px) {
    .BitcoinX100Banner:after {
        background-size: auto 100%;
    }
}
@media only screen and (min-width: 840px) {
    .BitcoinX100Banner:after {
        height: 200px;
    }
}
.BitcoinX100Banner__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (min-width: 840px) {
    .BitcoinX100Banner__inner {
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.BitcoinX100Banner__title {
    padding: 0 14px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}
@media only screen and (min-width: 840px) {
    .BitcoinX100Banner__title {
        padding: 0;
        font-size: 24px;
        line-height: 36px;
    }
}
.BitcoinX100Banner__title b {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    margin: 0 5px;
    color: #6f32a9;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 4px;
    background-color: #fff;
}
.BitcoinX100Banner__button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 14px;
    min-width: 170px;
}
@media only screen and (min-width: 480px) {
    .BitcoinX100Banner__button {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 840px) {
    .BitcoinX100Banner__button {
        margin-top: 14px;
    }
}
.BitcoinX100Banner__image {
    position: absolute;
    display: none;
    top: -100px;
    right: 0;
    width: 156px;
    height: 287px;
}
@media only screen and (min-width: 840px) {
    .BitcoinX100Banner__image {
        display: block;
    }
}
.Banners {
    position: relative;
}
.Banners ~ .Navbar,
.Banners ~ .Navbar .NavbarSubmenu {
    position: absolute;
    top: 100%;
    width: 100%;
}
.Banners ~ .Navbar .NavbarDropdown {
    position: absolute;
    top: 100%;
    overflow: visible;
    overflow-y: visible;
}
.Banners ~ .Navbar .NavbarDropdown > div {
    height: auto !important;
}
.Banners ~ .Navbar .NavbarDropdown > div > div {
    position: relative !important;
}
.Banners ~ .Navbar .NavbarAccordion {
    position: absolute;
    top: 100%;
    overflow: visible;
    overflow-y: visible;
}
.Banners ~ .Navbar .NavbarAccordion > div {
    height: 1000px !important;
    background-color: #fafafe;
}
.Banners ~ .Navbar .NavbarAccordion > div > div {
    position: relative !important;
}
.iScrollVerticalScrollbar {
    position: absolute;
    width: 2px;
    top: 2px;
    bottom: 2px;
    right: 5px;
    transform: scaleY(0.95);
    border-radius: 3px;
}
.iScrollIndicator {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}
.ScrollWrapper__track {
    position: absolute;
    width: 4px;
    right: 2px;
    bottom: 2px;
    top: 2px;
}
.ScrollWrapper__thumb {
    border-radius: 2px;
    background-color: #e1e1e1;
}
.ScrollWrapper__thumb:hover {
    background-color: #9b9b9b;
}
.DownloadButton {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 12px 20px;
    color: #4a4a4a;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, fill 0.2s ease;
    border-radius: 2px;
}
.DownloadButton:active,
.DownloadButton:hover {
    text-decoration: none;
}
.DownloadButton_orange {
    border: 1px solid #ff5722;
    fill: #ff5722;
}
.DownloadButton_orange:hover {
    background-color: #ff5722;
    color: #fff;
    fill: #fff;
}
.DownloadButton_black {
    border: 1px solid #4a4a4a;
    fill: #4a4a4a;
}
.DownloadButton_black:hover {
    background-color: #4a4a4a;
    color: #fff;
    fill: #fff;
}
.DownloadButton__Icon {
    margin-right: 20px;
}
.DownloadButton__Icon_apple,
.DownloadButton__Icon_ios,
.DownloadButton__Icon_ubuntu {
    min-width: 35px;
    min-height: 35px;
}
.DownloadButton__Icon_android,
.DownloadButton__Icon_windows {
    min-width: 32px;
    min-height: 32px;
}
@media only screen and (max-width: 839px) {
    .DownloadButton__Icon_ubuntu + .DownloadButton__Text {
        max-width: 140px;
    }
}
@media only screen and (max-width: 599px) {
    .DownloadButton__Icon_ubuntu + .DownloadButton__Text {
        max-width: 100%;
    }
}
.DownloadButton__Text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 55px);
}
.DownloadButton__Title {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.DownloadButton_isBeta .DownloadButton__Title:after {
    content: "beta";
    position: absolute;
    margin-left: 8px;
    padding: 2px 5px;
    background-color: #ff5722;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 2px;
}
.DownloadButton_isBeta:hover .DownloadButton__Title:after {
    background-color: #fff;
    color: #ff5722;
}
.DownloadButton__Subtitle {
    width: 100%;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ScrollTop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: #ff5722;
}
.ScrollTop:hover {
    color: #ee3900;
}
.ScrollTop__text {
    display: none;
    margin-right: 16px;
}
@media only screen and (min-width: 480px) {
    .ScrollTop__text {
        display: block;
    }
}
.ScrollTop__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #ff5722;
    color: #ff5722;
    line-height: 0;
    transition: color 0.3s ease, background 0.3s ease;
}
.ScrollTop:hover .ScrollTop__icon {
    background: #ff5722;
    color: #fff;
}
.ScrollTop__icon svg {
    display: block;
    margin-top: -2px;
}
.SocialItem {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* width: 36px;
    height: 36px; */
    border-radius: 50%;
    transition: opacity 0.3s ease;
    padding: 0 5px;
}
.SocialItem_fb {
    color: #3a589a;
}
.SocialItem_vk {
    background: #4680c2;
}
.SocialItem_wb {
    background: #d32e35;
}
.SocialItem_tw {
    background: #3cb5e2;
}
.SocialItem_inst {
    background-image: linear-gradient(0deg, #e09b3d, #c74c4d 30%, #c21975 60%, #7024c4 99%);
}
.SocialItem_youtube {
    background: #d02a34;
}
