.message--error, .message--warn, .message--success, .message--info {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid transparent;
}

.message--error {
    color: #d93232;
    border-color: #d93232;
    background-color: #f7d5d5;
}

.message--warn {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: #fff;
}

.message--success {
    color: #318026;
    border-color: #318026;
    background-color: #95dd8b;
}

.message--info {
    color: #30ab3b;
    border-color: #30ab3b;
    background-color: #b3eab8;
}

.txt--error {
    color: #d93232;
    font-weight: 600;
}

.txt--warn {
    color: #f0ad4e;
    font-weight: 600;
}

.txt--success {
    color: #318026;
    font-weight: 600;
}

.txt--info {
    color: #30ab3b;
    font-weight: 600;
}

.skip-link {
    position: absolute;
    left: -99999em;
    overflow: hidden;
}

    .skip-link:hover, .skip-link:focus {
        position: static;
    }

.txtleft {
    text-align: left;
}

.txtright {
    text-align: right;
}

.txtcenter {
    text-align: center;
}

.left, .start {
    float: left;
}

img.left, img.start {
    margin-right: 1em;
}

.right, .end {
    float: right;
}

img.right, img.end {
    margin-left: 1em;
}

img.left, img.right, img.start, img.end {
    margin-bottom: 0.5em;
}

.listing, .unstyled-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.unstyled-button {
    border: 0;
    background-color: transparent;
    padding: 0;
}

.row:after, .listing:after, .row:before, .listing:before, .clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.row:after, .listing:after, .clearfix:after {
    clear: both;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive__item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

    .embed-responsive.-ratio16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.-ratio4by3 {
        padding-bottom: 75%;
    }
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

progress {
    vertical-align: baseline;
}

template, [hidden] {
    display: none;
}

#DateNaissance{
    float:right;
}
#datetimepickerBirthday {
    margin-top:-35px;
    margin-right:5px;
    margin-left:-5px;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline-width: 0;
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: inherit;
}

b, strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button, input, select, textarea {
    font: inherit;
}

optgroup {
    font-weight: bold;
}

button, input, select {
    overflow: visible;
}

button, input, select, textarea {
    margin: 0;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    button:-moz-focusring, input:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    background: #ed2793;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ed2793;
    color: #fff;
    text-shadow: none;
}

body {
    background: #e5e5e5;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, img, svg, video {
    vertical-align: middle;
}

img, table, td, blockquote, code, pre, textarea, input, video {
    max-width: 100%;
}

.main:focus, .main-nav:focus {
    outline: 0;
}

.form__title, .sidebar__block__title, .popup__title, .dashboard__questionnaire__title, .dashboard__questionnaire__question, .dashboard__ask__title, .balance__details__title, .balance__already__title, .homepage__opinion__subtitle, .faq__search__title {
    position: relative;
    margin-left: 2rem;
}

    .form__title:before, .sidebar__block__title:before, .popup__title:before, .dashboard__questionnaire__title:before, .dashboard__questionnaire__question:before, .dashboard__ask__title:before, .balance__details__title:before, .balance__already__title:before, .homepage__opinion__subtitle:before, .faq__search__title:before {
        content: '';
        background: #ff71ca;
        width: .1rem;
        height: 80%;
        top: 10%;
        display: block;
        position: absolute;
        left: -2rem;
    }

.-shadow, .-hexagone:after {
    box-shadow: 1px 1.7px 0 0 rgba(169,54,136,0.3);
}

.-hexagone {
    width: 17.5rem;
    height: 7.5rem;
    position: relative;
    transform: rotate(-45deg);
    z-index: 1;
    border-radius: .7rem;
    margin: 6rem 2rem 6rem 0rem;
    background: #fff;
}

    .-hexagone:before, .-hexagone:after {
        content: '';
        background: #fff;
        width: 12.7rem;
        height: 12.6rem;
        position: absolute;
        display: block;
        border-radius: .7rem;
        z-index: -1;
        transform: rotate(45deg);
        top: -5.8rem;
        left: 2.5rem;
    }

    .-hexagone:after {
        top: .7rem;
        left: 2.4rem;
    }

    .-hexagone span {
        transform: rotate(45deg);
        display: block;
    }

time {
    color: #ed2793;
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
}

    time svg {
        width: 2.2rem !important;
        height: 2.2rem !important;
        margin-right: .8rem;
    }

.main-content {
    padding: 4rem 0 5rem;
}

.page-home, .page-dashboard, .page-faq, .page-contact {
    background-image: linear-gradient(to left, #854a8e, #444b77),linear-gradient(311deg, #444b77, #ed2793);
}

.pager {
    padding-left: 0;
    list-style-type: none;
}

    .pager li {
        display: inline-block;
    }

    .pager a, .pager span {
        width: 2.4rem;
        height: 2.4rem;
        border: #b7b9c7 1px solid;
        border-radius: 0.3rem;
        display: block;
        text-align: center;
        color: #33274f;
        text-decoration: none;
        font-size: 1.4rem;
        padding-top: .1rem;
        transition: color .5s, background .5s;
    }

        .pager span, .pager a:hover, .pager a:focus {
            background: #8373aa;
            color: #fff;
        }

details summary::-webkit-details-marker {
    display: none;
}

.content-wysiwyg ul {
    padding-left: 2rem;
    list-style-type: none;
}

.content-wysiwyg li:before {
    content: '';
    background: #ed2793;
    width: .5rem;
    height: .5rem;
    display: inline-block;
    margin: 0 1rem .3rem -1.3rem;
    border-radius: 50%;
}

.content-wysiwyg h2, .content-wysiwyg h3, .content-wysiwyg h4, .content-wysiwyg h5 {
    font-weight: 400;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"),url("../fonts/opensans-bold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/opensans-bolditalic-webfont.woff2") format("woff2"),url("../fonts/opensans-bolditalic-webfont.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/opensans-italic-webfont.woff2") format("woff2"),url("../fonts/opensans-italic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/opensans-light-webfont.woff2") format("woff2"),url("../fonts/opensans-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sansc';
    src: url("../fonts/opensans-lightitalic-webfont.woff2") format("woff2"),url("../fonts/opensans-lightitalic-webfont.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"),url("../fonts/opensans-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/opensans-semibold-webfont.woff2") format("woff2"),url("../fonts/opensans-semibold-webfont.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/opensans-semibolditalic-webfont.woff2") format("woff2"),url("../fonts/opensans-semibolditalic-webfont.woff") format("woff");
    font-weight: 600;
    font-style: italic;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

_:-ms-fullscreen, :root {
    font-size: calc(1em * .625);
}

body {
    font-family: "Open Sans",sans-serif;
    font-size: 1.6em;
    color: #33274f;
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6, .h1-like, .h2-like, .h3-like, .h4-like, .h5-like, .h6-like {
    font-family: "Open Sans",sans-serif;
    line-height: 1.2;
    font-weight: 300;
    color: #33274f;
}

    h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, .h1-like b, .h2-like b, .h3-like b, .h4-like b, .h5-like b, .h6-like b {
        display: block;
    }

h1, .h1-like {
    font-size: 3.6rem;
}

h2, .h2-like {
    font-size: 2.4rem;
}

h3, .h3-like {
    font-size: 2.2rem;
}

h4, .h4-like {
    font-size: 2rem;
}

h5, .h5-like {
    font-size: 1.8rem;
}

h6, .h6-like {
    font-size: 1.6rem;
}

.smaller {
    font-size: 0.71em;
}

.small {
    font-size: 0.86em;
}

.big {
    font-size: 1.14em;
}

.bigger {
    font-size: 1.29em;
}

.biggest {
    font-size: 1.43em;
}

em, .em, i {
    font-style: italic;
}

.no-em {
    font-style: normal;
}

strong, .strong, b {
    font-weight: bold;
}

.no-strong {
    font-weight: normal;
}

sup, sub {
    vertical-align: 0;
    position: relative;
}

sup {
    bottom: .25em;
    top: auto;
}

sub {
    top: .25em;
}

p:first-child, .p-like:first-child, ul:first-child, ol:first-child, dl:first-child, blockquote:first-child, pre:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}

a {
    color: #ed2793;
}

    a:hover, a:focus {
        text-decoration: none;
    }

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.625em;
    padding-right: 0.625em;
}

@media (min-width: 48em) {
    .container {
        width: 46.25em;
    }
}

@media (min-width: 62em) {
    .container {
        width: 60em;
    }
}

@media (min-width: 75em) {
    .container {
        width: 72.5em;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.625em;
    padding-right: 0.625em;
    max-width: 127rem;
}

.row, .listing {
    margin-left: -0.625em;
    margin-right: -0.625em;
}

.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 {
    position: relative;
    min-height: 1px;
    padding-left: 0.625em;
    padding-right: 0.625em;
}

.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 {
    float: left;
}

.col-xs-1 {
    width: 6.25%;
}

.col-xs-2 {
    width: 12.5%;
}

.col-xs-3 {
    width: 18.75%;
}

.col-xs-4 {
    width: 25%;
}

.col-xs-5 {
    width: 31.25%;
}

.col-xs-6 {
    width: 37.5%;
}

.col-xs-7 {
    width: 43.75%;
}

.col-xs-8 {
    width: 50%;
}

.col-xs-9 {
    width: 56.25%;
}

.col-xs-10 {
    width: 62.5%;
}

.col-xs-11 {
    width: 68.75%;
}

.col-xs-12 {
    width: 75%;
}

.col-xs-13 {
    width: 81.25%;
}

.col-xs-14 {
    width: 87.5%;
}

.col-xs-15 {
    width: 93.75%;
}

.col-xs-16 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 6.25%;
}

.col-xs-pull-2 {
    right: 12.5%;
}

.col-xs-pull-3 {
    right: 18.75%;
}

.col-xs-pull-4 {
    right: 25%;
}

.col-xs-pull-5 {
    right: 31.25%;
}

.col-xs-pull-6 {
    right: 37.5%;
}

.col-xs-pull-7 {
    right: 43.75%;
}

.col-xs-pull-8 {
    right: 50%;
}

.col-xs-pull-9 {
    right: 56.25%;
}

.col-xs-pull-10 {
    right: 62.5%;
}

.col-xs-pull-11 {
    right: 68.75%;
}

.col-xs-pull-12 {
    right: 75%;
}

.col-xs-pull-13 {
    right: 81.25%;
}

.col-xs-pull-14 {
    right: 87.5%;
}

.col-xs-pull-15 {
    right: 93.75%;
}

.col-xs-pull-16 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 6.25%;
}

.col-xs-push-2 {
    left: 12.5%;
}

.col-xs-push-3 {
    left: 18.75%;
}

.col-xs-push-4 {
    left: 25%;
}

.col-xs-push-5 {
    left: 31.25%;
}

.col-xs-push-6 {
    left: 37.5%;
}

.col-xs-push-7 {
    left: 43.75%;
}

.col-xs-push-8 {
    left: 50%;
}

.col-xs-push-9 {
    left: 56.25%;
}

.col-xs-push-10 {
    left: 62.5%;
}

