.app-webview-env.accountsdk-app-env .hidden-in-accountsdk,
.app-webview-env.bbs-app-env .hidden-in-bbs-app,
.app-webview-env.heytap-app-env .hidden-in-heytap-app,
.app-webview-env .hidden-in-all-app,
.app-webview-env.member-app-env #_hj_feedback_container,
.app-webview-env.member-app-env .hidden-in-member-app,
.app-webview-env.store-app-env .hidden-in-store-app,
.display-none {
    display: none !important
}

.app-webview-env.bbs-app-env #header {
    height: 1rem
}

.app-webview-env.bbs-app-env #header .nav-left .show-menu {
    right: .1rem;
    left: unset
}

.app-webview-env.bbs-app-env #header .nav-left .brand {
    left: .22rem;
    top: .03rem;
    -webkit-transform: unset;
    transform: unset;
    color: #000
}

.app-webview-env.bbs-app-env #header .nav-left .brand a {
    color: #000;
    font-size: 18px;
    font-weight: 450
}

.app-webview-env.bbs-app-env #header .nav-left .brand .svg {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.app-webview-env.bbs-app-env #header .nav {
    padding-top: .26rem
}

.app-webview-env.bbs-app-env #header .nav .nav-right {
    top: .28rem;
    right: .66rem
}

.app-webview-env.bbs-app-env #header .basket-info {
    left: 1px !important;
    right: unset
}

.app-webview-env.bbs-app-env #header .show-menu .collapsed .icon-show-menu {
    border-top: 1px solid rgba(0, 0, 0, .9);
    border-bottom: 1px solid rgba(0, 0, 0, .9)
}

.app-webview-env.bbs-app-env #header .show-menu .collapsed .icon-show-menu:after,
.app-webview-env.bbs-app-env #header .show-menu .collapsed .icon-show-menu:before {
    border-color: rgba(0, 0, 0, .9)
}

.one-button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    padding: 0 1em
}

.one-button.focus,
.one-button:focus,
.one-button:hover {
    color: #333;
    text-decoration: none;
    outline: 0
}

.one-button.active,
.one-button:active {
    outline: 0;
    background-image: none
}

.one-button.disabled:not(.handling),
.one-button[disabled]:not(.handling),
fieldset[disabled] .one-button:not(.handling) {
    background-color: #ccc !important;
    border-color: #ccc !important;
    color: #fff !important;
    cursor: not-allowed !important
}

.one-button.disabled.handling,
.one-button[disabled].handling,
fieldset[disabled] .one-button.handling {
    color: transparent;
    opacity: .8
}

.one-button.disabled:before,
.one-button[disabled]:before,
fieldset[disabled] .one-button:before {
    display: none !important
}

.one-button.padding-1em {
    padding: 0 1em
}

.one-button.padding-2em {
    padding: 0 2em
}

.one-button.padding-3em {
    padding: 0 3em
}

.one-button.padding-4em {
    padding: 0 4em
}

.one-button.padding-5em {
    padding: 0 5em
}

.one-button.fits-container,
.one-button.streched {
    width: 100%
}

.one-button.handling,
.one-button.handling.focus,
.one-button.handling:focus,
.one-button.handling:hover {
    color: transparent !important
}

.one-button .univesal-loading-container {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.45);
    transform: translate(-50%, -50%) scale(.45)
}

.one-button.no-shadow,
.one-button.no-shadow.active,
.one-button.no-shadow.focus,
.one-button.no-shadow:active,
.one-button.no-shadow:focus,
.one-button.no-shadow:hover,
.one-button.shadow-clean,
.one-button.shadow-clean.active,
.one-button.shadow-clean.focus,
.one-button.shadow-clean:active,
.one-button.shadow-clean:focus,
.one-button.shadow-clean:hover {
    box-shadow: none
}

.one-button.btn-red {
    background-color: #eb0028;
    color: #fff
}

@media screen and (max-width:735px) {
    .one-button.btn-red:before {
        display: none !important
    }
}

.one-button.btn-red:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: -1;
    width: 0;
    height: 100%;
    height: calc(100% + 2px);
    -webkit-transition: .25s;
    transition: .25s;
    background-color: #eb0028;
    border-radius: 2px
}

.one-button.btn-red.focus .one-button.btn-red.retrying:after,
.one-button.btn-red:focus,
.one-button.btn-red:hover {
    color: #fff
}

.one-button.btn-red .univesal-loading-container .path {
    stroke: #fff
}

.one-button.btn-red.focus:before,
.one-button.btn-red:focus:before,
.one-button.btn-red:hover:before {
    background-color: #b8001f;
    width: 100%;
    width: calc(100% + 2px)
}

@media screen and (max-width:735px) {

    .one-button.btn-red.focus:before,
    .one-button.btn-red:focus:before,
    .one-button.btn-red:hover:before {
        visibility: hidden
    }
}

.one-button.btn-red.retrying,
.one-button.btn-red.retrying.foucs,
.one-button.btn-red.retrying:active,
.one-button.btn-red.retrying:focus,
.one-button.btn-red.retrying:hover {
    color: transparent !important
}

.one-button.btn-red.retrying.foucs .univesal-loading-container,
.one-button.btn-red.retrying .univesal-loading-container,
.one-button.btn-red.retrying:active .univesal-loading-container,
.one-button.btn-red.retrying:focus .univesal-loading-container,
.one-button.btn-red.retrying:hover .univesal-loading-container {
    left: 2em
}

