/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
.select2-container,
audio,
canvas,
video {
    display: inline-block;
}
html,
mark {
    color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
button,
html,
input,
select,
textarea {
    font-family: Exo, sans-serif;
}
a:focus {
    outline: dotted thin;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:after,
q:before {
    content: "";
    content: none;
}
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;
}
nav ol,
nav ul {
    list-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
figure,
form {
    margin: 0;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
button,
input {
    line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
} /*!
 * 
 *         SimpleBar.js - v2.5.1
 *         Scrollbars, simpler.
 *         https://grsmto.github.io/simplebar/
 *         
 *         Made by Adrien Grsmto from a fork by Jonathan Nicol
 *         Under MIT License
 *       
 */
[data-simplebar] {
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
[data-simplebar="init"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.simplebar-scroll-content {
    overflow-x: hidden;
    overflow-y: scroll;
    min-width: 100%;
    -webkit-box-sizing: content-box;
}
.simplebar-content {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100%;
}
.simplebar-track {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 11px;
}
.simplebar-scrollbar {
    position: absolute;
    border-radius: 7px;
    min-height: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    background: #000;
    background-clip: padding-box;
}
.simplebar-track:hover .simplebar-scrollbar {
    opacity: 0.5;
    -webkit-transition: opacity 0 linear;
    transition: opacity 0 linear;
}
.simplebar-track .simplebar-scrollbar.visible {
    opacity: 0.5;
}
.simplebar-track.horizontal {
    left: 0;
    width: auto;
    height: 11px;
}
.simplebar-track.vertical {
    top: 0;
}
.horizontal.simplebar-track .simplebar-scrollbar {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}
.select2-container {
    box-sizing: border-box;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #fff;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.fa-ul,
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fff;
    color: #d67c1b;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #d67c1b;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
body,
html {
    height: 100%;
    width: 100%;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
*,
html {
    margin: 0;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #d67c1b;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #fff;
    color: #d67c1b;
}
a,
body {
    color: #101b34;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #d67c1b;
}
@font-face {
    font-family: Poppins;
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiAyp8kv8JHgFVrJJLmE3tF.ttf) format("truetype");
}
@font-face {
    font-family: Poppins;
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmv1plEA.ttf) format("truetype");
}
@font-face {
    font-family: Poppins;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm21llEA.ttf) format("truetype");
}
@font-face {
    font-family: Poppins;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrJJLedw.ttf) format("truetype");
}
@font-face {
    font-family: Poppins;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmg1hlEA.ttf) format("truetype");
}
@font-face {
    font-family: Poppins;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmr19lEA.ttf) format("truetype");
}
@font-face {
    font-family: Poppins;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmy15lEA.ttf) format("truetype");
}
@font-face {
    font-family: Poppins;
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm111lEA.ttf) format("truetype");
}
@font-face {
    font-family: Poppins;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm81xlEA.ttf) format("truetype");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrLPTedw.ttf) format("truetype");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLFj_V1s.ttf) format("truetype");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8V1s.ttf) format("truetype");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJA.ttf) format("truetype");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V1s.ttf) format("truetype");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6V1s.ttf) format("truetype");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7V1s.ttf) format("truetype");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDD4V1s.ttf) format("truetype");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLBT5V1s.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVc.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 500;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVc.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVc.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVc.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 800;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVc.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4n.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgWxP.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf) format("truetype");
}
* {
    padding: 0;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    outline: 0 !important;
}
html {
    font-size: 62.5%;
    padding: 0;
    min-height: 100%;
    min-width: 375px;
    background-color: #fff;
}
@media only screen and (max-width: 409px) {
    html {
        font-size: 54%;
    }
}
@media only screen and (min-width: 410px) and (max-width: 767px) {
    html {
        font-size: 62.5%;
    }
}
body {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: Poppins;
    font-weight: 400;
    font-style: normal;
    min-height: 100%;
    min-width: 320px;
    overflow-x: hidden;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}
li {
    list-style: none;
}
a {
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    outline: 0;
    text-decoration: none;
}
a:hover {
    color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: 400;
}
input[type="password"]::-ms-clear,
input[type="text"]::-ms-clear {
    display: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}
::-webkit-input-placeholder {
    color: #101b34;
    letter-spacing: 0.4rem;
    font-size: 14px;
    text-transform: uppercase;
}
:-moz-placeholder {
    color: #101b34;
    letter-spacing: 0.4rem;
    font-size: 14px;
    text-transform: uppercase;
}
::-moz-placeholder {
    color: #101b34;
    letter-spacing: 0.4rem;
    font-size: 14px;
    text-transform: uppercase;
}
:-ms-input-placeholder {
    color: #101b34;
    letter-spacing: 0.4rem;
    font-size: 14px;
    text-transform: uppercase;
}
.error::-webkit-input-placeholder {
    color: #ff6060;
    letter-spacing: 0.4rem;
    font-size: 14px;
    text-transform: uppercase;
}
.error:-moz-placeholder {
    color: #ff6060;
    letter-spacing: 0.4rem;
    font-size: 14px;
    text-transform: uppercase;
}
.error::-moz-placeholder {
    color: #ff6060;
    letter-spacing: 0.4rem;
    font-size: 14px;
    text-transform: uppercase;
}
.error:-ms-input-placeholder {
    color: #ff6060;
    letter-spacing: 0.4rem;
    font-size: 14px;
    text-transform: uppercase;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
}
b,
strong {
    margin-top: -1px;
}
button,
input,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
select,
textarea {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield !important;
}
input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    caret-color: rgba(16, 27, 52, 0.7) !important;
    -webkit-text-fill-color: #101b34 !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    transition: background-color 5000s ease-in-out 0s;
}
html.desktop ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
    background-color: #fff;
}
html.desktop ::-webkit-scrollbar-thumb {
    background-color: #1a1a1a;
    border-radius: 0;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
::-moz-selection {
    background: #fff;
    color: #fff;
}
::selection {
    background: #fff;
    color: #fff;
}
#dialog-window {
    top: 50%;
    left: 50%;
    position: fixed;
    max-width: 600px;
    width: calc(100% - 4.6rem);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -25%);
    -moz-transform: translate(-50%, -25%);
    -o-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    -webkit-transition: visibility 0s linear 0.3s, -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: visibility 0s linear 0.3s, -moz-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: visibility 0s linear 0.3s, -o-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: visibility 0s linear 0.3s, -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1),
        transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 9999;
}
#dialog-window .dialog-message .icon-message,
#dialog-window .dialog-message .title {
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    -moz-transition: -moz-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    -o-transition: -o-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
#dialog-window .dialog-message {
    background: #fff;
    -webkit-border-radius: 10px 10px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px 10px 0 0;
    -moz-background-clip: padding;
    border-radius: 10px 10px 0 0;
    background-clip: padding-box;
    color: #101b34;
    padding: 3.5rem;
    text-align: center;
}
#dialog-window .dialog-message .icon-message {
    background: #3bb030;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    height: 7rem;
    width: 7rem;
    margin: 0 auto 2rem;
    padding-top: 1.8rem;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    -moz-transform: translate3d(0, 25%, 0);
    -o-transform: translate3d(0, 25%, 0);
    -ms-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
    transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -moz-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -o-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s,
        opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
#dialog-window .dialog-message .icon-message .fa {
    font-size: 34px;
    font-size: 3.4rem;
    color: #fff;
    line-height: 3.4rem;
}
#dialog-window .dialog-message .icon-message .alert,
#dialog-window .dialog-message .icon-message .error,
#dialog-window .dialog-message .icon-message .success {
    display: none;
}
#dialog-window .dialog-message .title {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, 25%);
    -moz-transform: translate(0, 25%);
    -o-transform: translate(0, 25%);
    -ms-transform: translate(0, 25%);
    transform: translate(0, 25%);
    transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -moz-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -o-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s,
        opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
#dialog-window .dialog-buttons button,
#dialog-window .dialog-message .message {
    -moz-opacity: 0;
    -webkit-transform: translate(0, 25%);
    filter: alpha(opacity=0);
    zoom: 1;
    font-family: Poppins;
}
#dialog-window .dialog-message .message {
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    font-size: 1.7rem;
    -webkit-opacity: 0;
    opacity: 0;
    -moz-transform: translate(0, 25%);
    -o-transform: translate(0, 25%);
    -ms-transform: translate(0, 25%);
    transform: translate(0, 25%);
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    -moz-transition: -moz-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    -o-transition: -o-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -moz-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -o-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s,
        opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
#dialog-window .dialog-buttons {
    font-size: 0;
    background: #3bb030;
    -webkit-border-radius: 0 0 10px 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 10px 10px;
    -moz-background-clip: padding;
    border-radius: 0 0 10px 10px;
    background-clip: padding-box;
    padding: 4rem 2rem;
    position: relative;
    text-align: center;
    top: -1px;
}
#dialog-window .dialog-buttons:before {
    position: absolute;
    top: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    display: block;
    height: 0;
    width: 0;
    -moz-transform: scale(0.9999);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
#dialog-window .dialog-buttons button {
    background: #fff;
    border: 0;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    color: #252525;
    font-weight: 800 !important;
    font-size: 15px;
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: top;
    line-height: 4rem;
    margin-left: 0.5rem;
    padding: 0 2.5rem;
    text-align: center;
    text-transform: uppercase;
    -webkit-opacity: 0;
    opacity: 0;
    -moz-transform: translate(0, 25%);
    -o-transform: translate(0, 25%);
    -ms-transform: translate(0, 25%);
    transform: translate(0, 25%);
    -webkit-transition: background 0.2s ease-in-out, -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    -moz-transition: background 0.2s ease-in-out, -moz-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    -o-transition: background 0.2s ease-in-out, -o-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transition: background 0.2s ease-in-out, -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -moz-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -o-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s,
        transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
#dialog-window.alert .alert,
#dialog-window.error .error,
#dialog-window.success .success {
    display: block !important;
}
#dialog-window .dialog-buttons button:hover {
    background: #f2f2f2;
}
#dialog-window .dialog-buttons button:first-child {
    margin-left: 0;
}
#dialog-window .dialog-buttons button:active {
    -webkit-transform: scale(0.98) !important;
    -moz-transform: scale(0.98) !important;
    -o-transform: scale(0.98) !important;
    -ms-transform: scale(0.98) !important;
    transform: scale(0.98) !important;
    -webkit-transition: background 0.2s ease-in-out, opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    -moz-transition: background 0.2s ease-in-out, opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    -o-transition: background 0.2s ease-in-out, opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transition: background 0.2s ease-in-out, opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