.col-xs-push-11 {
    left: 68.75%;
}

.col-xs-push-12 {
    left: 75%;
}

.col-xs-push-13 {
    left: 81.25%;
}

.col-xs-push-14 {
    left: 87.5%;
}

.col-xs-push-15 {
    left: 93.75%;
}

.col-xs-push-16 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 6.25%;
}

.col-xs-offset-2 {
    margin-left: 12.5%;
}

.col-xs-offset-3 {
    margin-left: 18.75%;
}

.col-xs-offset-4 {
    margin-left: 25%;
}

.col-xs-offset-5 {
    margin-left: 31.25%;
}

.col-xs-offset-6 {
    margin-left: 37.5%;
}

.col-xs-offset-7 {
    margin-left: 43.75%;
}

.col-xs-offset-8 {
    margin-left: 50%;
}

.col-xs-offset-9 {
    margin-left: 56.25%;
}

.col-xs-offset-10 {
    margin-left: 62.5%;
}

.col-xs-offset-11 {
    margin-left: 68.75%;
}

.col-xs-offset-12 {
    margin-left: 75%;
}

.col-xs-offset-13 {
    margin-left: 81.25%;
}

.col-xs-offset-14 {
    margin-left: 87.5%;
}

.col-xs-offset-15 {
    margin-left: 93.75%;
}

.col-xs-offset-16 {
    margin-left: 100%;
}

@media (min-width: 48em) {
    .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 {
        float: left;
    }

    .col-sm-1 {
        width: 6.25%;
    }

    .col-sm-2 {
        width: 12.5%;
    }

    .col-sm-3 {
        width: 18.75%;
    }

    .col-sm-4 {
        width: 25%;
    }

    .col-sm-5 {
        width: 31.25%;
    }

    .col-sm-6 {
        width: 37.5%;
    }

    .col-sm-7 {
        width: 43.75%;
    }

    .col-sm-8 {
        width: 50%;
    }

    .col-sm-9 {
        width: 56.25%;
    }

    .col-sm-10 {
        width: 62.5%;
    }

    .col-sm-11 {
        width: 68.75%;
    }

    .col-sm-12 {
        width: 75%;
    }

    .col-sm-13 {
        width: 81.25%;
    }

    .col-sm-14 {
        width: 87.5%;
    }

    .col-sm-15 {
        width: 93.75%;
    }

    .col-sm-16 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 6.25%;
    }

    .col-sm-pull-2 {
        right: 12.5%;
    }

    .col-sm-pull-3 {
        right: 18.75%;
    }

    .col-sm-pull-4 {
        right: 25%;
    }

    .col-sm-pull-5 {
        right: 31.25%;
    }

    .col-sm-pull-6 {
        right: 37.5%;
    }

    .col-sm-pull-7 {
        right: 43.75%;
    }

    .col-sm-pull-8 {
        right: 50%;
    }

    .col-sm-pull-9 {
        right: 56.25%;
    }

    .col-sm-pull-10 {
        right: 62.5%;
    }

    .col-sm-pull-11 {
        right: 68.75%;
    }

    .col-sm-pull-12 {
        right: 75%;
    }

    .col-sm-pull-13 {
        right: 81.25%;
    }

    .col-sm-pull-14 {
        right: 87.5%;
    }

    .col-sm-pull-15 {
        right: 93.75%;
    }

    .col-sm-pull-16 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 6.25%;
    }

    .col-sm-push-2 {
        left: 12.5%;
    }

    .col-sm-push-3 {
        left: 18.75%;
    }

    .col-sm-push-4 {
        left: 25%;
    }

    .col-sm-push-5 {
        left: 31.25%;
    }

    .col-sm-push-6 {
        left: 37.5%;
    }

    .col-sm-push-7 {
        left: 43.75%;
    }

    .col-sm-push-8 {
        left: 50%;
    }

    .col-sm-push-9 {
        left: 56.25%;
    }

    .col-sm-push-10 {
        left: 62.5%;
    }

    .col-sm-push-11 {
        left: 68.75%;
    }

    .col-sm-push-12 {
        left: 75%;
    }

    .col-sm-push-13 {
        left: 81.25%;
    }

    .col-sm-push-14 {
        left: 87.5%;
    }

    .col-sm-push-15 {
        left: 93.75%;
    }

    .col-sm-push-16 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 6.25%;
    }

    .col-sm-offset-2 {
        margin-left: 12.5%;
    }

    .col-sm-offset-3 {
        margin-left: 18.75%;
    }

    .col-sm-offset-4 {
        margin-left: 25%;
    }

    .col-sm-offset-5 {
        margin-left: 31.25%;
    }

    .col-sm-offset-6 {
        margin-left: 37.5%;
    }

    .col-sm-offset-7 {
        margin-left: 43.75%;
    }

    .col-sm-offset-8 {
        margin-left: 50%;
    }

    .col-sm-offset-9 {
        margin-left: 56.25%;
    }

    .col-sm-offset-10 {
        margin-left: 62.5%;
    }

    .col-sm-offset-11 {
        margin-left: 68.75%;
    }

    .col-sm-offset-12 {
        margin-left: 75%;
    }

    .col-sm-offset-13 {
        margin-left: 81.25%;
    }

    .col-sm-offset-14 {
        margin-left: 87.5%;
    }

    .col-sm-offset-15 {
        margin-left: 93.75%;
    }

    .col-sm-offset-16 {
        margin-left: 100%;
    }
}

@media (min-width: 62em) {
    .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 {
        float: left;
    }

    .col-md-1 {
        width: 6.25%;
    }

    .col-md-2 {
        width: 12.5%;
    }

    .col-md-3 {
        width: 18.75%;
    }

    .col-md-4 {
        width: 25%;
    }

    .col-md-5 {
        width: 31.25%;
    }

    .col-md-6 {
        width: 37.5%;
    }

    .col-md-7 {
        width: 43.75%;
    }

    .col-md-8 {
        width: 50%;
    }

    .col-md-9 {
        width: 56.25%;
    }

    .col-md-10 {
        width: 62.5%;
    }

    .col-md-11 {
        width: 68.75%;
    }

    .col-md-12 {
        width: 75%;
    }

    .col-md-13 {
        width: 81.25%;
    }

    .col-md-14 {
        width: 87.5%;
    }

    .col-md-15 {
        width: 93.75%;
    }

    .col-md-16 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 6.25%;
    }

    .col-md-pull-2 {
        right: 12.5%;
    }

    .col-md-pull-3 {
        right: 18.75%;
    }

    .col-md-pull-4 {
        right: 25%;
    }

    .col-md-pull-5 {
        right: 31.25%;
    }

    .col-md-pull-6 {
        right: 37.5%;
    }

    .col-md-pull-7 {
        right: 43.75%;
    }

    .col-md-pull-8 {
        right: 50%;
    }

    .col-md-pull-9 {
        right: 56.25%;
    }

    .col-md-pull-10 {
        right: 62.5%;
    }

    .col-md-pull-11 {
        right: 68.75%;
    }

    .col-md-pull-12 {
        right: 75%;
    }

    .col-md-pull-13 {
        right: 81.25%;
    }

    .col-md-pull-14 {
        right: 87.5%;
    }

    .col-md-pull-15 {
        right: 93.75%;
    }

    .col-md-pull-16 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 6.25%;
    }

    .col-md-push-2 {
        left: 12.5%;
    }

    .col-md-push-3 {
        left: 18.75%;
    }

    .col-md-push-4 {
        left: 25%;
    }

    .col-md-push-5 {
        left: 31.25%;
    }

    .col-md-push-6 {
        left: 37.5%;
    }

    .col-md-push-7 {
        left: 43.75%;
    }

    .col-md-push-8 {
        left: 50%;
    }

    .col-md-push-9 {
        left: 56.25%;
    }

    .col-md-push-10 {
        left: 62.5%;
    }

    .col-md-push-11 {
        left: 68.75%;
    }

    .col-md-push-12 {
        left: 75%;
    }

    .col-md-push-13 {
        left: 81.25%;
    }

    .col-md-push-14 {
        left: 87.5%;
    }

    .col-md-push-15 {
        left: 93.75%;
    }

    .col-md-push-16 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 6.25%;
    }

    .col-md-offset-2 {
        margin-left: 12.5%;
    }

    .col-md-offset-3 {
        margin-left: 18.75%;
    }

    .col-md-offset-4 {
        margin-left: 25%;
    }

    .col-md-offset-5 {
        margin-left: 31.25%;
    }

    .col-md-offset-6 {
        margin-left: 37.5%;
    }

    .col-md-offset-7 {
        margin-left: 43.75%;
    }

    .col-md-offset-8 {
        margin-left: 50%;
    }

    .col-md-offset-9 {
        margin-left: 56.25%;
    }

    .col-md-offset-10 {
        margin-left: 62.5%;
    }

    .col-md-offset-11 {
        margin-left: 68.75%;
    }

    .col-md-offset-12 {
        margin-left: 75%;
    }

    .col-md-offset-13 {
        margin-left: 81.25%;
    }

    .col-md-offset-14 {
        margin-left: 87.5%;
    }

    .col-md-offset-15 {
        margin-left: 93.75%;
    }

    .col-md-offset-16 {
        margin-left: 100%;
    }
}