.one-button.btn-red.retrying.foucs:after,
.one-button.btn-red.retrying:active:after,
.one-button.btn-red.retrying:after,
.one-button.btn-red.retrying:focus:after,
.one-button.btn-red.retrying:hover:after {
    content: attr(data-retry);
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff
}

.one-button.btn-black {
    background-color: #101920;
    color: #fff
}

@media screen and (max-width:735px) {
    .one-button.btn-black:before {
        display: none !important
    }
}

.one-button.btn-black:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: -1;
    width: 0;
    height: 100%;
    height: calc(100% + 2px);
    -webkit-transition: .25s;
    transition: .25s;
    background-color: #101920;
    border-radius: 2px
}

.one-button.btn-black.focus .one-button.btn-black.retrying:after,
.one-button.btn-black:focus,
.one-button.btn-black:hover {
    color: #fff
}

.one-button.btn-black .univesal-loading-container .path {
    stroke: #fff
}

.one-button.btn-black.focus:before,
.one-button.btn-black:focus:before,
.one-button.btn-black:hover:before {
    background-color: #000;
    width: 100%;
    width: calc(100% + 2px)
}

@media screen and (max-width:735px) {

    .one-button.btn-black.focus:before,
    .one-button.btn-black:focus:before,
    .one-button.btn-black:hover:before {
        visibility: hidden
    }
}

.one-button.btn-black.retrying,
.one-button.btn-black.retrying.foucs,
.one-button.btn-black.retrying:active,
.one-button.btn-black.retrying:focus,
.one-button.btn-black.retrying:hover {
    color: transparent !important
}

.one-button.btn-black.retrying.foucs .univesal-loading-container,
.one-button.btn-black.retrying .univesal-loading-container,
.one-button.btn-black.retrying:active .univesal-loading-container,
.one-button.btn-black.retrying:focus .univesal-loading-container,
.one-button.btn-black.retrying:hover .univesal-loading-container {
    left: 2em
}

.one-button.btn-black.retrying.foucs:after,
.one-button.btn-black.retrying:active:after,
.one-button.btn-black.retrying:after,
.one-button.btn-black.retrying:focus:after,
.one-button.btn-black.retrying:hover:after {
    content: attr(data-retry);
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff
}

.one-button.btn-white {
    background-color: #fff;
    color: #101920
}

@media screen and (max-width:735px) {
    .one-button.btn-white:before {
        display: none !important
    }
}

.one-button.btn-white:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: -1;
    width: 0;
    height: 100%;
    height: calc(100% + 2px);
    -webkit-transition: .25s;
    transition: .25s;
    background-color: #fff;
    border-radius: 2px
}

.one-button.btn-white.focus,
.one-button.btn-white.retrying:after,
.one-button.btn-white:focus,
.one-button.btn-white:hover {
    color: #101920
}

.one-button.btn-white .univesal-loading-container .path {
    stroke: #eb0028
}

.one-button.btn-white.focus:before,
.one-button.btn-white:focus:before,
.one-button.btn-white:hover:before {
    background-color: #e6e6e6;
    width: 100%;
    width: calc(100% + 2px)
}

@media screen and (max-width:735px) {

    .one-button.btn-white.focus:before,
    .one-button.btn-white:focus:before,
    .one-button.btn-white:hover:before {
        visibility: hidden
    }
}

.one-button.btn-white.retrying,
.one-button.btn-white.retrying.foucs,
.one-button.btn-white.retrying:active,
.one-button.btn-white.retrying:focus,
.one-button.btn-white.retrying:hover {
    color: transparent !important
}

.one-button.btn-white.retrying.foucs .univesal-loading-container,
.one-button.btn-white.retrying .univesal-loading-container,
.one-button.btn-white.retrying:active .univesal-loading-container,
.one-button.btn-white.retrying:focus .univesal-loading-container,
.one-button.btn-white.retrying:hover .univesal-loading-container {
    left: 2em
}

.one-button.btn-white.retrying.foucs:after,
.one-button.btn-white.retrying:active:after,
.one-button.btn-white.retrying:after,
.one-button.btn-white.retrying:focus:after,
.one-button.btn-white.retrying:hover:after {
    content: attr(data-retry);
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #101920
}

.one-button.btn-ghost.btn-red {
    background-color: transparent;
    border-color: #eb0028;
    color: #eb0028;
    -webkit-transition: .25s;
    transition: .25s
}

@media screen and (max-width:735px) {
    .one-button.btn-ghost.btn-red:before {
        display: none
    }
}

.one-button.btn-ghost.btn-red .univesal-loading-container .path {
    stroke: #eb0028
}

.one-button.btn-ghost.btn-red:before {
    content: "";
    background-color: #b8001f
}

.one-button.btn-ghost.btn-red.focus,
.one-button.btn-ghost.btn-red:focus,
.one-button.btn-ghost.btn-red:hover {
    color: #fff
}

.one-button.btn-ghost.btn-red.focus .univesal-loading-container .path,
.one-button.btn-ghost.btn-red:focus .univesal-loading-container .path,
.one-button.btn-ghost.btn-red:hover .univesal-loading-container .path {
    stroke: #fff
}