#dialog-window #close-dialog,
.common-checkbox .checkbox:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#dialog-window.alert .dialog-buttons,
#dialog-window.alert .dialog-message .icon-message {
    background: #ff6060;
}
#dialog-window.success .dialog-buttons,
#dialog-window.success .dialog-message .icon-message {
    background: #3bb030;
}
#dialog-window.error .dialog-buttons,
#dialog-window.error .dialog-message .icon-message {
    background: #ff6060;
}
#dialog-window #close-dialog:after,
#dialog-window #close-dialog:before {
    content: "";
    background: #252525;
    position: absolute;
}
#dialog-window #close-dialog {
    border: 0;
    background: 0 0;
    height: 1.8rem;
    width: 1.8rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.9, 0.03, 0.69, 0.22);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.9, 0.03, 0.69, 0.22);
    -o-transition: -o-transform 0.3s cubic-bezier(0.9, 0.03, 0.69, 0.22);
    transition: -webkit-transform 0.3s cubic-bezier(0.9, 0.03, 0.69, 0.22), -moz-transform 0.3s cubic-bezier(0.9, 0.03, 0.69, 0.22), -o-transform 0.3s cubic-bezier(0.9, 0.03, 0.69, 0.22), transform 0.3s cubic-bezier(0.9, 0.03, 0.69, 0.22);
}
#dialog-window #close-dialog:before {
    height: 100%;
    width: 2px;
    display: block;
    top: 0;
    left: 50%;
    margin-left: -0.1rem;
}
#dialog-window #close-dialog:after {
    height: 2px;
    width: 100%;
    display: block;
    top: 50%;
    left: 0;
    margin-top: -0.1rem;
}
#dialog-window #close-dialog:hover {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
#dialog-window.with-cancel .dialog-buttons,
#dialog-window.with-cancel .dialog-message .icon-message {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmNjNjMGMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyMzEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #f63c0c 0, #e2310b 100%);
    background-image: -moz-linear-gradient(top, #f63c0c 0, #e2310b 100%);
    background-image: -o-linear-gradient(top, #f63c0c 0, #e2310b 100%);
    background-image: linear-gradient(to bottom, #f63c0c 0, #e2310b 100%);
}
#dialog-overflow {
    background: rgba(0, 0, 0, 0.62);
    height: 100%;
    width: 100%;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    top: 0;
    left: 0;
    position: fixed;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.5s, opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    -moz-transition: visibility 0s linear 0.5s, opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    -o-transition: visibility 0s linear 0.5s, opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transition: visibility 0s linear 0.5s, opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    z-index: 9990;
}
body.dialog-open #dialog-window {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: visibility 0s linear, -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: visibility 0s linear, -moz-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: visibility 0s linear, -o-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: visibility 0s linear, -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), transform 0.7s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
body.dialog-open #dialog-window .dialog-message .icon-message {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
body.dialog-open #dialog-window .dialog-message .message,
body.dialog-open #dialog-window .dialog-message .title {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    filter: alpha(opacity=100);
    zoom: 1;
}
body.dialog-open #dialog-window .dialog-message .title {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
body.dialog-open #dialog-window .dialog-message .message {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
body.dialog-open #dialog-window .dialog-buttons button {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 0s, 0.4s, 0.4s;
    -moz-transition-delay: 0s, 0.4s, 0.4s;
    -o-transition-delay: 0s, 0.4s, 0.4s;
    transition-delay: 0s, 0.4s, 0.4s;
}
body.dialog-open #dialog-overflow {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility 0s linear, opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: visibility 0s linear, opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: visibility 0s linear, opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: visibility 0s linear, opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.lazyload {
    display: block;
    position: relative;
    vertical-align: middle;
    text-align: center;
}
.lazyload .lazyload-image {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    position: relative;
    -webkit-transition: opacity 0.5s cubic-bezier(0.69, 0.69, 0.39, 0.99);
    -moz-transition: opacity 0.5s cubic-bezier(0.69, 0.69, 0.39, 0.99);
    -o-transition: opacity 0.5s cubic-bezier(0.69, 0.69, 0.39, 0.99);
    transition: opacity 0.5s cubic-bezier(0.69, 0.69, 0.39, 0.99);
    z-index: 2;
}
.lazyload img.lazyload-image {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.lazyload div.lazyload-image {
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.lazyload .loader-container {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    max-width: 90%;
    max-height: 90%;
    -webkit-transition: opacity 0.3s cubic-bezier(0.69, 0.69, 0.39, 0.99);
    -moz-transition: opacity 0.3s cubic-bezier(0.69, 0.69, 0.39, 0.99);
    -o-transition: opacity 0.3s cubic-bezier(0.69, 0.69, 0.39, 0.99);
    transition: opacity 0.3s cubic-bezier(0.69, 0.69, 0.39, 0.99);
    z-index: 1;
    line-height: normal;
}
#cboxWrapper,
.cboxPhoto {
    max-width: none;
}
.lazyload.loading .lazyload-image {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    z-index: 1;
}
.lazyload.loading .loader-container {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    z-index: 4;
}
.lazyload.loaded .loader-container {
    display: none;
}
.fa,
.fa-stack {
    display: inline-block;
} /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../plugins/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../plugins/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../plugins/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
        url(../plugins/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../plugins/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
        url(../plugins/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa.fa-pull-right,
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: 0.08em solid #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.MultiCheckBox .k-icon,
.fa-pull-right,
.pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
#cboxNext:before,
.common-header .breadcrumbs .breadcrumb-data:after,
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}
.fa-krw:before,
.fa-won:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    zoom: 1 !important;
    filter: alpha(opacity=80) !important;
    -webkit-opacity: 0.8 !important;
    -moz-opacity: 0.8 !important;
    opacity: 0.8 !important;
}
#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left;
}
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    -ms-interpolation-mode: bicubic;
}
#cboxContent,
#cboxLoadedContent,
#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
#cboxContent {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    background: #000;
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    background: #fff;
}
#cboxClose:after,
#cboxClose:before {
    display: inline-block;
    height: 0.4rem;
    vertical-align: top;
    background-color: #fff;
    content: "";
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}
#cboxTitle {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    left: 0;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    width: 100%;
    text-align: center;
}
#cboxLoadingGraphic .loader-container,
.common-radio .radio:before {
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
#cboxCurrent {
    display: none;
}
#cboxLoadingGraphic .loader-container {
    position: absolute;
    top: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0 0;
}
#cboxNext,
#cboxPrevious {
    width: 40px;
    text-indent: -9999px;
    display: block;
    top: 50%;
}
#cboxClose,
#cboxClose:after,
#cboxClose:before {
    width: 3rem;
    position: absolute;
}
#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
    outline: 0;
}
#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}
#cboxPrevious {
    position: absolute;
    left: -40px;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#cboxPrevious:before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    display: block;
    font-size: 50px;
    font-size: 5rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out, transform 0.2s ease-in-out;
    text-indent: 2px;
    z-index: 1;
}
#cboxPrevious:hover:before {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
}
#cboxNext {
    position: absolute;
    right: -40px;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#cboxNext:before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    display: block;
    font-size: 50px;
    font-size: 5rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out, transform 0.2s ease-in-out;
    text-indent: 2px;
    z-index: 1;
}
#cboxNext:hover:before {
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -o-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
}
#cboxClose {
    display: block;
    height: 3rem;
    font-size: 0;
    top: -4rem;
    right: 0;
    text-align: center;
    -webkit-transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#cboxClose:before {
    top: 0.6rem;
    right: -0.3rem;
    -webkit-transform: rotate(45deg) translate(0.5rem, 0.5rem);
    -moz-transform: rotate(45deg) translate(0.5rem, 0.5rem);
    -o-transform: rotate(45deg) translate(0.5rem, 0.5rem);
    -ms-transform: rotate(45deg) translate(0.5rem, 0.5rem);
    transform: rotate(45deg) translate(0.5rem, 0.5rem);
}
#cboxClose:after {
    bottom: 0.6rem;
    right: -0.3rem;
    -webkit-transform: rotate(-45deg) translate(0.5rem, -0.5rem);
    -moz-transform: rotate(-45deg) translate(0.5rem, -0.5rem);
    -o-transform: rotate(-45deg) translate(0.5rem, -0.5rem);
    -ms-transform: rotate(-45deg) translate(0.5rem, -0.5rem);
    transform: rotate(-45deg) translate(0.5rem, -0.5rem);
}
#cboxClose:active,
#cboxClose:focus,
#cboxClose:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
#colorbox {
    outline: 0;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    max-width: calc(100% - 10rem) !important;
    left: 50% !important;
    overflow: visible !important;
}
#colorbox.responsive {
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
}
#colorbox.responsive.image #cboxContent,
#colorbox.responsive.image #cboxLoadedContent,
#colorbox.responsive.image #cboxWrapper,
#colorbox.responsive.image .cboxPhoto {
    height: auto !important;
    max-width: 1250px !important;
    width: auto !important;
}
#colorbox.responsive.iframe {
    max-width: 1250px !important;
    width: calc(100% - 12rem) !important;
}
#colorbox.responsive.iframe #cboxContent,
#colorbox.responsive.iframe #cboxLoadedContent,
#colorbox.responsive.iframe #cboxWrapper,
#colorbox.responsive.iframe .cboxIframe {
    max-width: 1250px !important;
    width: 100% !important;
}
@media screen and (max-width: 415px) {
    #colorbox {
        max-width: calc(100% - 2rem) !important;
    }
    #colorbox.responsive.iframe {
        width: calc(100% - 2rem) !important;
    }
    #cboxContent,
    #cboxLoadedContent,
    #cboxWrapper,
    #colorbox.responsive.image #cboxContent,
    #colorbox.responsive.image #cboxLoadedContent,
    #colorbox.responsive.image #cboxWrapper,
    #colorbox.responsive.image .cboxPhoto,
    .cboxPhoto {
        height: auto !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    #cboxPrevious {
        left: 0;
        top: auto;
        bottom: 0;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -o-transform: translateY(120%);
        -ms-transform: translateY(120%);
        transform: translateY(120%);
    }
    #cboxNext {
        right: 0;
        top: auto;
        bottom: 0;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -o-transform: translateY(120%);
        -ms-transform: translateY(120%);
        transform: translateY(120%);
    }
    #cboxCurrent {
        display: none !important;
    }
}
.common-form .select-wrapper {
    position: relative;
    width: 100%;
}
.common-form .select-wrapper select {
    position: relative;
    padding-right: 3.4rem;
    z-index: 2;
}
.common-form .row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-bottom: 1rem;
}
.common-form .form-group {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-left: 1.2rem;
    position: static;
}
.common-form .form-group.relative {
    position: relative;
}
.common-form .form-group:first-child {
    margin-left: 0;
}
.common-form .form-group .loader-container {
    height: 30px;
    width: 30px;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), 0.2s -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -moz-transition: opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), 0.2s -moz-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -o-transition: opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), 0.2s -o-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), 0.2s -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19),
        0.2s -moz-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19), 0.2s -o-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19), 0.2s transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    visibility: hidden;
    z-index: 5;
}
.common-form .form-group:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    visibility: hidden;
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 4;
}
.common-checkbox,
.common-form .form-group.loading {
    position: relative;
}
.common-form .form-group.loading:before {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
}
.common-form .form-group.loading .loader-container {
    -webkit-transition: 0.2s opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), 0.2s visibility 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -moz-transition: 0.2s opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), 0.2s visibility 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), -moz-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -o-transition: 0.2s opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), 0.2s visibility 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), -o-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: 0.2s opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), 0.2s visibility 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19),
        -moz-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19), -o-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19), transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
}
.common-form input[type="text"]:focus,
.common-form input[type="email"]:focus,
.common-form input[type="tel"]:focus,
.common-form input[type="password"]:focus,
.common-form input[type="date"]:focus,
.common-form input[type="number"]:focus,
.common-form select:focus,
.common-form textarea:focus {
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}
.common-form input[type="text"]::-ms-clear,
.common-form input[type="email"]::-ms-clear,
.common-form input[type="tel"]::-ms-clear,
.common-form input[type="password"]::-ms-clear,
.common-form input[type="date"]::-ms-clear,
.common-form input[type="number"]::-ms-clear,
.common-form select::-ms-clear,
.common-form textarea::-ms-clear {
    display: none;
}
.common-form input[type="text"].error,
.common-form input[type="email"].error,
.common-form input[type="tel"].error,
.common-form input[type="password"].error,
.common-form input[type="date"].error,
.common-form input[type="number"].error,
.common-form select.error,
.common-form textarea.error {
    border-color: #fff;
}
.common-form textarea {
    height: 15rem;
}
.common-form.sending button[type="submit"] .fa,
.common-form.sending button[type="submit"] span,
.common-form.sending button[type="submit"] svg {
    -webkit-transition: color 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95), fill 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -moz-transition: color 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95), fill 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95), -moz-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -o-transition: color 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95), fill 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95), -o-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: color 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95), fill 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19), -moz-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19),
        -o-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19), transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.common-form.sending button[type="submit"] .loader-container {
    -webkit-transition: 0.2s opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), 0.2s visibility 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -moz-transition: 0.2s opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), 0.2s visibility 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), -moz-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -o-transition: 0.2s opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), 0.2s visibility 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), -o-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: 0.2s opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), 0.2s visibility 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19),
        -moz-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19), -o-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19), transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
}
.common-checkbox input,
.common-radio input {
    top: 0;
    -moz-opacity: 0;
    padding: 0;
    z-index: 2;
    -webkit-opacity: 0;
    zoom: 1;
    cursor: pointer;
}
.common-checkbox {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    white-space: nowrap;
}
html.desktop .common-checkbox:hover .checkbox {
    -webkit-box-shadow: 0 0 1rem -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1rem -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1rem -2px rgba(0, 0, 0, 0.3);
}
.common-checkbox input:focus ~ .checkbox,
html.desktop .common-radio:hover .radio {
    -webkit-box-shadow: 0 0 1rem -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1rem -2px rgba(0, 0, 0, 0.3);
}
.common-checkbox input {
    height: 1.6rem;
    width: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    margin: 0;
}
.common-checkbox input:checked ~ .checkbox:before {
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background: #1a1a1a;
}
.common-checkbox input:checked ~ .checkbox:after {
    -webkit-transition: 0.2s background-color 0.2s linear;
    -moz-transition: 0.2s background-color 0.2s linear;
    -o-transition: 0.2s background-color 0.2s linear;
    transition: 0.2s background-color 0.2s linear;
    background: #1a1a1a;
}
.common-checkbox .checkbox,
.common-radio .radio {
    -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    vertical-align: middle;
    display: inline-block;
}
.common-checkbox input:focus ~ .checkbox {
    box-shadow: 0 0 1rem -2px rgba(0, 0, 0, 0.3);
}
.common-checkbox .checkbox {
    height: 1.6rem;
    width: 1.6rem;
    -webkit-border-radius: 0.2rem;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0.2rem;
    -moz-background-clip: padding;
    border-radius: 0.2rem;
    background-clip: padding-box;
    -moz-transition: -moz-box-shadow 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -o-transition: box-shadow 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: box-shadow 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    margin-right: 1.2rem;
    border: 0.2rem solid #ccc;
    position: relative;
}
.common-checkbox .checkbox:before {
    height: 0.2rem;
    width: 0.45rem;
    position: absolute;
    top: 0.6rem;
    left: 0.1rem;
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s background-color 0.2s linear;
    -moz-transition: 0.2s background-color 0.2s linear;
    -o-transition: 0.2s background-color 0.2s linear;
    transition: 0.2s background-color 0.2s linear;
    background-color: transparent;
    content: "";
}
.common-checkbox .checkbox:after {
    height: 0.2rem;
    width: 0.85rem;
    position: absolute;
    bottom: 0.53rem;
    left: 0.3rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background-color: transparent;
    content: "";
}
.common-checkbox label {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: Poppins;
    font-weight: 300;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    color: #101b34;
    cursor: pointer;
}
.common-radio {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
}
html.desktop .common-radio:hover .radio {
    box-shadow: 0 0 1rem -2px rgba(0, 0, 0, 0.3);
}
.common-radio input {
    height: 1.8rem;
    width: 1.8rem;
    position: absolute;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    margin: 0;
}
.common-radio input:checked ~ .radio:before {
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background: #1a1a1a;
}
.common-radio input:focus ~ .radio {
    -webkit-box-shadow: 0 0 1rem -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1rem -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1rem -2px rgba(0, 0, 0, 0.3);
}
.common-radio .radio {
    height: 1.8rem;
    width: 1.8rem;
    -webkit-border-radius: 1rem;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 1rem;
    -moz-background-clip: padding;
    border-radius: 1rem;
    background-clip: padding-box;
    -moz-transition: -moz-box-shadow 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -o-transition: box-shadow 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: box-shadow 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    margin-right: 0.6rem;
    border: 0.2rem solid #ccc;
    position: relative;
}
.common-radio .radio:before {
    height: 0.8rem;
    width: 0.8rem;
    -webkit-border-radius: 0.8rem;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0.8rem;
    -moz-background-clip: padding;
    border-radius: 0.8rem;
    background-clip: padding-box;
    position: absolute;
    top: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background-color: transparent;
    content: "";
}
.common-radio label {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    color: #101b34;
    cursor: pointer;
}
body .select2-container {
    width: 100% !important;
    z-index: 3;
}
body .select2-container.select2-container--open .select2-selection--single {
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
}
body .select2-container .select2-dropdown,
body .select2-container .select2-selection--single {
    -webkit-border-radius: 0.5rem;
    font-weight: 800 !important;
    font-family: Poppins;
}
body .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    -webkit-transform: rotate(180deg) translateY(50%);
    -moz-transform: rotate(180deg) translateY(50%);
    -o-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}