@media (min-width: 75em) {
    .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 {
        float: left;
    }

    .col-lg-1 {
        width: 6.25%;
    }

    .col-lg-2 {
        width: 12.5%;
    }

    .col-lg-3 {
        width: 18.75%;
    }

    .col-lg-4 {
        width: 25%;
    }

    .col-lg-5 {
        width: 31.25%;
    }

    .col-lg-6 {
        width: 37.5%;
    }

    .col-lg-7 {
        width: 43.75%;
    }

    .col-lg-8 {
        width: 50%;
    }

    .col-lg-9 {
        width: 56.25%;
    }

    .col-lg-10 {
        width: 62.5%;
    }

    .col-lg-11 {
        width: 68.75%;
    }

    .col-lg-12 {
        width: 75%;
    }

    .col-lg-13 {
        width: 81.25%;
    }

    .col-lg-14 {
        width: 87.5%;
    }

    .col-lg-15 {
        width: 93.75%;
    }

    .col-lg-16 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 6.25%;
    }

    .col-lg-pull-2 {
        right: 12.5%;
    }

    .col-lg-pull-3 {
        right: 18.75%;
    }

    .col-lg-pull-4 {
        right: 25%;
    }

    .col-lg-pull-5 {
        right: 31.25%;
    }

    .col-lg-pull-6 {
        right: 37.5%;
    }

    .col-lg-pull-7 {
        right: 43.75%;
    }

    .col-lg-pull-8 {
        right: 50%;
    }

    .col-lg-pull-9 {
        right: 56.25%;
    }

    .col-lg-pull-10 {
        right: 62.5%;
    }

    .col-lg-pull-11 {
        right: 68.75%;
    }

    .col-lg-pull-12 {
        right: 75%;
    }

    .col-lg-pull-13 {
        right: 81.25%;
    }

    .col-lg-pull-14 {
        right: 87.5%;
    }

    .col-lg-pull-15 {
        right: 93.75%;
    }

    .col-lg-pull-16 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 6.25%;
    }

    .col-lg-push-2 {
        left: 12.5%;
    }

    .col-lg-push-3 {
        left: 18.75%;
    }

    .col-lg-push-4 {
        left: 25%;
    }

    .col-lg-push-5 {
        left: 31.25%;
    }

    .col-lg-push-6 {
        left: 37.5%;
    }

    .col-lg-push-7 {
        left: 43.75%;
    }

    .col-lg-push-8 {
        left: 50%;
    }

    .col-lg-push-9 {
        left: 56.25%;
    }

    .col-lg-push-10 {
        left: 62.5%;
    }

    .col-lg-push-11 {
        left: 68.75%;
    }

    .col-lg-push-12 {
        left: 75%;
    }

    .col-lg-push-13 {
        left: 81.25%;
    }

    .col-lg-push-14 {
        left: 87.5%;
    }

    .col-lg-push-15 {
        left: 93.75%;
    }

    .col-lg-push-16 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 6.25%;
    }

    .col-lg-offset-2 {
        margin-left: 12.5%;
    }

    .col-lg-offset-3 {
        margin-left: 18.75%;
    }

    .col-lg-offset-4 {
        margin-left: 25%;
    }

    .col-lg-offset-5 {
        margin-left: 31.25%;
    }

    .col-lg-offset-6 {
        margin-left: 37.5%;
    }

    .col-lg-offset-7 {
        margin-left: 43.75%;
    }

    .col-lg-offset-8 {
        margin-left: 50%;
    }

    .col-lg-offset-9 {
        margin-left: 56.25%;
    }

    .col-lg-offset-10 {
        margin-left: 62.5%;
    }

    .col-lg-offset-11 {
        margin-left: 68.75%;
    }

    .col-lg-offset-12 {
        margin-left: 75%;
    }

    .col-lg-offset-13 {
        margin-left: 81.25%;
    }

    .col-lg-offset-14 {
        margin-left: 87.5%;
    }

    .col-lg-offset-15 {
        margin-left: 93.75%;
    }

    .col-lg-offset-16 {
        margin-left: 100%;
    }
}

.listing li {
    padding-left: 0.625em;
    padding-right: 0.625em;
    margin-bottom: 1.25em;
}

@media (min-width: 37.5em) {
    .listing.-three li, .listing.-four li {
        float: left;
        width: 50%;
    }

        .listing.-three li:nth-child(2n+1), .listing.-four li:nth-child(2n+1) {
            clear: left;
        }
}

@media (min-width: 37.5em) {
    .listing.-three li {
        width: 33.3333%;
    }

        .listing.-three li:nth-child(2n+1) {
            clear: none;
        }

        .listing.-three li:nth-child(3n+1) {
            clear: left;
        }

    .listing.-two li {
        float: left;
        width: 50%;
    }

        .listing.-two li:nth-child(2n+1) {
            clear: left;
        }
}

@media (min-width: 62em) {
    .listing.-four li {
        width: 25%;
    }

        .listing.-four li:nth-child(2n+1) {
            clear: none;
        }

        .listing.-four li:nth-child(4n+1) {
            clear: left;
        }
}

header {
    padding: 2.1rem 0;
}

    header .container-fluid {
        position: relative;
    }

.-white {
    background: #fff;
}

.container-main-nav {
    vertical-align: middle;
    display: inline;
}

@media (min-width: 48em) {
    .container-main-nav {
        vertical-align: bottom;
        display: inline-block;
        width: calc(100% - 21.3rem);
        text-align: right;
    }
}

.container-language-switcher {
    display: none;
    position: relative;
    font-size: 1.2rem;
}

    .container-language-switcher button {
        color: #33274f;
        border: 1px solid #8373aa;
        border-radius: .4rem;
        padding: 0.2rem .8rem;
        background: #fff;
        text-transform: uppercase;
        transition: color .5s, border-color .5s;
    }

        .container-language-switcher button svg {
            transition: color .5s;
        }

        .container-language-switcher button:focus {
            outline: none;
        }

.no-touchevents .container-language-switcher button:hover, .no-touchevents .container-language-switcher button:focus {
    color: #ed2793;
    border-color: #ed2793;
}

    .no-touchevents .container-language-switcher button:hover svg, .no-touchevents .container-language-switcher button:focus svg {
        color: #ed2793;
    }

.container-language-switcher svg {
    width: 1.8rem;
    height: 1.8rem;
    color: #33274f;
}

.container-language-switcher [aria-hidden="true"] {
    display: none;
}

@media (min-width: 48em) {
    .container-language-switcher {
        display: block;
        position: absolute;
        top: 0;
        right: 0.625em;
    }
}

.container-language-switcher ul {
    position: absolute;
    top: calc(100% + .1rem);
    right: 0;
    left: 0;
    background: #fff;
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    border: 1px solid #ed2793;
    border-radius: .4rem;
    text-transform: uppercase;
}

.container-language-switcher li {
    text-align: center;
}

    /*.container-language-switcher li + li a {
        padding-top: 0;
    }*/

.container-language-switcher .is-active {
    padding: 0.5rem 1rem;
    color: #33274f;
}

    .container-language-switcher .is-active span {
        font-weight: 700;
    }

.container-language-switcher a {
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: block;
    color: #33274f;
    transition: color .5s;
}

.no-touchevents .container-language-switcher a:hover, .no-touchevents .container-language-switcher a:focus {
    color: #ed2793;
}

.page-home .header {
    position: relative;
    z-index: 1;
}

.burger {
    border: none;
    background: transparent;
    border-top: 0.4rem solid #ed2793;
    border-bottom: 0.4rem solid #ed2793;
    width: 2.5rem;
    height: 2rem;
    position: relative;
    transition: border-color .5s;
    float: right;
    margin-right: 1rem;
    margin-top: 4.5rem;
}

    .burger:before {
        content: '';
        background: #ed2793;
        width: 2.5rem;
        height: .4rem;
        position: absolute;
        top: .4rem;
        left: 0;
        transition: background .5s;
    }

    .burger:focus {
        outline: none;
    }

.no-touchevents .burger:hover, .no-touchevents .burger:focus {
    border-color: #8373aa;
}

    .no-touchevents .burger:hover:before, .no-touchevents .burger:focus:before {
        background: #8373aa;
    }

@media (min-width: 48em) {
    .burger {
        display: none;
    }
}

.burger[aria-expanded="true"] {
    border-bottom: none;
    transform: rotate(45deg);
    transition: transform .5s;
}

    .burger[aria-expanded="true"]:before {
        transform: rotate(-90deg);
        top: -.3rem;
    }

.main-nav {
    text-decoration: none;
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}

.container-main-nav:focus {
    outline: 0;
    outline: none;
}

    .main-nav[aria-hidden="true"] {
        display: none;
    }

    .main-nav a {
        color: #fff;
        text-decoration: none;
        transition: color .7s;
        font-size: 1.6rem;
    }

        .main-nav a:not([class*="btn-"]).active {
            color: #b7b9c7 !important;
            position: relative;
        }

            .main-nav a:not([class*="btn-"]).active:after {
                content: '';
                height: .2rem;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -1rem;
                background: #e5e5e5;
                display: block;
            }

.no-touchevents .main-nav a:hover, .no-touchevents .main-nav a:focus {
    color: #b7b9c7 !important;
}

.main-nav a[class*="btn-"] {
    color: #fff;
    padding: 1.2rem 2.3rem;
}

.-white .main-nav a:not([class*="btn-"]) {
    color: #b7b9c7;
}

    .-white .main-nav a:not([class*="btn-"]).active {
        color: #33274f !important;
    }

.no-touchevents .-white .main-nav a:not([class*="btn-"]):hover, .no-touchevents .-white .main-nav a:not([class*="btn-"]):focus {
    color: #33274f !important;
}

.no-touchevents .main-nav .btn-primary:hover, .no-touchevents .main-nav .btn-primary:focus {
    color: #ed2793 !important;
}

.main-nav .btn-primary.active {
    color: #ed2793;
    background: transparent;
}

.no-touchevents .main-nav .btn-tertiary:hover, .no-touchevents .main-nav .btn-tertiary:focus {
    color: #8373aa !important;
}

@media (max-width: 47.99em) {
    .main-nav {
        margin: 3rem 0 1rem;
    }

        .main-nav li + li {
            margin-bottom: 1rem;
        }

        .main-nav li:first-child, .main-nav li:nth-child(2) {
            margin-bottom: 1.5rem;
        }
}

@media (min-width: 48em) {
    .main-nav li {
        display: inline-block;
    }

        .main-nav li + li {
            margin-left: 1rem;
        }

        .main-nav li:nth-child(2), .main-nav li:nth-child(3) {
            margin-left: 3.5rem;
        }
}

@media (min-width: 62em) {
    .main-nav li:nth-child(2), .main-nav li:nth-child(3) {
        margin-left: 4.5rem;
    }
}

.footer {
    background: #2b2044;
    padding: 1.5rem 0;
    font-size: 1.2rem;
    color: #fff;
}

    .footer nav {
        display: inline-block;
    }

    .footer ul {
        list-style-type: none;
        padding-left: 0;
    }

    .footer a {
        text-decoration: none;
        color: #fff;
        font-size: 1.3rem;
    }

.no-touchevents .footer a:hover, .no-touchevents .footer a:focus {
    text-decoration: underline;
}

.footer a.active {
    color: #b7b9c7;
}

@media (min-width: 30em) {
    .footer li {
        display: inline-block;
    }

        .footer li + li {
            border-left: 1px solid #fff;
            padding: 0 2rem;
        }

        .footer li:first-child {
            padding-right: 2rem;
        }
}

@media (min-width: 48em) {
    .footer ul {
        margin: 0;
    }
}

@media (min-width: 62em) {
    .footer .copyright {
        text-align: right;
    }
}

button {
    -webkit-appearance: none;
}

input, button, select, label, [class*="btn-"] {
    vertical-align: middle;
    font-family: inherit;
    font-size: inherit;
}

label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 1rem .2rem 0;
}

legend {
    border: 0;
    white-space: normal;
}

textarea {
    min-height: 5em;
    vertical-align: top;
    font-family: inherit;
    font-size: inherit;
    resize: vertical;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

    input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
        display: none;
    }

button::-moz-focus-inner, input[type='button']::-moz-focus-inner, input[type='reset']::-moz-focus-inner, input[type='submit']::-moz-focus-inner {
    border: 0;
    padding: 0;
}

::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}

input:-moz-placeholder, input::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder {
    color: #777;
    opacity: 1;
}

input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="tel"], textarea, select {
    background-color: #fff;
    border: 1px solid #b7b9c7;
    padding: 0.5rem 1rem;
    height: 3.4rem;
}

    input[type="text"].error, input[type="text"]:invalid, input[type="password"].error, input[type="password"]:invalid, input[type="search"].error, input[type="search"]:invalid, input[type="email"].error, input[type="email"]:invalid, input[type="tel"].error, input[type="tel"]:invalid, textarea.error, textarea:invalid, select.error, select:invalid {
        color: #d93232;
        border-color: #d93232;
    }

    input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
        outline: none;
        border: 1px solid #b7b9c7;
        box-shadow: 0 0 4px 0 #b7b9c7;
    }

