
@keyframes instaReveal {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes instaReveal {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    to {
        opacity: 0.1;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    to {
        opacity: 0.1;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: flex;
    flex-wrap: nowrap;
    z-index: 9999;
}
.cc-window.cc-static {
    position: static;
}
.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    flex-direction: column;
}
.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    flex-direction: row;
}
.cc-revoke {
    padding: 0.5em;
}
.cc-revoke:hover {
    text-decoration: underline;
}
.cc-header {
    font-size: 18px;
    font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer;
}
.cc-link {
    opacity: 0.8;
    display: inline-block;
    padding: 0.2em;
    text-decoration: underline;
}
.cc-link:hover {
    opacity: 1;
}
.cc-link:active,
.cc-link:visited {
    color: initial;
}
.cc-btn {
    display: block;
    padding: 0.4em 0.8em;
    font-size: 0.9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline;
}
.cc-close {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 1.6em;
    opacity: 0.9;
    line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
    opacity: 1;
}
.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
    left: 3em;
    right: unset;
}
.cc-revoke.cc-right {
    right: 3em;
    left: unset;
}
.cc-top {
    top: 1em;
}
.cc-left {
    left: 1em;
}
.cc-right {
    right: 1em;
}
.cc-bottom {
    bottom: 1em;
}
.cc-floating > .cc-link {
    margin-bottom: 1em;
}
.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
    flex: 1 0 auto;
}
.cc-window.cc-banner {
    align-items: center;
}
.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0;
}
.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}
.cc-banner .cc-message {
    display: block;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em;
}
.cc-compliance {
    display: flex;
    align-items: center;
    align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
    flex: 1;
}
.cc-btn + .cc-btn {
    margin-left: 0.5em;
}
@media print {
    .cc-revoke,
    .cc-window {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal;
    }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0;
    }
    .cc-window.cc-bottom {
        bottom: 0;
    }
    .cc-window.cc-banner,
    .cc-window.cc-floating,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0;
    }
    .cc-window.cc-banner {
        flex-direction: column;
    }
    .cc-window.cc-banner .cc-compliance {
        flex: 1 1 auto;
    }
    .cc-window.cc-floating {
        max-width: none;
    }
    .cc-window .cc-message {
        margin-bottom: 1em;
    }
    .cc-window.cc-banner {
        align-items: unset;
    }
    .cc-window.cc-banner .cc-message {
        margin-right: 0;
    }
}
.cc-window {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.cc-window.cc-invisible {
    opacity: 0;
}
.cc-animate.cc-revoke {
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0);
}
.cc-grower {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
}
.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    flex: none;
}
.cc-theme-classic .cc-btn {
    border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
    min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block;
}
.cc-window {
    font-size: 12px;
}
.video-js {
    width: 300px;
    height: 150px;
}
.vjs-fluid {
    padding-top: 56.25%;
}
html {
    font-family: Open Sans, sans-serif;
}
body {
    padding: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}
ol,
ul {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    list-style: none;
}
caption,
th {
    text-align: left;
}
q:after,
q:before {
    content: "";
}
abbr,
acronym {
    border: 0;
}
em {
    font-style: italic;
}
strong {
    font-weight: 700;
}
.intl-tel-input {
    position: relative;
    display: inline-block;
}
.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
    display: none;
}
.intl-tel-input .v-hide {
    visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type="tel"],
.intl-tel-input input[type="text"] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}
.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}
.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}
.intl-tel-input .selected-flag .iti-arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px;
}
@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: normal;
    }
}
.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.intl-tel-input .country-list .country {
    padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
    color: #999;
}
.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
    vertical-align: middle;
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
    margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="tel"],
.intl-tel-input.separate-dial-code input[type="text"] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
    background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    margin-left: 6px;
}
.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}
.intl-tel-input.iti-container:hover {
    cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px;
    line-height: 1.5em;
}
.iti-flag {
    width: 20px;
}
.iti-flag.be {
    width: 18px;
}
.iti-flag.ch {
    width: 15px;
}
.iti-flag.mc {
    width: 19px;
}
.iti-flag.ne {
    width: 18px;
}
.iti-flag.np {
    width: 13px;
}
.iti-flag.va {
    width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
        background-size: 5652px 15px;
    }
}
.iti-flag.ac {
    height: 10px;
    background-position: 0 0;
}
.iti-flag.ad {
    height: 14px;
    background-position: -22px 0;
}
.iti-flag.ae {
    height: 10px;
    background-position: -44px 0;
}
.iti-flag.af {
    height: 14px;
    background-position: -66px 0;
}
.iti-flag.ag {
    height: 14px;
    background-position: -88px 0;
}
.iti-flag.ai {
    height: 10px;
    background-position: -110px 0;
}
.iti-flag.al {
    height: 15px;
    background-position: -132px 0;
}
.iti-flag.am {
    height: 10px;
    background-position: -154px 0;
}
.iti-flag.ao {
    height: 14px;
    background-position: -176px 0;
}
.iti-flag.aq {
    height: 14px;
    background-position: -198px 0;
}
.iti-flag.ar {
    height: 13px;
    background-position: -220px 0;
}
.iti-flag.as {
    height: 10px;
    background-position: -242px 0;
}
.iti-flag.at {
    height: 14px;
    background-position: -264px 0;
}
.iti-flag.au {
    height: 10px;
    background-position: -286px 0;
}
.iti-flag.aw {
    height: 14px;
    background-position: -308px 0;
}
.iti-flag.ax {
    height: 13px;
    background-position: -330px 0;
}
.iti-flag.az {
    height: 10px;
    background-position: -352px 0;
}
.iti-flag.ba {
    height: 10px;
    background-position: -374px 0;
}
.iti-flag.bb {
    height: 14px;
    background-position: -396px 0;
}
.iti-flag.bd {
    height: 12px;
    background-position: -418px 0;
}
.iti-flag.be {
    height: 15px;
    background-position: -440px 0;
}
.iti-flag.bf {
    height: 14px;
    background-position: -460px 0;
}
.iti-flag.bg {
    height: 12px;
    background-position: -482px 0;
}
.iti-flag.bh {
    height: 12px;
    background-position: -504px 0;
}
.iti-flag.bi {
    height: 12px;
    background-position: -526px 0;
}
.iti-flag.bj {
    height: 14px;
    background-position: -548px 0;
}
.iti-flag.bl {
    height: 14px;
    background-position: -570px 0;
}
.iti-flag.bm {
    height: 10px;
    background-position: -592px 0;
}
.iti-flag.bn {
    height: 10px;
    background-position: -614px 0;
}
.iti-flag.bo {
    height: 14px;
    background-position: -636px 0;
}
.iti-flag.bq {
    height: 14px;
    background-position: -658px 0;
}
.iti-flag.br {
    height: 14px;
    background-position: -680px 0;
}
.iti-flag.bs {
    height: 10px;
    background-position: -702px 0;
}
.iti-flag.bt {
    height: 14px;
    background-position: -724px 0;
}
.iti-flag.bv {
    height: 15px;
    background-position: -746px 0;
}
.iti-flag.bw {
    height: 14px;
    background-position: -768px 0;
}
.iti-flag.by {
    height: 10px;
    background-position: -790px 0;
}
.iti-flag.bz {
    height: 14px;
    background-position: -812px 0;
}
.iti-flag.ca {
    height: 10px;
    background-position: -834px 0;
}
.iti-flag.cc {
    height: 10px;
    background-position: -856px 0;
}
.iti-flag.cd {
    height: 15px;
    background-position: -878px 0;
}
.iti-flag.cf {
    height: 14px;
    background-position: -900px 0;
}
.iti-flag.cg {
    height: 14px;
    background-position: -922px 0;
}
.iti-flag.ch {
    height: 15px;
    background-position: -944px 0;
}
.iti-flag.ci {
    height: 14px;
    background-position: -961px 0;
}
.iti-flag.ck {
    height: 10px;
    background-position: -983px 0;
}
.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0;
}
.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0;
}
.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0;
}
.iti-flag.co {
    height: 14px;
    background-position: -1071px 0;
}
.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0;
}
.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0;
}
.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0;
}
.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0;
}
.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0;
}
.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0;
}
.iti-flag.cy {
    height: 14px;
    background-position: -1225px 0;
}
.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0;
}
.iti-flag.de {
    height: 12px;
    background-position: -1269px 0;
}
.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0;
}
.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0;
}
.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0;
}
.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0;
}
.iti-flag.do {
    height: 14px;
    background-position: -1379px 0;
}
.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0;
}
.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0;
}
.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0;
}
.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0;
}
.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0;
}
.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0;
}
.iti-flag.er {
    height: 10px;
    background-position: -1533px 0;
}
.iti-flag.es {
    height: 14px;
    background-position: -1555px 0;
}
.iti-flag.et {
    height: 10px;
    background-position: -1577px 0;
}
.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0;
}
.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0;
}
.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0;
}
.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0;
}
.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0;
}
.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0;
}
.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0;
}
.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0;
}
.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0;
}
.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0;
}
.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0;
}
.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0;
}
.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0;
}
.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0;
}
.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0;
}
.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0;
}
.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0;
}
.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0;
}
.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0;
}
.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0;
}
.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0;
}
.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0;
}
.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0;
}
.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0;
}
.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0;
}
.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0;
}
.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0;
}
.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0;
}
.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0;
}
.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0;
}
.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0;
}
.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0;
}
.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0;
}
.iti-flag.id {
    height: 14px;
    background-position: -2325px 0;
}
.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0;
}
.iti-flag.il {
    height: 15px;
    background-position: -2369px 0;
}
.iti-flag.im {
    height: 10px;
    background-position: -2391px 0;
}
.iti-flag.in {
    height: 14px;
    background-position: -2413px 0;
}
.iti-flag.io {
    height: 10px;
    background-position: -2435px 0;
}
.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0;
}
.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0;
}
.iti-flag.is {
    height: 15px;
    background-position: -2501px 0;
}
.iti-flag.it {
    height: 14px;
    background-position: -2523px 0;
}
.iti-flag.je {
    height: 12px;
    background-position: -2545px 0;
}
.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0;
}
.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0;
}
.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0;
}
.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0;
}
.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0;
}
.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0;
}
.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0;
}
.iti-flag.km {
    height: 12px;
    background-position: -2721px 0;
}
.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0;
}
.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0;
}
.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0;
}
.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0;
}
.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0;
}
.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0;
}
.iti-flag.la {
    height: 14px;
    background-position: -2875px 0;
}
.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0;
}
.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0;
}
.iti-flag.li {
    height: 12px;
    background-position: -2941px 0;
}
.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0;
}
.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0;
}
.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0;
}
.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0;
}
.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0;
}
.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0;
}
.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0;
}
.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0;
}
.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0;
}
.iti-flag.md {
    height: 10px;
    background-position: -3160px 0;
}
.iti-flag.me {
    height: 10px;
    background-position: -3182px 0;
}
.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0;
}
.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0;
}
.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0;
}
.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0;
}
.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0;
}
.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0;
}
.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0;
}
.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0;
}
.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0;
}
.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0;
}
.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0;
}
.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0;
}
.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0;
}
.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0;
}
.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0;
}
.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0;
}
.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0;
}
.iti-flag.my {
    height: 10px;
    background-position: -3578px 0;
}
.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0;
}
.iti-flag.na {
    height: 14px;
    background-position: -3622px 0;
}
.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0;
}
.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0;
}
.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0;
}
.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0;
}
.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0;
}
.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0;
}
.iti-flag.no {
    height: 15px;
    background-position: -3774px 0;
}
.iti-flag.np {
    height: 15px;
    background-position: -3796px 0;
}
.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0;
}
.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0;
}
.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0;
}
.iti-flag.om {
    height: 10px;
    background-position: -3877px 0;
}
.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0;
}
.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0;
}
.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0;
}
.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0;
}
.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0;
}
.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0;
}
.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0;
}
.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0;
}
.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0;
}
.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0;
}
.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0;
}
.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0;
}
.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0;
}
.iti-flag.py {
    height: 11px;
    background-position: -4185px 0;
}
.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0;
}
.iti-flag.re {
    height: 14px;
    background-position: -4229px 0;
}
.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0;
}
.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0;
}
.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0;
}
.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0;
}
.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0;
}
.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0;
}
.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0;
}
.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0;
}
.iti-flag.se {
    height: 13px;
    background-position: -4427px 0;
}
.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0;
}
.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0;
}
.iti-flag.si {
    height: 10px;
    background-position: -4493px 0;
}
.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0;
}
.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0;
}
.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0;
}
.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0;
}
.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0;
}
.iti-flag.so {
    height: 14px;
    background-position: -4625px 0;
}
.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0;
}
.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0;
}
.iti-flag.st {
    height: 10px;
    background-position: -4691px 0;
}
.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0;
}
.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0;
}
.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0;
}
.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0;
}
.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0;
}
.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0;
}
.iti-flag.td {
    height: 14px;
    background-position: -4845px 0;
}
.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0;
}
.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0;
}
.iti-flag.th {
    height: 14px;
    background-position: -4911px 0;
}
.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0;
}
.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0;
}
.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0;
}
.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0;
}
.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0;
}
.iti-flag.to {
    height: 10px;
    background-position: -5043px 0;
}
.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0;
}
.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0;
}
.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0;
}
.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0;
}
.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0;
}
.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0;
}
.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0;
}
.iti-flag.um {
    height: 11px;
    background-position: -5219px 0;
}
.iti-flag.un {
    height: 14px;
    background-position: -5241px 0;
}
.iti-flag.us {
    height: 11px;
    background-position: -5263px 0;
}
.iti-flag.uy {
    height: 14px;
    background-position: -5285px 0;
}
.iti-flag.uz {
    height: 10px;
    background-position: -5307px 0;
}
.iti-flag.va {
    height: 15px;
    background-position: -5329px 0;
}
.iti-flag.vc {
    height: 14px;
    background-position: -5346px 0;
}
.iti-flag.ve {
    height: 14px;
    background-position: -5368px 0;
}
.iti-flag.vg {
    height: 10px;
    background-position: -5390px 0;
}
.iti-flag.vi {
    height: 14px;
    background-position: -5412px 0;
}
.iti-flag.vn {
    height: 14px;
    background-position: -5434px 0;
}
.iti-flag.vu {
    height: 12px;
    background-position: -5456px 0;
}
.iti-flag.wf {
    height: 14px;
    background-position: -5478px 0;
}
.iti-flag.ws {
    height: 10px;
    background-position: -5500px 0;
}
.iti-flag.xk {
    height: 15px;
    background-position: -5522px 0;
}
.iti-flag.ye {
    height: 14px;
    background-position: -5544px 0;
}
.iti-flag.yt {
    height: 14px;
    background-position: -5566px 0;
}
.iti-flag.za {
    height: 14px;
    background-position: -5588px 0;
}
.iti-flag.zm {
    height: 14px;
    background-position: -5610px 0;
}
.iti-flag.zw {
    height: 10px;
    background-position: -5632px 0;
}
.iti-flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url("");
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
        background-image: url("");
    }
}
.iti-flag.np {
    background-color: transparent;
}
.form-container-unique .overlay-wrapper.show {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.toggle-password-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    cursor: pointer;
    font-size: 20px !important;
}
.relative {
    position: relative;
}
.generate-password {
    cursor: pointer;
    font-weight: 600;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 5px;
}
.btn {
    white-space: normal !important;
    /*padding: 2px 5px !important;*/
}