body .select2-container .select2-dropdown {
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0.5rem;
    -moz-background-clip: padding;
    border-radius: 0.5rem;
    background-clip: padding-box;
    font-size: 12px;
    font-size: 1.2rem;
    border: 1px solid #fff;
    color: #101b34;
    background-color: #fff;
    -webkit-transform: translateY(-0.3rem);
    -moz-transform: translateY(-0.3rem);
    -o-transform: translateY(-0.3rem);
    -ms-transform: translateY(-0.3rem);
    transform: translateY(-0.3rem);
}
body .select2-container .select2-dropdown::-webkit-input-placeholder {
    color: #101b34;
    letter-spacing: 0.4rem;
    font-size: 14px;
    text-transform: uppercase;
}
body .select2-container .select2-dropdown:-moz-placeholder {
    color: #101b34;
    letter-spacing: 0.4rem;
    font-size: 14px;
    text-transform: uppercase;
}
body .select2-container .select2-dropdown::-moz-placeholder {
    color: #101b34;
    letter-spacing: 0.4rem;
    font-size: 14px;
    text-transform: uppercase;
}
body .select2-container .select2-dropdown:-ms-input-placeholder {
    color: #101b34;
    letter-spacing: 0.4rem;
    font-size: 14px;
    text-transform: uppercase;
}
body .select2-container .select2-dropdown.select2-dropdown--above {
    -webkit-transform: translateY(0.3rem);
    -moz-transform: translateY(0.3rem);
    -o-transform: translateY(0.3rem);
    -ms-transform: translateY(0.3rem);
    transform: translateY(0.3rem);
}
body .select2-container .select2-dropdown .select2-results__options .select2-results__option {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 1rem 1.6rem;
}
body .select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    background-color: #fff !important;
    color: #fff !important;
}
body .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field {
    display: inline-block;
    vertical-align: top;
    height: 3.5rem;
    width: 100%;
    -webkit-border-radius: 0.3rem;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0.3rem;
    -moz-background-clip: padding;
    border-radius: 0.3rem;
    background-clip: padding-box;
    font-weight: 800 !important;
    font-family: Poppins;
    font-size: 12px;
    font-size: 1.2rem;
    border: 0.1rem solid #d9d9d9;
    padding: 1rem 1.6rem;
    color: #101b34;
    background-color: transparent;
}
body .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
    color: #101b34;
    letter-spacing: 0.4rem;
    font-size: 14px;
    text-transform: uppercase;
}
body .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field:-moz-placeholder {
    color: #101b34;
    letter-spacing: 0.4rem;
    font-size: 14px;
    text-transform: uppercase;
}
body .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field::-moz-placeholder {
    color: #101b34;
    letter-spacing: 0.4rem;
    font-size: 14px;
    text-transform: uppercase;
}
body .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
    color: #101b34;
    letter-spacing: 0.4rem;
    font-size: 14px;
    text-transform: uppercase;
}
body .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field::-ms-clear {
    display: none;
}
body .select2-container.error .select2-selection--single {
    border-color: #fff;
}
body .select2-container .select2-selection--single {
    display: inline-block;
    vertical-align: top;
    height: 4.5rem;
    width: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0.5rem;
    -moz-background-clip: padding;
    border-radius: 0.5rem;
    background-clip: padding-box;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), border-color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: -moz-box-shadow 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), border-color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: box-shadow 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), border-color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: box-shadow 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), border-color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    border: 1px solid #fff;
    padding: 1rem 1.6rem;
    color: #101b34;
    background-color: transparent;
    text-align: left;
}
body .select2-container .select2-selection--single::-webkit-input-placeholder {
    color: #101b34;
    letter-spacing: 0.4rem;
    font-size: 14px;
    text-transform: uppercase;
}
body .select2-container .select2-selection--single:-moz-placeholder {
    color: #101b34;
    letter-spacing: 0.4rem;
    font-size: 14px;
    text-transform: uppercase;
}
body .select2-container .select2-selection--single::-moz-placeholder {
    color: #101b34;
    letter-spacing: 0.4rem;
    font-size: 14px;
    text-transform: uppercase;
}
body .select2-container .select2-selection--single:-ms-input-placeholder {
    color: #101b34;
    letter-spacing: 0.4rem;
    font-size: 14px;
    text-transform: uppercase;
}
body .select2-container .select2-selection--single .select2-selection__rendered {
    display: inline-block;
    vertical-align: middle;
    color: #101b34;
    padding: 0;
    line-height: 2rem;
}
body .select2-container .select2-selection--single .select2-selection__arrow {
    height: 100%;
}
body .select2-container .select2-selection--single .select2-selection__arrow:before {
    position: absolute;
    top: 50%;
    right: 1.4rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -o-transition: -o-transform 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19), -moz-transform 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19), -o-transform 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19),
        transform 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    z-index: 1;
}
body .select2-container .select2-selection--single .select2-selection__arrow b {
    display: none;
}
@media screen and (max-width: 768px) {
    .common-radio .radio,
    .common-radio .radio:before {
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
    }
    .common-form .row {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
    }
    .common-form .form-group {
        margin: 0 0 1rem;
        width: 90%;
    }
    .common-radio .radio,
    .common-radio input {
        height: 2.6rem;
        width: 2.6rem;
    }
    .common-radio .radio {
        -webkit-border-radius: 2rem;
        -moz-border-radius: 2rem;
        border-radius: 2rem;
        background-clip: padding-box;
        border-width: 0.1rem;
    }
    .common-radio .radio:before {
        height: 1.2rem;
        width: 1.2rem;
        -webkit-border-radius: 1.2rem;
        -moz-border-radius: 1.2rem;
        border-radius: 1.2rem;
        background-clip: padding-box;
    }
    .common-checkbox .checkbox,
    .common-checkbox input {
        height: 2.2rem;
        width: 2.2rem;
    }
    .common-checkbox .checkbox:before {
        height: 0.2rem;
        width: 0.7rem;
        position: absolute;
        top: 1rem;
        left: 0.2rem;
    }
    .common-checkbox .checkbox:after {
        height: 0.2rem;
        width: 1.3rem;
        position: absolute;
        bottom: 0.8rem;
        left: 0.5rem;
    }
    body .select2-container .select2-dropdown {
        -webkit-border-radius: 0.3rem;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0.3rem;
        -moz-background-clip: padding;
        border-radius: 0.3rem;
        background-clip: padding-box;
        border: 0.2rem solid #d9d9d9;
        -webkit-transform: translateY(-0.2rem);
        -moz-transform: translateY(-0.2rem);
        -o-transform: translateY(-0.2rem);
        -ms-transform: translateY(-0.2rem);
        transform: translateY(-0.2rem);
    }
    body .select2-container .select2-dropdown.select2-dropdown--above {
        -webkit-transform: translateY(0.2rem);
        -moz-transform: translateY(0.2rem);
        -o-transform: translateY(0.2rem);
        -ms-transform: translateY(0.2rem);
        transform: translateY(0.2rem);
    }
    body .select2-container .select2-selection--single {
        height: 5rem;
        width: 100%;
        -webkit-border-radius: 0.3rem;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0.3rem;
        -moz-background-clip: padding;
        border-radius: 0.3rem;
        background-clip: padding-box;
        border: 0.2rem solid #d9d9d9;
    }
    body .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 2.6rem;
    }
}
.btn-buy,
.btn-start,
.common-form-sonho .button,
.common-form-sonho button,
.whatsapp .btn-start {
    background: linear-gradient(180deg, #e7c731 0, #e88e00 100%) no-repeat padding-box;
}
.common-form .loader-container {
    height: 30px;
    width: 30px;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), 0.2s -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -moz-transition: opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), 0.2s -moz-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -o-transition: opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), 0.2s -o-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), 0.2s -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19),
        0.2s -moz-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19), 0.2s -o-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19), 0.2s transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    visibility: hidden;
    z-index: 5;
}
.common-form .sending .loader-container {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
}
.common-form-sonho .common-button {
    position: relative;
    height: 60px !important;
}
.common-form-sonho select {
    border: 1px solid #e7b21f;
    width: 100%;
    height: 54px;
    font-size: 15px;
    text-transform: none;
    margin-bottom: 1.5rem;
    padding: 0 2rem;
    color: #424041;
    opacity: 0.64;
    border-radius: 27px;
}
.common-form-sonho input[type="text"],
.common-form-sonho input[type="email"],
.common-form-sonho input[type="tel"],
.common-form-sonho input[type="password"],
.common-form-sonho input[type="number"],
.common-form-sonho textarea {
    height: 54px;
    width: 100%;
    border: 1px solid #e7b21f;
    border-radius: 27px;
    text-align: left;
    letter-spacing: 0;
    color: #424041;
    opacity: 0.64;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 1.5rem;
    padding: 0 2rem;
}
.common-form-sonho input[type="text"]::-webkit-input-placeholder,
.common-form-sonho input[type="email"]::-webkit-input-placeholder,
.common-form-sonho input[type="tel"]::-webkit-input-placeholder,
.common-form-sonho input[type="password"]::-webkit-input-placeholder,
.common-form-sonho input[type="number"]::-webkit-input-placeholder,
.common-form-sonho textarea::-webkit-input-placeholder {
    text-transform: none;
}
.common-form-sonho input[type="text"]:-moz-placeholder,
.common-form-sonho input[type="email"]:-moz-placeholder,
.common-form-sonho input[type="tel"]:-moz-placeholder,
.common-form-sonho input[type="password"]:-moz-placeholder,
.common-form-sonho input[type="number"]:-moz-placeholder,
.common-form-sonho textarea:-moz-placeholder {
    text-transform: none;
}
.common-form-sonho input[type="text"]::-moz-placeholder,
.common-form-sonho input[type="email"]::-moz-placeholder,
.common-form-sonho input[type="tel"]::-moz-placeholder,
.common-form-sonho input[type="password"]::-moz-placeholder,
.common-form-sonho input[type="number"]::-moz-placeholder,
.common-form-sonho textarea::-moz-placeholder {
    text-transform: none;
}
.common-form-sonho input[type="text"]:-ms-input-placeholder,
.common-form-sonho input[type="email"]:-ms-input-placeholder,
.common-form-sonho input[type="tel"]:-ms-input-placeholder,
.common-form-sonho input[type="password"]:-ms-input-placeholder,
.common-form-sonho input[type="number"]:-ms-input-placeholder,
.common-form-sonho textarea:-ms-input-placeholder {
    text-transform: none;
}
.common-form-sonho textarea {
    height: 13rem;
}
.common-form-sonho .button,
.common-form-sonho button {
    position: relative;
    width: 100%;
    height: 55px;
    box-shadow: 0 3px 6px #00029;
    border-radius: 28px;
    font: normal normal bold 18px/22px Montserrat;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    opacity: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.common-form-sonho .button.common-button,
.common-form-sonho button.common-button {
    background-color: #fff;
    border: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.common-form-sonho .button.common-button span,
.common-form-sonho button.common-button span {
    color: #fff;
    font: normal normal bold 18px/22px Montserrat;
    text-transform: none;
}
.common-form-sonho .button.common-button:hover,
.common-form-sonho button.common-button:hover {
    background: linear-gradient(180deg, #e88e00 0, #e7c731 100%) no-repeat padding-box;
    color: #fff;
    border: 1px solid #fff;
}
.common-form-sonho .button.common-button:hover span,
.common-form-sonho button.common-button:hover span {
    color: #fff;
}
.common-form-sonho .button svg,
.common-form-sonho button svg {
    height: 2.5rem;
    margin-right: 1.2rem;
}
.common-form-sonho .button:hover,
.common-form-sonho button:hover {
    background: linear-gradient(180deg, #e88e00 0, #e7c731 100%) no-repeat padding-box;
}
button.success {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 28px !important;
    height: 5rem !important;
    line-height: 5rem !important;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    margin: 0 0 0 auto !important;
    background: #fff !important;
    border: 2px solid #3bb030;
}
button.success span {
    color: #3bb030 !important;
}
button.success:hover {
    background: #3bb030 !important;
}
button.success:hover span {
    color: #fff !important;
}
.loader-container {
    border: 5px solid #555;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #fff;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: initial;
    -moz-transform: initial;
    -o-transform: initial;
    -ms-transform: initial;
    transform: initial;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
#header {
    vertical-align: top;
    position: relative;
    z-index: 99;
    width: 100%;
    background: #fff;
    height: 145px;
    background: linear-gradient(90deg, #fff 50%, #1c1c1c 50%);
}
#header .box-menu {
    text-align: center;
    height: 100%;
    overflow: visible;
    padding: 0 15px;
    max-width: 1210px;
    background-image: url('../img/bg-header.png');
    background-repeat:no-repeat;
    background-position: center center;
}
#header .box-menu .menu {
    padding: 0;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    line-height: 90px;
}
#header .box-menu .menu .logo {
    margin-right: 20px;
    vertical-align: middle;
}
#header .box-menu .menu .logo a {
    display: flex;
    align-items: center;
}
#header .box-menu .menu .logo a img {
    max-height: 140px;
    max-width: 297px;
    position: relative;
}
#header .box-menu .menu .menu-list {
    flex-grow: 1 !important;
}
#header .box-menu .menu .menu-list .list {
    padding-right: 15px;
    padding-inline-start: 0;
    flex-direction: row;
    justify-content: flex-end !important;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#header .box-menu .menu .menu-list .list > li {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.whatsapp .btn-whats,