textarea {
    height: auto;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjMjZmNDZkYi05ODE5LWM2NDgtYTgxNS05MjcyMWIxYTYxYTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTYxMUEzM0E2NjE4MTFFNjg5MzJEM0QwQTNBMjA3NjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTYxMUEzMzk2NjE4MTFFNjg5MzJEM0QwQTNBMjA3NjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzI2ZjQ2ZGItOTgxOS1jNjQ4LWE4MTUtOTI3MjFiMWE2MWE0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmMyNmY0NmRiLTk4MTktYzY0OC1hODE1LTkyNzIxYjFhNjFhNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmSPjj0AAAB6SURBVHjaYjFW93dmYGBgB+JtDPiBFxD/YAISy4F4CxBn4VGcBVWzEqShDio4BYemLKgcCNSANMwA4lwcmpAV5wDxTBYoZyoQ/4dKwhQwAvFkJMXTQAwWJNOmIdkyBUk8B0mOgQnNvdOgCrAqRrcBWdMDKBsjqAECDAA0eBjOTAAluwAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    padding-right: 3.5rem;
}

    select::-ms-expand {
        display: none;
    }

.form-item {
    position: relative;
    margin-bottom: 1.8rem;
}

[type="checkbox"], [type="radio"] {
    position: absolute;
    left: -999rem;
}

    [type="checkbox"]:checked + label:before, [type="radio"]:checked + label:before {
        background-color: #ed2793;
    }

    [type="checkbox"] + label, [type="radio"] + label {
        padding-left: 2.2rem;
        margin-bottom: 1rem;
        margin-right: 2rem;
        font-weight: 400;
        transition: .5s color;
        position: relative;
        display: inline-block;
        font-size: 1.6rem;
    }

        [type="checkbox"] + label:before, [type="radio"] + label:before {
            transition: all 0.3s ease;
            content: "";
            position: absolute;
            left: 0;
            top: 0.35rem;
            display: block;
            width: 1.5rem;
            height: 1.5rem;
            background-color: #fff;
            border: 2px solid #d6d5d9;
            background-clip: content-box;
        }

        [type="checkbox"] + label:hover, [type="checkbox"] + label:focus, [type="radio"] + label:hover, [type="radio"] + label:focus {
            color: #858192;
        }

        [type="radio"] + label:before {
            border-radius: 50px;
        }

.form {
    background: #fff;
    border-radius: .7rem;
    padding: 3rem;
    margin-bottom: 2rem;
}

.form__title {
    text-transform: uppercase;
}

.form .form-field {
    margin-bottom: 2rem;
}

.form .form-info {
    font-size: 1.2rem;
    font-style: italic;
}

.form label, .form .label {
    width: 9rem;
    margin-right: 1rem;
    font-size: 1.4rem;
}

.form .label {
    display: inline-block;
    vertical-align: top;
}

.form input + label {
    width: auto;
}

.form .radio-block {
    display: inline-block;
    width: calc(100% - 11rem);
}

.form .full-width {
    width: 100% !important;
}

.form input[type="text"], .form input[type="number"], .form input[type="tel"], .form input[type="email"], .form select {
    width: calc(100% - 11rem);
    color: #8373aa;
}

@media (min-width: 62em) {
    .form {
        padding: 3rem;
    }
}

@media (min-width: 75em) {
    .form {
        padding: 4.5rem 5rem 4rem 5rem;
    }
}

.form.-dark {
    background: #33274f;
}

    .form.-dark .form__title, .form.-dark .form-info, .form.-dark label {
        color: #fff;
    }

.sidebar {
    background: #33274f;
    padding: 3.6rem 4.6rem;
    margin-bottom: 4.5rem;
    text-align: center;
}

.sidebar__block__title {
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
}

    .sidebar__block__title b {
        display: block;
    }

.sidebar h1 {
    font-size: 2.4rem;
}

.sidebar h2 {
    font-size: 1.9rem;
}

.sidebar p {
    display: block;
    color: #858192;
    font-size: 1.2rem;
}

@media (min-width: 48em) {
    .sidebar {
        padding: 3.6rem 4.6rem 13rem;
    }
}

.sidebar__profil figure {
    position: relative;
    width: 12rem;
    margin: 2.5rem auto 0;
}

    .sidebar__profil figure:after {
        content: '✓';
        color: #fff;
        background: #ed2793;
        border-radius: 50%;
        width: 2.4rem;
        height: 2.4rem;
        text-align: center;
        display: block;
        font-weight: bold;
        position: absolute;
        top: 8.2rem;
        right: 0.8rem;
    }

.sidebar__profil__picture {
    border-radius: 50%;
    border: 0.7rem solid #8373aa;
    display: block;
    margin: 0 auto 1rem;
}

.sidebar__profil__time {
    display: block;
    color: #8373aa;
    font-size: 1.4rem;
    margin-bottom: 2rem;
}

.sidebar__configure {
    background: #2b2044;
    margin: 5rem -3rem;
    border-radius: .4rem;
    padding: 4rem 3.6rem;
}

.sidebar__configure__chart {
    margin: 2rem 3rem;
    position: relative;
}

.sidebar__configure__percent {
    position: absolute;
    top: calc(50% - 2.3rem);
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    z-index: 1000;
    color: #fff;
}

@media (min-width: 30em) and (max-width: 47.99em) {
    .sidebar__configure__chart {
        margin: 2.6rem 25%;
    }
}

@media (min-width: 48em) {
    .sidebar__configure__chart {
        margin: 2.6rem 0;
    }
}

@media (min-width: 62em) {
    .sidebar__configure__chart {
        margin: 2.6rem 1rem;
    }
}

@media (min-width: 75em) {
    .sidebar__configure__chart {
        margin: 2.6rem 5rem;
    }
}

.sidebar__sponsor__input-text {
    display: block;
    margin: 0 auto 1.6rem;
    background-position: calc(100% - 1rem) 50%;
    background-repeat: no-repeat;
    transition: background 0.5s;
    background-image: url("../img/icon-email.png");
    padding: .5rem 3.5rem .5rem 2rem !important;
}

.sidebar-news .news-preview__title {
    text-transform: uppercase;
    margin: 8rem 0 4rem !important;
}

.sidebar-news .news-preview__block + .news-preview__block {
    padding-top: 4.5rem;
    position: relative;
}

    .sidebar-news .news-preview__block + .news-preview__block:before {
        content: '';
        height: .1rem;
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
        background: #d6d5d9;
    }

@media (min-width: 62em) {
    .sidebar-news {
        position: relative;
    }

        .sidebar-news:before {
            content: '';
            width: .1rem;
            display: block;
            position: absolute;
            top: 8rem;
            bottom: 0;
            left: -10%;
            background: #d6d5d9;
        }
}

.browsehappy {
    background-color: #f0ad4e;
    color: #444;
    padding: 4rem 2rem;
    text-align: center;
}

    .browsehappy p {
        max-width: 128rem;
        margin: 0 auto;
    }

[class*="btn-"] {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    border: 0;
    font-weight: 400;
    border-radius: 0.4rem;
    line-height: 1;
    text-decoration: none;
    padding: 1.2rem 1.3rem;
    transition: background-color 250ms ease-in, color 250ms ease-in;
}

.no-touchevents [class*="btn-"]:hover, .no-touchevents [class*="btn-"]:focus, .no-js [class*="btn-"]:hover, .no-js [class*="btn-"]:focus {
    text-decoration: none;
    background-color: transparent;
}

.btn-primary {
    border: 1px solid #ed2793;
    background: #ed2793;
}

.no-touchevents .btn-primary:hover, .no-touchevents .btn-primary:focus, .no-js .btn-primary:hover, .no-js .btn-primary:focus {
    color: #ed2793;
}

.btn-secondary {
    border: 1px solid #33274f;
    background: #33274f;
}

.no-touchevents .btn-secondary:hover, .no-touchevents .btn-secondary:focus, .no-js .btn-secondary:hover, .no-js .btn-secondary:focus {
    color: #33274f;
}

.btn-tertiary {
    border: 1px solid #8373aa;
    background: #8373aa;
}

.no-touchevents .btn-tertiary:hover, .no-touchevents .btn-tertiary:focus, .no-js .btn-tertiary:hover, .no-js .btn-tertiary:focus {
    color: #8373aa;
}

[class^="icon-"], [class*=" icon-"] {
    line-height: 1;
    width: 2.4rem;
    height: 2.4rem;
    fill: currentColor;
}

.table {
    width: 100%;
    border-spacing: 0;
}

    .table tr:nth-child(odd) {
        background: #f5f5f5;
    }

    .table th, .table td {
        box-sizing: content-box;
    }

    .table th {
        font-size: 1.2rem;
    }

    .table td {
        font-size: 1.4rem;
    }

        .table td.-no-transfered {
            color: #d93232;
        }

        .table td.-transfered {
            color: #30ab3b;
        }

@media (max-width: 47.99em) {
    .table thead {
        display: none;
    }

    .table tr {
        display: block;
        padding: 2rem;
    }

    .table td {
        display: block;
    }
}

@media (min-width: 48em) {
    .table {
        border-top: 1px solid #bfbcc7;
        border-bottom: 1px solid #bfbcc7;
    }

        .table th {
            border-bottom: 1px solid #bfbcc7;
            font-weight: 300;
            background: #fff;
            padding: 1.5rem 0;
        }

            .table th svg {
                margin-right: .5rem;
                width: 2rem !important;
                height: 2rem !important;
            }

            .table th b {
                font-size: 2rem;
                vertical-align: sub;
            }

            .table td:not(:last-child), .table th:not(:last-child) {
                border-right: 1px solid #bfbcc7;
            }

        .table td {
            padding: 1.7rem 1rem;
            text-align: center;
        }

            .table td:nth-child(2) {
                text-align: left;
            }
}

@media (min-width: 62em) {
    .table td:nth-child(2) {
        padding-left: 3rem;
    }
}

.news-preview__block {
    margin-bottom: 4rem;
}

.no-touchevents .news-preview__link-img img:hover, .no-touchevents .news-preview__link-img img:focus {
    opacity: 0.8;
}

.news-preview__img {
    border-radius: .7rem;
    margin-bottom: 2rem;
    transition: opacity .5s;
}

.news-preview__title {
    margin-bottom: 5rem;
    font-weight: 400;
}

.news-preview__text {
    font-size: 2rem;
    margin: 1.5rem 0 2rem;
    max-width: 27rem;
    line-height: 1.2;
}

.news-preview__btn {
    width: 14rem;
}

@media (min-width: 48em) {
    .news-preview__time, .news-preview__text, .news-preview__btn {
        margin-left: 3rem;
    }
}

.fd-hidden-input {
    display: none;
}

