@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

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

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

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

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

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

a {
    color: #337ab7;
    text-decoration: none;
}

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

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

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

.img-rounded {
    border-radius: 6px;
}

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

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

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

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

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

[role="button"] {
    cursor: pointer;
}

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

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

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

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

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

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
    float: left;
}

.col-xs-24 {
    width: 100%;
}

.col-xs-23 {
    width: 95.83333333%;
}

.col-xs-22 {
    width: 91.66666667%;
}

.col-xs-21 {
    width: 87.5%;
}

.col-xs-20 {
    width: 83.33333333%;
}

.col-xs-19 {
    width: 79.16666667%;
}

.col-xs-18 {
    width: 75%;
}

.col-xs-17 {
    width: 70.83333333%;
}

.col-xs-16 {
    width: 66.66666667%;
}

.col-xs-15 {
    width: 62.5%;
}

.col-xs-14 {
    width: 58.33333333%;
}

.col-xs-13 {
    width: 54.16666667%;
}

.col-xs-12 {
    width: 50%;
}

.col-xs-11 {
    width: 45.83333333%;
}

.col-xs-10 {
    width: 41.66666667%;
}

.col-xs-9 {
    width: 37.5%;
}

.col-xs-8 {
    width: 33.33333333%;
}

.col-xs-7 {
    width: 29.16666667%;
}

.col-xs-6 {
    width: 25%;
}

.col-xs-5 {
    width: 20.83333333%;
}

.col-xs-4 {
    width: 16.66666667%;
}

.col-xs-3 {
    width: 12.5%;
}

.col-xs-2 {
    width: 8.33333333%;
}

.col-xs-1 {
    width: 4.16666667%;
}

.col-xs-pull-24 {
    right: 100%;
}

.col-xs-pull-23 {
    right: 95.83333333%;
}

.col-xs-pull-22 {
    right: 91.66666667%;
}

.col-xs-pull-21 {
    right: 87.5%;
}

.col-xs-pull-20 {
    right: 83.33333333%;
}

.col-xs-pull-19 {
    right: 79.16666667%;
}

.col-xs-pull-18 {
    right: 75%;
}

.col-xs-pull-17 {
    right: 70.83333333%;
}

.col-xs-pull-16 {
    right: 66.66666667%;
}

.col-xs-pull-15 {
    right: 62.5%;
}

.col-xs-pull-14 {
    right: 58.33333333%;
}

.col-xs-pull-13 {
    right: 54.16666667%;
}

.col-xs-pull-12 {
    right: 50%;
}

.col-xs-pull-11 {
    right: 45.83333333%;
}

.col-xs-pull-10 {
    right: 41.66666667%;
}

.col-xs-pull-9 {
    right: 37.5%;
}

.col-xs-pull-8 {
    right: 33.33333333%;
}

.col-xs-pull-7 {
    right: 29.16666667%;
}

.col-xs-pull-6 {
    right: 25%;
}

.col-xs-pull-5 {
    right: 20.83333333%;
}

.col-xs-pull-4 {
    right: 16.66666667%;
}

.col-xs-pull-3 {
    right: 12.5%;
}

.col-xs-pull-2 {
    right: 8.33333333%;
}

.col-xs-pull-1 {
    right: 4.16666667%;
}

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

.col-xs-push-24 {
    left: 100%;
}

.col-xs-push-23 {
    left: 95.83333333%;
}

.col-xs-push-22 {
    left: 91.66666667%;
}

.col-xs-push-21 {
    left: 87.5%;
}

.col-xs-push-20 {
    left: 83.33333333%;
}

.col-xs-push-19 {
    left: 79.16666667%;
}

.col-xs-push-18 {
    left: 75%;
}

.col-xs-push-17 {
    left: 70.83333333%;
}

.col-xs-push-16 {
    left: 66.66666667%;
}

.col-xs-push-15 {
    left: 62.5%;
}

.col-xs-push-14 {
    left: 58.33333333%;
}

.col-xs-push-13 {
    left: 54.16666667%;
}

.col-xs-push-12 {
    left: 50%;
}

.col-xs-push-11 {
    left: 45.83333333%;
}

.col-xs-push-10 {
    left: 41.66666667%;
}

.col-xs-push-9 {
    left: 37.5%;
}

.col-xs-push-8 {
    left: 33.33333333%;
}

.col-xs-push-7 {
    left: 29.16666667%;
}

.col-xs-push-6 {
    left: 25%;
}

.col-xs-push-5 {
    left: 20.83333333%;
}

.col-xs-push-4 {
    left: 16.66666667%;
}

.col-xs-push-3 {
    left: 12.5%;
}

.col-xs-push-2 {
    left: 8.33333333%;
}

.col-xs-push-1 {
    left: 4.16666667%;
}

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

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

.col-xs-offset-23 {
    margin-left: 95.83333333%;
}

.col-xs-offset-22 {
    margin-left: 91.66666667%;
}

.col-xs-offset-21 {
    margin-left: 87.5%;
}

.col-xs-offset-20 {
    margin-left: 83.33333333%;
}

.col-xs-offset-19 {
    margin-left: 79.16666667%;
}

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

.col-xs-offset-17 {
    margin-left: 70.83333333%;
}

.col-xs-offset-16 {
    margin-left: 66.66666667%;
}

.col-xs-offset-15 {
    margin-left: 62.5%;
}

.col-xs-offset-14 {
    margin-left: 58.33333333%;
}