.whatsapp .btn-whats svg {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
#header .box-menu .menu .menu-list .list > li .item-menu,
#header .box-menu .menu .menu-list .list > li a {
    display: block;
    padding-right: 15px !important;
    padding-left: 15px !important;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#header .box-menu .menu .menu-list .list > li:hover a {
    color: #b28500;
    /*background-color: rgba(229, 36, 66, 0.52);*/
}
#header .box-menu .menu .login-register {
    white-space: nowrap;
}
#header .box-menu .menu .login-register .login-register-nav {
    padding: 0;
    display: flex !important;
    align-items: center !important;
    position: relative;
}
#header .box-menu .menu .login-register .login-register-nav .nav-item {
    position: relative;
    display: inline;
    transition: 0.5s;
}
#header .box-menu .menu .login-register .login-register-nav .nav-item:hover a svg {
    fill: #c92e2e;
}
#header .box-menu .menu .login-register .login-register-nav .nav-item a {
    background-color: transparent;
    padding: 0;
    width: 42px;
    font-size: 20px;
    line-height: 42px;
    height: 42px;
    -webkit-text-stroke: 0.5px;
    margin-right: 10px;
    display: inline-flex;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
#header .box-menu .menu .login-register .login-register-nav .nav-item a svg {
    width: 20px;
    fill: #004274;
    transition: 0.5s;
}
#header .box-menu .menu .login-register .login-register-nav li {
    position: relative;
    display: inline;
}
#header .box-menu .menu .login-register .login-register-nav li .btn {
    padding: 0 15px;
    color: #fff;
    border: 1px solid #000;
    background-color: #d33;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    user-select: none;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (max-width: 990px) {
    #header {
        -webkit-transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
        -moz-transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
        -o-transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
        transition: opacity 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
        text-align: left;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        line-height: inherit;
        background-color: #000;
        height: 60px;
    }
    #header .box-menu {
        position: relative;
        max-width: 100%;
        max-height: 100%;
        text-align: left;
        display: inline-flex;
        padding: 0 25px;
        align-items: center;
        justify-content: space-between;
    }
    #header .box-menu .logo {
        display: inline-block !important;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 25px;
    }
    #header .box-menu .logo img {
        max-height: 24px;
        max-width: 127px;
    }
    #header .count,
    #header .menu {
        display: none !important;
    }
    #header:before {
        display: none;
    }
    #header .toggle-menu {
        display: inline-block;
        vertical-align: middle;
        width: 50px;
        height: 50px;
        margin: 0 !important;
        position: relative;
        background-color: transparent;
        border: 0;
    }
    #header .toggle-menu span {
        display: inline-block;
        vertical-align: top;
        -webkit-transition: opacity 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), width 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), height 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
        -moz-transition: opacity 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), width 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), height 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), -moz-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
        -o-transition: opacity 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), width 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), height 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), -o-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
        transition: opacity 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), width 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), height 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1),
            -moz-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), -o-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
        background-color: #000;
    }
    #header .toggle-menu span:nth-child(1) {
        height: 3px;
        width: 32px;
        position: absolute;
        top: 14px;
        left: 14px;
    }
    #header .toggle-menu span:nth-child(2) {
        height: 3px;
        width: 32px;
        position: absolute;
        top: 50%;
        left: 14px;
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        transform: translateY(-1px);
    }
    #header .toggle-menu span:nth-child(3) {
        height: 3px;
        width: 32px;
        position: absolute;
        bottom: 14px;
        left: 14px;
    }
    body.menu-open #header .toggle-menu span {
        background-color: #fff;
        height: 4px;
    }
    body.menu-open #header .toggle-menu span:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(5px, 5px);
        -moz-transform: rotate(45deg) translate(5px, 5px);
        -o-transform: rotate(45deg) translate(5px, 5px);
        -ms-transform: rotate(45deg) translate(5px, 5px);
        transform: rotate(45deg) translate(5px, 5px);
    }
    body.menu-open #header .toggle-menu span:nth-child(2) {
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }
    body.menu-open #header .toggle-menu span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(5px, -5px);
        -moz-transform: rotate(-45deg) translate(5px, -5px);
        -o-transform: rotate(-45deg) translate(5px, -5px);
        -ms-transform: rotate(-45deg) translate(5px, -5px);
        transform: rotate(-45deg) translate(5px, -5px);
        width: 28px;
    }
    #header .btn-icon-login-register svg {
        width: 30px;
        height: 30px;
        fill: #fff;
    }
    #header #menu-mobile .toggle-menu {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        margin: 0;
        border: 0;
        text-align: left;
        z-index: 999999;
        position: fixed;
        width: calc(100vw - 255px);
        left: 255px;
        top: 0;
        transform: translateY(0);
        height: 99vh;
    }
    #form-filters .form-group.submit,
    #menu-mobile {
        text-align: center;
    }
    #header #menu-mobile .toggle-menu span {
        display: none;
    }
    #menu-mobile {
        display: block;
        position: fixed;
        left: -255px;
        top: 0;
        min-height: 100%;
        overflow-y: auto;
        width: 255px;
        background: #fff;
        z-index: 300;
        visibility: hidden;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
    #menu-mobile.open {
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        display: inline-flex !important;
        width: 255px;
        overflow: initial;
        left: 0;
        align-items: flex-start;
        justify-content: flex-start;
    }
    #menu-mobile .content {
        width: 100%;
    }
    #menu-mobile .content .links {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    #menu-mobile .content .links li {
        width: 100%;
    }
    #menu-mobile .content .links li a {
        color: #000;
        border-bottom: 1px solid #dce0e0;
        background-color: #fff;
        padding: 15px;
        font-family: Roboto;
        font-size: 12px;
        font-weight: 500;
        text-align: left;
        text-transform: uppercase;
        width: 100%;
        display: block;
    }
}
@media screen and (max-width: 990px) and (max-width: 450px) {
    #header .right-content {
        width: 19rem;
    }
}
#footer {
    display: block;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    text-align: left;
    text-transform: none;
}
#footer .footer-top {
    color: #fff;
    background-color: #000000;
    padding: 100px 0 70px;
}
#footer .footer-top .footer-limiter {
    max-width: 1210px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#footer .footer-top .footer-limiter .content {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
    gap: 50px 0;
}
#footer .footer-top .footer-limiter .content .common-box .widget-wrap {
    background-color: transparent;
    border: none;
    padding: 0;
    border-radius: 4px;
    margin: 0;
}
#footer .footer-top .footer-limiter .content .common-box .widget-wrap .title {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 24px;
    font-family: Roboto;
    font-weight: 400;
    text-transform: capitalize;
}
#footer .footer-top .footer-limiter .content .common-box .widget-wrap ul li {
    padding: 8px 0 0 10px;
}
#footer .footer-top .footer-limiter .content .common-box .widget-wrap ul li a {
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: -10px;
    font-weight: 500;
    position: relative;
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    line-height: 25px;
}
#footer .footer-top .footer-limiter .content .common-box .widget-wrap ul li a::before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 10px;
    margin-left: -15px;
    margin-right: 5px;
}
#footer .footer-top .footer-limiter .content .common-box .widget-wrap .box {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 1rem;
}
#footer .footer-top .footer-limiter .content .common-box .widget-wrap .box .common-text {
    padding: 5px 0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    text-transform: none;
    color: #fff;
    display: block;
}
#footer .footer-top .footer-limiter .content .common-box .widget-wrap .box .common-text i {
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.25rem !important;
}
#footer .footer-bottom {
    background-color: #000000;
    padding: 50px 0;
}
#footer .footer-bottom .footer-limiter {
    max-width: 1210px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#footer .footer-bottom .footer-limiter .content {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
}
#footer .footer-bottom .footer-limiter .content .footer-copyright {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    text-align: left;
    text-transform: none;
    color: #fff;
}
@media (max-width: 760px) {
    #footer .footer-bottom .footer-limiter .content {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-right: -15px;
        margin-left: -15px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}