@media screen and (max-width:735px) {

    .one-button.btn-ghost.btn-red.focus,
    .one-button.btn-ghost.btn-red:focus,
    .one-button.btn-ghost.btn-red:hover {
        color: #eb0028
    }

    .one-button.btn-ghost.btn-red.focus .univesal-loading-container .path,
    .one-button.btn-ghost.btn-red:focus .univesal-loading-container .path,
    .one-button.btn-ghost.btn-red:hover .univesal-loading-container .path {
        stroke: #eb0028
    }
}

.one-button.btn-ghost.btn-white {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    -webkit-transition: .25s;
    transition: .25s
}

@media screen and (max-width:735px) {
    .one-button.btn-ghost.btn-white:before {
        display: none
    }
}

.one-button.btn-ghost.btn-white .univesal-loading-container .path {
    stroke: #fff
}

.one-button.btn-ghost.btn-white:before {
    content: "";
    background-color: #e6e6e6
}

.one-button.btn-ghost.btn-white.focus,
.one-button.btn-ghost.btn-white:focus,
.one-button.btn-ghost.btn-white:hover {
    color: #101920
}

.one-button.btn-ghost.btn-white.focus .univesal-loading-container .path,
.one-button.btn-ghost.btn-white:focus .univesal-loading-container .path,
.one-button.btn-ghost.btn-white:hover .univesal-loading-container .path {
    stroke: #101920
}

@media screen and (max-width:735px) {

    .one-button.btn-ghost.btn-white.focus,
    .one-button.btn-ghost.btn-white:focus,
    .one-button.btn-ghost.btn-white:hover {
        color: #fff
    }

    .one-button.btn-ghost.btn-white.focus .univesal-loading-container .path,
    .one-button.btn-ghost.btn-white:focus .univesal-loading-container .path,
    .one-button.btn-ghost.btn-white:hover .univesal-loading-container .path {
        stroke: #fff
    }
}

.one-button.btn-ghost.btn-black {
    background-color: transparent;
    border-color: #101920;
    color: #101920;
    -webkit-transition: .25s;
    transition: .25s
}

@media screen and (max-width:735px) {
    .one-button.btn-ghost.btn-black:before {
        display: none
    }
}

.one-button.btn-ghost.btn-black .univesal-loading-container .path {
    stroke: #101920
}

.one-button.btn-ghost.btn-black:before {
    content: "";
    background-color: #000
}

.one-button.btn-ghost.btn-black.focus,
.one-button.btn-ghost.btn-black:focus,
.one-button.btn-ghost.btn-black:hover {
    color: #fff
}

.one-button.btn-ghost.btn-black.focus .univesal-loading-container .path,
.one-button.btn-ghost.btn-black:focus .univesal-loading-container .path,
.one-button.btn-ghost.btn-black:hover .univesal-loading-container .path {
    stroke: #fff
}

@media screen and (max-width:735px) {

    .one-button.btn-ghost.btn-black.focus,
    .one-button.btn-ghost.btn-black:focus,
    .one-button.btn-ghost.btn-black:hover {
        color: #101920
    }

    .one-button.btn-ghost.btn-black.focus .univesal-loading-container .path,
    .one-button.btn-ghost.btn-black:focus .univesal-loading-container .path,
    .one-button.btn-ghost.btn-black:hover .univesal-loading-container .path {
        stroke: #101920
    }
}

.one-button.responsive {
    font-size: .83333vw;
    line-height: 2.5;
    height: calc(2.5em + 2px)
}

@media screen and (max-width:1560px) {
    .one-button.responsive {
        font-size: 13px
    }
}

.one-button.frozen {
    line-height: 40px;
    height: 40px;
    font-size: 14px
}

.one-button.btn-xl.responsive {
    font-size: 1.25vw;
    line-height: 2.5;
    height: calc(2.5em + 2px)
}

@media screen and (max-width:1600px) {
    .one-button.btn-xl.responsive {
        font-size: 20px
    }
}

.one-button.btn-xl.frozen {
    line-height: 60px;
    height: 60px;
    font-size: 21px
}

.one-button.btn-lg.responsive {
    font-size: 1.04167vw;
    line-height: 2.5;
    height: calc(2.5em + 2px)
}

@media screen and (max-width:1536px) {
    .one-button.btn-lg.responsive {
        font-size: 16px
    }
}

.one-button.btn-lg.frozen {
    line-height: 50px;
    height: 50px;
    font-size: 17px
}

.one-button.btn-sm.responsive {
    font-size: .66667vw;
    line-height: 2.5;
    height: calc(2.5em + 2px)
}

@media screen and (max-width:1800px) {
    .one-button.btn-sm.responsive {
        font-size: 12px
    }
}

.one-button.btn-sm.frozen {
    line-height: 32px;
    height: 32px;
    font-size: 11px
}

.one-button.btn-form {
    height: 40px;
    line-height: 40px
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Roman-55, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #777;
    text-decoration: none
}

a:focus,
a:hover {
    color: #d9d9d9;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 4px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:736px) {
    .container {
        width: 750px
    }
}

@media (min-width:1068px) {
    .container {
        width: 970px
    }
}

