/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

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,
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: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.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: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    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;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
}

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

a {
    color: #428bca;
    text-decoration: none;
}

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

a:focus {
    outline: thin dotted;
    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: 6px;
}

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

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

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999999;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
    content: "";
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="date"] {
    line-height: 34px;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group>.form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #428bca;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.area .container-fluid:before,
.area .container-fluid:after,
.area .row:before,
.area .row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.form-horizontal .form-group:after,
.area .container-fluid:after,
.area .row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
}

.macros-form>.outer {
    position: relative;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

.macros-form>.outer>.inner>.vertical>.head {
    text-align: center;
    padding: 20px 30px;
}

.macros-form>.outer>.inner>.vertical>.body {
    padding: 10px 20px;
}

.macros-form>.outer>.inner>.vertical>.body>.form {
    padding: 5px 0;
    width: 100%;
    margin-bottom: 0;
}

.macros-form>.outer>.inner>.vertical>.body>.form .field {
    text-align: left;
}

.macros-form>.outer>.inner>.vertical>.body>.form .field+.field {
    margin-top: 10px;
}

.macros-form>.outer>.inner>.vertical>.body>.form .field>.name>span.required {
    color: rgba(255, 0, 0, 0.5);
}

.macros-form>.outer>.inner>.vertical>.body>.form .field>.input {
    width: 100%;
    position: relative;
}

.macros-form>.outer>.inner>.vertical>.body>.form .field>.input>.file {
    position: relative;
    overflow: hidden;
}

.macros-form>.outer>.inner>.vertical>.body>.form .field>.input>.file input {
    position: absolute;
    top: 0;
    left: -400px;
    right: 0;
    bottom: 0;
    width: 2400px;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.macros-form>.outer>.inner>.vertical>.body>.form .field>.input>.form-control {
    color: grey;
    overflow: hidden;
    white-space: nowrap;
}

.macros-form>.outer>.inner>.vertical>.body>.form .field>.input>.form-control.textarea {
    height: 60px;
    overflow: auto;
    white-space: pre;
}

.macros-form>.outer>.inner>.vertical>.body>.form .field>.input label {
    display: block;
    font-weight: normal;
    margin: 0;
}

.macros-form>.outer>.inner>.vertical>.body>.form .macros-button,
.macros-form>.outer>.inner>.vertical>.body>.form .button-container {
    margin-top: 10px;
}

.macros-form>.outer>.inner>.vertical>.body>.form.text-left .field {
    display: table;
    width: 100%;
}

.macros-form>.outer>.inner>.vertical>.body>.form.text-left .field>.name,
.macros-form>.outer>.inner>.vertical>.body>.form.text-left .field>.input {
    vertical-align: middle;
    display: table-cell;
}

.macros-form>.outer>.inner>.vertical>.body>.form.text-left .field>.name {
    width: 40%;
    padding-right: 10px;
}

.macros-form>.outer>.inner>.vertical>.body .agreement-checkbox {
    font-size: 12px;
    margin-top: 10px;
}

.macros-form>.outer>.inner>.vertical>.body .agreement-checkbox label {
    font-weight: normal;
    margin-bottom: 0;
}

.macros-form>.outer>.inner>.vertical>.body .agreement-checkbox label input {
    position: absolute;
}

.macros-form>.outer>.inner>.vertical>.body .agreement-checkbox label span {
    padding-left: 20px;
    display: inline-block;
}

.macros-form>.outer>.inner>.vertical>.body .agreement-text {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}

.macros-form>.outer>.inner>.vertical>.body a.agreement-link {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    color: inherit;
    cursor: pointer;
}

.macros-form>.outer>.inner>.vertical>.body>div>.privacy {
    margin-top: 5px;
    text-align: center;
    opacity: 0.5;
    font-size: 80%;
    cursor: pointer;
    display: block;
    color: inherit;
    text-decoration: none;
}

.macros-form>.outer>.inner>.vertical>.body>div>.privacy:hover {
    opacity: 0.8;
}

.macros-form>.outer>.inner>.vertical>.body>div>.privacy:hover {
    opacity: 1;
}

.macros-form>.outer>.inner>.vertical.size-small>.head {
    padding: 10px 20px;
}

.macros-form>.outer>.inner>.vertical.size-small>.body {
    padding: 5px 15px;
    border-width: 1px;
}

.macros-form>.outer>.inner>.vertical.size-small>.body .field {
    margin-bottom: 5px;
}

.macros-form>.outer>.inner>.vertical.size-small>.body .field .form-control {
    height: 30px;
    padding: 4px 10px;
}

.macros-form>.outer>.inner>.vertical.size-small>.body .field .form-control.textarea {
    height: 50px !important;
}

.macros-form>.outer>.inner>.vertical.size-big>.body {
    padding: 15px 30px;
}

.macros-form>.outer>.inner>.vertical.size-big>.body>.form {
    padding: 10px 0;
}

.macros-form>.outer>.inner>.vertical.size-big>.body>.form .field {
    margin-bottom: 15px;
    font-size: 125%;
}

.macros-form>.outer>.inner>.vertical.size-big>.body>.form .field .form-control {
    height: 44px;
    border-width: 2px;
    padding: 10px 12px;
}

.macros-form>.outer>.inner>.vertical.size-big>.body>.form .field .form-control.textarea {
    height: 90px !important;
}

.macros-form>.outer>.inner>.vertical.none>.body {
    padding: 0 !important;
}

.macros-form>.outer>.inner>.vertical.none>.body>.form {
    padding: 0 !important;
}

.macros-form>.outer>.inner>.vertical.simple {
    color: black;
}

.macros-form>.outer>.inner>.vertical.simple>.head {
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 0;
    padding-bottom: 0;
}

.macros-form>.outer>.inner>.vertical.simple>.body {
    background-color: white;
    border-style: solid;
    border-width: 1px;
}

.macros-form>.outer>.inner>.vertical.simple>.head+.body {
    border-top-width: 0 !important;
}

.macros-form>.outer>.inner>.vertical.simple.size-big>.head {
    border-width: 4px;
    border-bottom-width: 0;
}

.macros-form>.outer>.inner>.vertical.simple.size-big>.body {
    border-width: 4px;
}

.macros-form>.outer>.inner>.vertical.simple-color>.head {
    color: white;
    border-style: solid;
    border-width: 1px;
}

.macros-form>.outer>.inner>.vertical.simple-color>.head.gradient {
    background-image: url('//static.creatium.io/macros/form/gradient.png');
    background-size: 100% 100%;
}

.area.region-int .macros-form>.outer>.inner>.vertical.simple-color>.head.gradient {
    background-image: url('//static.creatium.app/macros/form/gradient.png');
}

.macros-form>.outer>.inner>.vertical.simple-color>.body {
    border-style: solid;
    border-width: 1px;
}

.macros-form>.outer>.inner>.vertical.simple-color>.head+.body {
    border-top-width: 0 !important;
}

.macros-form>.outer>.inner>.vertical.simple-color.size-big>.head {
    border-width: 4px;
}

.macros-form>.outer>.inner>.vertical.simple-color.size-big>.body {
    border-width: 4px;
}

.macros-form>.outer>.inner>.vertical.color>.head {
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 0;
}

.macros-form>.outer>.inner>.vertical.color>.body {
    border-style: solid;
    border-width: 1px;
}

.macros-form>.outer>.inner>.vertical.color-transparent>.head {
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 0;
}

.macros-form>.outer>.inner>.vertical.color-transparent>.body {
    border-style: solid;
    border-width: 1px;
}

.macros-form>.outer>.inner>.horizontal>.body>.form {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding: 5px 0;
}

.macros-form>.outer>.inner>.horizontal>.body>.form .fields {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
}

.macros-form>.outer>.inner>.horizontal>.body>.form .fields .field {
    text-align: left;
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.macros-form>.outer>.inner>.horizontal>.body>.form .fields .field[data-type="checkbox-input"],
.macros-form>.outer>.inner>.horizontal>.body>.form .fields .field[data-type="radio-list"] {
    vertical-align: bottom;
}

.macros-form>.outer>.inner>.horizontal>.body>.form .fields .field>.name>span.required {
    color: rgba(255, 0, 0, 0.5);
}

.macros-form>.outer>.inner>.horizontal>.body>.form .fields .field>.input {
    width: 100%;
    position: relative;
}

.macros-form>.outer>.inner>.horizontal>.body>.form .fields .field>.input>.file {
    position: relative;
    overflow: hidden;
}

.macros-form>.outer>.inner>.horizontal>.body>.form .fields .field>.input>.file input {
    position: absolute;
    top: 0;
    left: -400px;
    right: 0;
    bottom: 0;
    width: 2400px;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.macros-form>.outer>.inner>.horizontal>.body>.form .fields .field>.input>.form-control {
    color: grey;
    overflow: hidden;
    white-space: nowrap;
}

.macros-form>.outer>.inner>.horizontal>.body>.form .fields .field>.input>.form-control.textarea {
    height: 60px;
    overflow: auto;
    white-space: pre;
}

.macros-form>.outer>.inner>.horizontal>.body>.form .fields .field>.input label {
    font-weight: normal;
    margin: 0;
}

.macros-form>.outer>.inner>.horizontal>.body>.form .macros-button,
.macros-form>.outer>.inner>.horizontal>.body>.form .button-container {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 1px;
    line-height: 0;
    margin: 5px;
    max-width: 100%;
}

.macros-form>.outer>.inner>.horizontal>.body>.form.text-left .field {
    display: inline-table;
    width: 100%;
}

.macros-form>.outer>.inner>.horizontal>.body>.form.text-left .field>div {
    vertical-align: middle;
    display: table-cell;
}

.macros-form>.outer>.inner>.horizontal>.body>.form.text-left .field>.name {
    padding-right: 10px;
}

.macros-form>.outer>.inner>.horizontal>.body>.form.text-left .field>.input {
    width: 60%;
}

.macros-form>.outer>.inner>.horizontal>.body .agreement-checkbox {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}

.macros-form>.outer>.inner>.horizontal>.body .agreement-checkbox label {
    font-weight: normal;
    margin-bottom: 0;
}

.macros-form>.outer>.inner>.horizontal>.body .agreement-checkbox label input {
    position: absolute;
}

.macros-form>.outer>.inner>.horizontal>.body .agreement-checkbox label span {
    padding-left: 20px;
    display: inline-block;
}

.macros-form>.outer>.inner>.horizontal>.body .agreement-text {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}

.macros-form>.outer>.inner>.horizontal>.body a.agreement-link {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    color: inherit;
    cursor: pointer;
}

.macros-form>.outer>.inner>.horizontal>.body>div>.privacy {
    margin-top: 5px;
    text-align: center;
    opacity: 0.5;
    font-size: 80%;
    cursor: pointer;
    display: block;
    color: inherit;
    text-decoration: none;
}

.macros-form>.outer>.inner>.horizontal>.body>div>.privacy:hover {
    opacity: 0.8;
}

.macros-form>.outer>.inner>.horizontal>.body>div>.privacy:hover {
    opacity: 1;
}

.macros-form>.outer>.inner>.horizontal.size-small>.body>.form .field {
    margin-top: 8px;
}

.macros-form>.outer>.inner>.horizontal.size-small>.body>.form .field .form-control {
    height: 30px;
    padding: 4px 10px;
}

.macros-form>.outer>.inner>.horizontal.size-small>.body>.form .field .textarea {
    height: 50px !important;
}

.macros-form>.outer>.inner>.horizontal.size-small>.body>.form .macros-button,
.macros-form>.outer>.inner>.horizontal.size-small>.body>.form .button-container {
    margin-top: 8px;
}

.macros-form>.outer>.inner>.horizontal.size-big>.body>.form .field {
    margin-top: 12px;
    font-size: 125%;
}

.macros-form>.outer>.inner>.horizontal.size-big>.body>.form .field .form-control {
    height: 44px;
    border-width: 2px;
    padding: 10px 12px;
}

.macros-form>.outer>.inner>.horizontal.size-big>.body>.form .field .textarea {
    height: 90px !important;
}

.macros-form>.outer>.inner>.horizontal.size-big>.body>.form .macros-button,
.macros-form>.outer>.inner>.horizontal.size-big>.body>.form .button-container {
    margin-top: 12px;
}

.macros-map {
    position: relative;
    overflow: hidden;
}

.macros-map>.map {
    max-height: 600px;
    height: 100%;
    width: 100%;
    position: absolute;
}

.macros-map>.map>iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
}

.macros-map>.map>ymaps {
    height: 100% !important;
}

.svgwrap {
    display: inline-block;
    position: relative;
}

svg.svgicon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cookies-alert {
    max-width: 40%;
    padding: 10px 20px 10px;
    background: rgba(255, 255, 255, 0.75);
    position: fixed;
    z-index: 900;
    left: 15px;
    bottom: 10px;
    font-size: 11px;
    border-radius: 5px;
    text-align: center;
    opacity: 0;
}

.area.screen-xs .cookies-alert {
    max-width: 90%;
    width: 90%;
    left: 5% !important;
}

.cookies-alert i {
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 7px;
}

.cookies-alert .text {
    text-align: left;
}

.button-container {
    line-height: 0;
}

.button-container.left {
    text-align: left;
}

.button-container.center {
    text-align: center;
}

.button-container.right {
    text-align: right;
}

.button-container.full>.button-wrapper {
    width: 100%;
}

.screen-xs .button-container.xs-left {
    text-align: left;
}

.screen-xs .button-container.xs-left>.button-wrapper {
    width: auto;
}

.screen-xs .button-container.xs-center {
    text-align: center;
}

.screen-xs .button-container.xs-center>.button-wrapper {
    width: auto;
}

.screen-xs .button-container.xs-right {
    text-align: right;
}

.screen-xs .button-container.xs-right>.button-wrapper {
    width: auto;
}

.screen-xs .button-container.xs-full>.button-wrapper {
    width: 100%;
}

.screen-sm .button-container.sm-left {
    text-align: left;
}

.screen-sm .button-container.sm-left>.button-wrapper {
    width: auto;
}

.screen-sm .button-container.sm-center {
    text-align: center;
}

.screen-sm .button-container.sm-center>.button-wrapper {
    width: auto;
}

.screen-sm .button-container.sm-right {
    text-align: right;
}

.screen-sm .button-container.sm-right>.button-wrapper {
    width: auto;
}

.screen-sm .button-container.sm-full>.button-wrapper {
    width: 100%;
}

.screen-md .button-container.md-left {
    text-align: left;
}

.screen-md .button-container.md-left>.button-wrapper {
    width: auto;
}

.screen-md .button-container.md-center {
    text-align: center;
}

.screen-md .button-container.md-center>.button-wrapper {
    width: auto;
}

.screen-md .button-container.md-right {
    text-align: right;
}

.screen-md .button-container.md-right>.button-wrapper {
    width: auto;
}

.screen-md .button-container.md-full>.button-wrapper {
    width: 100%;
}

.button-container>.button-wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%;
    line-height: initial;
}

.button-container>.button-wrapper:hover {
    text-decoration: none;
}

.button-container [cr-button-root] {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    color: inherit;
    text-align: inherit;
    white-space: normal;
    vertical-align: initial;
}

.button-container .btn-legacy {
    padding: 0;
    width: 100%;
    display: inline-flex !important;
    outline: none !important;
    box-shadow: none;
    position: relative;
    border-width: 0;
    overflow: hidden;
    text-decoration: none;
    white-space: normal;
    word-wrap: break-word;
    transition-property: box-shadow, transform, color, background-color, border-color !important;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-container .btn-legacy:before {
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-property: all !important;
    opacity: 0;
}

.button-container .btn-legacy:hover:before {
    opacity: 1;
}

.button-container .btn-legacy input[type=submit] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
}

.button-container .btn-legacy .pad-left,
.button-container .btn-legacy .pad-right {
    flex-shrink: 1;
}

.button-container .btn-legacy .btn-content {
    flex-shrink: 0;
    flex-grow: 1;
    max-width: 100%;
}

.button-container .btn-legacy image {
    max-width: 100%;
    width: auto;
}

.button-container .btn-legacy span.text * {
    vertical-align: middle;
}

.btn-cart-count {
    display: contents !important;
}

.debug-error {
    background: #ffc9c9;
    padding: 5px;
    border: 1px solid #ffa9a9;
    opacity: 0.8;
    color: black;
}

.debug-error[data-trace] {
    cursor: pointer;
}

.debug-error[data-trace]:hover {
    opacity: 1;
}

.debug-error+.debug-error {
    margin-top: 5px;
}

.debug-error-trace {
    white-space: pre-wrap;
    font-size: 12px;
    line-height: 1.5;
}

.debug-warning {
    background: #ffe5c9;
    padding: 5px;
    border: 1px solid #ffd5a9;
    opacity: 0.8;
    color: black;
}

.debug-warning+.debug-warning {
    margin-top: 5px;
}

.modal-overflow-fix {
    min-height: 700px;
    background-color: #f1f1f1;
    box-sizing: content-box;
}

.modal {
    display: none;
    position: absolute;
    z-index: 1225;
    text-align: center;
    overflow: auto;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.active {
    display: block;
}

.modal>.modal-back {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.modal>.modal-dialog {
    display: inline-block;
    text-align: initial;
    position: relative;
}

.modal[data-type="stories"] {
    align-items: center;
}

.modal[data-type="stories"].active {
    display: flex;
}

.modal[data-type="stories"]>.modal-dialog {
    margin: 0 auto;
}

.screen-xs .modal[data-type="stories"]>.modal-dialog {
    margin: 0;
    width: 100%;
}

.modal[data-type="stories"]>.modal-dialog>.modal-settings {
    top: -40px;
    right: -300px;
}

.screen-xs .modal[data-type="stories"] {
    overflow: hidden;
}

.modal[data-type="modal"]>.modal-dialog {
    margin: 50px auto;
    max-width: 95%;
}

.modal[data-type="sidemenu"]>.modal-dialog {
    margin: 0;
    max-width: 100%;
}

.modal[data-type="sidemenu"][data-side="left"] {
    text-align: left;
}

.modal[data-type="sidemenu"][data-side="right"] {
    text-align: right;
}

.modal[data-type="popover"] {
    left: auto;
    right: auto;
    bottom: auto;
    overflow: visible;
    max-width: 100%;
}

.modal[data-type="popover"]>.modal-dialog {
    margin: 0 auto;
    max-width: 95%;
}

.modal [cr-modal-spacer] {
    min-height: 20px;
}

.modal [cr-modal-close] {
    outline: none !important;
}

.area.screen-xs .container {
    width: 100%;
}

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

.area.screen-xs .col-xs-12 {
    width: 100%;
}

.area.screen-xs .col-xs-11 {
    width: 91.66666667%;
}

.area.screen-xs .col-xs-10 {
    width: 83.33333333%;
}

.area.screen-xs .col-xs-9 {
    width: 75%;
}

.area.screen-xs .col-xs-8 {
    width: 66.66666667%;
}

.area.screen-xs .col-xs-7 {
    width: 58.33333333%;
}

.area.screen-xs .col-xs-6 {
    width: 50%;
}

.area.screen-xs .col-xs-5 {
    width: 41.66666667%;
}

.area.screen-xs .col-xs-4 {
    width: 33.33333333%;
}

.area.screen-xs .col-xs-3 {
    width: 25%;
}

.area.screen-xs .col-xs-2 {
    width: 16.66666667%;
}

.area.screen-xs .col-xs-1 {
    width: 8.33333333%;
}

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

.area.screen-xs .col-xs-pull-11 {
    right: 91.66666667%;
}

.area.screen-xs .col-xs-pull-10 {
    right: 83.33333333%;
}

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

.area.screen-xs .col-xs-pull-8 {
    right: 66.66666667%;
}

.area.screen-xs .col-xs-pull-7 {
    right: 58.33333333%;
}

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

.area.screen-xs .col-xs-pull-5 {
    right: 41.66666667%;
}

.area.screen-xs .col-xs-pull-4 {
    right: 33.33333333%;
}

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

.area.screen-xs .col-xs-pull-2 {
    right: 16.66666667%;
}

.area.screen-xs .col-xs-pull-1 {
    right: 8.33333333%;
}

.area.screen-xs .col-xs-pull-0 {
    right: 0%;
}

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

.area.screen-xs .col-xs-push-11 {
    left: 91.66666667%;
}

.area.screen-xs .col-xs-push-10 {
    left: 83.33333333%;
}

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

.area.screen-xs .col-xs-push-8 {
    left: 66.66666667%;
}

.area.screen-xs .col-xs-push-7 {
    left: 58.33333333%;
}

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

.area.screen-xs .col-xs-push-5 {
    left: 41.66666667%;
}

.area.screen-xs .col-xs-push-4 {
    left: 33.33333333%;
}

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

.area.screen-xs .col-xs-push-2 {
    left: 16.66666667%;
}

.area.screen-xs .col-xs-push-1 {
    left: 8.33333333%;
}

.area.screen-xs .col-xs-push-0 {
    left: 0%;
}

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

.area.screen-xs .col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.area.screen-xs .col-xs-offset-10 {
    margin-left: 83.33333333%;
}

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

.area.screen-xs .col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.area.screen-xs .col-xs-offset-7 {
    margin-left: 58.33333333%;
}

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

.area.screen-xs .col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.area.screen-xs .col-xs-offset-4 {
    margin-left: 33.33333333%;
}

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

.area.screen-xs .col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.area.screen-xs .col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.area.screen-xs .col-xs-offset-0 {
    margin-left: 0%;
}

.area.screen-xs .grid.xs-wrap {
    margin-left: 0;
    margin-right: 0;
}

.area.screen-xs .grid.xs-wrap>.gridwrap {
    display: block;
}

.area.screen-xs .grid.xs-wrap>.gridwrap>.col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}

.area.screen-xs .tbl.xs-wrap {
    display: block;
}

.area.screen-xs .tbl.xs-wrap>.tr {
    display: block;
}

.area.screen-xs .tbl.xs-wrap>.tr>.td {
    display: block;
}

.area.screen-xs .tbl.xs-wrap>.td {
    display: block;
}

.area.screen-xs .xs-force-center {
    text-align: center !important;
}

.area.screen-xs .xs-force-center>* {
    text-align: center !important;
}

.area.screen-xs .xs-force-bg-center {
    backgroundPosition: center !important;
}

.area.screen-xs .xs-hidden {
    display: none !important;
}

.area.screen-sm .container.soft {
    width: 100%;
}

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

.area.screen-sm .col-xs-12 {
    width: 100%;
}

.area.screen-sm .col-xs-11 {
    width: 91.66666667%;
}

.area.screen-sm .col-xs-10 {
    width: 83.33333333%;
}

.area.screen-sm .col-xs-9 {
    width: 75%;
}

.area.screen-sm .col-xs-8 {
    width: 66.66666667%;
}

.area.screen-sm .col-xs-7 {
    width: 58.33333333%;
}

.area.screen-sm .col-xs-6 {
    width: 50%;
}

.area.screen-sm .col-xs-5 {
    width: 41.66666667%;
}

.area.screen-sm .col-xs-4 {
    width: 33.33333333%;
}

.area.screen-sm .col-xs-3 {
    width: 25%;
}

.area.screen-sm .col-xs-2 {
    width: 16.66666667%;
}

.area.screen-sm .col-xs-1 {
    width: 8.33333333%;
}

.area.screen-sm .col-xs-pull-12 {
    right: 100%;
}

.area.screen-sm .col-xs-pull-11 {
    right: 91.66666667%;
}

.area.screen-sm .col-xs-pull-10 {
    right: 83.33333333%;
}

.area.screen-sm .col-xs-pull-9 {
    right: 75%;
}

.area.screen-sm .col-xs-pull-8 {
    right: 66.66666667%;
}

.area.screen-sm .col-xs-pull-7 {
    right: 58.33333333%;
}

.area.screen-sm .col-xs-pull-6 {
    right: 50%;
}

.area.screen-sm .col-xs-pull-5 {
    right: 41.66666667%;
}

.area.screen-sm .col-xs-pull-4 {
    right: 33.33333333%;
}

.area.screen-sm .col-xs-pull-3 {
    right: 25%;
}

.area.screen-sm .col-xs-pull-2 {
    right: 16.66666667%;
}

.area.screen-sm .col-xs-pull-1 {
    right: 8.33333333%;
}

.area.screen-sm .col-xs-pull-0 {
    right: 0%;
}

.area.screen-sm .col-xs-push-12 {
    left: 100%;
}

.area.screen-sm .col-xs-push-11 {
    left: 91.66666667%;
}

.area.screen-sm .col-xs-push-10 {
    left: 83.33333333%;
}

.area.screen-sm .col-xs-push-9 {
    left: 75%;
}

.area.screen-sm .col-xs-push-8 {
    left: 66.66666667%;
}

.area.screen-sm .col-xs-push-7 {
    left: 58.33333333%;
}

.area.screen-sm .col-xs-push-6 {
    left: 50%;
}

.area.screen-sm .col-xs-push-5 {
    left: 41.66666667%;
}

.area.screen-sm .col-xs-push-4 {
    left: 33.33333333%;
}

.area.screen-sm .col-xs-push-3 {
    left: 25%;
}

.area.screen-sm .col-xs-push-2 {
    left: 16.66666667%;
}

.area.screen-sm .col-xs-push-1 {
    left: 8.33333333%;
}

.area.screen-sm .col-xs-push-0 {
    left: 0%;
}

.area.screen-sm .col-xs-offset-12 {
    margin-left: 100%;
}

.area.screen-sm .col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.area.screen-sm .col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.area.screen-sm .col-xs-offset-9 {
    margin-left: 75%;
}

.area.screen-sm .col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.area.screen-sm .col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.area.screen-sm .col-xs-offset-6 {
    margin-left: 50%;
}

.area.screen-sm .col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.area.screen-sm .col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.area.screen-sm .col-xs-offset-3 {
    margin-left: 25%;
}

.area.screen-sm .col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.area.screen-sm .col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.area.screen-sm .col-xs-offset-0 {
    margin-left: 0%;
}

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

.area.screen-sm .col-sm-12 {
    width: 100%;
}

.area.screen-sm .col-sm-11 {
    width: 91.66666667%;
}

.area.screen-sm .col-sm-10 {
    width: 83.33333333%;
}

.area.screen-sm .col-sm-9 {
    width: 75%;
}

.area.screen-sm .col-sm-8 {
    width: 66.66666667%;
}

.area.screen-sm .col-sm-7 {
    width: 58.33333333%;
}

.area.screen-sm .col-sm-6 {
    width: 50%;
}

.area.screen-sm .col-sm-5 {
    width: 41.66666667%;
}

.area.screen-sm .col-sm-4 {
    width: 33.33333333%;
}

.area.screen-sm .col-sm-3 {
    width: 25%;
}

.area.screen-sm .col-sm-2 {
    width: 16.66666667%;
}

.area.screen-sm .col-sm-1 {
    width: 8.33333333%;
}

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

.area.screen-sm .col-sm-pull-11 {
    right: 91.66666667%;
}

.area.screen-sm .col-sm-pull-10 {
    right: 83.33333333%;
}

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

.area.screen-sm .col-sm-pull-8 {
    right: 66.66666667%;
}

.area.screen-sm .col-sm-pull-7 {
    right: 58.33333333%;
}

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

.area.screen-sm .col-sm-pull-5 {
    right: 41.66666667%;
}

.area.screen-sm .col-sm-pull-4 {
    right: 33.33333333%;
}

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

.area.screen-sm .col-sm-pull-2 {
    right: 16.66666667%;
}

.area.screen-sm .col-sm-pull-1 {
    right: 8.33333333%;
}

.area.screen-sm .col-sm-pull-0 {
    right: 0%;
}

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

.area.screen-sm .col-sm-push-11 {
    left: 91.66666667%;
}

.area.screen-sm .col-sm-push-10 {
    left: 83.33333333%;
}

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

.area.screen-sm .col-sm-push-8 {
    left: 66.66666667%;
}

.area.screen-sm .col-sm-push-7 {
    left: 58.33333333%;
}

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

.area.screen-sm .col-sm-push-5 {
    left: 41.66666667%;
}

.area.screen-sm .col-sm-push-4 {
    left: 33.33333333%;
}

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

.area.screen-sm .col-sm-push-2 {
    left: 16.66666667%;
}

.area.screen-sm .col-sm-push-1 {
    left: 8.33333333%;
}

.area.screen-sm .col-sm-push-0 {
    left: 0%;
}

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

.area.screen-sm .col-sm-offset-11 {
    margin-left: 91.66666667%;
}

.area.screen-sm .col-sm-offset-10 {
    margin-left: 83.33333333%;
}

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

.area.screen-sm .col-sm-offset-8 {
    margin-left: 66.66666667%;
}

.area.screen-sm .col-sm-offset-7 {
    margin-left: 58.33333333%;
}

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

.area.screen-sm .col-sm-offset-5 {
    margin-left: 41.66666667%;
}

.area.screen-sm .col-sm-offset-4 {
    margin-left: 33.33333333%;
}

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

.area.screen-sm .col-sm-offset-2 {
    margin-left: 16.66666667%;
}

.area.screen-sm .col-sm-offset-1 {
    margin-left: 8.33333333%;
}

.area.screen-sm .col-sm-offset-0 {
    margin-left: 0%;
}

.area.screen-sm .grid.sm-wrap {
    margin-left: 0;
    margin-right: 0;
}

.area.screen-sm .grid.sm-wrap>.gridwrap {
    display: block;
}

.area.screen-sm .grid.sm-wrap>.gridwrap>.col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}

.area.screen-sm .tbl.sm-wrap {
    display: block;
}

.area.screen-sm .tbl.sm-wrap>.tr {
    display: block;
}

.area.screen-sm .tbl.sm-wrap>.tr>.td {
    display: block;
}

.area.screen-sm .tbl.sm-wrap>.td {
    display: block;
}

.area.screen-sm .sm-force-center {
    text-align: center !important;
}

.area.screen-sm .sm-force-center>* {
    text-align: center !important;
}

.area.screen-sm .sm-hidden {
    display: none !important;
}

.area.screen-md .container.soft {
    width: 100%;
}

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

.area.screen-md .col-xs-12 {
    width: 100%;
}

.area.screen-md .col-xs-11 {
    width: 91.66666667%;
}

.area.screen-md .col-xs-10 {
    width: 83.33333333%;
}

.area.screen-md .col-xs-9 {
    width: 75%;
}

.area.screen-md .col-xs-8 {
    width: 66.66666667%;
}

.area.screen-md .col-xs-7 {
    width: 58.33333333%;
}

.area.screen-md .col-xs-6 {
    width: 50%;
}

.area.screen-md .col-xs-5 {
    width: 41.66666667%;
}

.area.screen-md .col-xs-4 {
    width: 33.33333333%;
}

.area.screen-md .col-xs-3 {
    width: 25%;
}

.area.screen-md .col-xs-2 {
    width: 16.66666667%;
}

.area.screen-md .col-xs-1 {
    width: 8.33333333%;
}

.area.screen-md .col-xs-pull-12 {
    right: 100%;
}

.area.screen-md .col-xs-pull-11 {
    right: 91.66666667%;
}

.area.screen-md .col-xs-pull-10 {
    right: 83.33333333%;
}

.area.screen-md .col-xs-pull-9 {
    right: 75%;
}

.area.screen-md .col-xs-pull-8 {
    right: 66.66666667%;
}

.area.screen-md .col-xs-pull-7 {
    right: 58.33333333%;
}

.area.screen-md .col-xs-pull-6 {
    right: 50%;
}

.area.screen-md .col-xs-pull-5 {
    right: 41.66666667%;
}

.area.screen-md .col-xs-pull-4 {
    right: 33.33333333%;
}

.area.screen-md .col-xs-pull-3 {
    right: 25%;
}

.area.screen-md .col-xs-pull-2 {
    right: 16.66666667%;
}

.area.screen-md .col-xs-pull-1 {
    right: 8.33333333%;
}

.area.screen-md .col-xs-pull-0 {
    right: 0%;
}

.area.screen-md .col-xs-push-12 {
    left: 100%;
}

.area.screen-md .col-xs-push-11 {
    left: 91.66666667%;
}

.area.screen-md .col-xs-push-10 {
    left: 83.33333333%;
}

.area.screen-md .col-xs-push-9 {
    left: 75%;
}

.area.screen-md .col-xs-push-8 {
    left: 66.66666667%;
}

.area.screen-md .col-xs-push-7 {
    left: 58.33333333%;
}

.area.screen-md .col-xs-push-6 {
    left: 50%;
}

.area.screen-md .col-xs-push-5 {
    left: 41.66666667%;
}

.area.screen-md .col-xs-push-4 {
    left: 33.33333333%;
}

.area.screen-md .col-xs-push-3 {
    left: 25%;
}

.area.screen-md .col-xs-push-2 {
    left: 16.66666667%;
}

.area.screen-md .col-xs-push-1 {
    left: 8.33333333%;
}

.area.screen-md .col-xs-push-0 {
    left: 0%;
}

.area.screen-md .col-xs-offset-12 {
    margin-left: 100%;
}

.area.screen-md .col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.area.screen-md .col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.area.screen-md .col-xs-offset-9 {
    margin-left: 75%;
}

.area.screen-md .col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.area.screen-md .col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.area.screen-md .col-xs-offset-6 {
    margin-left: 50%;
}

.area.screen-md .col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.area.screen-md .col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.area.screen-md .col-xs-offset-3 {
    margin-left: 25%;
}

.area.screen-md .col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.area.screen-md .col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.area.screen-md .col-xs-offset-0 {
    margin-left: 0%;
}

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

.area.screen-md .col-sm-12 {
    width: 100%;
}

.area.screen-md .col-sm-11 {
    width: 91.66666667%;
}

.area.screen-md .col-sm-10 {
    width: 83.33333333%;
}

.area.screen-md .col-sm-9 {
    width: 75%;
}

.area.screen-md .col-sm-8 {
    width: 66.66666667%;
}

.area.screen-md .col-sm-7 {
    width: 58.33333333%;
}

.area.screen-md .col-sm-6 {
    width: 50%;
}

.area.screen-md .col-sm-5 {
    width: 41.66666667%;
}

.area.screen-md .col-sm-4 {
    width: 33.33333333%;
}

.area.screen-md .col-sm-3 {
    width: 25%;
}

.area.screen-md .col-sm-2 {
    width: 16.66666667%;
}

.area.screen-md .col-sm-1 {
    width: 8.33333333%;
}

.area.screen-md .col-sm-pull-12 {
    right: 100%;
}

.area.screen-md .col-sm-pull-11 {
    right: 91.66666667%;
}

.area.screen-md .col-sm-pull-10 {
    right: 83.33333333%;
}

.area.screen-md .col-sm-pull-9 {
    right: 75%;
}

.area.screen-md .col-sm-pull-8 {
    right: 66.66666667%;
}

.area.screen-md .col-sm-pull-7 {
    right: 58.33333333%;
}

.area.screen-md .col-sm-pull-6 {
    right: 50%;
}

.area.screen-md .col-sm-pull-5 {
    right: 41.66666667%;
}

.area.screen-md .col-sm-pull-4 {
    right: 33.33333333%;
}

.area.screen-md .col-sm-pull-3 {
    right: 25%;
}

.area.screen-md .col-sm-pull-2 {
    right: 16.66666667%;
}

.area.screen-md .col-sm-pull-1 {
    right: 8.33333333%;
}

.area.screen-md .col-sm-pull-0 {
    right: 0%;
}

.area.screen-md .col-sm-push-12 {
    left: 100%;
}

.area.screen-md .col-sm-push-11 {
    left: 91.66666667%;
}

.area.screen-md .col-sm-push-10 {
    left: 83.33333333%;
}

.area.screen-md .col-sm-push-9 {
    left: 75%;
}

.area.screen-md .col-sm-push-8 {
    left: 66.66666667%;
}

.area.screen-md .col-sm-push-7 {
    left: 58.33333333%;
}

.area.screen-md .col-sm-push-6 {
    left: 50%;
}

.area.screen-md .col-sm-push-5 {
    left: 41.66666667%;
}

.area.screen-md .col-sm-push-4 {
    left: 33.33333333%;
}

.area.screen-md .col-sm-push-3 {
    left: 25%;
}

.area.screen-md .col-sm-push-2 {
    left: 16.66666667%;
}

.area.screen-md .col-sm-push-1 {
    left: 8.33333333%;
}

.area.screen-md .col-sm-push-0 {
    left: 0%;
}

.area.screen-md .col-sm-offset-12 {
    margin-left: 100%;
}

.area.screen-md .col-sm-offset-11 {
    margin-left: 91.66666667%;
}

.area.screen-md .col-sm-offset-10 {
    margin-left: 83.33333333%;
}

.area.screen-md .col-sm-offset-9 {
    margin-left: 75%;
}

.area.screen-md .col-sm-offset-8 {
    margin-left: 66.66666667%;
}

.area.screen-md .col-sm-offset-7 {
    margin-left: 58.33333333%;
}

.area.screen-md .col-sm-offset-6 {
    margin-left: 50%;
}

.area.screen-md .col-sm-offset-5 {
    margin-left: 41.66666667%;
}

.area.screen-md .col-sm-offset-4 {
    margin-left: 33.33333333%;
}

.area.screen-md .col-sm-offset-3 {
    margin-left: 25%;
}

.area.screen-md .col-sm-offset-2 {
    margin-left: 16.66666667%;
}

.area.screen-md .col-sm-offset-1 {
    margin-left: 8.33333333%;
}

.area.screen-md .col-sm-offset-0 {
    margin-left: 0%;
}

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

.area.screen-md .col-md-12 {
    width: 100%;
}

.area.screen-md .col-md-11 {
    width: 91.66666667%;
}

.area.screen-md .col-md-10 {
    width: 83.33333333%;
}

.area.screen-md .col-md-9 {
    width: 75%;
}

.area.screen-md .col-md-8 {
    width: 66.66666667%;
}

.area.screen-md .col-md-7 {
    width: 58.33333333%;
}

.area.screen-md .col-md-6 {
    width: 50%;
}

.area.screen-md .col-md-5 {
    width: 41.66666667%;
}

.area.screen-md .col-md-4 {
    width: 33.33333333%;
}

.area.screen-md .col-md-3 {
    width: 25%;
}

.area.screen-md .col-md-2 {
    width: 16.66666667%;
}

.area.screen-md .col-md-1 {
    width: 8.33333333%;
}

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

.area.screen-md .col-md-pull-11 {
    right: 91.66666667%;
}

.area.screen-md .col-md-pull-10 {
    right: 83.33333333%;
}

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

.area.screen-md .col-md-pull-8 {
    right: 66.66666667%;
}

.area.screen-md .col-md-pull-7 {
    right: 58.33333333%;
}

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

.area.screen-md .col-md-pull-5 {
    right: 41.66666667%;
}

.area.screen-md .col-md-pull-4 {
    right: 33.33333333%;
}

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

.area.screen-md .col-md-pull-2 {
    right: 16.66666667%;
}

.area.screen-md .col-md-pull-1 {
    right: 8.33333333%;
}

.area.screen-md .col-md-pull-0 {
    right: 0%;
}

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

.area.screen-md .col-md-push-11 {
    left: 91.66666667%;
}

.area.screen-md .col-md-push-10 {
    left: 83.33333333%;
}

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

.area.screen-md .col-md-push-8 {
    left: 66.66666667%;
}

.area.screen-md .col-md-push-7 {
    left: 58.33333333%;
}

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

.area.screen-md .col-md-push-5 {
    left: 41.66666667%;
}

.area.screen-md .col-md-push-4 {
    left: 33.33333333%;
}

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

.area.screen-md .col-md-push-2 {
    left: 16.66666667%;
}

.area.screen-md .col-md-push-1 {
    left: 8.33333333%;
}

.area.screen-md .col-md-push-0 {
    left: 0%;
}

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

.area.screen-md .col-md-offset-11 {
    margin-left: 91.66666667%;
}

.area.screen-md .col-md-offset-10 {
    margin-left: 83.33333333%;
}

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

.area.screen-md .col-md-offset-8 {
    margin-left: 66.66666667%;
}

.area.screen-md .col-md-offset-7 {
    margin-left: 58.33333333%;
}

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

.area.screen-md .col-md-offset-5 {
    margin-left: 41.66666667%;
}

.area.screen-md .col-md-offset-4 {
    margin-left: 33.33333333%;
}

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

.area.screen-md .col-md-offset-2 {
    margin-left: 16.66666667%;
}

.area.screen-md .col-md-offset-1 {
    margin-left: 8.33333333%;
}

.area.screen-md .col-md-offset-0 {
    margin-left: 0%;
}

.area.screen-md .grid.md-wrap {
    margin-left: 0;
    margin-right: 0;
}

.area.screen-md .grid.md-wrap>.gridwrap {
    display: block;
}

.area.screen-md .grid.md-wrap>.gridwrap>.col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}

.area.screen-md .md-hidden {
    display: none !important;
}

.area.screen-lg .container.soft {
    width: 100%;
}

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

.area.screen-lg .col-xs-12 {
    width: 100%;
}

.area.screen-lg .col-xs-11 {
    width: 91.66666667%;
}

.area.screen-lg .col-xs-10 {
    width: 83.33333333%;
}

.area.screen-lg .col-xs-9 {
    width: 75%;
}

.area.screen-lg .col-xs-8 {
    width: 66.66666667%;
}

.area.screen-lg .col-xs-7 {
    width: 58.33333333%;
}

.area.screen-lg .col-xs-6 {
    width: 50%;
}

.area.screen-lg .col-xs-5 {
    width: 41.66666667%;
}

.area.screen-lg .col-xs-4 {
    width: 33.33333333%;
}

.area.screen-lg .col-xs-3 {
    width: 25%;
}

.area.screen-lg .col-xs-2 {
    width: 16.66666667%;
}

.area.screen-lg .col-xs-1 {
    width: 8.33333333%;
}

.area.screen-lg .col-xs-pull-12 {
    right: 100%;
}

.area.screen-lg .col-xs-pull-11 {
    right: 91.66666667%;
}

.area.screen-lg .col-xs-pull-10 {
    right: 83.33333333%;
}

.area.screen-lg .col-xs-pull-9 {
    right: 75%;
}

.area.screen-lg .col-xs-pull-8 {
    right: 66.66666667%;
}

.area.screen-lg .col-xs-pull-7 {
    right: 58.33333333%;
}

.area.screen-lg .col-xs-pull-6 {
    right: 50%;
}

.area.screen-lg .col-xs-pull-5 {
    right: 41.66666667%;
}

.area.screen-lg .col-xs-pull-4 {
    right: 33.33333333%;
}

.area.screen-lg .col-xs-pull-3 {
    right: 25%;
}

.area.screen-lg .col-xs-pull-2 {
    right: 16.66666667%;
}

.area.screen-lg .col-xs-pull-1 {
    right: 8.33333333%;
}

.area.screen-lg .col-xs-pull-0 {
    right: 0%;
}

.area.screen-lg .col-xs-push-12 {
    left: 100%;
}

.area.screen-lg .col-xs-push-11 {
    left: 91.66666667%;
}

.area.screen-lg .col-xs-push-10 {
    left: 83.33333333%;
}

.area.screen-lg .col-xs-push-9 {
    left: 75%;
}

.area.screen-lg .col-xs-push-8 {
    left: 66.66666667%;
}

.area.screen-lg .col-xs-push-7 {
    left: 58.33333333%;
}

.area.screen-lg .col-xs-push-6 {
    left: 50%;
}

.area.screen-lg .col-xs-push-5 {
    left: 41.66666667%;
}

.area.screen-lg .col-xs-push-4 {
    left: 33.33333333%;
}

.area.screen-lg .col-xs-push-3 {
    left: 25%;
}

.area.screen-lg .col-xs-push-2 {
    left: 16.66666667%;
}

.area.screen-lg .col-xs-push-1 {
    left: 8.33333333%;
}

.area.screen-lg .col-xs-push-0 {
    left: 0%;
}

.area.screen-lg .col-xs-offset-12 {
    margin-left: 100%;
}

.area.screen-lg .col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.area.screen-lg .col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.area.screen-lg .col-xs-offset-9 {
    margin-left: 75%;
}

.area.screen-lg .col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.area.screen-lg .col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.area.screen-lg .col-xs-offset-6 {
    margin-left: 50%;
}

.area.screen-lg .col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.area.screen-lg .col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.area.screen-lg .col-xs-offset-3 {
    margin-left: 25%;
}

.area.screen-lg .col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.area.screen-lg .col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.area.screen-lg .col-xs-offset-0 {
    margin-left: 0%;
}

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

.area.screen-lg .col-sm-12 {
    width: 100%;
}

.area.screen-lg .col-sm-11 {
    width: 91.66666667%;
}

.area.screen-lg .col-sm-10 {
    width: 83.33333333%;
}

.area.screen-lg .col-sm-9 {
    width: 75%;
}

.area.screen-lg .col-sm-8 {
    width: 66.66666667%;
}

.area.screen-lg .col-sm-7 {
    width: 58.33333333%;
}

.area.screen-lg .col-sm-6 {
    width: 50%;
}

.area.screen-lg .col-sm-5 {
    width: 41.66666667%;
}

.area.screen-lg .col-sm-4 {
    width: 33.33333333%;
}

.area.screen-lg .col-sm-3 {
    width: 25%;
}

.area.screen-lg .col-sm-2 {
    width: 16.66666667%;
}

.area.screen-lg .col-sm-1 {
    width: 8.33333333%;
}

.area.screen-lg .col-sm-pull-12 {
    right: 100%;
}

.area.screen-lg .col-sm-pull-11 {
    right: 91.66666667%;
}

.area.screen-lg .col-sm-pull-10 {
    right: 83.33333333%;
}

.area.screen-lg .col-sm-pull-9 {
    right: 75%;
}

.area.screen-lg .col-sm-pull-8 {
    right: 66.66666667%;
}

.area.screen-lg .col-sm-pull-7 {
    right: 58.33333333%;
}

.area.screen-lg .col-sm-pull-6 {
    right: 50%;
}

.area.screen-lg .col-sm-pull-5 {
    right: 41.66666667%;
}

.area.screen-lg .col-sm-pull-4 {
    right: 33.33333333%;
}

.area.screen-lg .col-sm-pull-3 {
    right: 25%;
}

.area.screen-lg .col-sm-pull-2 {
    right: 16.66666667%;
}

.area.screen-lg .col-sm-pull-1 {
    right: 8.33333333%;
}

.area.screen-lg .col-sm-pull-0 {
    right: 0%;
}

.area.screen-lg .col-sm-push-12 {
    left: 100%;
}

.area.screen-lg .col-sm-push-11 {
    left: 91.66666667%;
}

.area.screen-lg .col-sm-push-10 {
    left: 83.33333333%;
}

.area.screen-lg .col-sm-push-9 {
    left: 75%;
}

.area.screen-lg .col-sm-push-8 {
    left: 66.66666667%;
}

.area.screen-lg .col-sm-push-7 {
    left: 58.33333333%;
}

.area.screen-lg .col-sm-push-6 {
    left: 50%;
}

.area.screen-lg .col-sm-push-5 {
    left: 41.66666667%;
}

.area.screen-lg .col-sm-push-4 {
    left: 33.33333333%;
}

.area.screen-lg .col-sm-push-3 {
    left: 25%;
}

.area.screen-lg .col-sm-push-2 {
    left: 16.66666667%;
}

.area.screen-lg .col-sm-push-1 {
    left: 8.33333333%;
}

.area.screen-lg .col-sm-push-0 {
    left: 0%;
}

.area.screen-lg .col-sm-offset-12 {
    margin-left: 100%;
}

.area.screen-lg .col-sm-offset-11 {
    margin-left: 91.66666667%;
}

.area.screen-lg .col-sm-offset-10 {
    margin-left: 83.33333333%;
}

.area.screen-lg .col-sm-offset-9 {
    margin-left: 75%;
}

.area.screen-lg .col-sm-offset-8 {
    margin-left: 66.66666667%;
}

.area.screen-lg .col-sm-offset-7 {
    margin-left: 58.33333333%;
}

.area.screen-lg .col-sm-offset-6 {
    margin-left: 50%;
}

.area.screen-lg .col-sm-offset-5 {
    margin-left: 41.66666667%;
}

.area.screen-lg .col-sm-offset-4 {
    margin-left: 33.33333333%;
}

.area.screen-lg .col-sm-offset-3 {
    margin-left: 25%;
}

.area.screen-lg .col-sm-offset-2 {
    margin-left: 16.66666667%;
}

.area.screen-lg .col-sm-offset-1 {
    margin-left: 8.33333333%;
}

.area.screen-lg .col-sm-offset-0 {
    margin-left: 0%;
}

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

.area.screen-lg .col-md-12 {
    width: 100%;
}

.area.screen-lg .col-md-11 {
    width: 91.66666667%;
}

.area.screen-lg .col-md-10 {
    width: 83.33333333%;
}

.area.screen-lg .col-md-9 {
    width: 75%;
}

.area.screen-lg .col-md-8 {
    width: 66.66666667%;
}

.area.screen-lg .col-md-7 {
    width: 58.33333333%;
}

.area.screen-lg .col-md-6 {
    width: 50%;
}

.area.screen-lg .col-md-5 {
    width: 41.66666667%;
}

.area.screen-lg .col-md-4 {
    width: 33.33333333%;
}

.area.screen-lg .col-md-3 {
    width: 25%;
}

.area.screen-lg .col-md-2 {
    width: 16.66666667%;
}

.area.screen-lg .col-md-1 {
    width: 8.33333333%;
}

.area.screen-lg .col-md-pull-12 {
    right: 100%;
}

.area.screen-lg .col-md-pull-11 {
    right: 91.66666667%;
}

.area.screen-lg .col-md-pull-10 {
    right: 83.33333333%;
}

.area.screen-lg .col-md-pull-9 {
    right: 75%;
}

.area.screen-lg .col-md-pull-8 {
    right: 66.66666667%;
}

.area.screen-lg .col-md-pull-7 {
    right: 58.33333333%;
}

.area.screen-lg .col-md-pull-6 {
    right: 50%;
}

.area.screen-lg .col-md-pull-5 {
    right: 41.66666667%;
}

.area.screen-lg .col-md-pull-4 {
    right: 33.33333333%;
}

.area.screen-lg .col-md-pull-3 {
    right: 25%;
}

.area.screen-lg .col-md-pull-2 {
    right: 16.66666667%;
}

.area.screen-lg .col-md-pull-1 {
    right: 8.33333333%;
}

.area.screen-lg .col-md-pull-0 {
    right: 0%;
}

.area.screen-lg .col-md-push-12 {
    left: 100%;
}

.area.screen-lg .col-md-push-11 {
    left: 91.66666667%;
}

.area.screen-lg .col-md-push-10 {
    left: 83.33333333%;
}

.area.screen-lg .col-md-push-9 {
    left: 75%;
}

.area.screen-lg .col-md-push-8 {
    left: 66.66666667%;
}

.area.screen-lg .col-md-push-7 {
    left: 58.33333333%;
}

.area.screen-lg .col-md-push-6 {
    left: 50%;
}

.area.screen-lg .col-md-push-5 {
    left: 41.66666667%;
}

.area.screen-lg .col-md-push-4 {
    left: 33.33333333%;
}

.area.screen-lg .col-md-push-3 {
    left: 25%;
}

.area.screen-lg .col-md-push-2 {
    left: 16.66666667%;
}

.area.screen-lg .col-md-push-1 {
    left: 8.33333333%;
}

.area.screen-lg .col-md-push-0 {
    left: 0%;
}

.area.screen-lg .col-md-offset-12 {
    margin-left: 100%;
}

.area.screen-lg .col-md-offset-11 {
    margin-left: 91.66666667%;
}

.area.screen-lg .col-md-offset-10 {
    margin-left: 83.33333333%;
}

.area.screen-lg .col-md-offset-9 {
    margin-left: 75%;
}

.area.screen-lg .col-md-offset-8 {
    margin-left: 66.66666667%;
}

.area.screen-lg .col-md-offset-7 {
    margin-left: 58.33333333%;
}

.area.screen-lg .col-md-offset-6 {
    margin-left: 50%;
}

.area.screen-lg .col-md-offset-5 {
    margin-left: 41.66666667%;
}

.area.screen-lg .col-md-offset-4 {
    margin-left: 33.33333333%;
}

.area.screen-lg .col-md-offset-3 {
    margin-left: 25%;
}

.area.screen-lg .col-md-offset-2 {
    margin-left: 16.66666667%;
}

.area.screen-lg .col-md-offset-1 {
    margin-left: 8.33333333%;
}

.area.screen-lg .col-md-offset-0 {
    margin-left: 0%;
}

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

.area.screen-lg .col-lg-12 {
    width: 100%;
}

.area.screen-lg .col-lg-11 {
    width: 91.66666667%;
}

.area.screen-lg .col-lg-10 {
    width: 83.33333333%;
}

.area.screen-lg .col-lg-9 {
    width: 75%;
}

.area.screen-lg .col-lg-8 {
    width: 66.66666667%;
}

.area.screen-lg .col-lg-7 {
    width: 58.33333333%;
}

.area.screen-lg .col-lg-6 {
    width: 50%;
}

.area.screen-lg .col-lg-5 {
    width: 41.66666667%;
}

.area.screen-lg .col-lg-4 {
    width: 33.33333333%;
}

.area.screen-lg .col-lg-3 {
    width: 25%;
}

.area.screen-lg .col-lg-2 {
    width: 16.66666667%;
}

.area.screen-lg .col-lg-1 {
    width: 8.33333333%;
}

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

.area.screen-lg .col-lg-pull-11 {
    right: 91.66666667%;
}

.area.screen-lg .col-lg-pull-10 {
    right: 83.33333333%;
}

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

.area.screen-lg .col-lg-pull-8 {
    right: 66.66666667%;
}

.area.screen-lg .col-lg-pull-7 {
    right: 58.33333333%;
}

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

.area.screen-lg .col-lg-pull-5 {
    right: 41.66666667%;
}

.area.screen-lg .col-lg-pull-4 {
    right: 33.33333333%;
}

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

.area.screen-lg .col-lg-pull-2 {
    right: 16.66666667%;
}

.area.screen-lg .col-lg-pull-1 {
    right: 8.33333333%;
}

.area.screen-lg .col-lg-pull-0 {
    right: 0%;
}

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

.area.screen-lg .col-lg-push-11 {
    left: 91.66666667%;
}

.area.screen-lg .col-lg-push-10 {
    left: 83.33333333%;
}

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

.area.screen-lg .col-lg-push-8 {
    left: 66.66666667%;
}

.area.screen-lg .col-lg-push-7 {
    left: 58.33333333%;
}

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

.area.screen-lg .col-lg-push-5 {
    left: 41.66666667%;
}

.area.screen-lg .col-lg-push-4 {
    left: 33.33333333%;
}

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

.area.screen-lg .col-lg-push-2 {
    left: 16.66666667%;
}

.area.screen-lg .col-lg-push-1 {
    left: 8.33333333%;
}

.area.screen-lg .col-lg-push-0 {
    left: 0%;
}

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

.area.screen-lg .col-lg-offset-11 {
    margin-left: 91.66666667%;
}

.area.screen-lg .col-lg-offset-10 {
    margin-left: 83.33333333%;
}

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

.area.screen-lg .col-lg-offset-8 {
    margin-left: 66.66666667%;
}

.area.screen-lg .col-lg-offset-7 {
    margin-left: 58.33333333%;
}

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

.area.screen-lg .col-lg-offset-5 {
    margin-left: 41.66666667%;
}

.area.screen-lg .col-lg-offset-4 {
    margin-left: 33.33333333%;
}

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

.area.screen-lg .col-lg-offset-2 {
    margin-left: 16.66666667%;
}

.area.screen-lg .col-lg-offset-1 {
    margin-left: 8.33333333%;
}

.area.screen-lg .col-lg-offset-0 {
    margin-left: 0%;
}

.area.screen-lg .lg-hidden {
    display: none !important;
}

.area {
    font-size: 16px;
}

.area>.area-wrapper {
    overflow: hidden;
}

.area>.area-wrapper.scroll-snap {
    overflow-y: initial;
    overflow-x: hidden;
    height: 100vh;
    scroll-snap-type: y mandatory;
}

.area>.area-wrapper.scroll-snap.scroll-snap-cancel {
    scroll-snap-type: none;
}

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

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

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

.area .row:after {
    clear: both;
}

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

.area .row:after {
    clear: both;
}

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

.area .tbl {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.area .tbl.layout-auto {
    table-layout: auto;
}

.area .tbl .tr {
    display: table-row;
}

.area .tbl .td {
    display: table-cell;
}

.area [data-cut] {
    min-height: 1px;
}

.area .nofonts {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.area .textable {
    color: inherit;
    line-height: 1.4;
    margin: 0;
    font-size: inherit;
    position: relative;
}

.area .textable b,
.area .textable strong {
    font-weight: bolder;
}

.area a {
    text-decoration: underline;
    color: inherit;
}

.area .nocolors {
    color: #333333;
}

.area img {
    max-width: 100%;
}

.area .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 7;
}

.area .container.noanimate {
    transition: none;
}

.area .container.fullwidth {
    width: 100% !important;
}

.area .node>.wrapper1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}

.area .node>.wrapper1>.mb_YTPlayer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.area .node>.wrapper1>.wrapper2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.area .node>.wrapper1>.wrapper2>.bg_particles {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.area .node>.wrapper1>.wrapper2>.bg_particles canvas.particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
}

.area .node>.wrapper1>.wrapper2>.snowfield {
    z-index: auto !important;
}

.area input {
    outline: none !important;
}

.area .node,
.area .cont {
    margin-top: 0;
    margin-bottom: 0;
    border-width: 0 !important;
    position: relative;
}

.area .node.widget {
    z-index: auto;
}

.area .node.section {
    min-height: 20px;
    scroll-snap-align: start;
}

.area .node.section.fixation-top.fixed {
    scroll-snap-align: none !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 800;
    transition: opacity 0.3s ease;
    opacity: 0.95;
}

.area .node.section.fixation-bottom.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 800;
    transition: opacity 0.3s ease;
    opacity: 0.95;
}