@media screen and (max-width: 1300px) {
    #footer .common-limiter {
        padding: 60px 50px;
    }
}
@media screen and (max-width: 1300px) and (max-width: 1250px) {
    #footer .common-limiter .foot .left,
    #footer .common-limiter .foot .right,
    #footer .common-limiter .mid .box {
        width: 100%;
        max-width: 600px;
    }
    #footer .common-limiter .mid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 20px;
    }
    #footer .common-limiter .foot {
        width: 100%;
        display: inline-flex;
        flex-direction: column;
        gap: 40px 0;
    }
}
@media screen and (max-width: 1300px) and (max-width: 960px) {
    #footer .common-limiter {
        padding: 60px 20px;
    }
    #footer .common-limiter .head {
        flex-direction: column;
        align-items: flex-start;
        gap: 35px;
    }
    #footer .common-limiter .head .menu {
        display: grid;
        justify-items: start;
        align-items: center;
        gap: 20px;
    }
    #footer .common-limiter .mid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }
}
@media screen and (max-width: 1300px) and (max-width: 610px) {
    #footer .common-limiter .foot {
        width: 100%;
        display: inline-flex;
        flex-direction: column;
        gap: 40px 0;
    }
    #footer .common-limiter .foot .left {
        width: 100%;
        max-width: 600px;
    }
    #footer .common-limiter .foot .right {
        flex-direction: column;
        gap: 15px;
    }
    #footer .common-limiter .foot .right .bg {
        width: 100%;
    }
}
li.item-complete .image {
    max-width: 350px !important;
}
.common-text audio,
.common-text embed,
.common-text iframe,
.common-text img,
.common-text object,
.common-text video,
li.produto .image,
li.produto-not-home .image {
    max-width: 100%;
}
li.item-complete .content {
    gap: 0 !important;
}
li.item-complete .content .name {
    padding-bottom: 30px;
}
li.item-complete .content .infos-prod-complete {
    padding-top: 100px;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    gap: 30px 0;
}
li.item-complete .content .infos-prod-complete li {
    width: 100%;
    display: inline-flex;
    align-items: center;
    text-align: left;
    font: normal normal 300 17px/23px "Open Sans";
    letter-spacing: 0;
    color: #000;
}
li.item-complete .content .infos-prod-complete li img {
    margin-right: 10px;
}
li.produto {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    gap: 20px 0;
    justify-content: space-between;
    position: relative;
    height: 299px;
    border: 2px solid #000;
}
/* li.produto::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #080808eb;
    opacity: 0.7;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
} */
li.produto .image,
li.produto .image .slick-prod {
    width: 100%;
    display: inline-block;
    position: relative;
}
li.produto .image .slick-prod {
    height: 100%;
}
li.produto .image .slick-prod .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999999;
    border: 0;
    background: 0 0;
    width: 11px;
    height: 19px;
}
li.produto .image .slick-prod .slick-arrow.slick-prev {
    background: url(../img/svg/left.svg);
    left: 20px;
}
li.produto .image .slick-prod .slick-arrow.slick-next {
    background: url(../img/svg/right.svg);
    right: 20px;
}
li.produto .image .slick-prod .slick-list {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    border-radius: 20px 20px 0 0;
}
li.produto .image .slick-prod .slick-list .slick-track {
    height: 100% !important;
    width: 100% !important;
    display: inline-flex !important;
    gap: 0 !important;
}
li.produto .image .slick-prod img {
    min-width: 100%;
    width: 100% !important;
    height: 295px;
    object-fit: cover;
}
li.produto a {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
}
li.produto a .content {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 20px;
    z-index: 2;
}
li.produto a .content .name {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
li.produto a .content .name .prod-name {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 300;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 4px;
}
li.produto a .content .name .right {
    display: inline-flex;
    align-items: center;
    gap: 0 5px;
    text-align: right;
    font: normal normal 300 15px/23px Open Sans;
    letter-spacing: 0;
    color: #000;
    text-transform: uppercase;
}
li.produto a .content .name .right i {
    margin-right: 5px;
    width: 40px;
    height: 3px;
    background-color: #535558;
    display: inline-block;
}
li.produto a .content .infos-prod {
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 10px;
}
li.produto a .content .infos-prod .box-info {
    display: inline-flex;
    align-items: center;
    text-align: left;
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-weight: 300;
}
li.produto a .content .old-price,
li.produto a .content .price,
li.produto-not-home .image .price {
    font-weight: 600;
    line-height: 25px;
    text-transform: none;
    font-family: Roboto;
    color: #fff;
}
li.produto a .content .infos-prod .box-info img {
    margin-right: 5px;
    filter: brightness(0) invert(1);
}
li.produto a .content .price {
    text-align: left;
    font-size: 16px;
}
li.produto a .content .old-price {
    text-align: left;
    font-size: 16px;
    text-decoration: line-through;
}
li.produto-not-home {
    background-color: #fff;
    width: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    -ms-flex-preferred-size: auto !important;
    position: relative;
    border-radius: 20px
}
li.produto-not-home .image {
    width: 100%;
    height: 300px;
    position: relative;
    display: inline-block;
}
li.produto-not-home .image::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    /* background-color: rgba(8, 8, 8, 0.3); */
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 20px 20px 0 0 !important;
}
li.produto-not-home .image .slick-prod {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}
li.produto-not-home .image .slick-prod .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    border: 0;
    background: 0 0;
    width: 11px;
    height: 19px;
}
li.produto-not-home .image .slick-prod .slick-arrow.slick-prev {
    background: url(../img/svg/left.svg);
    left: 20px;
}
li.produto-not-home .image .slick-prod .slick-arrow.slick-next {
    background: url(../img/svg/right.svg);
    right: 20px;
}
li.produto-not-home .image .slick-prod .slick-list {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    border-radius: 20px 20px 0 0;
}
li.produto-not-home .image .slick-prod .slick-list .slick-track {
    height: 100% !important;
    width: 100% !important;
    display: inline-flex !important;
    gap: 0 !important;
}
li.produto-not-home .image .slick-prod img {
    min-width: 100%;
    width: 100% !important;
    height: 320px;
    object-fit: cover;
    /* min-width: 500px; */
}
li.produto-not-home .image .buttons-list {
    bottom: 20px;
    right: 20px;
    position: absolute;
    display: flex;
    gap: 5px;
    z-index: 2;
}
li.produto-not-home .image .buttons-list li .common-prod-btn {
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.35);
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
li.produto-not-home .image .buttons-list li .common-prod-btn i {
    font-size: 14px;
    text-align: center;
    color: #fff;
}
li.produto-not-home .image .buttons-list li .common-prod-btn img {
    width: 15px;
    object-fit: contain;
    filter: invert(1);
}
li.produto-not-home .image .price {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 20px;
    z-index: 2;
}
li.produto-not-home a .content {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    padding: 20px;
    z-index: 2;
    background-color: #fff;
    border-radius: 20px;
}
li.produto-not-home a .content .box-title-product {
    width: 100%;
}
li.produto-not-home a .content .name {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
li.produto-not-home a .content .name .prod-name {
    /* white-space: nowrap; */
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 300;
    text-transform: capitalize;
    color: #222;
    margin-bottom: 19px;
    font-weight: bold;
}
li.produto-not-home a .content .name .right {
    display: inline-flex;
    align-items: center;
    gap: 0 5px;
    text-align: right;
    font: normal normal 300 15px/23px Open Sans;
    letter-spacing: 0;
    color: #000;
    text-transform: uppercase;
}
li.produto-not-home a .content .name .right i {
    margin-right: 5px;
    width: 40px;
    height: 3px;
    background-color: #535558;
    display: inline-block;
}
li.produto-not-home a .content .infos-prod {
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 10px;
}
li.produto-not-home a .content .infos-prod .box-info {
    display: inline-flex;
    align-items: center;
    text-align: left;
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    color: #222;
    font-weight: 300;
}
li.produto-not-home a .content .infos-prod .box-info img {
    margin-right: 5px;
    filter: brightness(1) invert(0.8);
}
li.produto-not-home a .content .category {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    line-height: 16px;
    color: #222;
    font-family: Roboto;
}
li.produto-not-home a .content .link {
    position: absolute;
    bottom: 5px;
    right: 10px;
    height: 32px;
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    transition: opacity ease-in-out 0.3s 0.6s, visibility ease-in-out 0.3s 0.6s, margin ease-in-out 0.3s 0.6s;
}

li.produto-not-home a .content .link:hover {
    color: #000;
    background-color: #d4a105;
    border-color: #d4a105;
}

.twwr-container {
    margin: 20px 0;
    line-height: 100%;
    position: relative;
    padding-top: 20px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.twwr-container a.close-chat {
    font-size: 0;
    position: absolute;
    bottom: 85%;
    margin-bottom: -5px;
    width: 30px;
    margin-right: -5px;
    height: 30px;
    right: 0;
    line-height: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    transition: opacity ease-in 0.3s 0.3s, transform ease-in 0.3s 0.3s, margin ease-in-out 0.2s 0.3s, box-shadow ease-in-out 0.3s 0.3s;
    opacity: 0;
    cursor: pointer;
}
.twwr-container a.close-chat::after,
.twwr-container a.close-chat::before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #9e9e9e;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: rotate(0);
    margin-top: -1px;
}
.twwr-container .twwr-whatsapp-button {
    position: relative;
    display: block;
    padding: 10px !important;
    min-height: 55px;
    background-color: transparent !important;
    color: #000 !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
    transform: translateY(0);
    text-align: left !important;
    margin-right: 20px !important;
    box-shadow: 0 0 0 rgba(38, 211, 103, 0.08) !important;
    transition: transform ease-in 0.2s, box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
}
.twwr-container.twwr-floating {
    position: fixed;
    z-index: 9999;
    display: block;
    width: auto;
    padding-top: 0;
}
.twwr-container.twwr-floating .bottom-right ul.twwr-whatsapp-content {
    right: 0;
}
.twwr-container.twwr-floating ul.twwr-whatsapp-content {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: calc(100vw - 60px);
    max-width: 320px;
    margin: 0 0 6px !important;
    background: #fff;
    padding: 0;
    list-style-type: none;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: opacity ease-in-out 0.3s 0.6s, visibility ease-in-out 0.3s 0.6s, margin ease-in-out 0.3s 0.6s;
}
.twwr-container.twwr-floating ul.twwr-whatsapp-content li {
    line-height: 18px;
    background: #fafafc;
    padding: 5px 10px;
    position: relative;
    list-style-type: none;
    margin: 0;
}
.twwr-container.twwr-floating ul.twwr-whatsapp-content li a.twwr-whatsapp-button {
    width: 100%;
    display: block;
    margin: 0 !important;
    border-width: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
}
.twwr-container.twwr-floating ul.twwr-whatsapp-content li a.twwr-whatsapp-button .twwr-whatsapp-avatar {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #03cc0b;
    min-height: auto;
}
.twwr-container.twwr-floating ul.twwr-whatsapp-content li a.twwr-whatsapp-button .twwr-whatsapp-avatar.wp-post-image {
    margin: 0 !important;
}
.twwr-container.twwr-floating ul.twwr-whatsapp-content li a.twwr-whatsapp-button span.twwr-whatsapp-text {
    font-family: Roboto;
    padding-left: 50px;
    font-weight: 600 !important;
    display: block;
    position: relative;
    min-height: 40px;
    margin-left: 0;
    color: #000;
    text-transform: capitalize !important;
    font-size: 16px !important;
    text-align: left !important;
    line-height: 18px;
}
.twwr-container.twwr-floating ul.twwr-whatsapp-content li a.twwr-whatsapp-button span.twwr-whatsapp-text span.twwr-whatsapp-label {
    font-size: 12px;
    display: block;
    font-weight: 400;
    color: #bababa !important;
    white-space: no-nowrap;
    overflow: hidden;
}
.twwr-container.twwr-floating ul.twwr-whatsapp-content li a.twwr-whatsapp-button span.twwr-whatsapp-text span.twwr-whatsapp-label span.status {
    font-size: 11px;
    color: #03cc0b;
    font-weight: 400;
}
.twwr-container.twwr-floating ul.twwr-whatsapp-content li:nth-child(2) {
    padding-top: 10px;
}
.twwr-container.twwr-floating ul.twwr-whatsapp-content li.twwr-content-header {
    background: #03cc0b;
    padding: 15px;
    border-radius: 10px 10px 0 0;
}
.twwr-container.twwr-floating ul.twwr-whatsapp-content li.twwr-content-header .icon {
    float: left;
    width: 34px;
    position: absolute;
    top: 15px;
    left: 15px;
    height: auto;
}
.twwr-container.twwr-floating ul.twwr-whatsapp-content li.twwr-content-header h5 {
    font-family: Roboto;
    line-height: 1.2;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
    text-transform: none;
    margin: 0 0 0 50px;
    padding: 0;
}
.twwr-container.twwr-floating ul.twwr-whatsapp-content li.twwr-content-header h5 span {
    font-family: Roboto;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin: 2px 0 0;
    letter-spacing: 0;
    text-transform: none;
}
.twwr-container.twwr-floating ul.twwr-whatsapp-content li.available a.twwr-whatsapp-button {
    border-left-color: #03cc0b !important;
    background-color: #fff !important;
}
.twwr-container.twwr-floating.open a.close-chat {
    opacity: 1;
    transition: opacity ease-in 0.3s 0.3s, transform ease-in 0.3s 0.3s, margin ease-in-out 0.2s 0.3s, box-shadow ease-in-out 0.3s 0.3s;
}
.twwr-container.twwr-floating.open a.close-chat::before {
    transform: rotate(45deg);
    transition: transform ease-in-out 0.3s 0.45s, background ease-in 0.3s 0.45s;
}
.twwr-container.twwr-floating.open a.close-chat::after {
    transform: rotate(135deg);
    transition: transform ease-in-out 0.3s 0.6s, background ease-in 0.3s 0.6s;
}
.twwr-container.twwr-floating.open ul.twwr-whatsapp-content {
    opacity: 1;
    visibility: visible;
    margin-bottom: 25px !important;
    transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, margin ease-in-out 0.3s;
}
.twwr-container span#contact-trigger {
    background: #03cc0b;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 18px;
    padding: 10px 20px;
    display: block;
    cursor: pointer;
    border-radius: 50px;
    transform: translateY(0) scale(1);
    transition: transform ease-in-out 0.2s;
}
.common-back svg,
.whatsapp .btn-whats svg {
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.twwr-container span#contact-trigger.twwr-whatsapp-icon-only {
    padding: 15px;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.twwr-container span#contact-trigger.twwr-whatsapp-icon-only .icon {
    width: 31px;
    font-size: 30px;
    margin-right: 0;
    position: relative;
    top: -1px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.twwr-container .twwr-container #notification-badge {
    background-color: red;
    font-size: 11px;
    line-height: 12px;
    color: #fff;
    text-align: center;
    padding: 3px 6px;
    border-radius: 50px;
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: 10000;
}
.twwr-container span#contact-trigger.twwr-whatsapp-icon-only + #notification-badge {
    top: 0;
    right: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (max-width: 990px) {
    section#content {
        margin-top: 60px;
    }
}
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
body {
    margin: auto;
    background-color: #fff;
}
body.mobile * {
    cursor: pointer;
}
body.menu-open {
    overflow: hidden;
}
* {
    font-family: "Open Sans";
}
main {
    padding-top: 0;
}
.whatsapp {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
}
.whatsapp .btn-whats {
    transition: 0.5s;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    position: relative;
    margin-bottom: 3rem;
    margin-right: 4rem;
    display: block;
}
.btn-buy,
.btn-start,
.whatsapp .btn-start {
    width: 375px;
    font: normal normal bold 18px/22px Montserrat;
    cursor: pointer;
    color: #fff;
}
.common-button,
.whatsapp .btn-start {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    border-radius: 3rem;
}
.whatsapp .btn-whats svg {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: 0.5s;
    position: absolute;
    top: 55%;
}
.whatsapp .btn-whats svg circle,
.whatsapp .btn-whats svg path {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.whatsapp .btn-whats:hover svg circle,
.whatsapp .btn-whats:hover svg path {
    fill: #0e9f25;
}
.whatsapp .btn-start {
    height: 60px;
    position: absolute;
    bottom: 15px;
    right: 35px;
    z-index: 999;
    padding: 2rem 4.5rem;
}
.whatsapp .btn-start:hover {
    background: linear-gradient(180deg, #e88e00 0, #e7c731 100%) no-repeat padding-box;
}
.btn-buy,
.btn-start {
    height: 60px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    border-radius: 4rem;
    padding: 2rem 3.5rem;
}
.common-text,
.common-text strong {
    font-family: Poppins;
}
.btn-buy:hover,
.btn-start:hover {
    background: linear-gradient(180deg, #e88e00 0, #e7c731 100%) no-repeat padding-box;
    color: #fff;
}
.btn-buy {
    height: 60px;
    width: 240px;
    margin: auto;
    padding: 2rem 4.5rem;
    color: #fff;
}
.simplebar-scroll-content {
    box-sizing: content-box !important;
}
.simplebar-track {
    z-index: 2;
}
.simplebar-track.horizontal {
    display: none;
}
.simplebar-scrollbar {
    background-color: #fff;
    right: 0;
    width: 4px;
}
.text-center {
    text-align: center;
}
#wrapper {
    height: 100%;
    width: 100%;
    font-size: 0;
    position: relative;
}
html.desktop #wrapper:before {
    height: 14.1rem;
    width: 27.1rem;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    content: "";
    z-index: 4;
}
body.menu-fix #wrapper:before {
    display: block;
}
#content,
#content main {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden;
}
#content {
    position: relative;
    z-index: 1;
}
.animating #content {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    -moz-transition: -moz-transform 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    -o-transition: -o-transform 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    transition: -webkit-transform 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53), -moz-transform 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53), -o-transform 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53),
        transform 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