@media (min-width:1398px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:736px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1068px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1398px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

body,
html {
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    color: #828282;
    position: relative;
    overflow-x: hidden
}

dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.text-white {
    color: #fff
}

.text-black {
    color: #101920
}

.text-red {
    color: #eb0028
}

.text-gray {
    color: #828282
}

.text-blue {
    color: #09c
}

.text-33 {
    color: #333
}

.text-66 {
    color: #666
}

.text-99 {
    color: #999
}

.text-f3 {
    color: #f3f3f3
}

.text-f6 {
    color: #f6f6f6
}

.text-f9 {
    color: #f9f9f9
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #101920
}

.bg-warm-gray {
    background-color: #f9f9f9
}

.text-normal {
    font-weight: 300
}

.text-strong {
    font-weight: 400
}

.text-stronger {
    font-weight: 700
}

.line-height-base {
    line-height: 1
}

.text-uppercase,
.uppercase {
    text-transform: uppercase
}

.lowercase,
.text-lowercase {
    text-transform: lowercase
}

.capitalize,
.text-capitalize {
    text-transform: capitalize
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.link,
a {
    color: inherit;
    text-decoration: none;
    padding: 0;
    margin: 0
}

.link:focus,
.link:hover,
a:focus,
a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none
}

.link:focus,
a:focus {
    outline: 0
}

.link,
.link.link-gray,
a,
a.link-gray {
    color: #828282
}

.link.active,
.link.link-gray.active,
.link.link-gray:focus,
.link.link-gray:hover,
.link:focus,
.link:hover,
a.active,
a.link-gray.active,
a.link-gray:focus,
a.link-gray:hover,
a:focus,
a:hover {
    color: #101920
}

@media screen and (max-width:735px) {

    .link.link-gray:focus,
    .link:focus,
    a.link-gray:focus,
    a:focus {
        color: #828282
    }
}

.link.link-blue,
a.link-blue {
    color: #09c
}

.link.link-blue.active,
.link.link-blue:focus,
.link.link-blue:hover,
a.link-blue.active,
a.link-blue:focus,
a.link-blue:hover {
    color: #eb0028
}

@media screen and (max-width:735px) {

    .link.link-blue:focus,
    a.link-blue:focus {
        color: #09c
    }
}

.link.link-black,
a.link-black {
    color: #101920
}

.link.link-black.active,
.link.link-black:focus,
.link.link-black:hover,
a.link-black.active,
a.link-black:focus,
a.link-black:hover {
    color: #eb0028
}

@media screen and (max-width:735px) {

    .link.link-black:focus,
    a.link-black:focus {
        color: #101920
    }
}

.link.link-white,
a.link-white {
    color: #fff
}

.link.link-white.active,
.link.link-white:focus,
.link.link-white:hover,
a.link-white.active,
a.link-white:focus,
a.link-white:hover {
    color: #eb0028
}

@media screen and (max-width:735px) {

    .link.link-white:focus,
    a.link-white:focus {
        color: #fff
    }
}

.link.link-red,
a.link-red {
    color: #eb0028
}

.link.link-red.active,
.link.link-red:focus,
.link.link-red:hover,
a.link-red.active,
a.link-red:focus,
a.link-red:hover {
    color: #d70226
}

@media screen and (max-width:735px) {

    .link.link-red:focus,
    a.link-red:focus {
        color: #eb0028
    }
}

.link-action {
    font-size: inherit;
    position: relative;
    color: #09c;
    display: inline;
    line-height: inherit;
    cursor: pointer
}

.link-action,
.link-action:before {
    -webkit-transition: .25s;
    transition: .25s
}

.link-action:before {
    content: "";
    display: inline-block;
    margin-right: .3em;
    margin-bottom: -.1em;
    border-left: .6em solid #09c;
    border-top: .45em solid transparent;
    border-bottom: .45em solid transparent;
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

.link-action:focus,
.link-action:hover {
    color: #eb0028
}

.link-action:focus:before,
.link-action:hover:before {
    border-color: transparent #eb0028
}

@media screen and (max-width:735px) {

    .link-action:focus,
    .link-action:hover {
        color: #09c
    }

    .link-action:focus:before,
    .link-action:hover:before {
        border-color: transparent #09c
    }
}

.link-action.expanded:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.no-pointer {
    pointer-events: none
}

.ov-visible {
    overflow: visible !important
}

.ov-hidden {
    overflow: hidden
}

.full-width {
    width: 100%
}

.full-height {
    height: 100%
}

.viewport-height {
    height: 100vh
}

.viewport-width {
    width: 100vw
}

.side-padding {
    padding-left: 3% !important;
    padding-right: 3% !important
}

.text-indent {
    padding-left: 3%
}

.container-infinite,
.container-text,
.container-text-slim,
.container-topic {
    display: block;
    margin: auto;
    width: 100%
}

.container-infinite:after,
.container-infinite:before,
.container-text-slim:after,
.container-text-slim:before,
.container-text:after,
.container-text:before,
.container-topic:after,
.container-topic:before {
    content: " ";
    display: table
}

.container-infinite:after,
.container-text-slim:after,
.container-text:after,
.container-topic:after {
    clear: both
}

.container-infinite .row.clean,
.container-text-slim .row.clean,
.container-text .row.clean,
.container-topic .row.clean {
    margin-left: 0;
    margin-right: 0
}

.container-infinite .row .clean,
.container-text-slim .row .clean,
.container-text .row .clean,
.container-topic .row .clean {
    padding-left: 0;
    padding-right: 0
}

.container-topic {
    max-width: 1920px;
    min-width: 300px
}

.container-text {
    max-width: 1200px;
    min-width: 300px
}

.container-text-slim {
    max-width: 800px;
    min-width: 300px
}

.margin-1vw,
.margin-1x,
.margin-2vw,
.margin-2x,
.margin-3vw,
.margin-3x,
.margin-4vw,
.margin-4x,
.margin-5vw,
.margin-5x,
.margin-6vw,
.margin-6x,
.margin-7vw,
.margin-7x,
.margin-8vw,
.margin-8x,
.margin-9vw,
.margin-9x,
.margin-10vw,
.margin-10x {
    display: block
}

.margin-1vw:after,
.margin-1vw:before,
.margin-1x:after,
.margin-1x:before,
.margin-2vw:after,
.margin-2vw:before,
.margin-2x:after,
.margin-2x:before,
.margin-3vw:after,
.margin-3vw:before,
.margin-3x:after,
.margin-3x:before,
.margin-4vw:after,
.margin-4vw:before,
.margin-4x:after,
.margin-4x:before,
.margin-5vw:after,
.margin-5vw:before,
.margin-5x:after,
.margin-5x:before,
.margin-6vw:after,
.margin-6vw:before,
.margin-6x:after,
.margin-6x:before,
.margin-7vw:after,
.margin-7vw:before,
.margin-7x:after,
.margin-7x:before,
.margin-8vw:after,
.margin-8vw:before,
.margin-8x:after,
.margin-8x:before,
.margin-9vw:after,
.margin-9vw:before,
.margin-9x:after,
.margin-9x:before,
.margin-10vw:after,
.margin-10vw:before,
.margin-10x:after,
.margin-10x:before {
    content: " ";
    display: table
}

.margin-1vw:after,
.margin-1x:after,
.margin-2vw:after,
.margin-2x:after,
.margin-3vw:after,
.margin-3x:after,
.margin-4vw:after,
.margin-4x:after,
.margin-5vw:after,
.margin-5x:after,
.margin-6vw:after,
.margin-6x:after,
.margin-7vw:after,
.margin-7x:after,
.margin-8vw:after,
.margin-8x:after,
.margin-9vw:after,
.margin-9x:after,
.margin-10vw:after,
.margin-10x:after {
    clear: both
}

.item-1 {
    width: 2em
}

.margin-1vw {
    height: 1vw
}

.item-2 {
    width: 4em
}

.margin-2vw {
    height: 2vw
}

.item-3 {
    width: 6em
}

.margin-3vw {
    height: 3vw
}

.item-4 {
    width: 8em
}

.margin-4vw {
    height: 4vw
}

.item-5 {
    width: 10em
}

.margin-5vw {
    height: 5vw
}

.item-6 {
    width: 12em
}

.margin-6vw {
    height: 6vw
}

.item-7 {
    width: 14em
}

.margin-7vw {
    height: 7vw
}

.item-8 {
    width: 16em
}

.margin-8vw {
    height: 8vw
}

.item-9 {
    width: 18em
}

.margin-9vw {
    height: 9vw
}

.item-10 {
    width: 20em
}

.margin-10vw {
    height: 10vw
}

.margin-1x {
    height: 0;
    width: 100%;
    padding-bottom: 2%
}

@media screen and (max-width:735px) {
    .margin-1x {
        padding-bottom: 4%
    }
}

.margin-1x.frozen {
    padding-bottom: 5px
}

.margin-2x {
    height: 0;
    width: 100%;
    padding-bottom: 4%
}

@media screen and (max-width:735px) {
    .margin-2x {
        padding-bottom: 8%
    }
}

.margin-2x.frozen {
    padding-bottom: 10px
}

.margin-3x {
    height: 0;
    width: 100%;
    padding-bottom: 6%
}

@media screen and (max-width:735px) {
    .margin-3x {
        padding-bottom: 12%
    }
}

.margin-3x.frozen {
    padding-bottom: 15px
}

.margin-4x {
    height: 0;
    width: 100%;
    padding-bottom: 8%
}

@media screen and (max-width:735px) {
    .margin-4x {
        padding-bottom: 16%
    }
}

.margin-4x.frozen {
    padding-bottom: 20px
}

.margin-5x {
    height: 0;
    width: 100%;
    padding-bottom: 10%
}

@media screen and (max-width:735px) {
    .margin-5x {
        padding-bottom: 20%
    }
}

.margin-5x.frozen {
    padding-bottom: 25px
}

.margin-6x {
    height: 0;
    width: 100%;
    padding-bottom: 12%
}

@media screen and (max-width:735px) {
    .margin-6x {
        padding-bottom: 24%
    }
}

.margin-6x.frozen {
    padding-bottom: 30px
}

.margin-7x {
    height: 0;
    width: 100%;
    padding-bottom: 14%
}

@media screen and (max-width:735px) {
    .margin-7x {
        padding-bottom: 28%
    }
}

.margin-7x.frozen {
    padding-bottom: 35px
}

.margin-8x {
    height: 0;
    width: 100%;
    padding-bottom: 16%
}

@media screen and (max-width:735px) {
    .margin-8x {
        padding-bottom: 32%
    }
}

.margin-8x.frozen {
    padding-bottom: 40px
}

.margin-9x {
    height: 0;
    width: 100%;
    padding-bottom: 18%
}

@media screen and (max-width:735px) {
    .margin-9x {
        padding-bottom: 36%
    }
}

.margin-9x.frozen {
    padding-bottom: 45px
}

.margin-10x {
    height: 0;
    width: 100%;
    padding-bottom: 20%
}

@media screen and (max-width:735px) {
    .margin-10x {
        padding-bottom: 40%
    }
}

.margin-10x.frozen {
    padding-bottom: 50px
}

.disabled,
[disabled] {
    pointer-events: none;
    cursor: not-allowed
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.relative {
    position: relative
}

.no-wrap {
    white-space: nowrap
}

.no-margin {
    margin: 0
}

.no-padding {
    padding: 0
}

.box-shadow-default {
    box-shadow: 4px 4px 10px #cdcdcd
}

.inline-block {
    display: inline-block;
    vertical-align: middle
}

.block {
    display: block
}

.hide-body {
    height: 0;
    overflow: hidden
}

.hidden {
    display: none
}

@media screen and (max-width:735px) {
    .hidden-xs {
        display: none
    }
}

@media screen and (min-width:736px) {
    .hidden-not-xs {
        display: none
    }
}

.h1,
h1 {
    font-size: 40px;
    line-height: 1.2
}

.h1.responsive,
h1.responsive {
    font-size: 3.33333vw
}

@media screen and (min-width:1200px) {

    .h1.responsive,
    h1.responsive {
        font-size: 40px
    }
}

@media screen and (max-width:804px) {

    .h1.responsive,
    h1.responsive {
        font-size: 27px
    }
}

.h2,
h2 {
    font-size: 36px;
    line-height: 1.2
}

.h2.responsive,
h2.responsive {
    font-size: 3vw
}

@media screen and (min-width:1200px) {

    .h2.responsive,
    h2.responsive {
        font-size: 36px
    }
}

@media screen and (max-width:804px) {

    .h2.responsive,
    h2.responsive {
        font-size: 25px
    }
}

.h3,
h3 {
    font-size: 32px;
    line-height: 1.2
}

.h3.responsive,
h3.responsive {
    font-size: 2.66667vw
}

@media screen and (min-width:1200px) {

    .h3.responsive,
    h3.responsive {
        font-size: 32px
    }
}

@media screen and (max-width:804px) {

    .h3.responsive,
    h3.responsive {
        font-size: 22px
    }
}

.h4,
h4 {
    font-size: 28px;
    line-height: 1.2
}

.h4.responsive,
h4.responsive {
    font-size: 2.33333vw
}

@media screen and (min-width:1200px) {

    .h4.responsive,
    h4.responsive {
        font-size: 28px
    }
}

@media screen and (max-width:804px) {

    .h4.responsive,
    h4.responsive {
        font-size: 19px
    }
}

.h5,
h5 {
    font-size: 24px
}

.h5,
.h6,
h5,
h6 {
    line-height: 1.5
}

.h6,
h6 {
    font-size: 20px
}

.h7,
h7 {
    font-size: 18px;
    line-height: 1.5
}

.p,
.text-base,
p {
    font-size: 16px;
    line-height: 1.5
}

.p-,
.text-sm {
    font-size: 14px;
    line-height: 1.7
}

.p--,
.text-xs {
    font-size: 12px;
    line-height: 1.7
}

.p---,
.text-min {
    font-size: 10px;
    line-height: 1.7
}

.trans-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.row-flex {
    display: -webkit-box;
    display: flex
}

.col-flex-1 {
    -webkit-box-flex: 1;
    flex: 1
}

.col-flex-2 {
    -webkit-box-flex: 2;
    flex: 2
}

.col-flex-3 {
    -webkit-box-flex: 3;
    flex: 3
}

.col-flex-4 {
    -webkit-box-flex: 4;
    flex: 4
}

.col-flex-5 {
    -webkit-box-flex: 5;
    flex: 5
}

.col-flex-6 {
    -webkit-box-flex: 6;
    flex: 6
}

.row-flex-left {
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.row-flex-center,
.row-flex-left {
    display: -webkit-box;
    display: flex
}

.row-flex-center {
    -webkit-box-align: center;
    align-items: center
}

.row-flex-top {
    -webkit-box-align: start;
    align-items: flex-start
}

.row-flex-bottom,
.row-flex-top {
    display: -webkit-box;
    display: flex
}

.row-flex-bottom {
    -webkit-box-align: end;
    align-items: flex-end
}

.flex-wrap {
    flex-wrap: wrap
}

.universal-loading-canvas {
    position: fixed;
    top: 0;
    width: 0;
    height: 100%;
    width: 100%
}

.universal-loading-canvas .univesal-loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.univesal-loading-container {
    display: block;
    width: 48px;
    height: 48px
}

@media screen and (max-width:735px) {
    .univesal-loading-container {
        width: 40px;
        height: 40px
    }
}

.univesal-loading-container .universal-spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
    width: 100%;
    height: 100%
}

.univesal-loading-container .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke: #eb0028;
    -webkit-animation: dash 1.4s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@-webkit-keyframes white-colors {
    0% {
        stroke: #fff
    }

    25% {
        stroke: #fff
    }

    50% {
        stroke: #fff
    }

    75% {
        stroke: #fff
    }

    to {
        stroke: #fff
    }
}

@keyframes white-colors {
    0% {
        stroke: #fff
    }

    25% {
        stroke: #fff
    }

    50% {
        stroke: #fff
    }

    75% {
        stroke: #fff
    }

    to {
        stroke: #fff
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    to {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    to {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

@font-face {
    font-family: widgets;
    src: url(data:application/vnd.ms-fontobject;base64,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);
    src: url(data:application/vnd.ms-fontobject;base64,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?#iefix) format("eot"), url(data:font/woff2;base64,d09GMgABAAAAAAJgAAsAAAAABeQAAAITAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGVgCCcApEVgE2AiQDCAsGAAQgBYQKBy8bKgXInpo8CWwGcTYCAykAAIigGEv3nklFMWrUhBbY8/gCqTpRXVshA7bjo39zqUo2yvEgAfQLJukcaCzoIfu3/mx1Md7jJSjXFvCQ4dVfgKD0Ji7HPxY/8CR/tLmjempPjrqACgMMdC8LNKHAwkx7m2ZCvcpwHRFDREKGjDH2ikDBtEPjtcv7J1jdKulhbYrGg9kZt5VXsOxJKSmo5ISMcjA+4pc0WonxbXw+3s0EJKSTqGfz/MLC8XtwU/I/jiVFqMfTSGIcSBG7anHdRDRyolCc6gW5OoP36HYlJrL6ov111F4CPZAO3o+VAiTgtaYqob11KVG6cEfkDyztnD3cX6i8VKrsvjSRqL6kq/8sYTm5mEzsgtLfRlR3H7ni9048D/w5BF8EcrcnAo8kzuJ/kMFJGEYsg6X0WoEzdFFUszdGQ/aZWhbFCSSRCpBC2lRaUQ+VkTVEFYxJjhc1vZuIVF6ouC1AAnkEksgnIIX8ptI6fqmMij9Uwb7/Z4oGw7vKepL4QP6jVaFL57IXCrHiHvMku7zjinoKSsii/sH46QsRhy5wh5fcC7Ut4xC4JiNJKTJs0tRpP5cY7uBLxfKIiB4Q70NLCXqf5btekCCqsB7KJTIbuDJ6D1cRxG7TfqDok1eQkneQg2bWQZdR8wVptRga9Hk1YohEuZEfbKQ8zHnjCRMSjhGPAjcROCMpfdJyJAAAAAA=) format("woff2"), url(data:font/woff;base64,d09GRgABAAAAAAPUAAsAAAAABeQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFY2ITvmY21hcAAAAYQAAABKAAABcOEpo61nbHlmAAAB0AAAAEMAAABEfqOXdWhlYWQAAAIUAAAALgAAADZan6UYaGhlYQAAAkQAAAAYAAAAJAcgA+xobXR4AAACXAAAAAgAAAAIA+kAAGxvY2EAAAJkAAAABgAAAAYAIgAAbWF4cAAAAmwAAAAeAAAAIAENABhuYW1lAAACjAAAASUAAAIKOfFZyXBvc3QAAAO0AAAAHgAAAC/JfXB6eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGT8yjiBgZWBgUGEaQ+Q7IHQjA8YDBmZGBiYGFiZGbCCgDTXFAaHB4wPGJlfArlRYBKoEUQAAMgpCnEAAHic7ZCxDYAwEAPPykOBGIEqNbNQsb/YJPkY2CKWzpJPXz2wACU5kwDdiJErrewLm31QfRPDP2rt79zhRiszu/v4ln/1gjocmAlVAAB4nGNgZAACZjNmIwZuBgZORnNORnFORnZORnXG4/++6jHyM/Lr/XvDKKD37+O/D7qMX0HcD1CuHqMAkGBgAADTgRQiAHicY2BkYGAAYpkjQgvi+W2+MnAzvwSKMNSobmhAppnNmI2AFAcDE4gHAAaLCEUAAHicY2BkYGB+ycAAJ80YGBlQARMAOD4CFgAAAAAD6QAAAAAAAAAiAAB4nGNgZGBgYGLgYQDRIBYDAxcQMjD8B/MZAAnDASYAAHicXZBBasJAGIVfNCo1IIXSrkqZVbsoJOrSA+jeRaDLqJMYSTJhMir2BD1BT9BT9AClx+oz/JtmBuZ9//vf/DAD4BY/8HBdHkbteV098ki4T5oI++R74QECPAoP6b8Ij/GKUDjAHd44wfNv6ExQCPfI78J98oewT/4UHuABX8JD+t/CY8T4FQ7w7D2d812mXbPW2bFIrFQisbZNbio1C6firHSlbeL0Tm0uqjllc+dSlVpTqqWpnC4Ko2prDnrrwr1z9SKKUvHDrSlxRo4dMmg4NFhTMxz5rgS20/tfxVRLzWFQQWHGP5p2Mitq1eYS1podhQ0uPBucmJrTdUhZp8wYlKRlO++aLrgNnbrtHehs6YfYt7dqLBBxp518yBQn/QFuDlr+AAAAeJxjYGKAAC4G7ICJkYmRmYE1OSe/OJWBAQAM/AIxAAA=) format("woff"), url(data:font/ttf;base64,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) format("truetype"), url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxmb250IGlkPSJ3aWRnZXRzIiBob3Jpei1hZHYteD0iMzIiPjxmb250LWZhY2UgZm9udC1mYW1pbHk9IndpZGdldHMiIHVuaXRzLXBlci1lbT0iMTAwMSIgYXNjZW50PSIxMDAxIiBkZXNjZW50PSIwIi8+PGdseXBoIGdseXBoLW5hbWU9ImNsb3NlIiB1bmljb2RlPSLugIEiIGhvcml6LWFkdi14PSIxMDAxIiBkPSJNNDU0LjYxIDUwMC41TDE4Ny42ODcgNzcxLjYxNWw0NS44OSA0NS44OUw1MDQuNjkyIDU0Ni4zOWwyNzEuMTE0IDI3MS4xMTQgNDUuODktNDUuODlMNTQ2LjQyIDUwMC41bDI3MS4xMTQtMjcxLjExNS00NS44OS00NS44OUw1MDAuNTMyIDQ1NC42MSAyMjkuNDE3IDE4My40OTZsLTQ1Ljg5IDQ1Ljg5TDQ1NC42NDIgNTAwLjV6Ii8+PC9mb250PjwvZGVmcz48L3N2Zz4=) format("svg")
}

.ico-close:before {
    font-family: widgets;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    content: "\E001"
}

.dialog-lock-test {
    overflow: hidden !important
}

body.dialog-lock {
    position: fixed;
    width: 100%
}

body.dialog-lock.hide-body {
    position: relative
}

.misc-dialog .cover {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    overflow: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    padding: 40px
}

@media screen and (max-width:735px) {
    .misc-dialog .cover {
        padding: 5vw
    }
}

.misc-dialog .cover.hide-noise {
    background-color: #101920
}

.misc-dialog .cover .hint-card {
    position: relative;
    border-radius: 2px;
    background: #fff;
    min-width: 240px;
    max-width: 1000px;
    overflow: hidden;
    box-shadow: 4px 4px 10px #555
}

.misc-dialog .cover .hint-card .card-header {
    zoom: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    height: 40px
}

.misc-dialog .cover .hint-card .card-header .close-hint {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: block
}

.misc-dialog .cover .hint-card .card-header .close-hint .ico {
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 40px
}

@media screen and (max-width:735px) {
    .misc-dialog .cover .hint-card .card-header .close-hint {
        color: #101920
    }
}

.misc-dialog .cover .hint-card .card-title {
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    text-align: left
}

.misc-dialog .cover .hint-card .card-content {
    position: relative;
    z-index: 3;
    text-align: center
}

@media screen and (max-width:735px) {
    .misc-dialog .cover .hint-card .card-content.has-padding {
        padding-right: 20px;
        margin-right: 0
    }
}

.misc-dialog .cover .hint-card .card-content.center-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.misc-dialog .cover .hint-card .card-footer {
    position: relative;
    z-index: 4;
    background-color: #fff;
    white-space: nowrap;
    text-align: right;
    margin-top: 20px
}

@media screen and (max-width:735px) {
    .misc-dialog .cover .hint-card .card-footer {
        white-space: normal;
        margin-top: 10px
    }
}

.misc-dialog .cover .hint-card .card-footer .action-container {
    display: inline-block;
    width: 50%
}

.misc-dialog .cover .hint-card .card-footer .action-container:first-child {
    text-align: left
}

.misc-dialog .cover .hint-card .card-footer .action-container:last-child {
    text-align: right
}

@media screen and (max-width:735px) {
    .misc-dialog .cover .hint-card .card-footer .action-container {
        width: 100%;
        text-align: center;
        padding-bottom: 10px
    }

    .misc-dialog .cover .hint-card .card-footer .action-container:last-child {
        padding-bottom: 0
    }

    .misc-dialog .cover .hint-card .card-footer .action-container .one-button {
        width: 100%
    }
}

.misc-dialog .cover .hint-card .card-footer .action-container .one-button {
    min-width: 200px
}

.misc-dialog .cover .hint-card .has-padding {
    padding: 40px
}

.misc-dialog .cover .hint-card .has-padding.card-content {
    padding-top: 40px;
    padding-bottom: 30px
}

@media screen and (max-width:900px) {
    .misc-dialog .cover .hint-card .has-padding {
        padding: 20px;
        margin-right: 0
    }

    .misc-dialog .cover .hint-card .has-padding.card-content {
        padding-top: 40px;
        padding-bottom: 20px
    }
}

.misc-dialog .cover .hint-card.msg {
    width: auto
}

.misc-dialog .cover .hint-card>p {
    margin-bottom: 0
}

.misc-dialog.full-screen .cover {
    padding: 0;
    right: 0;
    width: 100%
}

.misc-dialog.full-screen .cover .card-container,
.misc-dialog.full-screen .cover .hint-card {
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto
}

.misc-dialog.err-msg .cover {
    border-radius: 4px
}

.misc-dialog.err-msg .cover .hint-card {
    max-width: 480px
}

.misc-dialog.err-msg .cover .hint-card .has-padding {
    padding: 70px 80px 60px 60px;
    margin-right: -20px
}

@media screen and (max-width:479px) {
    .misc-dialog.err-msg .cover .hint-card .has-padding {
        padding: 50px 60px 40px 40px
    }
}

.misc-dialog.err-msg .cover .hint-card .card-content {
    color: #101920
}

.misc-dialog.hidden {
    display: none
}

.misc-dialog .dialog-translate-enter {
    -webkit-transform: translate3d(0, 33%, 0);
    transform: translate3d(0, 33%, 0);
    opacity: 0
}

.misc-dialog .dialog-translate-enter-active {
    -webkit-transition: all .3s cubic-bezier(.7, .9, .8, 1.06);
    transition: all .3s cubic-bezier(.7, .9, .8, 1.06)
}

.misc-dialog .dialog-translate-leave-to {
    -webkit-transform: translate3d(0, 33%, 0);
    transform: translate3d(0, 33%, 0);
    opacity: 0
}

.misc-dialog .dialog-translate-leave-active {
    -webkit-transition: all .3s cubic-bezier(.7, .9, .8, 1.06);
    transition: all .3s cubic-bezier(.7, .9, .8, 1.06)
}

.misc-dialog .card-container {
    margin: auto 0
}