.area .linetop,
.area .linebottom {
    z-index: 4;
    position: relative;
}

.area .decor-top-image,
.area .decor-bottom-image {
    z-index: 4;
    width: 100%;
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.area .decor-top-image.absolute,
.area .decor-bottom-image.absolute {
    position: absolute;
    left: 0;
    right: 0;
}

.area .decor-top-image.absolute.decor-top-image,
.area .decor-bottom-image.absolute.decor-top-image {
    top: 0;
}

.area .decor-top-image.absolute.decor-bottom-image,
.area .decor-bottom-image.absolute.decor-bottom-image {
    bottom: 0;
}

.area .decor-top-image.repeat,
.area .decor-bottom-image.repeat {
    background-repeat: repeat-x;
}

.area .separatortop,
.area .separatorbottom {
    width: 100%;
    z-index: 4;
    position: relative;
    overflow: hidden;
}

.area .separatortop .diagonal-left svg,
.area .separatorbottom .diagonal-left svg,
.area .separatortop .diagonal-right svg,
.area .separatorbottom .diagonal-right svg,
.area .separatortop .bigtriangle-top svg,
.area .separatorbottom .bigtriangle-top svg,
.area .separatortop .bigtriangle-bottom svg,
.area .separatorbottom .bigtriangle-bottom svg,
.area .separatortop .bigcircle-top svg,
.area .separatorbottom .bigcircle-top svg,
.area .separatortop .bigcircle-bottom svg,
.area .separatorbottom .bigcircle-bottom svg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.area .separatortop .pattern-zigzag,
.area .separatorbottom .pattern-zigzag {
    position: relative;
    overflow: hidden;
}

.area .separatortop .pattern-zigzag .pattern,
.area .separatorbottom .pattern-zigzag .pattern {
    position: absolute;
    width: 100%;
}

.area .separatortop .pattern-wave,
.area .separatorbottom .pattern-wave {
    position: relative;
}

.area .separatortop .pattern-wave svg,
.area .separatorbottom .pattern-wave svg {
    width: 100%;
    height: 100%;
}

.area .separatortop>.bigtriangle-top,
.area .separatortop>.bigtriangle-bottom,
.area .separatortop>.bigcircle-bottom,
.area .separatortop>.bigcircle-top,
.area .separatortop>.diagonal-left,
.area .separatortop>.diagonal-right {
    margin-top: -0.5px;
}

.area .separatortop .pattern-wave {
    transform: rotateX(180deg);
    bottom: 2px;
}

.area.screen-sm .separatortop .pattern-wave svg,
.area.screen-sm .separatorbottom .pattern-wave svg {
    position: absolute;
    bottom: -1px;
    height: 80% !important;
}

.area.screen-xs .separatortop .pattern-wave svg,
.area.screen-xs .separatorbottom .pattern-wave svg {
    position: absolute;
    bottom: -1px;
    height: 40% !important;
}

.area .separatorbottom>.bigtriangle-top,
.area .separatorbottom>.bigtriangle-bottom,
.area .separatorbottom>.bigcircle-bottom,
.area .separatorbottom>.bigcircle-top,
.area .separatorbottom>.diagonal-left,
.area .separatorbottom>.diagonal-right {
    margin-top: 0.5px;
}

.area .separatorbottom .pattern-wave {
    bottom: -2px;
}

.area .metahtml {
    position: relative;
    z-index: 220;
}

.area .fr-emoticon {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 5px;
    line-height: 1 !important;
    cursor: default;
    font-weight: normal;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.area .z-index-big {
    z-index: 10000;
}

.area .shadowsmall {
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
}

.area .shadowmedium {
    text-shadow: rgba(0, 0, 0, 0.5) 1px 3px 2px;
}

.area .shadowbig {
    text-shadow: rgba(0, 0, 0, 0.5) 2px 5px 4px;
}

.area .shadow3d {
    text-shadow: #cccccc 0px 1px 0px, #c9c9c9 0px 2px 0px, #bbbbbb 0px 3px 0px, #b9b9b9 0px 4px 0px, #aaaaaa 0px 5px 0px, rgba(0, 0, 0, 0.0980392) 0px 6px 1px, rgba(0, 0, 0, 0.0980392) 0px 0px 5px, rgba(0, 0, 0, 0.298039) 0px 1px 3px, rgba(0, 0, 0, 0.14902) 0px 3px 5px, rgba(0, 0, 0, 0.2) 0px 5px 10px, rgba(0, 0, 0, 0.2) 0px 10px 10px, rgba(0, 0, 0, 0.0980392) 0px 20px 20px;
}

.area .shadowglow {
    text-shadow: #fff 0 0 10px;
}

.area .capitel {
    font-variant: small-caps;
}

.area .zero-height {
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border-width: 0 !important;
}

.swal-overlay {
    z-index: 4000;
}

.swal-overlay .swal-modal {
    overflow: visible !important;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    margin: 60px auto;
}

.swal-overlay .swal-modal.swal-modal--success {
    background-color: #a0de7d;
}

.swal-overlay .swal-modal.swal-modal--error {
    background-color: #f27474;
}

.swal-overlay .swal-modal.swal-modal--info {
    background-color: #3fc3ee;
}

.swal-overlay .swal-modal .swal-text {
    text-align: center !important;
}

.swal-overlay * {
    color: white !important;
}

.swal-overlay a {
    text-decoration: underline;
}

.swal-overlay .swal-icon {
    margin-top: -48px;
    overflow: hidden;
    background: #ffffff;
    transform: scale(1);
}

.swal-overlay .swal-icon.swal-icon--success {
    border: 8px solid #a0de7d;
}

.swal-overlay .swal-icon.swal-icon--error {
    border: 8px solid #f27474;
}

.swal-overlay .swal-icon.swal-icon--info {
    border: 8px solid #3fc3ee;
}

.swal-overlay .swal-icon.swal-icon--info:after,
.swal-overlay .swal-icon.swal-icon--info:before {
    background-color: #35c1f0;
}

.swal-overlay .swal-title {
    white-space: pre-line;
}

.swal-overlay .swal-content {
    text-align: center;
}

.swal-overlay .swal-button-container {
    display: block;
}

.swal-overlay .swal-button-container .swal-button {
    width: 100%;
    color: #333333 !important;
    background: white !important;
    border: none !important;
    border-radius: 100px;
    outline: none;
    padding: 15px;
    font-weight: normal;
}

.swal-overlay .swal-button-container .swal-button:hover,
.swal-overlay .swal-button-container .swal-button:focus {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
}

.swal-overlay .swal-button-container .swal-button:active {
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.1) !important;
    background-color: #fbfbfb !important;
}

.zero-visual {
    display: none !important;
}

.section-zero>.zero-grid,
.widget-zero>.zero-grid,
.layer-group>.zero-grid,
.widget-stories-page>.layers-wrapper>.zero-grid {
    transition: none;
    padding: 0;
    z-index: 1130;
    pointer-events: none;
    position: relative;
}

.section-zero>.zero-grid .resizer,
.widget-zero>.zero-grid .resizer,
.layer-group>.zero-grid .resizer,
.widget-stories-page>.layers-wrapper>.zero-grid .resizer {
    pointer-events: auto;
}

.section-zero.section-zero>.zero-layer>.zero-layer-axis,
.widget-zero.section-zero>.zero-layer>.zero-layer-axis,
.layer-group.section-zero>.zero-layer>.zero-layer-axis,
.widget-stories-page>.layers-wrapper.section-zero>.zero-layer>.zero-layer-axis {
    margin: 0 auto;
}

.area.screen-lg .section-zero.section-zero>.zero-layer>.zero-layer-axis,
.area.screen-lg .widget-zero.section-zero>.zero-layer>.zero-layer-axis,
.area.screen-lg .layer-group.section-zero>.zero-layer>.zero-layer-axis,
.area.screen-lg .widget-stories-page>.layers-wrapper.section-zero>.zero-layer>.zero-layer-axis {
    width: 1200px;
}

.area.screen-md .section-zero.section-zero>.zero-layer>.zero-layer-axis,
.area.screen-md .widget-zero.section-zero>.zero-layer>.zero-layer-axis,
.area.screen-md .layer-group.section-zero>.zero-layer>.zero-layer-axis,
.area.screen-md .widget-stories-page>.layers-wrapper.section-zero>.zero-layer>.zero-layer-axis {
    width: 960px;
}

.area.screen-sm .section-zero.section-zero>.zero-layer>.zero-layer-axis,
.area.screen-sm .widget-zero.section-zero>.zero-layer>.zero-layer-axis,
.area.screen-sm .layer-group.section-zero>.zero-layer>.zero-layer-axis,
.area.screen-sm .widget-stories-page>.layers-wrapper.section-zero>.zero-layer>.zero-layer-axis {
    width: 720px;
}

.area.screen-xs .section-zero.section-zero>.zero-layer>.zero-layer-axis,
.area.screen-xs .widget-zero.section-zero>.zero-layer>.zero-layer-axis,
.area.screen-xs .layer-group.section-zero>.zero-layer>.zero-layer-axis,
.area.screen-xs .widget-stories-page>.layers-wrapper.section-zero>.zero-layer>.zero-layer-axis {
    width: 320px;
}

.area.screen-lg .section-zero.section-zero>.zero-layer>.zero-layer-axis.lg-wide,
.area.screen-lg .widget-zero.section-zero>.zero-layer>.zero-layer-axis.lg-wide,
.area.screen-lg .layer-group.section-zero>.zero-layer>.zero-layer-axis.lg-wide,
.area.screen-lg .widget-stories-page>.layers-wrapper.section-zero>.zero-layer>.zero-layer-axis.lg-wide {
    width: 100%;
}

.area.screen-md .section-zero.section-zero>.zero-layer>.zero-layer-axis.md-wide,
.area.screen-md .widget-zero.section-zero>.zero-layer>.zero-layer-axis.md-wide,
.area.screen-md .layer-group.section-zero>.zero-layer>.zero-layer-axis.md-wide,
.area.screen-md .widget-stories-page>.layers-wrapper.section-zero>.zero-layer>.zero-layer-axis.md-wide {
    width: 100%;
}

.area.screen-sm .section-zero.section-zero>.zero-layer>.zero-layer-axis.sm-wide,
.area.screen-sm .widget-zero.section-zero>.zero-layer>.zero-layer-axis.sm-wide,
.area.screen-sm .layer-group.section-zero>.zero-layer>.zero-layer-axis.sm-wide,
.area.screen-sm .widget-stories-page>.layers-wrapper.section-zero>.zero-layer>.zero-layer-axis.sm-wide {
    width: 100%;
}

.area.screen-xs .section-zero.section-zero>.zero-layer>.zero-layer-axis.xs-wide,
.area.screen-xs .widget-zero.section-zero>.zero-layer>.zero-layer-axis.xs-wide,
.area.screen-xs .layer-group.section-zero>.zero-layer>.zero-layer-axis.xs-wide,
.area.screen-xs .widget-stories-page>.layers-wrapper.section-zero>.zero-layer>.zero-layer-axis.xs-wide {
    width: 100%;
}

.section-zero>.zero-layer,
.widget-zero>.zero-layer,
.layer-group>.zero-layer,
.widget-stories-page>.layers-wrapper>.zero-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-zero>.zero-layer>.zero-layer-axis,
.widget-zero>.zero-layer>.zero-layer-axis,
.layer-group>.zero-layer>.zero-layer-axis,
.widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis {
    z-index: auto;
    overflow: visible;
    transition: none;
    display: flex;
    padding: 0;
    margin: 0 auto;
}

.section-zero>.zero-layer>.zero-layer-axis.lg-top,
.widget-zero>.zero-layer>.zero-layer-axis.lg-top,
.layer-group>.zero-layer>.zero-layer-axis.lg-top,
.widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.lg-top,
.area.screen-md .section-zero>.zero-layer>.zero-layer-axis.md-top,
.area.screen-md .widget-zero>.zero-layer>.zero-layer-axis.md-top,
.area.screen-md .layer-group>.zero-layer>.zero-layer-axis.md-top,
.area.screen-md .widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.md-top,
.area.screen-sm .section-zero>.zero-layer>.zero-layer-axis.sm-top,
.area.screen-sm .widget-zero>.zero-layer>.zero-layer-axis.sm-top,
.area.screen-sm .layer-group>.zero-layer>.zero-layer-axis.sm-top,
.area.screen-sm .widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.sm-top,
.area.screen-xs .section-zero>.zero-layer>.zero-layer-axis.xs-top,
.area.screen-xs .widget-zero>.zero-layer>.zero-layer-axis.xs-top,
.area.screen-xs .layer-group>.zero-layer>.zero-layer-axis.xs-top,
.area.screen-xs .widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.xs-top {
    align-items: flex-start;
}

.section-zero>.zero-layer>.zero-layer-axis.lg-middle,
.widget-zero>.zero-layer>.zero-layer-axis.lg-middle,
.layer-group>.zero-layer>.zero-layer-axis.lg-middle,
.widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.lg-middle,
.area.screen-md .section-zero>.zero-layer>.zero-layer-axis.md-middle,
.area.screen-md .widget-zero>.zero-layer>.zero-layer-axis.md-middle,
.area.screen-md .layer-group>.zero-layer>.zero-layer-axis.md-middle,
.area.screen-md .widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.md-middle,
.area.screen-sm .section-zero>.zero-layer>.zero-layer-axis.sm-middle,
.area.screen-sm .widget-zero>.zero-layer>.zero-layer-axis.sm-middle,
.area.screen-sm .layer-group>.zero-layer>.zero-layer-axis.sm-middle,
.area.screen-sm .widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.sm-middle,
.area.screen-xs .section-zero>.zero-layer>.zero-layer-axis.xs-middle,
.area.screen-xs .widget-zero>.zero-layer>.zero-layer-axis.xs-middle,
.area.screen-xs .layer-group>.zero-layer>.zero-layer-axis.xs-middle,
.area.screen-xs .widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.xs-middle {
    align-items: center;
}

.section-zero>.zero-layer>.zero-layer-axis.lg-bottom,
.widget-zero>.zero-layer>.zero-layer-axis.lg-bottom,
.layer-group>.zero-layer>.zero-layer-axis.lg-bottom,
.widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.lg-bottom,
.area.screen-md .section-zero>.zero-layer>.zero-layer-axis.md-bottom,
.area.screen-md .widget-zero>.zero-layer>.zero-layer-axis.md-bottom,
.area.screen-md .layer-group>.zero-layer>.zero-layer-axis.md-bottom,
.area.screen-md .widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.md-bottom,
.area.screen-sm .section-zero>.zero-layer>.zero-layer-axis.sm-bottom,
.area.screen-sm .widget-zero>.zero-layer>.zero-layer-axis.sm-bottom,
.area.screen-sm .layer-group>.zero-layer>.zero-layer-axis.sm-bottom,
.area.screen-sm .widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.sm-bottom,
.area.screen-xs .section-zero>.zero-layer>.zero-layer-axis.xs-bottom,
.area.screen-xs .widget-zero>.zero-layer>.zero-layer-axis.xs-bottom,
.area.screen-xs .layer-group>.zero-layer>.zero-layer-axis.xs-bottom,
.area.screen-xs .widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.xs-bottom {
    align-items: flex-end;
}

.section-zero>.zero-layer>.zero-layer-axis.lg-left,
.widget-zero>.zero-layer>.zero-layer-axis.lg-left,
.layer-group>.zero-layer>.zero-layer-axis.lg-left,
.widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.lg-left,
.area.screen-md .section-zero>.zero-layer>.zero-layer-axis.md-left,
.area.screen-md .widget-zero>.zero-layer>.zero-layer-axis.md-left,
.area.screen-md .layer-group>.zero-layer>.zero-layer-axis.md-left,
.area.screen-md .widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.md-left,
.area.screen-sm .section-zero>.zero-layer>.zero-layer-axis.sm-left,
.area.screen-sm .widget-zero>.zero-layer>.zero-layer-axis.sm-left,
.area.screen-sm .layer-group>.zero-layer>.zero-layer-axis.sm-left,
.area.screen-sm .widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.sm-left,
.area.screen-xs .section-zero>.zero-layer>.zero-layer-axis.xs-left,
.area.screen-xs .widget-zero>.zero-layer>.zero-layer-axis.xs-left,
.area.screen-xs .layer-group>.zero-layer>.zero-layer-axis.xs-left,
.area.screen-xs .widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.xs-left {
    justify-content: flex-start;
}

.section-zero>.zero-layer>.zero-layer-axis.lg-center,
.widget-zero>.zero-layer>.zero-layer-axis.lg-center,
.layer-group>.zero-layer>.zero-layer-axis.lg-center,
.widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.lg-center,
.area.screen-md .section-zero>.zero-layer>.zero-layer-axis.md-center,
.area.screen-md .widget-zero>.zero-layer>.zero-layer-axis.md-center,
.area.screen-md .layer-group>.zero-layer>.zero-layer-axis.md-center,
.area.screen-md .widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.md-center,
.area.screen-sm .section-zero>.zero-layer>.zero-layer-axis.sm-center,
.area.screen-sm .widget-zero>.zero-layer>.zero-layer-axis.sm-center,
.area.screen-sm .layer-group>.zero-layer>.zero-layer-axis.sm-center,
.area.screen-sm .widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.sm-center,
.area.screen-xs .section-zero>.zero-layer>.zero-layer-axis.xs-center,
.area.screen-xs .widget-zero>.zero-layer>.zero-layer-axis.xs-center,
.area.screen-xs .layer-group>.zero-layer>.zero-layer-axis.xs-center,
.area.screen-xs .widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.xs-center {
    justify-content: center;
}

.section-zero>.zero-layer>.zero-layer-axis.lg-right,
.widget-zero>.zero-layer>.zero-layer-axis.lg-right,
.layer-group>.zero-layer>.zero-layer-axis.lg-right,
.widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.lg-right,
.area.screen-md .section-zero>.zero-layer>.zero-layer-axis.md-right,
.area.screen-md .widget-zero>.zero-layer>.zero-layer-axis.md-right,
.area.screen-md .layer-group>.zero-layer>.zero-layer-axis.md-right,
.area.screen-md .widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.md-right,
.area.screen-sm .section-zero>.zero-layer>.zero-layer-axis.sm-right,
.area.screen-sm .widget-zero>.zero-layer>.zero-layer-axis.sm-right,
.area.screen-sm .layer-group>.zero-layer>.zero-layer-axis.sm-right,
.area.screen-sm .widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.sm-right,
.area.screen-xs .section-zero>.zero-layer>.zero-layer-axis.xs-right,
.area.screen-xs .widget-zero>.zero-layer>.zero-layer-axis.xs-right,
.area.screen-xs .layer-group>.zero-layer>.zero-layer-axis.xs-right,
.area.screen-xs .widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis.xs-right {
    justify-content: flex-end;
}

.section-zero>.zero-layer>.zero-layer-axis .zero-layer-frame,
.widget-zero>.zero-layer>.zero-layer-axis .zero-layer-frame,
.layer-group>.zero-layer>.zero-layer-axis .zero-layer-frame,
.widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis .zero-layer-frame {
    position: relative;
    overflow: visible !important;
    flex-shrink: 0;
}

.section-zero>.zero-layer>.zero-layer-axis .zero-layer-frame.node-stretch>.cont,
.widget-zero>.zero-layer>.zero-layer-axis .zero-layer-frame.node-stretch>.cont,
.layer-group>.zero-layer>.zero-layer-axis .zero-layer-frame.node-stretch>.cont,
.widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis .zero-layer-frame.node-stretch>.cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: auto;
}