#content footer,
#content main {
    position: relative;
    z-index: 2;
}
#content main {
    border-top: 1px #eee;
    min-height: 50rem;
}
.filter-open #content {
    z-index: 2;
}
.mobile-only {
    display: none;
}
.common-arrows .arrow,
.common-list li {
    display: inline-block;
    vertical-align: top;
}
.common-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 800;
    color: #424041;
    text-align: center;
    padding: 5rem 0 3rem;
}
.common-title-list {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    text-align: center;
    padding: 4rem 0 2rem;
}
.common-list {
    width: 95%;
    margin: auto;
}
.common-rating-not svg,
.common-rating-ok svg {
    height: 15px;
    width: 15px;
}
.common-list li {
    padding: 2rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.29);
    margin: 2rem 1rem;
    min-height: 33rem;
    cursor: default;
}
.common-list li:last-child,
.common-pagination .pagination-list .pagination-data:last-child {
    margin-right: 0;
}
.common-list li:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.common-list.how-it-works {
    display: flex;
}
.common-list.how-it-works li:hover {
    background-color: transparent;
}
.common-description-list {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    color: #101b34;
    text-align: center;
    line-height: 2rem;
}
.common-info-list {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #424041;
    text-align: center;
    line-height: 2rem;
}
.common-text {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    font-style: normal;
    line-height: 25px;
    color: #101b34;
}
.common-text p {
    margin-bottom: 0.8rem;
}
.common-text p:last-child {
    margin-bottom: 0;
}
.common-text strong {
    font-weight: 800 !important;
    font-size: 15.5px;
    font-size: 1.55rem;
}
.common-text img {
    display: block;
    margin: 10px auto;
}
.common-text ol,
.common-text ul {
    margin: 15px 0;
}
.common-text ol li,
.common-text ul li {
    list-style-type: disc;
    margin-bottom: 5px;
    list-style-position: inside;
}
.common-rating-not,
.common-rating-ok {
    margin: 2px;
}
.common-rating {
    padding: 2rem;
}
.common-rating-ok svg .a {
    fill: #fff;
}
.common-rating-not svg .a {
    fill: #101b34;
}
.common-button {
    height: 30px;
    width: auto;
    position: relative;
    background: linear-gradient(180deg, #e7c731 0, #e88e00 100%) no-repeat padding-box;
    font: normal normal bold 14px/18px Montserrat;
    color: #fff;
    font-weight: 600;
    padding: 1rem 4.5rem;
    cursor: pointer;
}
.common-button:hover {
    background: linear-gradient(180deg, #e88e00 0, #e7c731 100%) no-repeat padding-box;
    color: #fff;
}
a.common-button {
    line-height: 4.1rem;
}
.common-arrows {
    vertical-align: top;
    width: 100%;
    text-align: center;
    display: none;
}
.common-arrows .arrow {
    height: 4.2rem;
    width: 4.2rem;
    -webkit-border-radius: 3rem;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3rem;
    -moz-background-clip: padding;
    border-radius: 3rem;
    background-clip: padding-box;
    -webkit-transition: background-color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), border 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), text-indent 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: background-color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), border 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), text-indent 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: background-color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), border 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), text-indent 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: background-color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), border 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), text-indent 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    font-size: 20px;
    font-size: 2rem;
    background-color: #fff;
    color: #fff;
    text-align: center;
    border: none;
}
.common-dots,
.common-dots ul {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.common-arrows .arrow:hover,
.common-arrows.reverse .arrow {
    color: #fff;
    background-color: #252525;
}
.common-arrows .arrow.next {
    text-indent: 0.1rem;
}
.common-arrows .arrow.prev {
    text-indent: -0.1rem;
}
.common-arrows .arrow:last-child {
    margin-left: 0.7rem;
}
.common-arrows .arrow .fa {
    font-weight: 700;
}
.common-arrows.reverse .arrow:hover {
    background-color: #fff;
    color: #252525;
}
.common-dots ul {
    font-size: 0;
    padding-top: 2.7rem;
    text-align: center;
}
.common-dots ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0.4rem;
}
.common-dots ul li button {
    height: 1.2rem;
    width: 1.2rem;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 1rem;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 1rem;
    -moz-background-clip: padding;
    border-radius: 1rem;
    background-clip: padding-box;
    -webkit-transition: border 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -moz-transition: border 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -o-transition: border 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: border 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    background-color: transparent;
    border: 0.2rem solid #fff;
}
.common-header,
.common-header .page-data {
    width: 100%;
    vertical-align: top;
    display: inline-block;
}
.common-dots ul li.slick-active button {
    border-width: 0.6rem;
}
.common-header {
    height: 12.7rem;
    border-bottom: 0.1rem solid #e2e2e2;
}
.common-header .page-data {
    padding: 3.7rem 0 0 4rem;
    white-space: nowrap;
}
.common-header .icon {
    display: inline-block;
    vertical-align: top;
    vertical-align: bottom;
    margin-right: 2.2rem;
}
.common-header .icon svg {
    fill: #fff;
    height: 5rem;
    width: auto;
    margin-top: 0.1rem;
}
.common-header .text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    white-space: normal;
}
.common-header .text .icon {
    display: none;
}
.common-header .text.results {
    margin-top: -1rem;
}
.common-header .breadcrumbs {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.5rem;
    width: 100%;
}
.common-header .breadcrumbs .breadcrumb-data {
    display: inline-block;
    vertical-align: top;
    font: normal normal normal 13px/20px Montserrat;
    color: #101b34;
    text-transform: uppercase;
}
.common-header .breadcrumbs .breadcrumb-data:after {
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    margin: -0.2rem 1rem 0;
    color: #101b34;
    font-weight: 700;
}
.common-header .breadcrumbs .breadcrumb-data a,
.common-header .breadcrumbs .breadcrumb-data strong {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}
.common-header .search,
.common-header .title,
.common-pagination,
.common-pagination .pagination-list,
.common-pagination .pagination-list .pagination-data {
    display: inline-block;
    vertical-align: top;
}
.common-header .breadcrumbs .breadcrumb-data strong {
    font: normal normal bold 12px/20px Montserrat;
    margin-top: 0.2rem;
}
.common-header .breadcrumbs .breadcrumb-data:last-child {
    color: #fff;
}
.common-header .breadcrumbs .breadcrumb-data:last-child:after {
    content: none;
}
.common-header .title {
    font: normal normal bold 30px/32px Montserrat;
    text-transform: uppercase;
    margin-top: 1rem;
    width: 100%;
}
.common-header .search {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: Poppins;
    font-weight: 300;
    font-style: normal;
    color: #101b34;
    text-transform: uppercase;
}
.common-header .search strong {
    font-weight: 800 !important;
    font-family: Poppins;
    font-size: 16px;
    font-size: 1.6rem;
}
.common-pagination {
    width: 100%;
    margin-top: 3.1rem;
    text-align: center;
}
.common-pagination .pagination-list {
    font-size: 0;
}
.common-pagination .pagination-list .pagination-data {
    margin-right: 1rem;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    transition: 0.4s;
}
.common-pagination .pagination-list .pagination-data a,
.common-pagination .pagination-list .pagination-data span {
    border: 0;
    font: normal normal 500 15px/15px Roboto;
    letter-spacing: 0;
    opacity: 1;
    width: 40px;
    height: 40px;
    display: inline-flex;
    text-align: center;
}
.common-pagination .pagination-list .pagination-data:hover {
    background-color: #dce0e0;
}
.common-pagination .pagination-list .pagination-data.current,
.common-pagination .pagination-list .pagination-data.current:hover {
    background: #000;
}
.common-pagination .pagination-list .pagination-data a {
    color: #000;
    align-items: center;
    justify-content: center;
}
.common-pagination .pagination-list .pagination-data a:hover {
    background-color: transparent;
}
.common-pagination .pagination-list .pagination-data span {
    color: #fff;
    align-items: center;
    justify-content: center;
}
.common-pagination .pagination-list .pagination-data.first,
.common-pagination .pagination-list .pagination-data.last {
    height: 4rem;
    width: 4rem;
}
.common-pagination .pagination-list .pagination-data.first a,
.common-pagination .pagination-list .pagination-data.last a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #000;
}
.common-pagination .pagination-list .pagination-data.first a i,
.common-pagination .pagination-list .pagination-data.last a i {
    font-size: 20px;
    font-size: 2rem;
}
.common-pagination .common-form {
    display: none;
}
.common-pagination .common-form label {
    display: inline-block;
    vertical-align: middle;
    font-weight: 800 !important;
    font-family: Poppins;
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 0.2rem;
    color: #101b34;
    margin-right: 1rem;
}
.common-pagination .common-form input {
    display: inline-block;
    vertical-align: middle;
    height: 3.6rem;
    width: 5.1rem;
    -webkit-border-radius: 0.3rem;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0.3rem;
    -moz-background-clip: padding;
    border-radius: 0.3rem;
    background-clip: padding-box;
    margin-right: 0.3rem;
    border-width: 0.2rem;
    padding: 1rem 0;
    text-align: center;
    -webkit-appearance: none !important;
    appearance: none !important;
    -moz-appearance: textfield !important;
}
.common-pagination .common-form button[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    height: 3.6rem;
    width: 3.6rem;
    -webkit-border-radius: 0.3rem;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0.3rem;
    -moz-background-clip: padding;
    border-radius: 0.3rem;
    background-clip: padding-box;
    padding: 0;
    background-color: #fff;
    border: 0.3rem solid #d9d9d9;
}
.common-back,
.common-empty {
    vertical-align: top;
    display: inline-block;
}
.common-pagination .common-form button[type="submit"] .fa {
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-transition: text-indent 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19), color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: text-indent 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19), color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: text-indent 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19), color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: text-indent 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19), color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    color: #fff;
    text-indent: 0.2rem;
    margin-right: 0;
}
.common-pagination .common-form button[type="submit"]:hover {
    background-color: #fff;
    border-color: #585757;
}
.common-pagination .common-form button[type="submit"]:hover .fa {
    color: #fff;
    font-weight: 700;
}
.common-empty {
    font-weight: 800 !important;
    font-family: Poppins;
    font-size: 22px;
    font-size: 2.2rem;
    width: 100%;
    margin: 6rem 0;
    text-align: center;
    text-transform: uppercase;
    color: #ccc;
}
.common-back {
    height: 6.2rem;
    width: 6.2rem;
    -webkit-border-radius: 6rem;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 6rem;
    -moz-background-clip: padding;
    border-radius: 6rem;
    background-clip: padding-box;
    -webkit-transition: background-color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), border 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: background-color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), border 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: background-color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), border 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: background-color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), border 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    background-color: #fff;
    border: 0.3rem solid #d9d9d9;
    text-align: center;
    position: relative;
    z-index: 3;
}
.common-back svg {
    position: absolute;
    top: 50%;
    height: 2.3rem;
    width: 2.5rem;
    -webkit-transition: color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: color 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #252525;
}
html.desktop .common-back:hover {
    border: 3.1rem solid #252525;
    background-color: #252525;
}
html.desktop .common-back:hover svg {
    fill: #fff;
}
.common-limiter {
    font-size: 0;
    margin: 0 auto;
    width: 100% !important;
    max-width: 1210px;
    overflow: hidden;
    position: relative;
}
.common-limiter .content {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
.common-bg-btn {
    background: linear-gradient(154deg, #f3b000 0, #da7e00 100%) no-repeat padding-box;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.11);
}
.common-bg-btn-i,
.common-hover-btn:hover {
    background: linear-gradient(154deg, #101b34 0, #101b34 100%) no-repeat padding-box;
}
.common-hover-btn-i:hover {
    background: linear-gradient(154deg, #f3b000 0, #da7e00 100%) no-repeat padding-box;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.11);
}
.common-bg-white-btn-i,
.common-hover-white-btn:hover {
    background: #fff;
    color: #101b34;
}
@media screen and (min-width: 960px) and (max-width: 1366px) {
    .animating #content {
        -webkit-transition: 0.4s -webkit-transform 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
        -moz-transition: 0.4s -moz-transform 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
        -o-transition: 0.4s -o-transform 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
        transition: 0.4s -webkit-transform 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53), 0.4s -moz-transform 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53), 0.4s -o-transform 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53),
            0.4s transform 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    }
}
@media screen and (max-width: 1366px) {
    #header .logo a {
        margin-top: 0;
    }
    #content {
        width: 100%;
    }
}
@media screen and (max-width: 1060px) {
    .common-advantages {
        height: 8.8rem;
        width: 100%;
    }
    .common-advantages .advantage-list {
        height: 8.8rem;
        width: 100%;
        line-height: 8.8rem;
    }
    .common-advantages .advantage-data {
        padding: 0 0.5rem;
    }
    .common-advantages .advantage-data .icon {
        margin-right: 0;
        margin-bottom: 1rem;
        line-height: 3rem;
    }
    .common-advantages .advantage-data .desc {
        font-size: 12px;
        font-size: 1.2rem;
        font-family: Poppins;
        font-weight: 300;
        font-style: normal;
        width: 100%;
    }
    .common-advantages .advantage-data.shipping .icon {
        margin-right: 0;
        margin-bottom: 1rem;
        line-height: 4.4rem;
    }
}
@media screen and (max-height: 660px) {
    html.desktop #wrapper:before {
        height: 10.6rem;
        width: 27.1rem;
    }
}
@media screen and (max-width: 960px) {
    #payment-conditions .title,
    .common-pagination .common-form label {
        font-weight: 800 !important;
        font-family: Poppins;
    }
    #wrapper {
        display: block;
    }
    body.filter-open #wrapper {
        overflow: hidden;
    }
    body.menu-fix #wrapper:before {
        display: none;
    }
    .desktop-only {
        display: none !important;
    }
    .mobile-only {
        display: block !important;
    }
    .common-limiter {
        width: auto;
    }
    .common-description-list {
        font-size: 15px;
        font-size: 1.5rem;
    }
    .common-list {
        width: 85% !important;
        margin: 0 5%;
    }
    .common-list li {
        width: 90%;
    }
    .common-header {
        height: auto;
        border-width: 0.2rem;
        text-align: center;
    }
    .common-header .page-data {
        padding: 0 2rem 2.3rem;
        width: 100%;
    }
    .common-header .text {
        width: 100%;
    }
    .common-header .text .icon {
        display: inline-block;
        vertical-align: top;
        margin-right: 0;
        margin-bottom: 1.4rem;
    }
    .common-header .text .icon svg {
        height: 5rem;
    }
    .common-header .breadcrumbs {
        display: inline-block;
        vertical-align: top;
        height: 5.6rem;
        width: 100%;
        line-height: 5.6rem;
        margin-bottom: 0;
    }
    .common-header .breadcrumbs .breadcrumb-data {
        display: inline-block;
        vertical-align: middle;
    }
    .common-header .title {
        line-height: 3rem;
        text-align: center;
    }
    .common-pagination .common-form {
        margin-left: 1.4rem;
        width: 12rem;
    }
    .common-pagination .common-form label {
        font-size: 13px;
        font-size: 1.3rem;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .common-pagination .common-form input {
        height: 4.6rem;
        width: 6.6rem;
        font-size: 18px;
        font-size: 1.8rem;
        margin-right: 0.3rem;
        border-width: 0.1rem;
    }
    .common-pagination .common-form button[type="submit"] {
        height: 4.6rem;
        width: 4.6rem;
    }
    .common-pagination .common-form button[type="submit"] .fa {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .common-back {
        height: 5rem;
        width: 5rem;
        -webkit-border-radius: 5rem;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 5rem;
        -moz-background-clip: padding;
        border-radius: 5rem;
        background-clip: padding-box;
        background-color: #fff;
        border: 0.2rem solid #d9d9d9;
    }
    .common-back svg {
        height: 2rem;
        width: 2.2rem;
    }
    html.desktop .common-back:hover {
        border: 2.5rem solid #252525;
    }
    #cart-notification .actions-side .common-button {
        width: 100%;
        margin-left: 0;
        margin-top: 1rem;
    }
    #payment-conditions .content-box {
        padding: 3rem;
    }
    #payment-conditions .title {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    #payment-conditions .conditions-list .conditions-data div {
        font-size: 12px;
        font-size: 1.2rem;
        font-family: Poppins;
        font-weight: 400;
        font-style: normal;
    }
    li.produto-not-home {
        width: 100%;
        display: contents;
    }
}
@media screen and (max-width: 960px) and (max-width: 780px) {
    #colorbox {
        width: 80% !important;
        height: 100vh !important;
    }
    #colorbox #cboxWrapper {
        height: 80% !important;
        width: 100% !important;
    }
    #colorbox #cboxWrapper #cboxBottomLeft,
    #colorbox #cboxWrapper #cboxMiddleLeft {
        height: 100% !important;
    }
    #colorbox #cboxWrapper #cboxContent {
        width: 100% !important;
        height: 100% !important;
    }
    #colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
        width: 100% !important;
        overflow: auto;
        height: 100% !important;
    }
    #colorbox #cboxWrapper #cboxContent #cboxLoadedContent .cboxPhoto {
        width: 100% !important;
        height: 100% !important;
        float: none;
        object-fit: contain;
    }
}
@media screen and (max-width: 960px) and (max-height: 400px) {
    #colorbox {
        width: 80% !important;
        height: 100vh !important;
    }
    #colorbox #cboxWrapper {
        height: 80% !important;
        width: 100% !important;
    }
    #colorbox #cboxWrapper #cboxBottomLeft,
    #colorbox #cboxWrapper #cboxMiddleLeft {
        height: 100% !important;
    }
    #colorbox #cboxWrapper #cboxContent {
        width: 100% !important;
        height: 100% !important;
    }
    #colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
        width: 100% !important;
        overflow: auto;
        height: 100% !important;
    }
    #colorbox #cboxWrapper #cboxContent #cboxLoadedContent .cboxPhoto {
        width: 100% !important;
        height: 270px !important;
        float: none;
        object-fit: contain;
    }
}
@media screen and (max-width: 960px) and (max-height: 300px) {
    #colorbox {
        width: 80% !important;
        height: 100vh !important;
    }
    #colorbox #cboxWrapper {
        height: 80% !important;
        width: 100% !important;
    }
    #colorbox #cboxWrapper #cboxBottomLeft,
    #colorbox #cboxWrapper #cboxMiddleLeft {
        height: 100% !important;
    }
    #colorbox #cboxWrapper #cboxContent {
        width: 100% !important;
        height: 100% !important;
    }
    #colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
        width: 100% !important;
        overflow: auto;
        height: 100% !important;
    }
    #colorbox #cboxWrapper #cboxContent #cboxLoadedContent .cboxPhoto {
        width: 100% !important;
        height: 170px !important;
        float: none;
        object-fit: contain;
    }
}
@media screen and (max-width: 960px) and (max-height: 250px) {
    .cboxPhoto {
        height: 120px !important;
    }
}
@media screen and (max-width: 960px) and (max-height: 200px) {
    .cboxPhoto {
        height: 100px !important;
    }
}
@media screen and (max-width: 550px) {
    .common-pagination .pagination-list div:nth-of-type(5) {
        display: none;
    }
    #cart-notification {
        padding-top: 1.2rem;
    }
    #cart-notification .product-side {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
    #cart-notification .product-side .title {
        margin-bottom: 0.5rem;
    }
    #cart-notification .product-side .product-preview .product-image {
        height: 6rem;
        width: 6rem;
    }
    #cart-notification .product-side .product-preview .product-image img {
        max-width: 100%;
    }
    #cart-notification .product-side .product-preview .product-info {
        display: inline-block;
        vertical-align: top;
        padding-left: 1rem;
        width: calc(100% - 6rem);
    }
    #cart-notification .product-side .product-preview .product-title {
        margin-bottom: 0;
    }
    #cart-notification .actions-side {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-top: 0.5rem;
    }
    #cart-notification .actions-side .common-button {
        width: calc(50% - 4px);
        margin-left: 8px;
        margin-top: 0;
    }
}
@media screen and (max-width: 490px) {
    .common-pagination .pagination-list div:nth-of-type(4) {
        display: none;
    }
}
@media screen and (max-width: 450px) {
    .common-pagination .pagination-list div:nth-of-type(3):not(.current) {
        display: none;
    }
}
@media screen and (max-width: 360px) {
    .common-pagination .common-form,
    .common-pagination .pagination-list {
        width: 100%;
        text-align: center;
    }
    .common-pagination .common-form {
        margin-top: 2rem;
        margin-left: 0;
    }
    .common-pagination .common-form label {
        margin-right: 1rem;
        margin-bottom: 0;
        padding-top: 0;
    }
    #payment-conditions .content-box {
        padding: 2rem;
    }
}
.MultiCheckBox,
select {
    height: 40px;
    padding: 0 5px 5px 15px;
    text-align: left;
    font: normal normal 300 15px/40px Roboto;
    color: #535558;
    cursor: pointer;
}
select {
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
}
.MultiCheckBox {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
}
.MultiCheckBox .k-icon {
    font-size: 15px;
    font-weight: bolder;
    margin-top: -7px;
    height: 10px;
    width: 14px;
    color: #787878;
}
.MultiCheckBoxDetail {
    display: none;
    position: absolute;
    border: 1px solid #000;
    overflow-y: hidden;
    background-color: #fff;
    width: 275px !important;
    color: #000;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    z-index: 9;
    font-size: 16px;
}
.MultiCheckBoxDetailBody {
    overflow-y: scroll;
    font-size: 14px;
}
.MultiCheckBoxDetail .cont {
    clear: both;
    overflow: hidden;
    padding: 5px 15px;
}
.MultiCheckBoxDetail .cont:hover {
    background-color: #000;
    color: #fff;
}
.MultiCheckBoxDetail .cont input {
    width: 15px !important;
    height: 15px !important;
    padding: 0 !important;
    border: 1px solid #000;
    transition: 0.3s;
}
.MultiCheckBoxDetail .cont .box-input {
    position: relative;
    line-height: 26px;
}
.check-sign {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 3px;
}
.MultiCheckBoxDetail .cont input:checked ~ .check-sign {
    opacity: 1;
}
.MultiCheckBoxDetail .cont:hover input {
    border-color: #fff !important;
}
.MultiCheckBoxDetail .cont div {
    transition: 0.3s;
}
.MultiCheckBoxDetail .cont:hover div {
    color: #fff;
}
.MultiCheckBoxDetailBody > div > div {
    float: left;
}
.MultiCheckBoxDetailBody > div > div:first-child {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.MultiCheckBoxDetailHeader {
    overflow: hidden;
    position: relative;
    height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #000;
    line-height: 40px;
    margin-bottom: 10px;
}
.MultiCheckBoxDetailHeader > input {
    opacity: 0;
    display: none;
}
.MultiCheckBoxDetailHeader > div {
    color: #000;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: inline-block;
    cursor: pointer;
}
::selection {
    background: black;
    color: white;
}
::-webkit-selection {
    background: black;
    color: white;
}
::-ms-selection {
    background: black;
    color: white;
}


#footer .social-icons-bar {
    width: 100%;
    text-align: right
}

#footer .social-icons-bar .phone {
    line-height: 10rem;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-right: 1rem
}

#footer .social-icons-bar span {
    line-height: 10rem;
    color: #fff;
    font-size: 16px
}

#footer .social-icons-bar .social-icons {
    display: inline-block;
    vertical-align: top;
    height: 100px;
    line-height: 100px
}

#footer .social-icons-bar .social-icons a {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    margin-left: 15px
}

#footer .social-icons-bar .social-icons a i {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #fff
}