@media screen and (max-width: 324px) {
    .form-actions button {
        font-size: 22px;
    }
}
.form-group {
    margin-bottom: 10px;
}
.form-group .help-block {
    margin-top: 3px;
    margin-bottom: 3px;
}
.form-group .password-wrapper .relative {
    width: 54%;
    float: left;
}
.form-group .password-wrapper .relative input {
    box-sizing: border-box;
    padding-right: 40px;
}
.form-group .password-wrapper button {
    width: 43%;
    margin-left: 3%;
    background: #5799ff;
    border-radius: 4px;
    border: 0;
    height: 43px;
    color: #fff;
    font-size: 12px;
    line-height: 11px;
}
.form-group input {
    background-color: #f5f5f5;
    border-radius: 0;
    border-width: 0;
    box-shadow: inset 1px 1px 1px #bfbfbf;
    box-sizing: border-box;
    font-size: 14px !important;
    text-indent: 15px;
    height: 42px;
    width: 100%;
}
.form-group input:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
.form-group.has-error input,
.form-group.has-error input:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e43d3a !important;
    border: 1px solid red;
}
.form-group.has-warning input,
.form-group.has-warning input:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 !important;
}
.form-group.has-success input,
.has-success-border {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #315e32 !important;
}
.form-group.has-success input {
    box-sizing: border-box;
    padding-right: 40px;
}
.form-group.has-success:after,
.has-success-border:after {
    font-family: FontAwesome, serif;
    content: "\f00c";
    color: #249e2c;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 36px;
    z-index: 5;
}
@media screen and (max-width: 767px) {
    .form-group.has-success:after,
    .has-success-border:after {
        right: 10px !important;
    }
}
.has-success-border,
.has-success .form-control {
    border: 1px solid green !important;
}
.has-success-border {
    border-radius: 0 !important;
}
.form-group {
    position: relative;
}
.form-container-unique .form-group.has-success .form-control {
    border: 1px solid green !important;
    border-radius: 0;
}
.phone_number {
    box-shadow: none !important;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .phone_number {
        padding-top: 3px;
    }
}
.form-control:focus {
    box-shadow: none;
}
.intl-tel-input {
    width: 100%;
    font-size: 14px !important;
}
.intl-tel-input .flag-container {
    width: 95px !important;
}
.intl-tel-input .flag-container .selected-flag {
    display: flex !important;
    align-items: center;
    height: 40px;
    border-radius: 0;
}
.intl-tel-input .selected-dial-code {
    font-size: 14px !important;
    font-family: Roboto, sans-serif;
}
.intl-tel-input input {
    height: 40px;
    font-size: 14px !important;
}
.intl-tel-input input::-webkit-input-placeholder {
    color: grey;
    font-size: 14px !important;
}
.intl-tel-input input::-moz-placeholder {
    color: grey;
    font-size: 14px !important;
}
.intl-tel-input input::-ms-input-placeholder {
    color: grey;
    font-size: 14px !important;
}
.intl-tel-input input::placeholder {
    color: grey;
    font-size: 14px !important;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 5px !important;
}
.phone-message-argentina {
    font-weight: 700;
    margin-top: 3px;
}
@media screen and (max-width: 767px) {
    .intl-tel-input {
        margin-bottom: 0;
    }
}
.preloader {
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("")
        50%/50px no-repeat;
}
.has-error .help-block {
    color: #a94442 !important;
}
modal-container .modal-content {
    background-color: #fff !important;
}
.basic-modal-header .logo {
    display: block;
    background-size: contain;
    height: 30px;
    width: 200px;
    margin: auto;
    position: static !important;
}
@media screen and (max-width: 420px) {
    .form-group .password-wrapper button {
        font-size: 10px;
    }
}
.m-header-abus .m-logo,
.m-header-disclamer .m-logo,
.modal-content .m-logo {
    background: #fff url("") 0 no-repeat;
}
.already-exists-email-overlay {
    opacity: 0.95 !important;
    padding: 15px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    z-index: 300;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    font-family: Lato, sans-serif;
    color: #ecf0f1;
}
.already-exists-email-overlay p {
    font-weight: 500;
    margin-bottom: 10px;
}
.already-exists-email-overlay p,
.already-exists-email-overlay span {
    color: #000 !important;
}
.already-exists-email-overlay .email {
    font-weight: 600;
}
.already-exists-email-overlay a {
    padding: 0 !important;
    font-weight: 600;
    color: #2776bb !important;
}
.already-exists-email-overlay .href {
    color: #2776bb !important;
    cursor: pointer;
    font-weight: 600;
}
.already-exists-email-overlay .already-exists-email-buttons {
    display: flex;
    justify-content: space-around;
}
.loader-overlay {
    z-index: 300;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #fff;
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    font-family: Lato, sans-serif;
    font-size: 35px;
    line-height: 40px;
    color: #ecf0f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.loader-overlay .dots-box {
    display: block;
    background: url("") 0 0 no-repeat;
    width: 43px;
    height: 11px;
}
.loader-overlay .animated-container {
    display: block !important;
    margin-top: 5px;
    font-weight: 600;
    overflow: hidden;
    height: 40px;
    padding: 0 20px;
    width: auto;
    font-size: 32px;
}
.loader-overlay .animated-container .list {
    padding: 0;
    margin-top: 0;
    text-align: center;
    list-style: none;
    -webkit-animation-name: change;
    -webkit-animation-duration: 21s;
    animation-name: change;
    animation-duration: 21s;
}
.loader-overlay .animated-container .list .item {
    line-height: 40px;
    margin: 0;
    font-size: 21px;
    color: #4d5356;
    text-shadow: 6.983px 0.488px 0 rgba(0, 0, 0, 0.1);
    font-style: normal;
    font-weight: 300;
}
@keyframes change {
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    84%,
    85.8% {
        -webkit-transform: translateY(-14.2%);
        transform: translateY(-14.2%);
    }
    70%,
    71.6% {
        -webkit-transform: translateY(-28.4%);
        transform: translateY(-28.4%);
    }
    55%,
    57.3% {
        -webkit-transform: translateY(-42.6%);
        transform: translateY(-42.6%);
    }
    42%,
    43.2% {
        -webkit-transform: translateY(-56.8%);
        transform: translateY(-56.8%);
    }
    28%,
    29% {
        -webkit-transform: translateY(-71%);
        transform: translateY(-71%);
    }
    14%,
    15% {
        -webkit-transform: translateY(-85.2%);
        transform: translateY(-85.2%);
    }
    0%,
    0.6% {
        -webkit-transform: translateY(-99.4%);
        transform: translateY(-99.4%);
    }
}
@-webkit-keyframes change {
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    84%,
    85.8% {
        -webkit-transform: translateY(-14.2%);
        transform: translateY(-14.2%);
    }
    70%,
    71.6% {
        -webkit-transform: translateY(-28.4%);
        transform: translateY(-28.4%);
    }
    55%,
    57.3% {
        -webkit-transform: translateY(-42.6%);
        transform: translateY(-42.6%);
    }
    42%,
    43.2% {
        -webkit-transform: translateY(-56.8%);
        transform: translateY(-56.8%);
    }
    28%,
    29% {
        -webkit-transform: translateY(-71%);
        transform: translateY(-71%);
    }
    14%,
    15% {
        -webkit-transform: translateY(-85.2%);
        transform: translateY(-85.2%);
    }
    0%,
    0.6% {
        -webkit-transform: translateY(-99.4%);
        transform: translateY(-99.4%);
    }
}
.form-container-unique .overlay-wrapper.show {
    z-index: 300;
    background: #fff;
    opacity: 0.7 !important;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.form-container-unique .error-overlay {
    padding: 0 !important;
    overflow: hidden !important;
}
.form-container-unique .error-overlay .title {
    color: red !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    justify-content: center !important;
}
button {
    text-transform: uppercase;
}
button.btn-success {
    text-transform: none;
}
.grecaptcha-badge {
    display: none !important;
}

@font-face {
    font-family: Montserrat;
    src: url("") format("opentype");
}
@font-face {
    font-family: MontserratBlack;
    src: url("") format("opentype");
}
@font-face {
    font-family: MontserratExtra;
    src: url("") format("opentype");
}
@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
.slideInLeft {
    animation-name: slideInLeft;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    animation-name: fadeOut;
}
@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: translateZ(0);
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    overflow-y: auto;
}
.modal .modal-dialog .modal-content {
    background: #fff;
    border-radius: 10px;
}
body.modal-open {
    overflow: hidden;
}
.warning {
    background: #e72929;
    font-family: Roboto, sans-serif;
    text-align: center;
    padding: 10px 15px 11px;
}
.warning .intro-p {
    margin: 0;
    color: #fff;
    font-size: 15px;
}
.warning .intro-p span {
    font-weight: 600;
}
.main_row {
    padding: 15px;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}