.fd-screen-reader {
    position: absolute;
    left: -999em;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    -moz-outline: 0 none;
    outline: 0 none;
}

.date-picker {
    position: absolute;
    z-index: 9999;
    text-align: center;
    font: 900 0.8em/1em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Verdana, Arial, "Lucida Grande", sans-serif;
    background: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    opacity: 1;
    -webkit-transition: opacity .75s ease-in-out;
    -moz-transition: opacity .75s ease-in-out;
    -ms-transition: opacity .75s ease-in-out;
    -o-transition: opacity .75s ease-in-out;
    transition: opacity .75s ease-in-out;
}

    .date-picker div {
        border: 1px solid rgba(255,255,255,0.8);
        border-radius: 0.8em;
    }

    .date-picker.fd-dp-fade {
        opacity: 0;
    }

.static-datepicker {
    position: relative;
    top: 5px;
    left: 0;
    margin-bottom: 1.5em;
}

.iehack {
    position: absolute;
    background: #fff;
    z-index: 9998;
    padding: 0;
    margin: 0;
    border: 0;
    display: none;
}

.date-picker-control span {
    display: block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    margin: auto 0;
    resize: none;
    outline: none;
}

.date-picker-button-active span, .date-picker-control:focus span, .date-picker-control:hover span, .date-picker-control:active span {
    outline: none;
    box-shadow: 0 0 5px rgba(40,130,170,0.7);
    border-radius: 2px;
}

.date-picker-control:link, .date-picker-control:visited {
    position: relative;
    display: -moz-inline-box;
    border: 0 none;
    padding: 0;
    margin: 0 4px;
    background-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAB+CAYAAAAp+EF2AAAD8ElEQVRo3u2Zu0scXxTHz8zcXR0H8UnEIpXyQ8TGaJNCFAlqEUyTMlUaWTC/IoR0vxQ2vz8hfZJGIki2URARkkbxhSJq4avI7uqK7x2V9XF/93v83WGzmIezKVLcL1zmvubcc+49w352xurr63tZW1s7EI1GPSkloVxfX5Ou55f8sYuLCz+TybwRMNLf3++dn5+jk8vl5eU39Ww2G/TlX6+urrzZ2dkBAU9gZGVlBZ08If+qC9r5Y6WlpeQ4jmf/714oI9orhCuOj49peXmZDg4OCDo6OqKSkhKswm0stL+/T5WVlWTbNvchVLQxhjpsiEgkQm1tbWwANy8uLlJ9fT2Vl5dzGzePjY1RR0cH1zFvfX2dOjs7ybIs2tjYoOHhYbLhHizrmyBcc0tuH25GKLhCqMOGQEgTExMcKzQ1NUX/vntHjoiS1l8lxbwYdHJywl4cHh5y3/b2NteF53kcGjYQK66urtL1wzYSKjQtMfyRuru7eRz7hT1FG8L8oaEhsmEAljFJb/Bt0uMoOiwdGmxwaOPj48FebG1tUTqRIqfYDSaXp1I0MjLCdZXFtLa2xp7BSCKRuDnxWCwmVZxSnYZU8Ut1QjKVSkl1rFJtolSTZTweD9o7OztydHRUai0sLMiWlhYpckPTp5J7YmgLIQhpokPMVRAakml6eppc1+WbsJG+73Pq64TE4wNDqOs80qeIMHGSAqvV1dUFmQsjjY2NQeZCu7u71NzcHGQ5rq2trUH+wYbARKxeVVXFhlCHERQtpAjGtYeYU11dze2ysrKbFFEe+Ol02kNCYlIymeRnDZN1/DjJmZkZbus8gnGMbW5u0unpqW8pF1/W1NQMKPc8TOQHULCjwROPvqKiIq5jQYSv2zCiUuANGRkZGRl9R5ZiyGcK/2KK3NyQDHmmfn3fgiFjiiHdAhjSVQwZA0O6v4EhXcOQIRiSQSudZjrRAt7dmSHn5uaooaGBKioqAg9Qurq6fsiQ4jaG1GHk8uKdGRJuK/Tjk9NaWloKQvseQ3Jo7e3tvCcwNjk5SU1NTQEvoYA8enp6uL63t0fz8/NBaDjlwcFBMgz5awx5phLQLZAhz8CQzxRDxpR7bkiGPFMp8Nb8RhgZGRn9iCHNe0jDkIYhzXtI8x7SvIc0MjIyuhNDPn/x9NP9qsbeomgxhWHI7MU5HWa/xgWMvOj/mwpgSJqZlb0CnhTKkMKJkmHIkN+y3394T8Xql1QrEomG+5b9+MkjevCgmRxbqJVtev3qn59+y76dIS2HjdgolhOOIUEeXwY+M23chGPxzeZb9p/EkBk/w39iCmFI/9QnMOSnezX3eiMiQmEYEkaSiWT8P0zZxbn5chQoAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 0 -72px;
    min-width: 18px;
    line-height: 1;
    cursor: pointer;
    visibility: visible;
    text-decoration: none;
    vertical-align: text-bottom;
    resize: none;
}

.oldie .date-picker-control:link, .oldie .date-picker-control:visited {
    *background-image: url(http://www.yourdomain.com/the/path/to/the/images/datepicker-sprite.png);
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='http://www.yourdomain.com/the/path/to/the/images/datepicker-normal.png');
}

.date-picker-dateval:link, .date-picker-dateval:visited {
    background-position: 0 -108px;
}

.oldie .date-picker-dateval:link, .oldie .date-picker-dateval:visited {
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='http://www.yourdomain.com/the/path/to/the/images/datepicker-selected.png');
}

.date-picker-button-active:link, .date-picker-button-active:visited, .date-picker-control:focus, .date-picker-control:hover, .date-picker-control:active {
    background-position: 0 0;
}

.oldie .date-picker-button-active:link, .oldie .date-picker-button-active:visited, .oldie .date-picker-control:focus, .oldie .date-picker-control:hover, .oldie .date-picker-control:active {
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='http://www.yourdomain.com/the/path/to/the/images/datepicker-focused.png');
}

.date-picker-control-disabled:link, .date-picker-control-disabled:visited, .date-picker-control-disabled:hover, .date-picker-control-disabled:active {
    background-position: 0 -36px;
    cursor: default;
}

.oldie .date-picker-control-disabled:link, .oldie .date-picker-control-disabled:visited, .oldie .date-picker-control-disabled:hover, .oldie .date-picker-control-disabled:active {
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='http://www.yourdomain.com/the/path/to/the/images/datepicker-disabled.png');
}

.date-picker-control-disabled:hover span, .date-picker-control-disabled:active span {
    box-shadow: none !important;
}

.oldie .date-picker-control {
    _width: 18px;
}

.date-picker-control {
    display: inline-block;
    outline: none !important;
}

.date-picker th span {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 1em;
    border: 0 none;
    background: transparent;
    font-weight: bold;
    cursor: pointer;
}

.date-picker .month-display, .date-picker .year-display {
    display: inline;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 1.2em;
}

.date-picker .prev-but, .date-picker .next-but {
    font-weight: normal;
    font-size: 2.4em;
    font-family: georgia, times new roman, palatino, times, bookman, serif;
    cursor: pointer;
}