.section-zero>.zero-layer>.zero-layer-axis .zero-layer-frame.node-stretch>.cont>.node,
.widget-zero>.zero-layer>.zero-layer-axis .zero-layer-frame.node-stretch>.cont>.node,
.layer-group>.zero-layer>.zero-layer-axis .zero-layer-frame.node-stretch>.cont>.node,
.widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis .zero-layer-frame.node-stretch>.cont>.node {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: auto;
}

.section-zero>.zero-layer>.zero-layer-axis .zero-layer-frame.node-stretch>.cont>.node:after,
.widget-zero>.zero-layer>.zero-layer-axis .zero-layer-frame.node-stretch>.cont>.node:after,
.layer-group>.zero-layer>.zero-layer-axis .zero-layer-frame.node-stretch>.cont>.node:after,
.widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis .zero-layer-frame.node-stretch>.cont>.node:after,
.section-zero>.zero-layer>.zero-layer-axis .zero-layer-frame.node-stretch>.cont>.node>.controls,
.widget-zero>.zero-layer>.zero-layer-axis .zero-layer-frame.node-stretch>.cont>.node>.controls,
.layer-group>.zero-layer>.zero-layer-axis .zero-layer-frame.node-stretch>.cont>.node>.controls,
.widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis .zero-layer-frame.node-stretch>.cont>.node>.controls {
    display: none;
}

.section-zero>.zero-layer>.zero-layer-axis .zero-layer-frame>.textable,
.widget-zero>.zero-layer>.zero-layer-axis .zero-layer-frame>.textable,
.layer-group>.zero-layer>.zero-layer-axis .zero-layer-frame>.textable,
.widget-stories-page>.layers-wrapper>.zero-layer>.zero-layer-axis .zero-layer-frame>.textable {
    position: relative;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

/* a11y */

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide,
.swiper-container-fade .swiper-slide .swiper-slide,
.swiper-container-fade .swiper-slide .swiper-slide .swiper-slide,
.swiper-container-fade .swiper-slide .swiper-slide .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}