.main_row .user_status {
    display: block;
    min-width: 210px;
    min-height: 50px;
    background: #fff;
    position: fixed;
    right: 10px;
    top: 54px;
    margin-right: 10px;
    float: left;
    z-index: 99;
}
.main_row .user_status__img {
    width: 45px;
    height: 45px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("");
    float: left;
    border-radius: 50%;
    margin: 5px;
}
.main_row .user_status__status {
    color: #000;
    font-weight: 500;
    font-size: 0.875em;
}
.main_row .user_status__status .widget-name {
    font-weight: 700;
}
.main_row .user_status__status p {
    margin: 10px;
}
.main_row .country_box {
    display: block;
    min-height: 50px;
    background: #fff;
    position: absolute;
    right: 250px;
    top: 12px;
    margin-right: 10px;
    float: left;
    z-index: 2;
}
.main_row .country_box .exclusive-offers-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.main_row .country_box .exclusive-offers-wrapper .gtd-geo-country-flag-icon {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: 50%;
    border-radius: 50%;
    height: 51px;
    width: 51px;
}
.main_row .country_box .exclusive-offers-wrapper .text {
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
    max-width: 135px;
}
.main_row .country_box .exclusive-offers-wrapper .text .gtd-geo-country-count {
    color: #ef8e00;
    font-weight: bolder;
}
.main_row .country_box .exclusive-offers-wrapper .text .gtd-geo-country-name {
    color: #e72929;
    font-weight: bolder;
    text-transform: uppercase;
}
.hero {
    background-image: url("");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-bottom: 0;
    text-align: center;
    justify-content: center;
}
.hero,
.hero__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.hero__container {
    justify-content: space-between;
    padding: 0 10px;
    margin: 0 auto;
    max-width: 1110px;
    width: 100%;
}
.hero__video {
    position: relative;
    margin-bottom: -45px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    padding: 10px 10px 37.1831%;
    height: 0;
    width: 66%;
}
.hero__video iframe {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
}
.hero__call {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.hero__call .titlebox {
    margin: 0 auto;
    max-width: 1110px;
}
.hero__call .titlebox h1 {
    color: #fff;
    font-weight: 700;
    font-size: 38px;
    margin-top: 23px;
    margin-bottom: 44px;
    line-height: 45px;
    padding: 0 20px;
}
.hero__call .titlebox h2 {
    color: #fff;
    font-weight: 400;
    line-height: 42px;
    margin-top: 12px;
    margin-bottom: 52px;
}
.hero__call .titlebox h2 b {
    font-weight: 800;
}
.hero__reg_form {
    margin-bottom: -45px;
    width: 32%;
    padding: 10px 15px;
    border-radius: 3px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
    background-image: url("");
    box-sizing: border-box;
    z-index: 1;
    background-size: cover;
}
.hero__reg_form h2 {
    font-size: 38px;
    margin: 10px 0 0;
}
.hero__reg_form h2,
.hero__reg_form h3 {
    color: #212121;
    font-weight: 700;
    line-height: 35px;
}
.hero__reg_form h3 {
    font-size: 28px;
    align: center;
    text-transform: uppercase;
    margin: 15px auto 0;
}
.hero__reg_form p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin: 0 0 3px;
}
.hero__reg_form .popup_form {
    padding-top: 20px;
}
.hero__reg_form .popup_form .form-group {
    margin-bottom: 0;
}
.hero__reg_form .popup_form .form-group .block {
    padding: 10px 0;
}
.hero__reg_form .popup_form .form-group input {
    height: 52px;
}
.hero__reg_form .popup_form .email-group {
    margin-bottom: 15px;
    margin-top: 15px;
}
.hero__reg_form .popup_form .form-actions button {
    height: 110px;
}
.hero2 .hero__call .titlebox h1,
.hero2 .hero__call .titlebox h2 {
    color: #000;
}
.content {
    width: 100%;
    display: flex;
}
.content .partners_box {
    background: #f2f2f2;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    align-self: center;
    padding: 55px 0 12px;
    margin: 0 0 12px;
    overflow: hidden;
}
.content .partners_box ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    list-style-type: none;
    margin: 16px auto;
    max-width: 1110px;
    width: 100%;
}
.content .partners_box ul li {
    padding: 10px 0;
    flex: 1 1 16.66667%;
    text-align: center;
}
.content .partners_box ul li img {
    vertical-align: middle;
    box-sizing: border-box;
}
.content .partners_box ul li.partners_box__crypto {
    flex: 1 1 33.33333%;
}
.content .area {
    width: 100%;
    display: flex;
    justify-content: center;
    background-size: contain;
}
.content .area .join_us {
    width: 800px;
    display: flex;
    flex-direction: column;
}
.content .area .join_us .text_box {
    text-align: center;
}
.content .area .join_us .text_box h1 {
    color: #212121;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin: 14px 0 0;
    padding: 0 20px;
}
.content .area .join_us .text_box h2 {
    color: #42318c;
    font-weight: 800;
    padding: 0 15px;
    font-size: 38px;
}
.bitcoin img,
.content .area .join_us .text_box img {
    max-width: 50%;
}
.content .area .join_us .text_box p {
    line-height: 35px;
    color: #202632;
    font-size: 30px;
    font-weight: 700;
    margin: 24px 0;
}
.content .area .join_us .text_box .card {
    display: inline-block;
}
.content .area .join_us .text_box .card .card-block {
    width: 323px;
    margin: 10px 5px;
    border: 1px solid #ccc;
    padding: 15px 13px;
}
.content .area .join_us .text_box .card .card-block img {
    max-width: 100%;
}
@media screen and (max-width: 600px) {
    .content .area .join_us .text_box .card .card-block {
        width: 270px;
    }
}
.content .area .join_us .text_box .card .card-block h4 {
    color: #42318c;
    font-weight: 800;
    line-height: 43px;
    font-size: 34px;
    margin-top: 10px;
    margin-bottom: 24px;
}
.content .area .join_us .text_box .card .card-block p {
    line-height: 20px;
    margin: 0;
}
.content .area .join_us .text_box .card .card-block p span {
    font-size: 16px;
    font-weight: 400;
}
.content .area .join_us .text_box .card .card-block .rasson {
    margin-bottom: 24px;
}
.content .area .join_us .text_box .footnote {
    padding: 0 20px;
}
.content .area .join_us .text_box .footnote p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.content .get_started {
    background-color: #273330;
    color: #fff;
    text-align: center;
}
.content .get_started .start_title h2 {
    font-size: 42px;
    font-weight: 800;
}
.content .get_started .start_title h2 span {
    color: #d97172;
}
.content .get_started .block_start {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
    flex-direction: row;
    align-items: baseline;
}
@media screen and (max-width: 800px) {
    .content .get_started .block_start {
        flex-direction: column;
        align-items: center;
    }
}
.content .get_started .block_start .start_need:nth-child(2) {
    margin: 20px 50px;
}
.content .get_started .block_start .start_need {
    display: inline-block;
    width: 230px;
}
.content .get_started .block_start .start_need p {
    font-size: 24px;
    font-weight: 800;
    max-width: 215px;
    margin: 15px auto;
}
.content .get_started .block_start .start_need p span:first-child {
    color: #d97172;
    font-weight: 800;
}
.content .get_started .block_start .start_need p span {
    color: #fff;
    font-weight: 400;
}
.content .clients {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: -2px;
}
.content .clients__title {
    background: #273330;
    color: #fffffe;
    text-align: center;
    line-height: 1;
    margin: 12px 0 0;
}
.content .clients__title a {
    text-decoration: none;
}
.content .clients__title h2 {
    font-size: 42px;
    font-weight: 700;
}
.content .clients .clients_box {
    position: relative;
    width: 16.6%;
    height: 340px;
    background-size: cover;
    text-align: center;
    vertical-align: baseline;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.content .clients .clients_box:first-child {
    background: url("") 50% 50% no-repeat;
}
.content .clients .clients_box:nth-child(2) {
    background: url("") 50% 50% no-repeat;
}
.content .clients .clients_box:nth-child(3) {
    background: url("") 50% 50% no-repeat;
}
.content .clients .clients_box:nth-child(4) {
    background: url("") 50% 50% no-repeat;
}
.content .clients .clients_box:nth-child(5) {
    background: url("") 50% 50% no-repeat;
}
.content .clients .clients_box:nth-child(6) {
    background: url("") 50% 50% no-repeat;
}
.content .clients .clients_box .detail p {
    margin: 0;
}
.content .clients .clients_box .detail p:first-child {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.content .clients .clients_box .detail p:nth-child(2) {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 24px;
}
.content .clients .clients_box .detail p:nth-child(3) {
    color: #ffe400;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
}
.content .clients .clients_box .review {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
}
.content .clients .clients_box .review p {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    margin: 25px;
}
.content .clients .clients_box:hover .review {
    visibility: visible;
    background-color: rgba(11, 48, 0, 0.7);
    background-image: linear-gradient(0deg, #192e3c, rgba(25, 46, 60, 0) 65%);
    opacity: 0.8;
}
.content .results {
    background: #f2f2f2;
    padding-bottom: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.content .results__title {
    color: #6858af;
    font-size: 42px;
    font-weight: 800;
    margin: 34px 0;
    text-align: center;
}
.content .results .life_profit {
    border-radius: 4px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 17px 30px 30px;
    margin: 0 auto;
    max-width: 920px;
    width: 100%;
}
.content .results a {
    text-decoration: none;
}
.content .results .life_profit .life_profit__wrapper {
    width: 100%;
}
.content .results .life_profit table {
    font-family: Montserrat, sans-serif;
    width: 100%;
    word-break: break-all;
}
.content .results .life_profit table thead tr {
    border-bottom: 1px solid #5a6171;
}
.content .results .life_profit table thead td {
    color: #333198;
    font-weight: 600;
}
.content .results .life_profit table tr {
    height: 40px;
    border-bottom: 1px solid #cfd2d7;
}
.content .results .life_profit table tr td {
    padding: 9px 0;
}
.content .results .life_profit table tr td:nth-of-type(3),
.content .results .life_profit table tr td:nth-of-type(4) {
    text-align: center;
}
.content .results .life_profit table tr td:first-of-type {
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 6px;
    max-width: 100px;
    overflow: hidden;
}
.content .results .life_profit table tr td:last-of-type {
    text-align: center;
}
.content .but2 {
    max-width: 300px;
    width: 100%;
    margin: -38px auto 0;
    display: block;
    height: 75px;
    font-family: MontserratExtra, sans-serif;
    font-size: 28px;
    border-radius: 6px;
    line-height: 30px;
    cursor: pointer;
    font-weight: 800;
    color: #19123b;
    background-image: linear-gradient(-180deg, #ffe254, #ffeb89 25%, #ffc414 50%, #eaa639);
    border: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    padding: 10px 30px;
}
.content .but2:hover {
    background-image: linear-gradient(0deg, #ffe254, #ffeb89 25%, #ffc414 50%, #eaa639);
    font-size: 30px;
}
.content .how_it_works {
    padding: 0 0 50px;
    margin: 28px auto 0;
    max-width: 1200px;
    width: 100%;
}
.content .how_it_works h3 {
    font-size: 30px;
    text-align: center;
    margin-top: 0;
    font-weight: 700;
    padding: 0 20px;
}
.content .how_it_works .how_it_works_block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
@media screen and (max-width: 900px) {
    .content .how_it_works .how_it_works_block {
        flex-direction: column;
    }
}
.content .how_it_works__title {
    color: #42318c;
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 20px;
    text-align: center;
    padding: 0 20px;
}
.content .how_it_works__step {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
    padding: 10px;
    margin: 20px 15px;
    max-width: 350px;
}
.content .how_it_works__step .steps-one,
.content .how_it_works__step .steps-three,
.content .how_it_works__step .steps-two {
    margin-bottom: 0;
}
.content .how_it_works__step .steps-two .step__title {
    margin-top: 0;
}
.content .how_it_works__step .step__number {
    background: #42318c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    line-height: 0;
    margin: 5px 23px 0 0;
    height: 40px;
    width: 40px;
    flex: 0 0 40px;
}
.content .how_it_works__step .step__wrapper {
    flex: 1 1 auto;
    max-width: 540px;
}
.content .how_it_works__step .step__title {
    color: #42318c;
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 30px;
    display: flex;
}
.content .how_it_works__step img {
    max-width: 100%;
}
.content .reg_block {
    width: 100%;
    background-image: url("");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    z-index: 1;
    padding: 40px 15px 0;
    text-align: center;
}
.content .reg_block .center {
    display: block;
    margin: 0 auto -55px;
}
.content .reg_block .center .hero__reg_form {
    max-width: 360px;
    width: 100%;
    padding: 25px;
    background-color: #22598a;
    border-radius: 3px;
    margin: 0 auto 5px;
    box-shadow: none;
}
.content .reg_block .center .hero__reg_form .popup_form {
    padding: 0;
}
.content .reg_block .center .hero__reg_form .popup_form .form-group {
    margin-bottom: 10px;
    margin-top: 0;
}
.content .reg_block .center .hero__reg_form h3 {
    font-size: 28px;
    color: #000;
    font-family: RobotoCondensedBold, sans-serif;
    text-transform: uppercase;
}
.content .reg_block .center .hero__reg_form p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin: 0 0 12px;
}
.content .reg_block .center .hero__reg_form .reg-form {
    max-width: 100%;
}
.content .reg_block h2 {
    color: #000;
    font-size: 38px;
    font-weight: 700;
    font-family: RobotoCondensedBold, sans-serif;
    margin-top: 20px;
    margin-bottom: 30px;
}
.content .reg_block h2 span {
    color: #ff0 !important;
    font-size: 43px;
}

.modal .modal-dialog {
    margin: 30px 62px;
}
.modal .modal-dialog .modal-content {
    overflow-x: hidden;
    background: 0 0;
    height: 100vh;
    border: none;
    border-radius: 0;
}
.modal .modal-dialog .modal-content .exit-page {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.modal .modal-dialog .modal-content .exit-page #wrapper-exit {
    flex: 1 0 auto;
    background-position-y: bottom;
    background-position-x: 30%;
}
.modal .modal-dialog .modal-content .exit-page #wrapper-exit #header .header-logo {
    padding-top: 40px;
}
.modal .modal-dialog .modal-content .exit-page #wrapper-exit #header .header-logo a {
    height: 30px;
    margin: 0 auto;
    background: url("") 50% / contain no-repeat;
    text-indent: -10000px;
    display: block;
}
.modal .modal-dialog .modal-content .exit-page #wrapper-exit .section-container .exit-page-content-wrapper {
    padding-top: 25px;
}
.modal .modal-dialog .modal-content .exit-page #wrapper-exit .section-container .exit-page-content-wrapper .contents {
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
    padding: 0 20px;
}
.modal .modal-dialog .modal-content .exit-page #wrapper-exit .section-container .exit-page-content-wrapper .contents .title {
    color: #42318c;
    font-weight: 800;
    font-size: 28px;
}
.modal .modal-dialog .modal-content .exit-page #wrapper-exit .section-container .exit-page-content-wrapper .contents .description {
    max-width: 310px;
    margin: 10px auto;
}
.modal .modal-dialog .modal-content .exit-page #wrapper-exit .section-container .exit-page-content-wrapper .contents .message {
    color: #e72929;
    font-size: 27px;
    margin-bottom: 30px;
}
.modal .modal-dialog .modal-content .exit-page #wrapper-exit .section-container .exit-page-content-wrapper form {
    max-width: 300px;
    margin: 0 auto 20px;
}
.modal .modal-dialog .modal-content .exit-page #footer {
    flex: 0 0 auto;
    background-color: #f2f2f2;
    color: #000;
}
.modal .modal-dialog .modal-content .exit-page #footer .footer-menu {
    display: flex;
    justify-content: center;
}
.modal .modal-dialog .modal-content .exit-page #footer .footer-menu li {
    border-left: 1px solid #000;
    padding: 0 20px;
    cursor: pointer;
}
.modal .modal-dialog .modal-content .exit-page #footer .footer-menu li:first-child {
    border-left: none;
}
.modal .modal-dialog .modal-content .exit-page #footer .footer-content .other_logo__box {
    margin-top: 40px;
}
.modal .modal-dialog .modal-content .exit-page #footer .footer-content .other_logo__box ul {
    max-width: 900px;
}
.modal .modal-dialog .modal-content .exit-page #footer .footer-content .other_logo__box ul li {
    min-width: 180px;
}
.modal .modal-dialog .modal-content .exit-page #footer .footer-content .other_logo__box ul li:first-child {
    background: url("") 50% no-repeat;
}
.modal .modal-dialog .modal-content .exit-page #footer .footer-content .other_logo__box ul li:nth-child(2) {
    background: url("") 50% no-repeat;
}
.modal .modal-dialog .modal-content .exit-page #footer .footer-content .other_logo__box ul li:nth-child(3) {
    background: url("") 50% no-repeat;
}
.modal .modal-dialog .modal-content .exit-page #footer .footer-content .other_logo__box ul li:nth-child(4) {
    background: url("") 50% no-repeat;
}
.modal .modal-dialog .modal-content .exit-page #footer .footer-content .other_logo__box ul li:nth-child(5) {
    background: url("") 50% no-repeat;
}
.modal .modal-dialog .modal-content .exit-page #footer .footer-content .description {
    max-width: 1260px;
    margin: 10px auto 0;
    font-size: 12px;
    padding: 0 15px;
}
.modal .beforeunload {
    margin: 0;
}
@media screen and (max-width: 767px) {
    .modal .modal-dialog .modal-content .exit-page #footer .footer-menu {
        flex-direction: column;
    }
    .modal .modal-dialog .modal-content .exit-page #footer .footer-menu li {
        margin: 0 auto;
        border-left: none;
    }
}
@media screen and (max-width: 625px) {
    .modal .modal-dialog .modal-content .exit-page #wrapper-exit {
        background: 0 0;
    }
}
.exit_popup {
    position: fixed;
    top: 0;
    z-index: 1500;
    display: none;
    height: 100%;
    overflow: hidden;
    right: -20px;
    left: -20px;
}
.exit_popup .popup_inner {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 16;
    overflow: auto;
    padding: 0 20px;
}
.exit_popup .popup_inner .border {
    max-width: 355px;
    margin: 130px auto 0;
    border: 5px dashed red;
    border-radius: 5px;
}
.exit_popup .popup_inner .popup_content {
    width: 100%;
    max-width: 350px;
    position: relative;
    color: #343434;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    border: 2px solid #000;
}
.exit_popup .popup_inner .popup_content .close_button {
    position: absolute;
    right: 8px;
    top: 5px;
    display: inline-block;
    cursor: pointer;
    color: #adadad;
    opacity: 1;
    text-decoration: none;
    z-index: 20;
    font-size: 22px;
    line-height: 1;
}
.exit_popup .popup_inner .popup_content .close_button:after {
    content: "\f00d";
    font-family: FontAwesome;
    font-weight: 400;
}
.exit_popup .popup_inner .popup_content .close_button:hover {
    opacity: 0.8;
}
.exit_popup .popup_inner .popup_content .popup_content_inner {
    position: relative;
    text-align: center;
    padding: 20px 15px 10px;
}
.exit_popup .popup_inner .popup_content .popup_content_inner .popup-content-wrapper .popup-header .title {
    color: #ffc733;
    font-weight: 800;
    font-size: 27px;
    line-height: 1;
    text-transform: uppercase;
}
.exit_popup .popup_inner .popup_content .popup_content_inner .popup-content-wrapper .popup-header .title span {
    color: #0db262;
    font-weight: 800;
    font-size: 34px;
    line-height: 1;
    text-transform: uppercase;
}
.exit_popup .popup_inner .popup_content .popup_content_inner .popup-content-wrapper .popup-header .description {
    color: #19123b;
    font-weight: 700;
    font-size: 17px;
    margin: 15px 0;
}
.exit_popup .exit_popup_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 15;
}