.col-xs-offset-13 {
    margin-left: 54.16666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-13,
    .col-sm-14,
    .col-sm-15,
    .col-sm-16,
    .col-sm-17,
    .col-sm-18,
    .col-sm-19,
    .col-sm-20,
    .col-sm-21,
    .col-sm-22,
    .col-sm-23,
    .col-sm-24 {
        float: left;
    }

    .col-sm-24 {
        width: 100%;
    }

    .col-sm-23 {
        width: 95.83333333%;
    }

    .col-sm-22 {
        width: 91.66666667%;
    }

    .col-sm-21 {
        width: 87.5%;
    }

    .col-sm-20 {
        width: 83.33333333%;
    }

    .col-sm-19 {
        width: 79.16666667%;
    }

    .col-sm-18 {
        width: 75%;
    }

    .col-sm-17 {
        width: 70.83333333%;
    }

    .col-sm-16 {
        width: 66.66666667%;
    }

    .col-sm-15 {
        width: 62.5%;
    }

    .col-sm-14 {
        width: 58.33333333%;
    }

    .col-sm-13 {
        width: 54.16666667%;
    }

    .col-sm-12 {
        width: 50%;
    }

    .col-sm-11 {
        width: 45.83333333%;
    }

    .col-sm-10 {
        width: 41.66666667%;
    }

    .col-sm-9 {
        width: 37.5%;
    }

    .col-sm-8 {
        width: 33.33333333%;
    }

    .col-sm-7 {
        width: 29.16666667%;
    }

    .col-sm-6 {
        width: 25%;
    }

    .col-sm-5 {
        width: 20.83333333%;
    }

    .col-sm-4 {
        width: 16.66666667%;
    }

    .col-sm-3 {
        width: 12.5%;
    }

    .col-sm-2 {
        width: 8.33333333%;
    }

    .col-sm-1 {
        width: 4.16666667%;
    }

    .col-sm-pull-24 {
        right: 100%;
    }

    .col-sm-pull-23 {
        right: 95.83333333%;
    }

    .col-sm-pull-22 {
        right: 91.66666667%;
    }

    .col-sm-pull-21 {
        right: 87.5%;
    }

    .col-sm-pull-20 {
        right: 83.33333333%;
    }

    .col-sm-pull-19 {
        right: 79.16666667%;
    }

    .col-sm-pull-18 {
        right: 75%;
    }

    .col-sm-pull-17 {
        right: 70.83333333%;
    }

    .col-sm-pull-16 {
        right: 66.66666667%;
    }

    .col-sm-pull-15 {
        right: 62.5%;
    }

    .col-sm-pull-14 {
        right: 58.33333333%;
    }

    .col-sm-pull-13 {
        right: 54.16666667%;
    }

    .col-sm-pull-12 {
        right: 50%;
    }

    .col-sm-pull-11 {
        right: 45.83333333%;
    }

    .col-sm-pull-10 {
        right: 41.66666667%;
    }

    .col-sm-pull-9 {
        right: 37.5%;
    }

    .col-sm-pull-8 {
        right: 33.33333333%;
    }

    .col-sm-pull-7 {
        right: 29.16666667%;
    }

    .col-sm-pull-6 {
        right: 25%;
    }

    .col-sm-pull-5 {
        right: 20.83333333%;
    }

    .col-sm-pull-4 {
        right: 16.66666667%;
    }

    .col-sm-pull-3 {
        right: 12.5%;
    }

    .col-sm-pull-2 {
        right: 8.33333333%;
    }

    .col-sm-pull-1 {
        right: 4.16666667%;
    }

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

    .col-sm-push-24 {
        left: 100%;
    }

    .col-sm-push-23 {
        left: 95.83333333%;
    }

    .col-sm-push-22 {
        left: 91.66666667%;
    }

    .col-sm-push-21 {
        left: 87.5%;
    }

    .col-sm-push-20 {
        left: 83.33333333%;
    }

    .col-sm-push-19 {
        left: 79.16666667%;
    }

    .col-sm-push-18 {
        left: 75%;
    }

    .col-sm-push-17 {
        left: 70.83333333%;
    }

    .col-sm-push-16 {
        left: 66.66666667%;
    }

    .col-sm-push-15 {
        left: 62.5%;
    }

    .col-sm-push-14 {
        left: 58.33333333%;
    }

    .col-sm-push-13 {
        left: 54.16666667%;
    }

    .col-sm-push-12 {
        left: 50%;
    }

    .col-sm-push-11 {
        left: 45.83333333%;
    }

    .col-sm-push-10 {
        left: 41.66666667%;
    }

    .col-sm-push-9 {
        left: 37.5%;
    }

    .col-sm-push-8 {
        left: 33.33333333%;
    }

    .col-sm-push-7 {
        left: 29.16666667%;
    }

    .col-sm-push-6 {
        left: 25%;
    }

    .col-sm-push-5 {
        left: 20.83333333%;
    }

    .col-sm-push-4 {
        left: 16.66666667%;
    }

    .col-sm-push-3 {
        left: 12.5%;
    }

    .col-sm-push-2 {
        left: 8.33333333%;
    }

    .col-sm-push-1 {
        left: 4.16666667%;
    }

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

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

    .col-sm-offset-23 {
        margin-left: 95.83333333%;
    }

    .col-sm-offset-22 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-21 {
        margin-left: 87.5%;
    }

    .col-sm-offset-20 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-19 {
        margin-left: 79.16666667%;
    }

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

    .col-sm-offset-17 {
        margin-left: 70.83333333%;
    }

    .col-sm-offset-16 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-15 {
        margin-left: 62.5%;
    }

    .col-sm-offset-14 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-13 {
        margin-left: 54.16666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-13,
    .col-md-14,
    .col-md-15,
    .col-md-16,
    .col-md-17,
    .col-md-18,
    .col-md-19,
    .col-md-20,
    .col-md-21,
    .col-md-22,
    .col-md-23,
    .col-md-24 {
        float: left;
    }

    .col-md-24 {
        width: 100%;
    }

    .col-md-23 {
        width: 95.83333333%;
    }

    .col-md-22 {
        width: 91.66666667%;
    }

    .col-md-21 {
        width: 87.5%;
    }

    .col-md-20 {
        width: 83.33333333%;
    }

    .col-md-19 {
        width: 79.16666667%;
    }

    .col-md-18 {
        width: 75%;
    }

    .col-md-17 {
        width: 70.83333333%;
    }

    .col-md-16 {
        width: 66.66666667%;
    }

    .col-md-15 {
        width: 62.5%;
    }

    .col-md-14 {
        width: 58.33333333%;
    }

    .col-md-13 {
        width: 54.16666667%;
    }

    .col-md-12 {
        width: 50%;
    }

    .col-md-11 {
        width: 45.83333333%;
    }

    .col-md-10 {
        width: 41.66666667%;
    }

    .col-md-9 {
        width: 37.5%;
    }

    .col-md-8 {
        width: 33.33333333%;
    }

    .col-md-7 {
        width: 29.16666667%;
    }

    .col-md-6 {
        width: 25%;
    }

    .col-md-5 {
        width: 20.83333333%;
    }

    .col-md-4 {
        width: 16.66666667%;
    }

    .col-md-3 {
        width: 12.5%;
    }

    .col-md-2 {
        width: 8.33333333%;
    }

    .col-md-1 {
        width: 4.16666667%;
    }

    .col-md-pull-24 {
        right: 100%;
    }

    .col-md-pull-23 {
        right: 95.83333333%;
    }

    .col-md-pull-22 {
        right: 91.66666667%;
    }

    .col-md-pull-21 {
        right: 87.5%;
    }

    .col-md-pull-20 {
        right: 83.33333333%;
    }

    .col-md-pull-19 {
        right: 79.16666667%;
    }

    .col-md-pull-18 {
        right: 75%;
    }

    .col-md-pull-17 {
        right: 70.83333333%;
    }

    .col-md-pull-16 {
        right: 66.66666667%;
    }

    .col-md-pull-15 {
        right: 62.5%;
    }

    .col-md-pull-14 {
        right: 58.33333333%;
    }

    .col-md-pull-13 {
        right: 54.16666667%;
    }

    .col-md-pull-12 {
        right: 50%;
    }

    .col-md-pull-11 {
        right: 45.83333333%;
    }

    .col-md-pull-10 {
        right: 41.66666667%;
    }

    .col-md-pull-9 {
        right: 37.5%;
    }

    .col-md-pull-8 {
        right: 33.33333333%;
    }

    .col-md-pull-7 {
        right: 29.16666667%;
    }

    .col-md-pull-6 {
        right: 25%;
    }

    .col-md-pull-5 {
        right: 20.83333333%;
    }

    .col-md-pull-4 {
        right: 16.66666667%;
    }

    .col-md-pull-3 {
        right: 12.5%;
    }

    .col-md-pull-2 {
        right: 8.33333333%;
    }

    .col-md-pull-1 {
        right: 4.16666667%;
    }

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

    .col-md-push-24 {
        left: 100%;
    }

    .col-md-push-23 {
        left: 95.83333333%;
    }

    .col-md-push-22 {
        left: 91.66666667%;
    }

    .col-md-push-21 {
        left: 87.5%;
    }

    .col-md-push-20 {
        left: 83.33333333%;
    }

    .col-md-push-19 {
        left: 79.16666667%;
    }

    .col-md-push-18 {
        left: 75%;
    }

    .col-md-push-17 {
        left: 70.83333333%;
    }

    .col-md-push-16 {
        left: 66.66666667%;
    }

    .col-md-push-15 {
        left: 62.5%;
    }

    .col-md-push-14 {
        left: 58.33333333%;
    }

    .col-md-push-13 {
        left: 54.16666667%;
    }

    .col-md-push-12 {
        left: 50%;
    }

    .col-md-push-11 {
        left: 45.83333333%;
    }

    .col-md-push-10 {
        left: 41.66666667%;
    }

    .col-md-push-9 {
        left: 37.5%;
    }

    .col-md-push-8 {
        left: 33.33333333%;
    }

    .col-md-push-7 {
        left: 29.16666667%;
    }

    .col-md-push-6 {
        left: 25%;
    }

    .col-md-push-5 {
        left: 20.83333333%;
    }

    .col-md-push-4 {
        left: 16.66666667%;
    }

    .col-md-push-3 {
        left: 12.5%;
    }

    .col-md-push-2 {
        left: 8.33333333%;
    }

    .col-md-push-1 {
        left: 4.16666667%;
    }

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

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

    .col-md-offset-23 {
        margin-left: 95.83333333%;
    }

    .col-md-offset-22 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-21 {
        margin-left: 87.5%;
    }

    .col-md-offset-20 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-19 {
        margin-left: 79.16666667%;
    }

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

    .col-md-offset-17 {
        margin-left: 70.83333333%;
    }

    .col-md-offset-16 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-15 {
        margin-left: 62.5%;
    }

    .col-md-offset-14 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-13 {
        margin-left: 54.16666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-13,
    .col-lg-14,
    .col-lg-15,
    .col-lg-16,
    .col-lg-17,
    .col-lg-18,
    .col-lg-19,
    .col-lg-20,
    .col-lg-21,
    .col-lg-22,
    .col-lg-23,
    .col-lg-24 {
        float: left;
    }

    .col-lg-24 {
        width: 100%;
    }

    .col-lg-23 {
        width: 95.83333333%;
    }

    .col-lg-22 {
        width: 91.66666667%;
    }

    .col-lg-21 {
        width: 87.5%;
    }

    .col-lg-20 {
        width: 83.33333333%;
    }

    .col-lg-19 {
        width: 79.16666667%;
    }

    .col-lg-18 {
        width: 75%;
    }

    .col-lg-17 {
        width: 70.83333333%;
    }

    .col-lg-16 {
        width: 66.66666667%;
    }

    .col-lg-15 {
        width: 62.5%;
    }

    .col-lg-14 {
        width: 58.33333333%;
    }

    .col-lg-13 {
        width: 54.16666667%;
    }

    .col-lg-12 {
        width: 50%;
    }

    .col-lg-11 {
        width: 45.83333333%;
    }

    .col-lg-10 {
        width: 41.66666667%;
    }

    .col-lg-9 {
        width: 37.5%;
    }

    .col-lg-8 {
        width: 33.33333333%;
    }

    .col-lg-7 {
        width: 29.16666667%;
    }

    .col-lg-6 {
        width: 25%;
    }

    .col-lg-5 {
        width: 20.83333333%;
    }

    .col-lg-4 {
        width: 16.66666667%;
    }

    .col-lg-3 {
        width: 12.5%;
    }

    .col-lg-2 {
        width: 8.33333333%;
    }

    .col-lg-1 {
        width: 4.16666667%;
    }

    .col-lg-pull-24 {
        right: 100%;
    }

    .col-lg-pull-23 {
        right: 95.83333333%;
    }

    .col-lg-pull-22 {
        right: 91.66666667%;
    }

    .col-lg-pull-21 {
        right: 87.5%;
    }

    .col-lg-pull-20 {
        right: 83.33333333%;
    }

    .col-lg-pull-19 {
        right: 79.16666667%;
    }

    .col-lg-pull-18 {
        right: 75%;
    }

    .col-lg-pull-17 {
        right: 70.83333333%;
    }

    .col-lg-pull-16 {
        right: 66.66666667%;
    }

    .col-lg-pull-15 {
        right: 62.5%;
    }

    .col-lg-pull-14 {
        right: 58.33333333%;
    }

    .col-lg-pull-13 {
        right: 54.16666667%;
    }

    .col-lg-pull-12 {
        right: 50%;
    }

    .col-lg-pull-11 {
        right: 45.83333333%;
    }

    .col-lg-pull-10 {
        right: 41.66666667%;
    }

    .col-lg-pull-9 {
        right: 37.5%;
    }

    .col-lg-pull-8 {
        right: 33.33333333%;
    }

    .col-lg-pull-7 {
        right: 29.16666667%;
    }

    .col-lg-pull-6 {
        right: 25%;
    }

    .col-lg-pull-5 {
        right: 20.83333333%;
    }

    .col-lg-pull-4 {
        right: 16.66666667%;
    }

    .col-lg-pull-3 {
        right: 12.5%;
    }

    .col-lg-pull-2 {
        right: 8.33333333%;
    }

    .col-lg-pull-1 {
        right: 4.16666667%;
    }

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

    .col-lg-push-24 {
        left: 100%;
    }

    .col-lg-push-23 {
        left: 95.83333333%;
    }

    .col-lg-push-22 {
        left: 91.66666667%;
    }

    .col-lg-push-21 {
        left: 87.5%;
    }

    .col-lg-push-20 {
        left: 83.33333333%;
    }

    .col-lg-push-19 {
        left: 79.16666667%;
    }

    .col-lg-push-18 {
        left: 75%;
    }

    .col-lg-push-17 {
        left: 70.83333333%;
    }

    .col-lg-push-16 {
        left: 66.66666667%;
    }

    .col-lg-push-15 {
        left: 62.5%;
    }

    .col-lg-push-14 {
        left: 58.33333333%;
    }

    .col-lg-push-13 {
        left: 54.16666667%;
    }

    .col-lg-push-12 {
        left: 50%;
    }

    .col-lg-push-11 {
        left: 45.83333333%;
    }

    .col-lg-push-10 {
        left: 41.66666667%;
    }

    .col-lg-push-9 {
        left: 37.5%;
    }

    .col-lg-push-8 {
        left: 33.33333333%;
    }

    .col-lg-push-7 {
        left: 29.16666667%;
    }

    .col-lg-push-6 {
        left: 25%;
    }

    .col-lg-push-5 {
        left: 20.83333333%;
    }

    .col-lg-push-4 {
        left: 16.66666667%;
    }

    .col-lg-push-3 {
        left: 12.5%;
    }

    .col-lg-push-2 {
        left: 8.33333333%;
    }

    .col-lg-push-1 {
        left: 4.16666667%;
    }

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

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

    .col-lg-offset-23 {
        margin-left: 95.83333333%;
    }

    .col-lg-offset-22 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-21 {
        margin-left: 87.5%;
    }

    .col-lg-offset-20 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-19 {
        margin-left: 79.16666667%;
    }

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

    .col-lg-offset-17 {
        margin-left: 70.83333333%;
    }

    .col-lg-offset-16 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-15 {
        margin-left: 62.5%;
    }

    .col-lg-offset-14 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-13 {
        margin-left: 54.16666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

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

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

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

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

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

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

img {
    border: 0;
    max-width: 100%;
}

a {
    display: inline-block;
    color: #000000;
}

p,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
figure {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
    border-radius: 0;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.pxl,
.hidden {
    display: none;
}

figure {
    font-size: 0;
}

figure figcaption {
    font-size: 12px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-overlay.highest {
    z-index: 9999;
}

.row.row-medium-spacing {
    margin-left: -10px;
    margin-right: -10px;
}

.row.row-small-spacing {
    margin-left: -5px;
    margin-right: -5px;
}

.row.row-extra-small-spacing {
    margin-left: -3px;
    margin-right: -3px;
}

.row.row-no-spacing {
    margin: 0;
}

.row.row-medium-spacing .col-xs-1,
.row.row-medium-spacing .col-sm-1,
.row.row-medium-spacing .col-md-1,
.row.row-medium-spacing .col-lg-1,
.row.row-medium-spacing .col-xs-2,
.row.row-medium-spacing .col-sm-2,
.row.row-medium-spacing .col-md-2,
.row.row-medium-spacing .col-lg-2,
.row.row-medium-spacing .col-xs-3,
.row.row-medium-spacing .col-sm-3,
.row.row-medium-spacing .col-md-3,
.row.row-medium-spacing .col-lg-3,
.row.row-medium-spacing .col-xs-4,
.row.row-medium-spacing .col-sm-4,
.row.row-medium-spacing .col-md-4,
.row.row-medium-spacing .col-lg-4,
.row.row-medium-spacing .col-xs-5,
.row.row-medium-spacing .col-sm-5,
.row.row-medium-spacing .col-md-5,
.row.row-medium-spacing .col-lg-5,
.row.row-medium-spacing .col-xs-6,
.row.row-medium-spacing .col-sm-6,
.row.row-medium-spacing .col-md-6,
.row.row-medium-spacing .col-lg-6,
.row.row-medium-spacing .col-xs-7,
.row.row-medium-spacing .col-sm-7,
.row.row-medium-spacing .col-md-7,
.row.row-medium-spacing .col-lg-7,
.row.row-medium-spacing .col-xs-8,
.row.row-medium-spacing .col-sm-8,
.row.row-medium-spacing .col-md-8,
.row.row-medium-spacing .col-lg-8,
.row.row-medium-spacing .col-xs-9,
.row.row-medium-spacing .col-sm-9,
.row.row-medium-spacing .col-md-9,
.row.row-medium-spacing .col-lg-9,
.row.row-medium-spacing .col-xs-10,
.row.row-medium-spacing .col-sm-10,
.row.row-medium-spacing .col-md-10,
.row.row-medium-spacing .col-lg-10,
.row.row-medium-spacing .col-xs-11,
.row.row-medium-spacing .col-sm-11,
.row.row-medium-spacing .col-md-11,
.row.row-medium-spacing .col-lg-11,
.row.row-medium-spacing .col-xs-12,
.row.row-medium-spacing .col-sm-12,
.row.row-medium-spacing .col-md-12,
.row.row-medium-spacing .col-lg-12,
.row.row-medium-spacing .col-xs-13,
.row.row-medium-spacing .col-sm-13,
.row.row-medium-spacing .col-md-13,
.row.row-medium-spacing .col-lg-13,
.row.row-medium-spacing .col-xs-14,
.row.row-medium-spacing .col-sm-14,
.row.row-medium-spacing .col-md-14,
.row.row-medium-spacing .col-lg-14,
.row.row-medium-spacing .col-xs-15,
.row.row-medium-spacing .col-sm-15,
.row.row-medium-spacing .col-md-15,
.row.row-medium-spacing .col-lg-15,
.row.row-medium-spacing .col-xs-16,
.row.row-medium-spacing .col-sm-16,
.row.row-medium-spacing .col-md-16,
.row.row-medium-spacing .col-lg-16,
.row.row-medium-spacing .col-xs-17,
.row.row-medium-spacing .col-sm-17,
.row.row-medium-spacing .col-md-17,
.row.row-medium-spacing .col-lg-17,
.row.row-medium-spacing .col-xs-18,
.row.row-medium-spacing .col-sm-18,
.row.row-medium-spacing .col-md-18,
.row.row-medium-spacing .col-lg-18,
.row.row-medium-spacing .col-xs-19,
.row.row-medium-spacing .col-sm-19,
.row.row-medium-spacing .col-md-19,
.row.row-medium-spacing .col-lg-19,
.row.row-medium-spacing .col-xs-20,
.row.row-medium-spacing .col-sm-20,
.row.row-medium-spacing .col-md-20,
.row.row-medium-spacing .col-lg-20,
.row.row-medium-spacing .col-xs-21,
.row.row-medium-spacing .col-sm-21,
.row.row-medium-spacing .col-md-21,
.row.row-medium-spacing .col-lg-21,
.row.row-medium-spacing .col-xs-22,
.row.row-medium-spacing .col-sm-22,
.row.row-medium-spacing .col-md-22,
.row.row-medium-spacing .col-lg-22,
.row.row-medium-spacing .col-xs-23,
.row.row-medium-spacing .col-sm-23,
.row.row-medium-spacing .col-md-23,
.row.row-medium-spacing .col-lg-23,
.row.row-medium-spacing .col-xs-24,
.row.row-medium-spacing .col-sm-24,
.row.row-medium-spacing .col-md-24,
.row.row-medium-spacing .col-lg-24 {
    padding-left: 10px;
    padding-right: 10px;
}

.row.row-small-spacing .col-xs-1,
.row.row-small-spacing .col-sm-1,
.row.row-small-spacing .col-md-1,
.row.row-small-spacing .col-lg-1,
.row.row-small-spacing .col-xs-2,
.row.row-small-spacing .col-sm-2,
.row.row-small-spacing .col-md-2,
.row.row-small-spacing .col-lg-2,
.row.row-small-spacing .col-xs-3,
.row.row-small-spacing .col-sm-3,
.row.row-small-spacing .col-md-3,
.row.row-small-spacing .col-lg-3,
.row.row-small-spacing .col-xs-4,
.row.row-small-spacing .col-sm-4,
.row.row-small-spacing .col-md-4,
.row.row-small-spacing .col-lg-4,
.row.row-small-spacing .col-xs-5,
.row.row-small-spacing .col-sm-5,
.row.row-small-spacing .col-md-5,
.row.row-small-spacing .col-lg-5,
.row.row-small-spacing .col-xs-6,
.row.row-small-spacing .col-sm-6,
.row.row-small-spacing .col-md-6,
.row.row-small-spacing .col-lg-6,
.row.row-small-spacing .col-xs-7,
.row.row-small-spacing .col-sm-7,
.row.row-small-spacing .col-md-7,
.row.row-small-spacing .col-lg-7,
.row.row-small-spacing .col-xs-8,
.row.row-small-spacing .col-sm-8,
.row.row-small-spacing .col-md-8,
.row.row-small-spacing .col-lg-8,
.row.row-small-spacing .col-xs-9,
.row.row-small-spacing .col-sm-9,
.row.row-small-spacing .col-md-9,
.row.row-small-spacing .col-lg-9,
.row.row-small-spacing .col-xs-10,
.row.row-small-spacing .col-sm-10,
.row.row-small-spacing .col-md-10,
.row.row-small-spacing .col-lg-10,
.row.row-small-spacing .col-xs-11,
.row.row-small-spacing .col-sm-11,
.row.row-small-spacing .col-md-11,
.row.row-small-spacing .col-lg-11,
.row.row-small-spacing .col-xs-12,
.row.row-small-spacing .col-sm-12,
.row.row-small-spacing .col-md-12,
.row.row-small-spacing .col-lg-12,
.row.row-small-spacing .col-xs-13,
.row.row-small-spacing .col-sm-13,
.row.row-small-spacing .col-md-13,
.row.row-small-spacing .col-lg-13,
.row.row-small-spacing .col-xs-14,
.row.row-small-spacing .col-sm-14,
.row.row-small-spacing .col-md-14,
.row.row-small-spacing .col-lg-14,
.row.row-small-spacing .col-xs-15,
.row.row-small-spacing .col-sm-15,
.row.row-small-spacing .col-md-15,
.row.row-small-spacing .col-lg-15,
.row.row-small-spacing .col-xs-16,
.row.row-small-spacing .col-sm-16,
.row.row-small-spacing .col-md-16,
.row.row-small-spacing .col-lg-16,
.row.row-small-spacing .col-xs-17,
.row.row-small-spacing .col-sm-17,
.row.row-small-spacing .col-md-17,
.row.row-small-spacing .col-lg-17,
.row.row-small-spacing .col-xs-18,
.row.row-small-spacing .col-sm-18,
.row.row-small-spacing .col-md-18,
.row.row-small-spacing .col-lg-18,
.row.row-small-spacing .col-xs-19,
.row.row-small-spacing .col-sm-19,
.row.row-small-spacing .col-md-19,
.row.row-small-spacing .col-lg-19,
.row.row-small-spacing .col-xs-20,
.row.row-small-spacing .col-sm-20,
.row.row-small-spacing .col-md-20,
.row.row-small-spacing .col-lg-20,
.row.row-small-spacing .col-xs-21,
.row.row-small-spacing .col-sm-21,
.row.row-small-spacing .col-md-21,
.row.row-small-spacing .col-lg-21,
.row.row-small-spacing .col-xs-22,
.row.row-small-spacing .col-sm-22,
.row.row-small-spacing .col-md-22,
.row.row-small-spacing .col-lg-22,
.row.row-small-spacing .col-xs-23,
.row.row-small-spacing .col-sm-23,
.row.row-small-spacing .col-md-23,
.row.row-small-spacing .col-lg-23,
.row.row-small-spacing .col-xs-24,
.row.row-small-spacing .col-sm-24,
.row.row-small-spacing .col-md-24,
.row.row-small-spacing .col-lg-24 {
    padding-left: 5px;
    padding-right: 5px;
}

.row.row-extra-small-spacing .col-xs-1,
.row.row-extra-small-spacing .col-sm-1,
.row.row-extra-small-spacing .col-md-1,
.row.row-extra-small-spacing .col-lg-1,
.row.row-extra-small-spacing .col-xs-2,
.row.row-extra-small-spacing .col-sm-2,
.row.row-extra-small-spacing .col-md-2,
.row.row-extra-small-spacing .col-lg-2,
.row.row-extra-small-spacing .col-xs-3,
.row.row-extra-small-spacing .col-sm-3,
.row.row-extra-small-spacing .col-md-3,
.row.row-extra-small-spacing .col-lg-3,
.row.row-extra-small-spacing .col-xs-4,
.row.row-extra-small-spacing .col-sm-4,
.row.row-extra-small-spacing .col-md-4,
.row.row-extra-small-spacing .col-lg-4,
.row.row-extra-small-spacing .col-xs-5,
.row.row-extra-small-spacing .col-sm-5,
.row.row-extra-small-spacing .col-md-5,
.row.row-extra-small-spacing .col-lg-5,
.row.row-extra-small-spacing .col-xs-6,
.row.row-extra-small-spacing .col-sm-6,
.row.row-extra-small-spacing .col-md-6,
.row.row-extra-small-spacing .col-lg-6,
.row.row-extra-small-spacing .col-xs-7,
.row.row-extra-small-spacing .col-sm-7,
.row.row-extra-small-spacing .col-md-7,
.row.row-extra-small-spacing .col-lg-7,
.row.row-extra-small-spacing .col-xs-8,
.row.row-extra-small-spacing .col-sm-8,
.row.row-extra-small-spacing .col-md-8,
.row.row-extra-small-spacing .col-lg-8,
.row.row-extra-small-spacing .col-xs-9,
.row.row-extra-small-spacing .col-sm-9,
.row.row-extra-small-spacing .col-md-9,
.row.row-extra-small-spacing .col-lg-9,
.row.row-extra-small-spacing .col-xs-10,
.row.row-extra-small-spacing .col-sm-10,
.row.row-extra-small-spacing .col-md-10,
.row.row-extra-small-spacing .col-lg-10,
.row.row-extra-small-spacing .col-xs-11,
.row.row-extra-small-spacing .col-sm-11,
.row.row-extra-small-spacing .col-md-11,
.row.row-extra-small-spacing .col-lg-11,
.row.row-extra-small-spacing .col-xs-12,
.row.row-extra-small-spacing .col-sm-12,
.row.row-extra-small-spacing .col-md-12,
.row.row-extra-small-spacing .col-lg-12,
.row.row-extra-small-spacing .col-xs-13,
.row.row-extra-small-spacing .col-sm-13,
.row.row-extra-small-spacing .col-md-13,
.row.row-extra-small-spacing .col-lg-13,
.row.row-extra-small-spacing .col-xs-14,
.row.row-extra-small-spacing .col-sm-14,
.row.row-extra-small-spacing .col-md-14,
.row.row-extra-small-spacing .col-lg-14,
.row.row-extra-small-spacing .col-xs-15,
.row.row-extra-small-spacing .col-sm-15,
.row.row-extra-small-spacing .col-md-15,
.row.row-extra-small-spacing .col-lg-15,
.row.row-extra-small-spacing .col-xs-16,
.row.row-extra-small-spacing .col-sm-16,
.row.row-extra-small-spacing .col-md-16,
.row.row-extra-small-spacing .col-lg-16,
.row.row-extra-small-spacing .col-xs-17,
.row.row-extra-small-spacing .col-sm-17,
.row.row-extra-small-spacing .col-md-17,
.row.row-extra-small-spacing .col-lg-17,
.row.row-extra-small-spacing .col-xs-18,
.row.row-extra-small-spacing .col-sm-18,
.row.row-extra-small-spacing .col-md-18,
.row.row-extra-small-spacing .col-lg-18,
.row.row-extra-small-spacing .col-xs-19,
.row.row-extra-small-spacing .col-sm-19,
.row.row-extra-small-spacing .col-md-19,
.row.row-extra-small-spacing .col-lg-19,
.row.row-extra-small-spacing .col-xs-20,
.row.row-extra-small-spacing .col-sm-20,
.row.row-extra-small-spacing .col-md-20,
.row.row-extra-small-spacing .col-lg-20,
.row.row-extra-small-spacing .col-xs-21,
.row.row-extra-small-spacing .col-sm-21,
.row.row-extra-small-spacing .col-md-21,
.row.row-extra-small-spacing .col-lg-21,
.row.row-extra-small-spacing .col-xs-22,
.row.row-extra-small-spacing .col-sm-22,
.row.row-extra-small-spacing .col-md-22,
.row.row-extra-small-spacing .col-lg-22,
.row.row-extra-small-spacing .col-xs-23,
.row.row-extra-small-spacing .col-sm-23,
.row.row-extra-small-spacing .col-md-23,
.row.row-extra-small-spacing .col-lg-23,
.row.row-extra-small-spacing .col-xs-24,
.row.row-extra-small-spacing .col-sm-24,
.row.row-extra-small-spacing .col-md-24,
.row.row-extra-small-spacing .col-lg-24 {
    padding-left: 3px;
    padding-right: 3px;
}

.row.row-no-spacing .col-xs-1,
.row.row-no-spacing .col-sm-1,
.row.row-no-spacing .col-md-1,
.row.row-no-spacing .col-lg-1,
.row.row-no-spacing .col-xs-2,
.row.row-no-spacing .col-sm-2,
.row.row-no-spacing .col-md-2,
.row.row-no-spacing .col-lg-2,
.row.row-no-spacing .col-xs-3,
.row.row-no-spacing .col-sm-3,
.row.row-no-spacing .col-md-3,
.row.row-no-spacing .col-lg-3,
.row.row-no-spacing .col-xs-4,
.row.row-no-spacing .col-sm-4,
.row.row-no-spacing .col-md-4,
.row.row-no-spacing .col-lg-4,
.row.row-no-spacing .col-xs-5,
.row.row-no-spacing .col-sm-5,
.row.row-no-spacing .col-md-5,
.row.row-no-spacing .col-lg-5,
.row.row-no-spacing .col-xs-6,
.row.row-no-spacing .col-sm-6,
.row.row-no-spacing .col-md-6,
.row.row-no-spacing .col-lg-6,
.row.row-no-spacing .col-xs-7,
.row.row-no-spacing .col-sm-7,
.row.row-no-spacing .col-md-7,
.row.row-no-spacing .col-lg-7,
.row.row-no-spacing .col-xs-8,
.row.row-no-spacing .col-sm-8,
.row.row-no-spacing .col-md-8,
.row.row-no-spacing .col-lg-8,
.row.row-no-spacing .col-xs-9,
.row.row-no-spacing .col-sm-9,
.row.row-no-spacing .col-md-9,
.row.row-no-spacing .col-lg-9,
.row.row-no-spacing .col-xs-10,
.row.row-no-spacing .col-sm-10,
.row.row-no-spacing .col-md-10,
.row.row-no-spacing .col-lg-10,
.row.row-no-spacing .col-xs-11,
.row.row-no-spacing .col-sm-11,
.row.row-no-spacing .col-md-11,
.row.row-no-spacing .col-lg-11,
.row.row-no-spacing .col-xs-12,
.row.row-no-spacing .col-sm-12,
.row.row-no-spacing .col-md-12,
.row.row-no-spacing .col-lg-12,
.row.row-no-spacing .col-xs-13,
.row.row-no-spacing .col-sm-13,
.row.row-no-spacing .col-md-13,
.row.row-no-spacing .col-lg-13,
.row.row-no-spacing .col-xs-14,
.row.row-no-spacing .col-sm-14,
.row.row-no-spacing .col-md-14,
.row.row-no-spacing .col-lg-14,
.row.row-no-spacing .col-xs-15,
.row.row-no-spacing .col-sm-15,
.row.row-no-spacing .col-md-15,
.row.row-no-spacing .col-lg-15,
.row.row-no-spacing .col-xs-16,
.row.row-no-spacing .col-sm-16,
.row.row-no-spacing .col-md-16,
.row.row-no-spacing .col-lg-16,
.row.row-no-spacing .col-xs-17,
.row.row-no-spacing .col-sm-17,
.row.row-no-spacing .col-md-17,
.row.row-no-spacing .col-lg-17,
.row.row-no-spacing .col-xs-18,
.row.row-no-spacing .col-sm-18,
.row.row-no-spacing .col-md-18,
.row.row-no-spacing .col-lg-18,
.row.row-no-spacing .col-xs-19,
.row.row-no-spacing .col-sm-19,
.row.row-no-spacing .col-md-19,
.row.row-no-spacing .col-lg-19,
.row.row-no-spacing .col-xs-20,
.row.row-no-spacing .col-sm-20,
.row.row-no-spacing .col-md-20,
.row.row-no-spacing .col-lg-20,
.row.row-no-spacing .col-xs-21,
.row.row-no-spacing .col-sm-21,
.row.row-no-spacing .col-md-21,
.row.row-no-spacing .col-lg-21,
.row.row-no-spacing .col-xs-22,
.row.row-no-spacing .col-sm-22,
.row.row-no-spacing .col-md-22,
.row.row-no-spacing .col-lg-22,
.row.row-no-spacing .col-xs-23,
.row.row-no-spacing .col-sm-23,
.row.row-no-spacing .col-md-23,
.row.row-no-spacing .col-lg-23,
.row.row-no-spacing .col-xs-24,
.row.row-no-spacing .col-sm-24,
.row.row-no-spacing .col-md-24,
.row.row-no-spacing .col-lg-24 {
    padding: 0;
}

/* text */
.text {
    margin: 10px 0;
    line-height: 1.4;
}

.text.text-small {
    font-size: 11px;
}

.text-nowrap {
    white-space: nowrap;
}

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

.text-transform-uppercase {
    text-transform: uppercase !important;
}

.text-transform-none {
    text-transform: none !important;
}



/* for iphone 5 */
@media (max-width: 350px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12,
    .col-xs-13,
    .col-sm-13,
    .col-md-13,
    .col-lg-13,
    .col-xs-14,
    .col-sm-14,
    .col-md-14,
    .col-lg-14,
    .col-xs-15,
    .col-sm-15,
    .col-md-15,
    .col-lg-15,
    .col-xs-16,
    .col-sm-16,
    .col-md-16,
    .col-lg-16,
    .col-xs-17,
    .col-sm-17,
    .col-md-17,
    .col-lg-17,
    .col-xs-18,
    .col-sm-18,
    .col-md-18,
    .col-lg-18,
    .col-xs-19,
    .col-sm-19,
    .col-md-19,
    .col-lg-19,
    .col-xs-20,
    .col-sm-20,
    .col-md-20,
    .col-lg-20,
    .col-xs-21,
    .col-sm-21,
    .col-md-21,
    .col-lg-21,
    .col-xs-22,
    .col-sm-22,
    .col-md-22,
    .col-lg-22,
    .col-xs-23,
    .col-sm-23,
    .col-md-23,
    .col-lg-23,
    .col-xs-24,
    .col-sm-24,
    .col-md-24,
    .col-lg-24 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* display as table */
@media (min-width: 768px) {}

/* display as medium devices */
@media (min-width: 992px) {}

/* display as Large devices */
@media (min-width: 1200px) {}


/* hidden or shown elements */
.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.hide-mobile {
    display: none;
}

.hide-table {
    display: none;
}

.hide-medium-device {
    display: none;
}

.hide-small-desktop {
    display: none;
}

@media (min-width: 768px) {
    .hide-mobile {
        display: block;
    }

}

@media (min-width: 992px) {
    .hide-table {
        display: block;
    }

}

@media (min-width: 1024px) {
    .hide-medium-device {
        display: block;
    }

    .hide-small-desktop {
        display: none;
    }
}

@media (min-width: 1200px) {
    .hide-small-desktop {
        display: block;
    }
}

/* show */
@media (min-width: 768px) {
    .show-mobile {
        display: none;
    }
}

@media (min-width: 992px) {
    .show-table {
        display: none;
    }
}

.btn-group:after {
    content: '';
    display: table;
    clear: both;
}

.btn-group.btn-cols-1 .btn,
.btn-group.btn-cols-2 .btn,
.btn-group.btn-cols-3 .btn {
    float: left;
    box-sizing: border-box;
}

.btn-group.btn-cols-1 .btn {
    width: 100%;
}

.btn-group.btn-cols-2 .btn {
    width: 50%;
}

.btn-group.btn-cols-3 .btn {
    width: 33.3333%;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    background: none;
    border: 0;
    border: 1px solid #cccccc;
    text-decoration: none;
    line-height: 1.2;
    cursor: pointer;

    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.btn:hover {
    text-decoration: none;
}

.btn.btn-default {
    border-color: #cccccc;
    background-color: #ffffff;
}

.btn.btn-default:hover {
    border-color: #adadad;
    background-color: #ededed;
}

.btn.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn.btn-primary:hover {
    background-color: #286090;
    border-color: #204d74;
}

.btn.btn-light-blue {
    color: #ffffff;
    background-color: #4386f2;
    border-color: #314dd8;
}

.btn.btn-light-blue:hover {
    background-color: #609af7;
    border-color: #314dd8;
}

.btn.btn-light-pink {
    color: #ffffff;
    background-color: #e019e8;
    border-color: #f728ff;
}

.btn.btn-light-pink:hover {
    background-color: #f435fc;
    border-color: #f728ff;
}

.btn.btn-green {
    color: #ffffff;
    background-color: #2BA801;
    border-color: #2BA801;
}

.btn.btn-green:hover {
    background-color: #207c01;
    border-color: #2BA801;
}

.btn.btn-red {
    color: #ffffff;
    background-color: #cc0000;
    border-color: #cc0000;
}

.btn.btn-red:hover {
    background-color: #a30101;
    border-color: #cc0000;
}

.btn.btn-gray {
    color: #ffffff;
    background-color: #777777;
    border-color: #777777;
}

.btn.btn-gray:hover {
    background-color: #aaaaaa;
    border-color: #777777;
}

.btn.btn-gradient-green {
    border-color: #479823;
    background: #7c974e;
    background: -moz-linear-gradient(top, #b2eb50 0%, #479823 100%);
    background: -webkit-linear-gradient(top, #b2eb50 0%, #479823 100%);
    background: linear-gradient(to bottom, #b2eb50 0%, #479823 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2eb50', endColorstr='#479823', GradientType=0);
}

.btn.btn-gradient-green:hover {
    background: #7c974e;
    background: -moz-linear-gradient(top, #479823 0%, #b2eb50 100%);
    background: -webkit-linear-gradient(top, #479823 0%, #b2eb50 100%);
    background: linear-gradient(to bottom, #479823 0%, #b2eb50 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#479823', endColorstr='#b2eb50', GradientType=0);
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes slideFadeIn {
    from {
        opacity: 0;
        max-height: 0;
    }

    to {
        opacity: 1;
        max-height: 300px;
    }
}

@keyframes slideFadeIn {
    from {
        opacity: 0;
        max-height: 0;
    }

    to {
        opacity: 1;
        max-height: 300px;
    }
}

@-webkit-keyframes slideDown {
    from {
        max-height: 0;
    }

    to {
        max-height: 4000px;
    }
}

@keyframes slideDown {
    from {
        max-height: 0;
    }

    to {
        max-height: 4000px;
    }
}

/* loading */
@keyframes lds-ripple {
    0% {
        top: 88px;
        left: 88px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 4px;
        left: 4px;
        width: 168px;
        height: 168px;
        opacity: 0;
    }
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 88px;
        left: 88px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 4px;
        left: 4px;
        width: 168px;
        height: 168px;
        opacity: 0;
    }
}

.lds-ripple {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

.lds-ripple span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
}

.lds-ripple span:before,
.lds-ripple span:after {
    content: '';
    box-sizing: content-box;
    position: absolute;
    border-width: 12px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple span:before {
    border-color: #ffffff;
}

.lds-ripple span:after {
    border-color: #ffffff;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-size: 16px;
}

body,
.wrapper {
    height: 100vh;
}

a {
    display: inline-block;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input,
button,
select {
    font-size: 14px;
}

.wrapper {
    position: relative;
}

.pxl,
.hidden {
    display: none !important;
}

textarea:focus,
input:focus {
    outline: none;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

ul>li>img {
    width: 100%;
}

.registration .form-btn-close {
    display: none;
}

.registration-wrapper {
    flex: 1;
    position: relative;
    padding: 2rem 0;
}

.lock-overlay .registration-wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
}

.lock-overlay .registration,
.registration {
    position: static;
    transform: none;
}

.lock-overlay .registration .registration-inner {
    margin: 0 auto;
}

.registration .registration-inner {
    width: 355px;
    border-radius: 0;
    border-width: 5px;
    border-style: solid;
}

.registration .block {
    position: relative;
    padding: 70px 10px 10px;
    text-align: center;
}

.registration .block.last-step {
    padding: 0;
}

.block.block-question p,
.block.block-animation p {
    margin: 10px 0 10px;
    padding: 10px 0 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    line-height: 1.2;
    font-size: 20px;
    font-weight: bold;
}

.block.block-question p.subheadline,
.block.block-animation p.subheadline {
    padding: 0;
    border-top: 0;
    line-height: 1;
    font-size: 26px;
}

.block.block-question .head-image,
.block.block-animation .head-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    padding: 5px 40px;
    height: 70px;
    border-top: 0;
    display: flex;
    justify-content: center;
}

.block.block-question .head-image img,
.block.block-animation .head-image img {
    flex: 1;
}

.block.block-animation .animation-image img {
    width: 70%;
}


.block.block-question.last-step p {
    margin: 0;
    padding: 0;
}

.block.block-question.last-step p.subheadline {
    padding: 10px;
}

.block.block-question.last-step p.map-overlay {
    height: 160px;
    overflow: hidden;
}

.block.block-question.last-step p.map-overlay img {
    max-width: 117%;
    margin-top: -10px;
}

.block.block-question .btn-group {
    margin-top: 20px;
}

.block.block-question .btn-group .btn {
    display: block;
    margin: 10px auto 0;
    padding: 5px;
    width: 70%;
    border-radius: 5px;
    font-size: 20px;
}

.block.block-question .btn-group .btn:hover {
    font-weight: bold;
}

.block.block-question.last-step .btn-group {
    margin-top: 0;
}

.block.block-question.last-step .btn-group .btn {
    margin-bottom: 10px;
    width: 90%;
    line-height: 1;
}


.btn .icon-phone {
    display: inline-block;
    width: 38px;
    height: 28px;
    background-image: url("icon_whatssex_iphone.png");
    background-repeat: no-repeat;
    background-size: 28px;
    vertical-align: text-bottom;
}

.icons-bottom {
    margin-top: 5px;
}

.icons-bottom ul {
    margin: 0 auto;
    max-width: 300px;
}

.icons-bottom ul li {
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

.icons-bottom ul li span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.icons-bottom .icon {
    display: inline-block;
    float: left;
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.icons-bottom .icon.icon-like {
    background-position: 0px -110px;
}

.icons-bottom .icon.icon-check {
    background-position: 0 0;
}

.icons-bottom .icon.icon-lock {
    background-position: 0 -55px;
}

/* bg map */
.bg-map {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.bg-map>img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.bg-map>span {
    position: absolute;
    top: -200px;
    left: -200px;
    animation: fadeIn 400ms linear;
}

.bg-map>span img {
    width: 100px;
}

.lock-scroll .lock-overlay {
    height: 100%;
}

.lock-overlay .registration-wrapper {
    overflow-y: visible;
}

.modal-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
}

.legal__container {
    max-width: 500px;
    min-height: 4rem;
    width: 100%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.legal__container>div {
    margin: 0 .5rem .5rem;
}

.row.row-no-spacing {
    height: 100%;
    overflow: hidden;
}

@media (min-height: 700px) {
    .center-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* for iphone 5 */
@media (max-width: 350px) {
    .registration .registration-inner {
        width: 310px;
    }

    .block.block-question p,
    .block.block-animation p {
        font-size: 18px;
    }

    .block.block-question.last-step p.map-overlay {
        height: 180px;
    }

    .block.block-question.last-step p.map-overlay img {
        margin-top: 0;
        max-width: 100%;
    }

    .block.block-question.last-step .btn-group .btn {
        width: 96%;
        padding-left: 2px;
        padding-right: 2px;
        white-space: nowrap;
        letter-spacing: -1px;
    }

    .block.block-question.last-step .btn-group .btn .icon-phone {
        width: 32px;
    }
}

@media (min-width: 600px) {
    .registration .registration-inner {
        width: 500px;
    }

    .registration .block {
        padding: 120px 40px 25px;
    }

    .block.block-question p,
    .block.block-animation p {
        margin: 10px 0 25px;
        padding: 25px 15px 0;
        font-size: 24px;
    }

    .block.block-question p.subheadline,
    .block.block-animation p.subheadline {
        font-size: 30px;
    }

    .block.block-question .head-image,
    .block.block-animation .head-image {
        padding: 10px 40px;
        height: 110px;
    }

    .block.block-animation .animation-image img {
        width: auto;
    }

    .block.block-question .btn-group {
        margin-top: 40px;
    }

    .block.block-question .btn-group .btn {
        padding: 10px;
        line-height: 1;
        font-size: 30px;
    }

    .block.block-question.last-step p.map-overlay {
        height: 300px;
    }

    .block.block-question.last-step p.map-overlay img {
        margin-top: 0;
        max-width: 100%;
        ;
    }

    .block.block-question.last-step p.subheadline {
        padding: 20px 30px;
    }

    .block.block-question.last-step .btn-group .btn {
        margin-bottom: 30px;
    }

    .icons-bottom .icon {
        width: 80px;
        height: 80px;
        background-size: auto;
    }

    .icons-bottom .icon.icon-like {
        background-position: -10px -205px;
    }

    .icons-bottom .icon.icon-check {
        background-position: -10px -10px;
    }

    .icons-bottom .icon.icon-lock {
        background-position: -10px -105px;
    }
}

/* table */
@media (min-width: 768px) {
    .icons-bottom {
        margin-top: 40px;
        margin-left: -100px;
        margin-right: -100px;
    }

    .icons-bottom ul {
        max-width: none;
    }

    .bg-map>span img {
        width: 150px;
    }
}

/* small desktop */
@media (min-width: 992px) {

    .wrapper>ul>li:last-child,
    .wrapper>ul>li:nth-last-child(2) {
        display: none;
    }
}

@media (min-width: 1200px) {

    .wrapper>ul>li:last-child,
    .wrapper>ul>li:nth-last-child(2) {
        display: block;
    }

    .bg-map>img {
        height: 115%;
    }
}

@media (min-width: 1400px) {
    .bg-map>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

body {
    color: #000000;
}

body,
input,
button,
select {
    font-family: 'Montserrat', sans-serif;
}

.registration .registration-inner {
    border-color: #cccccc;
    background-color: #e9e6e6;
}

.registration .block.last-step,
.block.block-question .head-image,
.block.block-animation .head-image {
    background-color: #213A26;
}

.block.block-question p,
.block.block-animation p {
    border-color: #cccccc;
}

.block.block-question.last-step p,
.block.block-question .btn-group .btn,
.icons-bottom ul li {
    color: #ffffff;
}

.icons-bottom .icon {
    background-image: url("icons_like_check_lock.png");
}

.block.block-question .btn-group .btn.btn-btn_yes,
.block.block-question .btn-group .btn.btn-btn_no,
.block.block-question .btn-group .btn.btn-submit {
    border-color: #479823;
    background: #7c974e;
    background: -moz-linear-gradient(top, #b2eb50 0%, #479823 100%);
    background: -webkit-linear-gradient(top, #b2eb50 0%, #479823 100%);
    background: linear-gradient(to bottom, #b2eb50 0%, #479823 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2eb50', endColorstr='#479823', GradientType=0);
}

.block.block-question .btn-group .btn.btn-btn_yes:hover,
.block.block-question .btn-group .btn.btn-btn_no:hover,
.block.block-question .btn-group .btn.btn-submit:hover {
    background: #7c974e;
    background: -moz-linear-gradient(top, #479823 0%, #b2eb50 100%);
    background: -webkit-linear-gradient(top, #479823 0%, #b2eb50 100%);
    background: linear-gradient(to bottom, #479823 0%, #b2eb50 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#479823', endColorstr='#b2eb50', GradientType=0);
}