.date-picker .prev-but, .date-picker .next-but, .date-picker .today-but {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .date-picker .prev-but:hover, .date-picker .next-but:hover, .date-picker .today-but:hover {
        color: #a84444;
    }

.date-picker .today-but {
    text-align: center;
    margin: 0 auto;
    font-weight: normal;
    font-size: 1em;
    width: 100%;
    text-decoration: none;
    padding-top: 0.3em;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
}

.date-picker-disabled .prev-but, .date-picker-disabled .next-but, .date-picker-disabled .today-but, .date-picker-disabled .prev-but:hover, .date-picker-disabled .next-but:hover, .date-picker-disabled .today-but:hover, .date-picker .prev-but.fd-disabled:hover, .date-picker .next-but.fd-disabled:hover, .date-picker .fd-disabled, .date-picker .fd-disabled:hover {
    color: #aaa;
    cursor: default !important;
    opacity: 1;
}

.date-picker .prev-but.fd-disabled:hover, .date-picker .next-but.fd-disabled:hover {
    text-shadow: 0 -1px 1px rgba(255,255,255,0.8);
}

.date-picker table, .date-picker td, .date-picker tbody th, .date-picker .day-disabled, .date-picker .date-picker-hover.day-disabled, .date-picker .date-picker-unused, .date-picker .month-out {
    background-color: #fff;
    background-image: url(data:image/gif;base64,R0lGODlhJgBbAMQAAAAAAP////7+/v39/fz8/Pv7+/r6+vn5+fj4+Pf39/b29vX19fT09PPz8/Ly8vHx8fDw8O/v7+7u7u3t7ezs7Ovr6+rq6unp6ejo6Ofn5+bm5uXl5f///wAAAAAAAAAAACH5BAEAABwALAAAAAAmAFsAAAX/4CaOZGmeaKqubOu+cCzPWm3feK7vfO//wCAvQywaj8ikcslsOp/QJWZKrVqv2Kx2y+16v9qLeEwum8/otHqttrjf8Lh8Tq/b7/aKfs/v+/+AgYKDhIWGgRSJiouMjY6PkJGSkROVlpeYmZqbnJ2enRKhoqOkpaanqKmqqRGtrq+wsbKztLW2tRC5uru8vb6/wMHCwQ/FxsfIycrLzM3OzQ7R0tPU1dbX0Q3a29zd3t/g4eLj4gzm5+jp6uvs7e7v7gvy8/T19vf4+fr7+gr+/wADChxIsKDBgwYTKFzIsKHDhxAjSpwoEYHFixgzatzIsaPHjx4PiBxJsqTJkyhTi6pcybKly5QGYsqcSbOmzZs4c+rMWaCnz59AgwodSrSo0aIEkipdyrSp06dQo0qdSrUq1AFYs2rdyrWr169gw4odS/argLNo06pdy7at27dw48qd6zaA3bt48+rdy7ev37+AAwseTLiw4cOIEytezLix48eQI0ueTLmy5cuYM2vezLmz58+gQ4tOHAIAOw==);
    background-repeat: repeat-x;
    background-position: 0 0;
}

.oldie .date-picker table, .oldie .date-picker td, .oldie .date-picker tbody th, .oldie .date-picker .day-disabled, .oldie .date-picker .date-picker-hover.day-disabled, .oldie .date-picker .date-picker-unused, .oldie .date-picker .month-out {
    *background-image: url(http://www.yourdomain.com/the/path/to/the/images/datepicker-gradient.gif);
    _background-image: none;
}

.date-picker table {
    table-layout: auto;
    empty-cells: show;
    border-spacing: 2px;
    border-collapse: separate;
    position: relative;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    background-position: 0 -20px;
    text-align: center;
    padding: 0.3em;
    width: auto;
    height: auto;
    color: #555;
    font-size: 1em;
    border-radius: 0.8em;
    box-shadow: 0px 0px 5px #aaa;
}

.date-picker:before, .date-picker:after {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 17px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.7);
    box-shadow: 0 15px 10px rgba(0,0,0,0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.date-picker:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.oldie .date-picker:before, .oldie .date-picker:after {
    display: none;
}

.date-picker td, .date-picker tbody th {
    padding: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-position: 0 -35px;
    width: 3em;
    height: 3em;
    overflow: hidden;
    outline: transparent none 0px;
    border: 1px solid #cfcfcf;
    text-transform: none;
    font-weight: normal;
    text-shadow: 0 1px #fff;
    border-radius: 3px;
}

.date-picker th {
    border: 0 none;
    padding: 0;
    font-weight: bold;
    color: #333;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
}

.date-picker .date-picker-week-header {
    border: 1px solid #dcdcdc;
    font-style: oblique;
    background: transparent;
    cursor: default;
}

.date-picker .date-picker-thead .date-picker-week-header {
    border: 0 none;
    cursor: help;
}

.date-picker .date-picker-day-header {
    cursor: help;
    border: 0 none;
    padding: 0 0 0.2em 0;
    text-transform: lowercase;
    height: auto;
}

.date-picker .date-picker-statusbar {
    cursor: default;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 0 none;
    background: #fff;
    height: 2.8em;
}

.date-picker .date-picker-unused {
    border-color: #dcdcdc;
    cursor: default !important;
    background-position: 0 -25px;
}

.date-picker .date-picker-title {
    width: auto;
    height: auto;
    padding: 0.4em 0;
}

.date-picker .date-picker-today {
    background: #fff url(data:image/gif;base64,R0lGODlhKwEoAJEAAKnT6v////X6+gAAACH5BAAAAAAALAAAAAArASgAAALXjI+py+0Po5y02ouz3lz4D4biSJbmiabqyrbuC8fyLAcCgOf0zvf+DwwKhyJbDkdMKpfMpnNo1D2n1Kr1GowCsNyu99uNgsfksnlnPKvX7LbA5o7L51Q4/Y7P8+z6vv9fwgc4SJgnWIiYuHao2OgY9hgpecU4aXkJVIm5yQmj2QkaavIpWmpKapraiaraasnqGusIK1tbSGub64er23vH6xvsBixcfEZsnAyGrNyMxewcPQUtXb1EbZ0thK3d3cPtHV4jTl5Xft4Ejr4eyO6e9R7/LU8/UwAAOw==) no-repeat 0 0;
}

.oldie .date-picker .date-picker-today {
    *background: #fff url(http://www.yourdomain.com/the/path/to/the/images/datepicker-today.gif) no-repeat 0 0;
}

.date-picker .month-out.date-picker-highlight {
    color: #b87676;
}

.date-picker .date-picker-highlight {
    color: #a86666;
}

.date-picker-focus .date-picker-hover {
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.date-picker .date-picker-hover, .date-picker .month-out.date-picker-hover {
    background: #fff url(data:image/jpg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAASwAA/+4ADkFkb2JlAGTAAAAAAf/bAIQAAwICAgICAwICAwUDAwMFBQQDAwQFBgUFBQUFBggGBwcHBwYICAkKCgoJCAwMDAwMDA4ODg4OEBAQEBAQEBAQEAEDBAQGBgYMCAgMEg4MDhIUEBAQEBQREBAQEBARERAQEBAQEBEQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQ/8AAEQgAIwIIAwERAAIRAQMRAf/EAHgAAQEBAQEBAAAAAAAAAAAAAAABBAMCCQEBAQEBAQEAAAAAAAAAAAAAAAECAwQFEAABAQgBAwMFAQEBAAAAAAAAEwFh0QIDkwQVVDFBgSFRBRFxkaGyczVEEQEAAgMBAAIDAQAAAAAAAAAAARFRAhITMQMhcTIi/9oADAMBAAIRAxEAPwD6R53yGZJm5EkmRUlZLUnYxjKkzGMYyZvb6npiIp8f7Ps26n8z8uOzzuTUuTRNcwx6bZk2WdyalyaI5g9NsybPO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNnncmpcmiOYPTbMmyzuTUuTRHMHptmTZ5vJqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZvJqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybPO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2edyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzmf+mpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmzzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybPO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybPO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZ53JqXJojmD02zJss7k1Lk0RzB6bZk2edyalyaI5g9NsybLO5NS5NEcwem2ZZvkqv0+RymfXpVqf201rH4hj7Z/3P7Z1XlpzsWeKLFWiixV4osVeKLFniixZ4osV9miixZ4osWeKLFXiixUUWKvFFioosWeKLFXiixZ4osVaKLFniixZ4osWeKLFWiixUUWKiixV4osWeKLFvXqKLFWiixb06iixZ4osWeKLFniixVoosVFFioosWeKLFniixV4osVeKLFniixZ4osWeKLFXiixUUWKvFFioosWeKLFniixUUWLPFFizxRYq0UWKiixUUWLPFFizxRYs8UWKvFFioosWeKLFXiixZ4osVaKLFXii3n5Wp9PlMxntWq/20a/EL9v9z+5ZWVTTnYq8FirPcFivqCxV4LFXgsVBYo/9gsVBYqCxV4LFQWK+nUFirwWKgFXgsVBYq8FioLFQWKgsVZ7gsVeCxUFirwCoLFX/ALBYqCxUFioLFfUFirwWKs9wWKgsVeCxV4LFQWKv/YLFQWKvBYqAVBYq8FioLFfTqCxV4LFQCr/2CxUFivqCxV4LFWe4LFQWKvBYq8FjaoLFQWKvBYr3+oLFQDKoLFXgsVZ7gsV9QW7fLf8AWzf96v8AbSa/EN/b/c/uWQ05J5AM69QHdoDyBfIACAXsBAHkAzoA7dQHkCsIIUPIBgFYAaBADfuAb0AoEZ9wKBAAAAzqBWgQA37gX2AnkB5AoE8+QKzuBG+AKQQoeQDOgDt1AeQKAAgFaBADfuBfYCeQHkCt6AQA37gOwFIBRPIBnXqA7tA2fLf9bN/3q/20zr8Q6fb/AHP7lkNOQwgFAgNAAOwAB2KJ+AKQOxQIAAIn4KqkAoAAJ+AK0gAADAHcAA7tKAAA0AAIAD2AM6AAABncojfAFAn4ApA7FAgAAAD2KDQAAgAPYAzoAaUAHYgdigRAqjCAUCD/2Q==) no-repeat 0 0;
    cursor: pointer;
    border-color: #6482aa !important;
    border-color: rgba(100,130,170,0.7) !important;
    color: #6482aa;
    text-shadow: 0px 1px 1px #fff;
    box-shadow: 0 0 6px rgba(100,130,170,0.6);
    background-size: cover;
}

.oldie .date-picker .date-picker-hover, .oldie .date-picker .month-out.date-picker-hover {
    *background: #fff url(http://www.yourdomain.com/the/path/to/the/images/datepicker-cursor.jpg) no-repeat 0 0;
}

.date-picker .day-disabled {
    color: #888;
    cursor: default;
    text-decoration: line-through;
    background-position: 0 -15px;
}

.date-picker .month-out {
    border-color: #ddd;
    border-color: rgba(220,220,220,0.8);
    color: #aaa;
    background-position: 0 -25px;
}

.date-picker .date-picker-selected-date {
    border-color: #888 !important;
    border-color: rgba(7,7,7,0.6) !important;
}

.date-picker .out-of-range, .date-picker .not-selectable {
    color: #ccc;
    font-style: oblique;
    background: #fcfcfc;
    cursor: default;
}

.date-picker th.month-out, .date-picker th.out-of-range {
    color: #aaa;
    font-style: oblique;
    background: #fcfcfc;
}

.date-picker .out-of-range {
    opacity: 0.6;
}

.date-picker .not-selectable {
    opacity: 0.8;
}

.oldie .date-picker .out-of-range {
    filter: alpha(opacity=60);
}

.oldie .date-picker .not-selectable {
    filter: alpha(opacity=80);
}

.date-picker tr {
    display: table-row;
}

.date-picker sup {
    font-size: 0.86em;
    letter-spacing: normal;
    text-transform: none;
    height: 0;
    line-height: 1;
    position: relative;
    top: -0.2em;
    vertical-align: baseline !important;
    vertical-align: top;
}

.date-picker .date-picker-day-header, .date-picker .month-display, .date-picker .year-display {
    text-shadow: 0px 1px 1px #fff;
}

.date-picker .month-display, .date-picker .year-display {
    cursor: default;
}

.date-picker td:focus, .date-picker .date-picker-hover {
    overflow: hidden;
    -moz-outline: 0 none;
    outline: 0 none;
    -o-highlight: 0 none;
}

.date-picker-focus .date-picker-hover, .date-picker-control:focus span {
    -webkit-animation: fd-dp-pulse 1.5s infinite alternate;
    -moz-animation: fd-dp-pulse 1.5s infinite alternate;
    -ms-animation: fd-dp-pulse 1.5s infinite alternate;
    -o-animation: fd-dp-pulse 1.5s infinite alternate;
}

.date-picker .date-picker-selected-date {
    color: #333;
    color: rgba(3,3,3,0.8);
    font-weight: bold;
    font-size: 1.2em;
    width: 2.4em;
    height: 2.4em;
}

.static-datepicker table {
    box-shadow: 0 0 0 transparent;
}

.static-datepicker:before, .static-datepicker:after {
    display: none;
}

.date-picker-focus table {
    border-color: #999;
    border-color: rgba(153,153,153,0.8);
    box-shadow: 0px 0px 5px #aaa;
}

.date-picker .drag-enabled, .date-picker .drag-enabled span {
    cursor: move;
}

.date-picker-disabled table {
    opacity: .8 !important;
}

    .date-picker-disabled table:before, .date-picker-disabled table:after {
        display: none;
    }

.oldie .date-picker-disabled table {
    filter: alpha(opacity=80);
}

.date-picker-disabled, .date-picker-disabled td, .date-picker-disabled th, .date-picker-disabled th span {
    cursor: default !important;
}

    .date-picker-disabled .prev-but:hover, .date-picker-disabled .next-but:hover {
        text-shadow: none;
    }

body.fd-drag-active {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@-webkit-keyframes fd-dp-pulse {
    from {
        box-shadow: 0 0 2px rgba(100,130,170,0.8);
    }

    to {
        box-shadow: 0 0 6px rgba(10,130,170,0.5);
    }
}

@-moz-keyframes fd-dp-pulse {
    from {
        box-shadow: 0 0 2px rgba(100,130,170,0.8);
    }

    to {
        box-shadow: 0 0 6px rgba(10,130,170,0.5);
    }
}

@-ms-keyframes fd-dp-pulse {
    from {
        box-shadow: 0 0 2px rgba(100,130,170,0.8);
    }

    to {
        box-shadow: 0 0 6px rgba(10,130,170,0.5);
    }
}

@-o-keyframes fd-dp-pulse {
    from {
        box-shadow: 0 0 2px rgba(100,130,170,0.8);
    }

    to {
        box-shadow: 0 0 6px rgba(10,130,170,0.5);
    }
}

.date-picker-control {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGl2ZWxsb18xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjE2LjlweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTYuOSAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYuOSAxODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzAxMDIwMjt9DQo8L3N0eWxlPg0KPGcgaWQ9Il94MzFfMF8yMF8iPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIuOSwxMC4xYzAuOSwwLDEuNy0wLjgsMS43LTEuN3MtMC44LTEuNi0xLjctMS42cy0xLjcsMC44LTEuNywxLjdTMTIsMTAuMSwxMi45LDEwLjF6IE0xMi40LDcuOWgxLjFWOQ0KCQkJaC0xLjFWNy45eiBNMTIuOSwxNC42YzAuOSwwLDEuNy0wLjgsMS43LTEuN3MtMC44LTEuNy0xLjctMS43UzExLjIsMTIsMTEuMiwxM1MxMiwxNC42LDEyLjksMTQuNnogTTEyLjQsMTIuNGgxLjF2MS4xaC0xLjFWMTIuNHoNCgkJCSBNOC40LDEwLjFjMC45LDAsMS43LTAuOCwxLjctMS43UzkuMyw2LjgsOC40LDYuOGMtMC45LDAtMS43LDAuOC0xLjcsMS43UzcuNSwxMC4xLDguNCwxMC4xeiBNNy45LDcuOUg5VjlINy45VjcuOXogTTMuOSwxNC42DQoJCQljMC45LDAsMS43LTAuOCwxLjctMS43cy0wLjgtMS43LTEuNy0xLjdTMi4yLDEyLDIuMiwxM1MzLDE0LjYsMy45LDE0LjZ6IE0zLjQsMTIuNGgxLjF2MS4xSDMuNFYxMi40eiBNMTQuNiwwSDIuM0MxLDAsMCwxLDAsMi4zDQoJCQl2MTMuNUMwLDE3LDEsMTgsMi4zLDE4aDEyLjRjMS4zLDAsMi4zLTEsMi4zLTIuM1YyLjNDMTYuOSwxLDE1LjgsMCwxNC42LDB6IE0xNS43LDE1LjhjMCwwLjYtMC41LDEuMS0xLjEsMS4xSDIuMw0KCQkJYy0wLjYsMC0xLjEtMC41LTEuMS0xLjFWNC41aDE0LjZWMTUuOHogTTE1LjcsMy40SDEuMVYyLjNjMC0wLjYsMC41LTEuMSwxLjEtMS4xaDEyLjRjMC42LDAsMS4xLDAuNSwxLjEsMS4xVjMuNHogTTMuOSwxMC4xDQoJCQljMC45LDAsMS43LTAuOCwxLjctMS43UzQuOCw2LjgsMy45LDYuOFMyLjIsNy41LDIuMiw4LjVTMywxMC4xLDMuOSwxMC4xeiBNMy40LDcuOWgxLjFWOUgzLjRWNy45eiBNOC40LDE0LjYNCgkJCWMwLjksMCwxLjctMC44LDEuNy0xLjdzLTAuOC0xLjctMS43LTEuN2MtMC45LDAtMS43LDAuOC0xLjcsMS43UzcuNSwxNC42LDguNCwxNC42eiBNNy45LDEyLjRIOXYxLjFINy45VjEyLjR6Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=) !important;
    background-position: 0 0 !important;
    position: absolute !important;
    top: 1.3rem;
    right: 1rem;
}

    .date-picker-control:hover span, .date-picker-control:focus span {
        box-shadow: none;
    }

.date-picker-table {
    background: #fff !important;
    box-shadow: none !important;
    font-family: "Open Sans",sans-serif;
}

.date-picker td {
    background: #fff !important;
}

.date-picker div {
    border: none;
}

.date-picker .date-picker-highlight {
    color: #b8b5c0;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before, .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background: #000;
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.popup {
    position: relative;
    background: #FFF;
    padding: 2rem;
    max-width: 52rem;
    margin: 2rem auto;
    color: #33274f;
    border-radius: .7rem;
}

.popup__title {
    text-transform: uppercase;
    font-size: 2.4rem;
    margin-bottom: 3.7rem;
    line-height: 1.2;
}

.popup__link {
    display: block;
    margin: 2rem 0 3rem;
    color: #8373aa;
}

.popup__btn {
    width: 10rem;
}

@media (min-width: 30em) {
    .popup__input {
        width: calc(100% - 11rem);
    }
}

@media (min-width: 48em) {
    .popup {
        padding: 4.5rem 7rem;
    }
}

button.mfp-close {
    background: #ed2793;
    color: #fff !important;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    text-align: center;
    padding: 0;
    line-height: .8;
    font-size: 1.8rem;
    margin: 1rem;
}

.page-dashboard {
    color: #fff;
}

    .page-dashboard h1, .page-dashboard h2, .page-dashboard h3 {
        color: #fff;
    }

@media (min-width: 48em) {
    .page-dashboard {
        position: relative;
        overflow-x: hidden;
    }

        .page-dashboard:before {
            content: '';
            width: 100%;
            height: 33rem;
            position: absolute;
            background: url("../img/background-dashboard.jpg") no-repeat right;
            right: 0;
            top: 13.5rem;
        }
}

@media (min-width: 75em) {
    .page-dashboard:before {
        right: auto;
        left: calc(50% - 127rem / 2 + 31.7rem);
        background-position: left;
        background-size: cover;
    }
}

.dashboard__title {
    margin-bottom: 0;
}

    .dashboard__title b {
        display: inline-block;
    }

.dashboard__balance__actual {
    color: #ed2793;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.4rem;
    display: inline-block;
}

    .dashboard__balance__actual b {
        font-size: 5.5rem;
        line-height: 1;
        display: block;
    }

.dashboard__balance__get {
    margin: 2rem 0 4rem;
}

    .dashboard__balance__get a {
        margin-top: .5rem;
    }

.dashboard__balance__last {
    text-transform: uppercase;
    margin-bottom: 4rem;
}

    .dashboard__balance__last h3 {
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 0;
    }

    .dashboard__balance__last span {
        display: block;
        border-radius: .4rem;
        font-weight: bold;
        font-size: 1.5rem;
        background: #8c5c98;
        padding: .2rem 2rem;
        max-width: 6rem;
    }

@media (min-width: 62em) {
    .dashboard__balance__get {
        display: inline-block;
        vertical-align: bottom;
        margin: 0 0 1rem 0;
        width: calc((100% - 21.5rem) / 2);
        border-right: 1px solid #9981aa;
    }

    .dashboard__balance__last {
        text-align: right;
        display: inline-block;
        vertical-align: bottom;
        margin: 0 0 1rem 0;
        width: calc((100% - 21.5rem) / 2);
    }

        .dashboard__balance__last span {
            margin-left: auto;
        }
}

.dashboard__questionnaire {
    background: #33274f;
    border-radius: .7rem;
    margin: 2.5rem 0 4rem;
    padding: 2rem;
}

.dashboard__questionnaire__title {
    text-transform: uppercase;
    margin-bottom: 1.8rem;
    margin-left: 2rem;
}

.dashboard__questionnaire p {
    color: #858192;
    font-size: 1.4rem;
    font-weight: 300;
    margin: .6rem 0;
}

.dashboard__questionnaire footer a {
    padding: .6rem 1.3rem .4rem;
}

.dashboard__questionnaire footer svg {
    vertical-align: text-top;
}

.dashboard__questionnaire__question {
    margin-left: 0;
}

    .dashboard__questionnaire__question:before {
        height: 100%;
        top: 0;
    }

.dashboard__questionnaire label {
    text-transform: uppercase;
}

@media (min-width: 48em) {
    .dashboard__questionnaire {
        padding: 5rem 5rem 4rem 7rem;
    }

    .dashboard__questionnaire__title {
        margin-left: 0;
    }
}

@media (max-width: 74.99em) {
    .dashboard__questionnaire__question:before {
        display: none;
    }
}

.dashboard__ask {
    border: 1px solid #fff;
    border-radius: .7rem;
    padding: 2rem;
}

.dashboard__ask__title {
    text-transform: uppercase;
    margin-bottom: 1.8rem;
    color: #fff;
}

    .dashboard__ask__title:before {
        background: #fff;
    }

.dashboard__ask select {
    padding: 0 4rem 0 2rem;
    margin-top: 2rem;
}

.dashboard__ask textarea {
    display: block;
    margin: 1rem 0 1.6rem;
    width: 100%;
}

@media (min-width: 48em) {
    .dashboard__ask {
        padding: 3.5rem 7rem 3.5rem 9rem;
    }

    .dashboard__ask__title {
        margin-left: 0;
    }

    .dashboard__ask select {
        min-width: 28rem;
    }
}

.balance {
    position: relative;
    overflow-x: hidden;
}

.balance__actual-balance {
    color: #ed2793;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

    .balance__actual-balance b {
        font-size: 5.5rem;
        line-height: 1.2;
    }

@media (min-width: 48em) {
    .balance__actual-balance {
        position: absolute;
        top: 8rem;
        right: 0;
    }

    .balance__actual-title {
        margin-right: 19rem;
    }
}

@media (min-width: 62em) {
    .balance__actual-balance {
        top: 6rem;
    }
}

@media (min-width: 79.375rem) {
    .balance__actual-balance {
        top: 4rem;
        right: 9rem;
    }
}

.balance__details {
    margin: 4.5rem 0 2rem;
    border-radius: .7rem;
    background: #fff;
    padding: 2rem 0;
}

.balance__details__title {
    margin: 2rem 2rem 2rem 4rem;
    text-transform: uppercase;
}

.balance__details__table td:last-child {
    font-weight: 600;
}

.balance__details__pager {
    margin: 2.5rem 0 0 2.5rem;
}

.balance__details__total {
    margin: 2.5rem 2.5rem 0 0;
}

@media (min-width: 48em) {
    .balance__details {
        padding: 4rem 0;
    }

    .balance__details__title {
        margin: 4rem 2rem 4rem 8rem;
    }

    .balance__details__pager {
        margin-left: 5rem;
        display: inline-block;
        width: calc(49% - 5rem);
        vertical-align: top;
    }

    .balance__details__total {
        margin-right: 5rem;
        text-align: right;
        display: inline-block;
        width: calc(50% - 5rem);
    }

    .balance__details__total-count {
        display: block;
        margin: 0 1.5rem 2rem 0;
    }
}

.balance__already {
    border: 1px solid #8373aa;
    border-radius: .7rem;
    padding: 2rem;
}

.balance__already__title {
    text-transform: uppercase;
    margin-bottom: 0;
}

.balance__already__total {
    font-size: 6.4rem;
    font-weight: 700;
    color: #ed2793;
    margin-left: 2rem;
}

@media (min-width: 48em) {
    .balance__already {
        padding: 2rem 5rem 1.5rem 5rem;
    }
}

@media (min-width: 62em) {
    .balance__already__title, .balance__already__total {
        width: calc(49.5% - 2rem);
        display: inline-block;
    }

    .balance__already__total {
        text-align: right;
    }
}

.homepage__header {
    text-align: center;
    margin: 8rem auto;
}

.homepage__header__title {
    font-size: 4.4rem;
    color: #fff;
}

.homepage__header__text {
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
}

.homepage__header__btn {
    min-width: 18rem;
    font-size: 2rem;
    margin: .7rem 0 1.5rem;
    font-weight: bold;
    position: relative;
}

.homepage__header__link {
    display: block;
    color: #ffffff;
    position: relative;
}

@media (min-width: 30em) {
    .homepage__header:before {
        content: '';
        background: url("../img/background-home.png") no-repeat;
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-size: cover;
    }
}

@media (min-width: 75em) {
    .homepage__header {
        margin: 9.5rem auto 16rem;
    }
}

.homepage__opinion {
    background: #fff;
    padding: 5.5rem 0 2rem;
    position: relative;
}

.homepage__opinion__title {
    margin-bottom: 6.5rem;
    font-weight: 400;
}

.homepage__opinion__icon {
    color: #ed2793;
    width: 5rem;
    height: 5rem;
    margin-left: 2rem;
}

.homepage__opinion__subtitle {
    text-transform: uppercase;
    font-size: 2.4rem;
    margin-top: 1rem;
}

    .homepage__opinion__subtitle:before {
        background: #e0d9ef;
    }

.homepage__opinion__text {
    margin-left: 2rem;
}

.homepage__opinion__footer {
    text-align: center;
}

.homepage__opinion__btn {
    width: 18rem;
    font-size: 2rem;
    margin: 5rem auto 5rem;
    font-weight: bold;
    display: block;
}

@media (min-width: 48em) {
    .no-flexbox .homepage__opinion__block {
        width: 32%;
        display: inline-block;
        vertical-align: top;
    }

    .flexbox .homepage__opinion__parent {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .homepage__opinion__text {
        max-width: 30rem;
        font-size: 1.4rem;
    }
}

.page-home .news-preview {
    background: #e5e5e5;
    padding: 2.5rem 0 6rem;
}

.page-home .news-preview__link {
    text-decoration: none;
    font-size: 1.4rem;
}

.no-touchevents .page-home .news-preview__link:hover, .no-touchevents .page-home .news-preview__link:focus {
    text-decoration: underline;
}

@media (min-width: 48em) {
    .page-home .news-preview {
        padding: 2.5rem 0 5.5rem;
    }

        .page-home .news-preview .container-fluid {
            position: relative;
        }

    .page-home .news-preview__link {
        position: absolute;
        right: 1rem;
        top: 2rem;
    }

    .no-flexbox .page-home .news-preview__block {
        width: 32%;
        display: inline-block;
        vertical-align: top;
    }

    .flexbox .page-home .news-preview__parent {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media (min-width: 79.375rem) {
    .page-home .news-preview__block + .homepage__news__block {
        position: relative;
    }

        .page-home .news-preview__block + .homepage__news__block:before {
            content: '';
            width: .1rem;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: -5rem;
            background: #d6d5d9;
        }
}

.page-home, .page-dashboard, .page-faq, .page-contact {
    color: #fff;
}

    .page-home h1, .page-home h2, .page-home h3, .page-dashboard h1, .page-dashboard h2, .page-dashboard h3, .page-faq h1, .page-faq h2, .page-faq h3, .page-contact h1, .page-contact h2, .page-contact h3 {
        color: #fff;
    }

@media (min-width: 48em) {
    .page-faq, .page-contact {
        position: relative;
        overflow-x: hidden;
    }

        .page-faq:before, .page-contact:before {
            content: '';
            width: 100%;
            height: 33rem;
            position: absolute;
            background: url("../img/background-opacity.png") no-repeat right;
            right: 0;
            top: 13.5rem;
        }
}

.configure-account .btn-primary, .configure-account .btn-tertiary {
    margin-bottom: 1rem;
}

.configure-account__footer {
    text-align: right;
    margin: 2rem 0 4rem;
}

@media (min-width: 48em) {
    .configure-account__header-title {
        width: calc(100% - 21rem);
        display: inline-block;
    }

    .configure-account__header-btn {
        width: 20.5rem;
        display: inline-block;
    }

        .configure-account__header-btn .btn-primary {
            display: block;
            width: 20rem;
        }

            .configure-account__header-btn .btn-primary + .btn-primary {
                margin-top: 1rem;
            }
}

@media (min-width: 62em) {
    .configure-account {
        min-height: 67rem;
    }
}

@media (min-width: 75em) {
    .configure-account .form {
        min-height: 70rem;
    }
}

.payment__footer {
    text-align: right;
    margin: 2rem 0 4rem;
}

@media (min-width: 62em) {
    .payment .form {
        min-height: 29rem;
    }
}

@media (min-width: 75em) {
    .payment .form {
        min-height: 32rem;
    }
}

.change-password .form {
    margin: 0;
}

.change-password label {
    width: 100%;
}

.change-password__instructions {
    margin-top: 4rem;
}

.change-password .content-wysiwyg {
    font-size: 1.4rem;
}

@media (min-width: 62em) {
    .change-password .content-wysiwyg {
        position: relative;
        padding-left: 10rem;
    }

        .change-password .content-wysiwyg:before {
            content: '';
            width: .1rem;
            display: block;
            position: absolute;
            bottom: -7rem;
            left: 3.5rem;
            top: -4rem;
            background: #d6d5d9;
        }
}

@media (min-width: 75em) {
    .change-password label {
        width: 16rem;
    }

    .change-password .btn-primary {
        margin-left: 17.5rem;
    }

    .change-password .content-wysiwyg:before {
        bottom: -1rem;
        top: -4rem;
    }
}

.faq {
    padding-bottom: 5rem;
}

.faq__header {
    margin: 4rem 0;
}

.faq [aria-hidden="true"] {
    display: none;
}

.faq__container {
    margin-bottom: 4rem;
    font-size: 1.4rem;
}

.faq__question {
    cursor: pointer;
    border-bottom: 1px solid #8881a4;
    margin-bottom: 1.5rem;
}

    .faq__question[aria-expanded="true"] + .faq__answer {
        margin-bottom: 6rem;
    }

    .faq__question:focus {
        outline: none;
    }

    .faq__question:hover, .faq__question:focus {
        color: #e0d9ef;
    }

        .faq__question:hover .faq__title, .faq__question:focus .faq__title {
            color: #e0d9ef;
        }

.faq__title {
    display: inline-block;
    width: calc(100% - 3rem);
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.faq__icon {
    display: inline-block;
    transition: transform .5s;
}

[aria-expanded="true"] .faq__icon {
    transform: rotate(180deg);
}

.faq__search {
    border: 1px solid #fff;
    border-radius: .7rem;
    padding: 3rem;
    margin-bottom: 4rem;
}

.faq__search__title {
    text-transform: uppercase;
    margin-bottom: 4rem;
}

    .faq__search__title:before {
        background: #fff;
    }

.faq__search__select, .faq__search__input {
    width: 100%;
}

.faq__search__input {
    display: block;
    background-position: calc(100% - 1rem) 50%;
    background-repeat: no-repeat;
    background-image: url("../img/icon-search.jpg");
    margin-bottom: 2.5rem;
}

.faq__search__label {
    margin-bottom: 1.3rem;
    display: block;
    font-size: 1.4rem;
}

.faq__search__btn {
    width: 18rem;
    display: block;
    margin-top: 2rem;
}

@media (min-width: 62em) {
    .faq__search {
        padding: 3.5rem 5rem 5rem 7rem;
    }

    .faq__search__title {
        margin-left: 0;
    }

    .faq__search__select, .faq__search__input {
        width: 28.5rem;
    }
}

.contact {
    padding-bottom: 5rem;
}

.contact__header {
    margin: 4rem 0;
}

.contact__form {
    background: #33274f;
    min-height: inherit;
}

    .contact__form textarea {
        width: 100%;
        height: 13rem;
    }

    .contact__form [type="submit"] {
        width: 11rem;
        margin-top: 1.5rem;
    }

.contact__map, .contact .gm-style {
    border-radius: .7rem;
}

.contact__address {
    -webkit-transform-origin: 51% 52%;
    font-size: 1.4rem;
    color: #33274f;
    width: 25rem;
    height: 10rem;
    margin: 10rem auto;
}

    .contact__address:before, .contact__address:after {
        width: 18rem;
        height: 18rem;
        top: -8.5rem;
        left: 3.6rem;
    }

    .contact__address:after {
        top: .4rem;
        left: 3.5rem;
        box-shadow: none;
    }

    .contact__address span {
        margin-left: 5rem;
    }

    .contact__address .address {
        font-weight: bold;
    }

    .contact__address svg {
        width: 1.3rem;
        height: 1.3rem;
        color: #ed2793;
    }

@media (max-width: 29.99em) {
    .contact__map {
        display: none;
    }

    .contact__container {
        overflow: hidden;
    }
}

@media (min-width: 30em) {
    .contact__address {
        margin: 10rem 0 4rem;
    }
}

@media (min-width: 62em) {
    .contact {
        padding-bottom: 10rem;
    }

    .contact__address {
        margin: 7rem 0 0 0;
        position: absolute;
        left: -4rem;
    }

    .contact__map {
        margin-top: 7rem;
    }
}

@media (min-width: 75em) {
    .contact {
        padding-bottom: 14rem;
    }

    .contact__address {
        left: -7rem;
        top: 0;
    }
}

.page-news-list .news-preview__time {
    margin-top: 1rem;
    margin-left: 0;
}

.page-news-list .news-preview__title {
    margin: 1.5rem 0;
}

.page-news-list .news-preview__text {
    font-size: 1.4rem;
    max-width: inherit;
    margin-left: 0;
}

.page-news-list .news-preview__btn {
    margin-left: 0;
}

@media (min-width: 48em) {
    .page-news-list .news-preview__link-img {
        width: 30rem;
        display: inline-block;
    }

    .page-news-list .news-preview__content {
        width: calc(100% - 35rem);
        display: inline-block;
        vertical-align: top;
        margin-left: 4rem;
        position: relative;
    }

        .page-news-list .news-preview__content:before {
            content: '';
            width: .1rem;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: -2rem;
            background: #d6d5d9;
        }
}

@media (min-width: 62em) {
    .page-news-list .news-preview__link-img {
        width: 35rem;
    }

    .page-news-list .news-preview__content {
        width: calc(100% - 45rem);
        margin-left: 6rem;
    }

        .page-news-list .news-preview__content:before {
            left: -3rem;
        }
}

.page-news-list .news-preview__pager {
    margin: 0 auto;
}

.news-details__title {
    margin-top: 1rem;
}

.news-details__img {
    border-radius: .7rem;
}

.news-details .content-wysiwyg {
    margin-top: 4rem;
}

@media (min-width: 48em) {
    .news-details .content-wysiwyg {
        margin: 4.5rem 3.5rem;
    }
}
/*# sourceMappingURL=main.css.map */