.close {
    opacity: 0.9 !important;
}
@media screen and (max-width: 991px) {
    .m-header-abus div:first-child .m-logo {
        width: 85%;
    }
    .m-header-abus div:nth-child(2) h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .m-header-abus div:first-child {
        width: 0;
    }
    .m-header-abus div:first-child .m-logo {
        visibility: hidden;
    }
    .m-header-abus div:nth-child(2) {
        width: 100%;
    }
    .m-header-abus div:nth-child(2) h2 {
        font-size: 18px;
    }
    .m-header-abus div:nth-child(3) {
        width: 0;
    }
    .form-wrapper .form-group input,
    .form-wrapper .form-group p,
    .form-wrapper .form-group textarea {
        width: calc(100% - 40px);
    }
}
@media screen and (max-width: 420px) {
    .form-wrapper {
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
.flag-icon,
.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}
.flag-icon:before {
    content: "\00a0";
}
.flag-icon.flag-icon-squared {
    width: 1em;
}
.flag-icon-ad {
    background-image: url("");
}
.flag-icon-ad.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ae {
    background-image: url("");
}
.flag-icon-ae.flag-icon-squared {
    background-image: url("");
}
.flag-icon-af {
    background-image: url("");
}
.flag-icon-af.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ag {
    background-image: url("");
}
.flag-icon-ag.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ai {
    background-image: url("");
}
.flag-icon-ai.flag-icon-squared {
    background-image: url("");
}
.flag-icon-al {
    background-image: url("");
}
.flag-icon-al.flag-icon-squared {
    background-image: url("");
}
.flag-icon-am {
    background-image: url("");
}
.flag-icon-am.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ao {
    background-image: url("");
}
.flag-icon-ao.flag-icon-squared {
    background-image: url("");
}
.flag-icon-aq {
    background-image: url("");
}
.flag-icon-aq.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ar {
    background-image: url("");
}
.flag-icon-ar.flag-icon-squared {
    background-image: url("");
}
.flag-icon-as {
    background-image: url("");
}
.flag-icon-as.flag-icon-squared {
    background-image: url("");
}
.flag-icon-at {
    background-image: url("");
}
.flag-icon-at.flag-icon-squared {
    background-image: url("");
}
.flag-icon-au {
    background-image: url("");
}
.flag-icon-au.flag-icon-squared {
    background-image: url("");
}
.flag-icon-aw {
    background-image: url("");
}
.flag-icon-aw.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ax {
    background-image: url("");
}
.flag-icon-ax.flag-icon-squared {
    background-image: url("");
}
.flag-icon-az {
    background-image: url("");
}
.flag-icon-az.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ba {
    background-image: url("");
}
.flag-icon-ba.flag-icon-squared {
    background-image: url("");
}
.flag-icon-bb {
    background-image: url("");
}
.flag-icon-bb.flag-icon-squared {
    background-image: url("");
}
.flag-icon-bd {
    background-image: url("");
}
.flag-icon-bd.flag-icon-squared {
    background-image: url("");
}
.flag-icon-be {
    background-image: url("");
}
.flag-icon-be.flag-icon-squared {
    background-image: url("");
}
.flag-icon-bf {
    background-image: url("");
}
.flag-icon-bf.flag-icon-squared {
    background-image: url("");
}
.flag-icon-bg {
    background-image: url("");
}
.flag-icon-bg.flag-icon-squared {
    background-image: url("");
}
.flag-icon-bh {
    background-image: url("");
}
.flag-icon-bh.flag-icon-squared {
    background-image: url("");
}
.flag-icon-bi {
    background-image: url("");
}
.flag-icon-bi.flag-icon-squared {
    background-image: url("");
}
.flag-icon-bj {
    background-image: url("");
}
.flag-icon-bj.flag-icon-squared {
    background-image: url("");
}
.flag-icon-bl {
    background-image: url("");
}
.flag-icon-bl.flag-icon-squared {
    background-image: url("");
}
.flag-icon-bm {
    background-image: url("");
}
.flag-icon-bm.flag-icon-squared {
    background-image: url("");
}
.flag-icon-bn {
    background-image: url("");
}
.flag-icon-bn.flag-icon-squared {
    background-image: url("");
}
.flag-icon-bo {
    background-image: url("");
}
.flag-icon-bo.flag-icon-squared {
    background-image: url("");
}
.flag-icon-bq {
    background-image: url("");
}
.flag-icon-bq.flag-icon-squared {
    background-image: url("");
}
.flag-icon-br {
    background-image: url("");
}
.flag-icon-br.flag-icon-squared {
    background-image: url("");
}
.flag-icon-bs {
    background-image: url("");
}
.flag-icon-bs.flag-icon-squared {
    background-image: url("");
}
.flag-icon-bt {
    background-image: url("");
}
.flag-icon-bt.flag-icon-squared {
    background-image: url("");
}
.flag-icon-bv {
    background-image: url("");
}
.flag-icon-bv.flag-icon-squared {
    background-image: url("");
}
.flag-icon-bw {
    background-image: url("");
}
.flag-icon-bw.flag-icon-squared {
    background-image: url("");
}
.flag-icon-by {
    background-image: url("");
}
.flag-icon-by.flag-icon-squared {
    background-image: url("");
}
.flag-icon-bz {
    background-image: url("");
}
.flag-icon-bz.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ca {
    background-image: url("");
}
.flag-icon-ca.flag-icon-squared {
    background-image: url("");
}
.flag-icon-cc {
    background-image: url("");
}
.flag-icon-cc.flag-icon-squared {
    background-image: url("");
}
.flag-icon-cd {
    background-image: url("");
}
.flag-icon-cd.flag-icon-squared {
    background-image: url("");
}
.flag-icon-cf {
    background-image: url("");
}
.flag-icon-cf.flag-icon-squared {
    background-image: url("");
}
.flag-icon-cg {
    background-image: url("");
}
.flag-icon-cg.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ch {
    background-image: url("");
}
.flag-icon-ch.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ci {
    background-image: url("");
}
.flag-icon-ci.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ck {
    background-image: url("");
}
.flag-icon-ck.flag-icon-squared {
    background-image: url("");
}
.flag-icon-cl {
    background-image: url("");
}
.flag-icon-cl.flag-icon-squared {
    background-image: url("");
}
.flag-icon-cm {
    background-image: url("");
}
.flag-icon-cm.flag-icon-squared {
    background-image: url("");
}
.flag-icon-cn {
    background-image: url("");
}
.flag-icon-cn.flag-icon-squared {
    background-image: url("");
}
.flag-icon-co {
    background-image: url("");
}
.flag-icon-co.flag-icon-squared {
    background-image: url("");
}
.flag-icon-cr {
    background-image: url("");
}
.flag-icon-cr.flag-icon-squared {
    background-image: url("");
}
.flag-icon-cu {
    background-image: url("");
}
.flag-icon-cu.flag-icon-squared {
    background-image: url("");
}
.flag-icon-cv {
    background-image: url("");
}
.flag-icon-cv.flag-icon-squared {
    background-image: url("");
}
.flag-icon-cw {
    background-image: url("");
}
.flag-icon-cw.flag-icon-squared {
    background-image: url("");
}
.flag-icon-cx {
    background-image: url("");
}
.flag-icon-cx.flag-icon-squared {
    background-image: url("");
}
.flag-icon-cy {
    background-image: url("");
}
.flag-icon-cy.flag-icon-squared {
    background-image: url("");
}
.flag-icon-cz {
    background-image: url("");
}
.flag-icon-cz.flag-icon-squared {
    background-image: url("");
}
.flag-icon-de {
    background-image: url("");
}
.flag-icon-de.flag-icon-squared {
    background-image: url("");
}
.flag-icon-dj {
    background-image: url("");
}
.flag-icon-dj.flag-icon-squared {
    background-image: url("");
}
.flag-icon-dk {
    background-image: url("");
}
.flag-icon-dk.flag-icon-squared {
    background-image: url("");
}
.flag-icon-dm {
    background-image: url("");
}
.flag-icon-dm.flag-icon-squared {
    background-image: url("");
}
.flag-icon-do {
    background-image: url("");
}
.flag-icon-do.flag-icon-squared {
    background-image: url("");
}
.flag-icon-dz {
    background-image: url("");
}
.flag-icon-dz.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ec {
    background-image: url("");
}
.flag-icon-ec.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ee {
    background-image: url("");
}
.flag-icon-ee.flag-icon-squared {
    background-image: url("");
}
.flag-icon-eg {
    background-image: url("");
}
.flag-icon-eg.flag-icon-squared {
    background-image: url("");
}
.flag-icon-eh {
    background-image: url("");
}
.flag-icon-eh.flag-icon-squared {
    background-image: url("");
}
.flag-icon-er {
    background-image: url("");
}
.flag-icon-er.flag-icon-squared {
    background-image: url("");
}
.flag-icon-es {
    background-image: url("");
}
.flag-icon-es.flag-icon-squared {
    background-image: url("");
}
.flag-icon-et {
    background-image: url("");
}
.flag-icon-et.flag-icon-squared {
    background-image: url("");
}
.flag-icon-fi {
    background-image: url("");
}
.flag-icon-fi.flag-icon-squared {
    background-image: url("");
}
.flag-icon-fj {
    background-image: url("");
}
.flag-icon-fj.flag-icon-squared {
    background-image: url("");
}
.flag-icon-fk {
    background-image: url("");
}
.flag-icon-fk.flag-icon-squared {
    background-image: url("");
}
.flag-icon-fm {
    background-image: url("");
}
.flag-icon-fm.flag-icon-squared {
    background-image: url("");
}
.flag-icon-fo {
    background-image: url("");
}
.flag-icon-fo.flag-icon-squared {
    background-image: url("");
}
.flag-icon-fr {
    background-image: url("");
}
.flag-icon-fr.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ga {
    background-image: url("");
}
.flag-icon-ga.flag-icon-squared {
    background-image: url("");
}
.flag-icon-gb {
    background-image: url("");
}
.flag-icon-gb.flag-icon-squared {
    background-image: url("");
}
.flag-icon-gd {
    background-image: url("");
}
.flag-icon-gd.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ge {
    background-image: url("");
}
.flag-icon-ge.flag-icon-squared {
    background-image: url("");
}
.flag-icon-gf {
    background-image: url("");
}
.flag-icon-gf.flag-icon-squared {
    background-image: url("");
}
.flag-icon-gg {
    background-image: url("");
}
.flag-icon-gg.flag-icon-squared {
    background-image: url("");
}
.flag-icon-gh {
    background-image: url("");
}
.flag-icon-gh.flag-icon-squared {
    background-image: url("");
}
.flag-icon-gi {
    background-image: url("");
}
.flag-icon-gi.flag-icon-squared {
    background-image: url("");
}
.flag-icon-gl {
    background-image: url("");
}
.flag-icon-gl.flag-icon-squared {
    background-image: url("");
}
.flag-icon-gm {
    background-image: url("");
}
.flag-icon-gm.flag-icon-squared {
    background-image: url("");
}
.flag-icon-gn {
    background-image: url("");
}
.flag-icon-gn.flag-icon-squared {
    background-image: url("");
}
.flag-icon-gp {
    background-image: url("");
}
.flag-icon-gp.flag-icon-squared {
    background-image: url("");
}
.flag-icon-gq {
    background-image: url("");
}
.flag-icon-gq.flag-icon-squared {
    background-image: url("");
}
.flag-icon-gr {
    background-image: url("");
}
.flag-icon-gr.flag-icon-squared {
    background-image: url("");
}
.flag-icon-gs {
    background-image: url("");
}
.flag-icon-gs.flag-icon-squared {
    background-image: url("");
}
.flag-icon-gt {
    background-image: url("");
}
.flag-icon-gt.flag-icon-squared {
    background-image: url("");
}
.flag-icon-gu {
    background-image: url("");
}
.flag-icon-gu.flag-icon-squared {
    background-image: url("");
}
.flag-icon-gw {
    background-image: url("");
}
.flag-icon-gw.flag-icon-squared {
    background-image: url("");
}
.flag-icon-gy {
    background-image: url("");
}
.flag-icon-gy.flag-icon-squared {
    background-image: url("");
}
.flag-icon-hk {
    background-image: url("");
}
.flag-icon-hk.flag-icon-squared {
    background-image: url("");
}
.flag-icon-hm {
    background-image: url("");
}
.flag-icon-hm.flag-icon-squared {
    background-image: url("");
}
.flag-icon-hn {
    background-image: url("");
}
.flag-icon-hn.flag-icon-squared {
    background-image: url("");
}
.flag-icon-hr {
    background-image: url("");
}
.flag-icon-hr.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ht {
    background-image: url("");
}
.flag-icon-ht.flag-icon-squared {
    background-image: url("");
}
.flag-icon-hu {
    background-image: url("");
}
.flag-icon-hu.flag-icon-squared {
    background-image: url("");
}
.flag-icon-id {
    background-image: url("");
}
.flag-icon-id.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ie {
    background-image: url("");
}
.flag-icon-ie.flag-icon-squared {
    background-image: url("");
}
.flag-icon-il {
    background-image: url("");
}
.flag-icon-il.flag-icon-squared {
    background-image: url("");
}
.flag-icon-im {
    background-image: url("");
}
.flag-icon-im.flag-icon-squared {
    background-image: url("");
}
.flag-icon-in {
    background-image: url("");
}
.flag-icon-in.flag-icon-squared {
    background-image: url("");
}
.flag-icon-io {
    background-image: url("");
}
.flag-icon-io.flag-icon-squared {
    background-image: url("");
}
.flag-icon-iq {
    background-image: url("");
}
.flag-icon-iq.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ir {
    background-image: url("");
}
.flag-icon-ir.flag-icon-squared {
    background-image: url("");
}
.flag-icon-is {
    background-image: url("");
}
.flag-icon-is.flag-icon-squared {
    background-image: url("");
}
.flag-icon-it {
    background-image: url("");
}
.flag-icon-it.flag-icon-squared {
    background-image: url("");
}
.flag-icon-je {
    background-image: url("");
}
.flag-icon-je.flag-icon-squared {
    background-image: url("");
}
.flag-icon-jm {
    background-image: url("");
}
.flag-icon-jm.flag-icon-squared {
    background-image: url("");
}
.flag-icon-jo {
    background-image: url("");
}
.flag-icon-jo.flag-icon-squared {
    background-image: url("");
}
.flag-icon-jp {
    background-image: url("");
}
.flag-icon-jp.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ke {
    background-image: url("");
}
.flag-icon-ke.flag-icon-squared {
    background-image: url("");
}
.flag-icon-kg {
    background-image: url("");
}
.flag-icon-kg.flag-icon-squared {
    background-image: url("");
}
.flag-icon-kh {
    background-image: url("");
}
.flag-icon-kh.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ki {
    background-image: url("");
}
.flag-icon-ki.flag-icon-squared {
    background-image: url("");
}
.flag-icon-km {
    background-image: url("");
}
.flag-icon-km.flag-icon-squared {
    background-image: url("");
}
.flag-icon-kn {
    background-image: url("");
}
.flag-icon-kn.flag-icon-squared {
    background-image: url("");
}
.flag-icon-kp {
    background-image: url("");
}
.flag-icon-kp.flag-icon-squared {
    background-image: url("");
}
.flag-icon-kr {
    background-image: url("");
}
.flag-icon-kr.flag-icon-squared {
    background-image: url("");
}
.flag-icon-kw {
    background-image: url("");
}
.flag-icon-kw.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ky {
    background-image: url("");
}
.flag-icon-ky.flag-icon-squared {
    background-image: url("");
}
.flag-icon-kz {
    background-image: url("");
}
.flag-icon-kz.flag-icon-squared {
    background-image: url("");
}
.flag-icon-la {
    background-image: url("");
}
.flag-icon-la.flag-icon-squared {
    background-image: url("");
}
.flag-icon-lb {
    background-image: url("");
}
.flag-icon-lb.flag-icon-squared {
    background-image: url("");
}
.flag-icon-lc {
    background-image: url("");
}
.flag-icon-lc.flag-icon-squared {
    background-image: url("");
}
.flag-icon-li {
    background-image: url("");
}
.flag-icon-li.flag-icon-squared {
    background-image: url("");
}
.flag-icon-lk {
    background-image: url("");
}
.flag-icon-lk.flag-icon-squared {
    background-image: url("");
}
.flag-icon-lr {
    background-image: url("");
}
.flag-icon-lr.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ls {
    background-image: url("");
}
.flag-icon-ls.flag-icon-squared {
    background-image: url("");
}
.flag-icon-lt {
    background-image: url("");
}
.flag-icon-lt.flag-icon-squared {
    background-image: url("");
}
.flag-icon-lu {
    background-image: url("");
}
.flag-icon-lu.flag-icon-squared {
    background-image: url("");
}
.flag-icon-lv {
    background-image: url("");
}
.flag-icon-lv.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ly {
    background-image: url("");
}
.flag-icon-ly.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ma {
    background-image: url("");
}
.flag-icon-ma.flag-icon-squared {
    background-image: url("");
}
.flag-icon-mc {
    background-image: url("");
}
.flag-icon-mc.flag-icon-squared {
    background-image: url("");
}
.flag-icon-md {
    background-image: url("");
}
.flag-icon-md.flag-icon-squared {
    background-image: url("");
}
.flag-icon-me {
    background-image: url("");
}
.flag-icon-me.flag-icon-squared {
    background-image: url("");
}
.flag-icon-mf {
    background-image: url("");
}
.flag-icon-mf.flag-icon-squared {
    background-image: url("");
}
.flag-icon-mg {
    background-image: url("");
}
.flag-icon-mg.flag-icon-squared {
    background-image: url("");
}
.flag-icon-mh {
    background-image: url("");
}
.flag-icon-mh.flag-icon-squared {
    background-image: url("");
}
.flag-icon-mk {
    background-image: url("");
}
.flag-icon-mk.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ml {
    background-image: url("");
}
.flag-icon-ml.flag-icon-squared {
    background-image: url("");
}
.flag-icon-mm {
    background-image: url("");
}
.flag-icon-mm.flag-icon-squared {
    background-image: url("");
}
.flag-icon-mn {
    background-image: url("");
}
.flag-icon-mn.flag-icon-squared {
    background-image: url("");
}
.flag-icon-mo {
    background-image: url("");
}
.flag-icon-mo.flag-icon-squared {
    background-image: url("");
}
.flag-icon-mp {
    background-image: url("");
}
.flag-icon-mp.flag-icon-squared {
    background-image: url("");
}
.flag-icon-mq {
    background-image: url("");
}
.flag-icon-mq.flag-icon-squared {
    background-image: url("");
}
.flag-icon-mr {
    background-image: url("");
}
.flag-icon-mr.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ms {
    background-image: url("");
}
.flag-icon-ms.flag-icon-squared {
    background-image: url("");
}
.flag-icon-mt {
    background-image: url("");
}
.flag-icon-mt.flag-icon-squared {
    background-image: url("");
}
.flag-icon-mu {
    background-image: url("");
}
.flag-icon-mu.flag-icon-squared {
    background-image: url("");
}
.flag-icon-mv {
    background-image: url("");
}
.flag-icon-mv.flag-icon-squared {
    background-image: url("");
}
.flag-icon-mw {
    background-image: url("");
}
.flag-icon-mw.flag-icon-squared {
    background-image: url("");
}
.flag-icon-mx {
    background-image: url("");
}
.flag-icon-mx.flag-icon-squared {
    background-image: url("");
}
.flag-icon-my {
    background-image: url("");
}
.flag-icon-my.flag-icon-squared {
    background-image: url("");
}
.flag-icon-mz {
    background-image: url("");
}
.flag-icon-mz.flag-icon-squared {
    background-image: url("");
}
.flag-icon-na {
    background-image: url("");
}
.flag-icon-na.flag-icon-squared {
    background-image: url("");
}
.flag-icon-nc {
    background-image: url("");
}
.flag-icon-nc.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ne {
    background-image: url("");
}
.flag-icon-ne.flag-icon-squared {
    background-image: url("");
}
.flag-icon-nf {
    background-image: url("");
}
.flag-icon-nf.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ng {
    background-image: url("");
}
.flag-icon-ng.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ni {
    background-image: url("");
}
.flag-icon-ni.flag-icon-squared {
    background-image: url("");
}
.flag-icon-nl {
    background-image: url("");
}
.flag-icon-nl.flag-icon-squared {
    background-image: url("");
}
.flag-icon-no {
    background-image: url("");
}
.flag-icon-no.flag-icon-squared {
    background-image: url("");
}
.flag-icon-np {
    background-image: url("");
}
.flag-icon-np.flag-icon-squared {
    background-image: url("");
}
.flag-icon-nr {
    background-image: url("");
}
.flag-icon-nr.flag-icon-squared {
    background-image: url("");
}
.flag-icon-nu {
    background-image: url("");
}
.flag-icon-nu.flag-icon-squared {
    background-image: url("");
}
.flag-icon-nz {
    background-image: url("");
}
.flag-icon-nz.flag-icon-squared {
    background-image: url("");
}
.flag-icon-om {
    background-image: url("");
}
.flag-icon-om.flag-icon-squared {
    background-image: url("");
}
.flag-icon-pa {
    background-image: url("");
}
.flag-icon-pa.flag-icon-squared {
    background-image: url("");
}
.flag-icon-pe {
    background-image: url("");
}
.flag-icon-pe.flag-icon-squared {
    background-image: url("");
}
.flag-icon-pf {
    background-image: url("");
}
.flag-icon-pf.flag-icon-squared {
    background-image: url("");
}
.flag-icon-pg {
    background-image: url("");
}
.flag-icon-pg.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ph {
    background-image: url("");
}
.flag-icon-ph.flag-icon-squared {
    background-image: url("");
}
.flag-icon-pk {
    background-image: url("");
}
.flag-icon-pk.flag-icon-squared {
    background-image: url("");
}
.flag-icon-pl {
    background-image: url("");
}
.flag-icon-pl.flag-icon-squared {
    background-image: url("");
}
.flag-icon-pm {
    background-image: url("");
}
.flag-icon-pm.flag-icon-squared {
    background-image: url("");
}
.flag-icon-pn {
    background-image: url("");
}
.flag-icon-pn.flag-icon-squared {
    background-image: url("");
}
.flag-icon-pr {
    background-image: url("");
}
.flag-icon-pr.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ps {
    background-image: url("");
}
.flag-icon-ps.flag-icon-squared {
    background-image: url("");
}
.flag-icon-pt {
    background-image: url("");
}
.flag-icon-pt.flag-icon-squared {
    background-image: url("");
}
.flag-icon-pw {
    background-image: url("");
}
.flag-icon-pw.flag-icon-squared {
    background-image: url("");
}
.flag-icon-py {
    background-image: url("");
}
.flag-icon-py.flag-icon-squared {
    background-image: url("");
}
.flag-icon-qa {
    background-image: url("");
}
.flag-icon-qa.flag-icon-squared {
    background-image: url("");
}
.flag-icon-re {
    background-image: url("");
}
.flag-icon-re.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ro {
    background-image: url("");
}
.flag-icon-ro.flag-icon-squared {
    background-image: url("");
}
.flag-icon-rs {
    background-image: url("");
}
.flag-icon-rs.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ru {
    background-image: url("");
}
.flag-icon-ru.flag-icon-squared {
    background-image: url("");
}
.flag-icon-rw {
    background-image: url("");
}
.flag-icon-rw.flag-icon-squared {
    background-image: url("");
}
.flag-icon-sa {
    background-image: url("");
}
.flag-icon-sa.flag-icon-squared {
    background-image: url("");
}
.flag-icon-sb {
    background-image: url("");
}
.flag-icon-sb.flag-icon-squared {
    background-image: url("");
}
.flag-icon-sc {
    background-image: url("");
}
.flag-icon-sc.flag-icon-squared {
    background-image: url("");
}
.flag-icon-sd {
    background-image: url("");
}
.flag-icon-sd.flag-icon-squared {
    background-image: url("");
}
.flag-icon-se {
    background-image: url("");
}
.flag-icon-se.flag-icon-squared {
    background-image: url("");
}
.flag-icon-sg {
    background-image: url("");
}
.flag-icon-sg.flag-icon-squared {
    background-image: url("");
}
.flag-icon-sh {
    background-image: url("");
}
.flag-icon-sh.flag-icon-squared {
    background-image: url("");
}
.flag-icon-si {
    background-image: url("");
}
.flag-icon-si.flag-icon-squared {
    background-image: url("");
}
.flag-icon-sj {
    background-image: url("");
}
.flag-icon-sj.flag-icon-squared {
    background-image: url("");
}
.flag-icon-sk {
    background-image: url("");
}
.flag-icon-sk.flag-icon-squared {
    background-image: url("");
}
.flag-icon-sl {
    background-image: url("");
}
.flag-icon-sl.flag-icon-squared {
    background-image: url("");
}
.flag-icon-sm {
    background-image: url("");
}
.flag-icon-sm.flag-icon-squared {
    background-image: url("");
}
.flag-icon-sn {
    background-image: url("");
}
.flag-icon-sn.flag-icon-squared {
    background-image: url("");
}
.flag-icon-so {
    background-image: url("");
}
.flag-icon-so.flag-icon-squared {
    background-image: url("");
}
.flag-icon-sr {
    background-image: url("");
}
.flag-icon-sr.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ss {
    background-image: url("");
}
.flag-icon-ss.flag-icon-squared {
    background-image: url("");
}
.flag-icon-st {
    background-image: url("");
}
.flag-icon-st.flag-icon-squared {
    background-image: url("");
}
.flag-icon-sv {
    background-image: url("");
}
.flag-icon-sv.flag-icon-squared {
    background-image: url("");
}
.flag-icon-sx {
    background-image: url("");
}
.flag-icon-sx.flag-icon-squared {
    background-image: url("");
}
.flag-icon-sy {
    background-image: url("");
}
.flag-icon-sy.flag-icon-squared {
    background-image: url("");
}
.flag-icon-sz {
    background-image: url("");
}
.flag-icon-sz.flag-icon-squared {
    background-image: url("");
}
.flag-icon-tc {
    background-image: url("");
}
.flag-icon-tc.flag-icon-squared {
    background-image: url("");
}
.flag-icon-td {
    background-image: url("");
}
.flag-icon-td.flag-icon-squared {
    background-image: url("");
}
.flag-icon-tf {
    background-image: url("");
}
.flag-icon-tf.flag-icon-squared {
    background-image: url("");
}
.flag-icon-tg {
    background-image: url("");
}
.flag-icon-tg.flag-icon-squared {
    background-image: url("");
}
.flag-icon-th {
    background-image: url("");
}
.flag-icon-th.flag-icon-squared {
    background-image: url("");
}
.flag-icon-tj {
    background-image: url("");
}
.flag-icon-tj.flag-icon-squared {
    background-image: url("");
}
.flag-icon-tk {
    background-image: url("");
}
.flag-icon-tk.flag-icon-squared {
    background-image: url("");
}
.flag-icon-tl {
    background-image: url("");
}
.flag-icon-tl.flag-icon-squared {
    background-image: url("");
}
.flag-icon-tm {
    background-image: url("");
}
.flag-icon-tm.flag-icon-squared {
    background-image: url("");
}
.flag-icon-tn {
    background-image: url("");
}
.flag-icon-tn.flag-icon-squared {
    background-image: url("");
}
.flag-icon-to {
    background-image: url("");
}
.flag-icon-to.flag-icon-squared {
    background-image: url("");
}
.flag-icon-tr {
    background-image: url("");
}
.flag-icon-tr.flag-icon-squared {
    background-image: url("");
}
.flag-icon-tt {
    background-image: url("");
}
.flag-icon-tt.flag-icon-squared {
    background-image: url("");
}
.flag-icon-tv {
    background-image: url("");
}
.flag-icon-tv.flag-icon-squared {
    background-image: url("");
}
.flag-icon-tw {
    background-image: url("");
}
.flag-icon-tw.flag-icon-squared {
    background-image: url("");
}
.flag-icon-tz {
    background-image: url("");
}
.flag-icon-tz.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ua {
    background-image: url("");
}
.flag-icon-ua.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ug {
    background-image: url("");
}
.flag-icon-ug.flag-icon-squared {
    background-image: url("");
}
.flag-icon-um {
    background-image: url("");
}
.flag-icon-um.flag-icon-squared {
    background-image: url("");
}
.flag-icon-us {
    background-image: url("");
}
.flag-icon-us.flag-icon-squared {
    background-image: url("");
}
.flag-icon-uy {
    background-image: url("");
}
.flag-icon-uy.flag-icon-squared {
    background-image: url("");
}
.flag-icon-uz {
    background-image: url("");
}
.flag-icon-uz.flag-icon-squared {
    background-image: url("");
}
.flag-icon-va {
    background-image: url("");
}
.flag-icon-va.flag-icon-squared {
    background-image: url("");
}
.flag-icon-vc {
    background-image: url("");
}
.flag-icon-vc.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ve {
    background-image: url("");
}
.flag-icon-ve.flag-icon-squared {
    background-image: url("");
}
.flag-icon-vg {
    background-image: url("");
}
.flag-icon-vg.flag-icon-squared {
    background-image: url("");
}
.flag-icon-vi {
    background-image: url("");
}
.flag-icon-vi.flag-icon-squared {
    background-image: url("");
}
.flag-icon-vn {
    background-image: url("");
}
.flag-icon-vn.flag-icon-squared {
    background-image: url("");
}
.flag-icon-vu {
    background-image: url("");
}
.flag-icon-vu.flag-icon-squared {
    background-image: url("");
}
.flag-icon-wf {
    background-image: url("");
}
.flag-icon-wf.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ws {
    background-image: url("");
}
.flag-icon-ws.flag-icon-squared {
    background-image: url("");
}
.flag-icon-ye {
    background-image: url("");
}
.flag-icon-ye.flag-icon-squared {
    background-image: url("");
}
.flag-icon-yt {
    background-image: url("");
}
.flag-icon-yt.flag-icon-squared {
    background-image: url("");
}
.flag-icon-za {
    background-image: url("");
}
.flag-icon-za.flag-icon-squared {
    background-image: url("");
}
.flag-icon-zm {
    background-image: url("");
}
.flag-icon-zm.flag-icon-squared {
    background-image: url("");
}
.flag-icon-zw {
    background-image: url("");
}
.flag-icon-zw.flag-icon-squared {
    background-image: url("");
}
.flag-icon-es-ca {
    background-image: url("");
}
.flag-icon-es-ca.flag-icon-squared {
    background-image: url("");
}
.flag-icon-eu {
    background-image: url("");
}
.flag-icon-eu.flag-icon-squared {
    background-image: url("");
}
.flag-icon-gb-eng {
    background-image: url("");
}
.flag-icon-gb-eng.flag-icon-squared {
    background-image: url("");
}
.flag-icon-gb-nir {
    background-image: url("");
}
.flag-icon-gb-nir.flag-icon-squared {
    background-image: url("");
}
.flag-icon-gb-sct {
    background-image: url("");
}
.flag-icon-gb-sct.flag-icon-squared {
    background-image: url("");
}
.flag-icon-gb-wls {
    background-image: url("");
}
.flag-icon-gb-wls.flag-icon-squared {
    background-image: url("");
}
.flag-icon-un {
    background-image: url("");
}
.flag-icon-un.flag-icon-squared {
    background-image: url("");
}
.flag-icon-xk {
    background-image: url("");
}
.flag-icon-xk.flag-icon-squared {
    background-image: url("");
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
@media print {
    *,
    :after,
    :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
*,
:after,
:before {
    box-sizing: border-box;
}




.alert {
    position: relative;
    padding: 0.45rem 0.7rem;
    margin-top: -8px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    text-align: left;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 0.7rem;
}


.form-pass {
    padding-left: 0;
    padding-right: 0;
    width: 55%;
    margin-left: 4%;
    margin-right: 3%;
}
@font-face {
    font-family: FontAwesome;
    src: url("");
    src: url("") format("embedded-opentype"), url("") format("woff2"),
        url("") format("woff"), url("") format("truetype"),
        url("") format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.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 {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.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;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    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-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";
}
.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: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 {
    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 {
    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,
.fa-genderless: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-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-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";
}
.splash-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.3);
}
.splash-loader-icon {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #2e6595;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.splash-loader-icon:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f2f2f2;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.splash-loader-icon:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #020e24;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.password-toggle path{
    color:gray;
}

#formulario .form-password-wrapper span.password-toggle{
    top: 10%;
}

