﻿* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    word-break: break-word
}

    *, *::before, *::after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

:root {
    font-family: sans-serif;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    overflow-x: hidden
}

h1, .h1 {
    font-size: 2.6rem
}

h2, .h2 {
    font-size: 2.1rem
}

h3, .h3 {
    font-size: 1.6rem
}

h4, .h4 {
    font-size: 1.3rem
}

h5, .h5, .a-step-trigger {
    font-size: 1rem
}

h6, .h6 {
    font-size: 0.8rem
}

a {
    color: inherit;
    text-decoration: none;
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0
}

iframe, embed, canvas, figure {
    max-width: 100%
}

input, .a-input-file label, select, .chosen-container .chosen-choices, .chosen-container .chosen-single, textarea, button {
    -webkit-appearance: none;
    font-family: inherit;
    vertical-align: baseline
}

    select::-ms-expand, .chosen-container .chosen-choices::-ms-expand, .chosen-container .chosen-single::-ms-expand {
        display: none
    }

textarea {
    overflow: auto;
    vertical-align: top;
    height: auto;
    resize: vertical;
    width: 100%;
    min-height: 1.6rem
}

[type="range"] {
    width: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button, [type="submit"], [type="button"], [type="reset"] {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@supports (-webkit-tap-highlight-color: transparent) {
    a, button, [type="submit"], [type="button"], [type="reset"] {
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none
    }
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

:focus {
    box-shadow: 0 0 0 3px rgba(14,93,26,0.7) !important;
}

[hidden] {
    display: none
}

[disabled] {
    cursor: not-allowed
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

nav li {
    display: inline-block;
    margin: 0;
    padding: 0
}

hr {
    border: 0;
    height: 1px;
    background-color: gray;
    margin: 1rem 0
}

em, i {
    font-style: italic
}

strong, b {
    font-weight: 600
}

u {
    text-decoration: underline
}

sub, sup {
    font-size: 0.7em
}

sub {
    vertical-align: sub
}

sup {
    vertical-align: super
}

del, s {
    text-decoration: line-through
}

abbr, dfn, acronym, time {
    border-bottom: 1px dashed gray;
    text-decoration: none;
    font-style: normal
}

ins {
    text-decoration: underline
}

address {
    display: block;
    font-style: italic
}

mark {
    background-color: rgba(249,186,13,0.55)
}

small {
    font-size: 0.75em
}

big {
    font-size: 1.25em
}

cite {
    font-style: italic
}

q {
    font-style: italic
}

nav ul, nav li {
    list-style: none;
    margin: 0;
    padding: 0
}

pre, code {
    white-space: pre-wrap
}

:focus {
    outline: 1px dotted black
}

@media print {
    nav, form, button {
        display: none
    }
}

.of-1 {
    width: 8.3333333333%
}

.of-2 {
    width: 16.6666666667%
}

.of-3 {
    width: 25%
}

.of-4 {
    width: 33.3333333333%
}

.of-5 {
    width: 41.6666666667%
}

.of-6 {
    width: 50%
}

.of-7 {
    width: 58.3333333333%
}

.of-8 {
    width: 66.6666666667%
}

.of-9 {
    width: 75%
}

.of-10 {
    width: 83.3333333333%
}

.of-11 {
    width: 91.6666666667%
}

.of-12 {
    width: 100%
}

@media (max-width: 1440px) {
    .of-1-desktop {
        width: 8.3333333333%
    }

    .of-2-desktop {
        width: 16.6666666667%
    }

    .of-3-desktop {
        width: 25%
    }

    .of-4-desktop {
        width: 33.3333333333%
    }

    .of-5-desktop {
        width: 41.6666666667%
    }

    .of-6-desktop {
        width: 50%
    }

    .of-7-desktop {
        width: 58.3333333333%
    }

    .of-8-desktop {
        width: 66.6666666667%
    }

    .of-9-desktop {
        width: 75%
    }

    .of-10-desktop {
        width: 83.3333333333%
    }

    .of-11-desktop {
        width: 91.6666666667%
    }

    .of-12-desktop {
        width: 100%
    }
}

@media (max-width: 1200px) {
    .of-1-laptop {
        width: 8.3333333333%
    }

    .of-2-laptop {
        width: 16.6666666667%
    }

    .of-3-laptop {
        width: 25%
    }

    .of-4-laptop {
        width: 33.3333333333%
    }

    .of-5-laptop {
        width: 41.6666666667%
    }

    .of-6-laptop {
        width: 50%
    }

    .of-7-laptop {
        width: 58.3333333333%
    }

    .of-8-laptop {
        width: 66.6666666667%
    }

    .of-9-laptop {
        width: 75%
    }

    .of-10-laptop {
        width: 83.3333333333%
    }

    .of-11-laptop {
        width: 91.6666666667%
    }

    .of-12-laptop {
        width: 100%
    }
}

@media (max-width: 991px) {
    .of-1-tablet {
        width: 8.3333333333%
    }

    .of-2-tablet {
        width: 16.6666666667%
    }

    .of-3-tablet {
        width: 25%
    }

    .of-4-tablet {
        width: 33.3333333333%
    }

    .of-5-tablet {
        width: 41.6666666667%
    }

    .of-6-tablet {
        width: 50%
    }

    .of-7-tablet {
        width: 58.3333333333%
    }

    .of-8-tablet {
        width: 66.6666666667%
    }

    .of-9-tablet {
        width: 75%
    }

    .of-10-tablet {
        width: 83.3333333333%
    }

    .of-11-tablet {
        width: 91.6666666667%
    }

    .of-12-tablet {
        width: 100%
    }
}

@media (max-width: 767px) {
    .of-1-phone {
        width: 8.3333333333%
    }

    .of-2-phone {
        width: 16.6666666667%
    }

    .of-3-phone {
        width: 25%
    }

    .of-4-phone {
        width: 33.3333333333%
    }

    .of-5-phone {
        width: 41.6666666667%
    }

    .of-6-phone {
        width: 50%
    }

    .of-7-phone {
        width: 58.3333333333%
    }

    .of-8-phone {
        width: 66.6666666667%
    }

    .of-9-phone {
        width: 75%
    }

    .of-10-phone {
        width: 83.3333333333%
    }

    .of-11-phone {
        width: 91.6666666667%
    }

    .of-12-phone {
        width: 100%
    }
}

@media (max-width: 550px) {
    .of-1-phone-l {
        width: 8.3333333333%
    }

    .of-2-phone-l {
        width: 16.6666666667%
    }

    .of-3-phone-l {
        width: 25%
    }

    .of-4-phone-l {
        width: 33.3333333333%
    }

    .of-5-phone-l {
        width: 41.6666666667%
    }

    .of-6-phone-l {
        width: 50%
    }

    .of-7-phone-l {
        width: 58.3333333333%
    }

    .of-8-phone-l {
        width: 66.6666666667%
    }

    .of-9-phone-l {
        width: 75%
    }

    .of-10-phone-l {
        width: 83.3333333333%
    }

    .of-11-phone-l {
        width: 91.6666666667%
    }

    .of-12-phone-l {
        width: 100%
    }
}

@media (max-width: 400px) {
    .of-1-phone-m {
        width: 8.3333333333%
    }

    .of-2-phone-m {
        width: 16.6666666667%
    }

    .of-3-phone-m {
        width: 25%
    }

    .of-4-phone-m {
        width: 33.3333333333%
    }

    .of-5-phone-m {
        width: 41.6666666667%
    }

    .of-6-phone-m {
        width: 50%
    }

    .of-7-phone-m {
        width: 58.3333333333%
    }

    .of-8-phone-m {
        width: 66.6666666667%
    }

    .of-9-phone-m {
        width: 75%
    }

    .of-10-phone-m {
        width: 83.3333333333%
    }

    .of-11-phone-m {
        width: 91.6666666667%
    }

    .of-12-phone-m {
        width: 100%
    }
}

@media (max-width: 320px) {
    .of-1-phone-s {
        width: 8.3333333333%
    }

    .of-2-phone-s {
        width: 16.6666666667%
    }

    .of-3-phone-s {
        width: 25%
    }

    .of-4-phone-s {
        width: 33.3333333333%
    }

    .of-5-phone-s {
        width: 41.6666666667%
    }

    .of-6-phone-s {
        width: 50%
    }

    .of-7-phone-s {
        width: 58.3333333333%
    }

    .of-8-phone-s {
        width: 66.6666666667%
    }

    .of-9-phone-s {
        width: 75%
    }

    .of-10-phone-s {
        width: 83.3333333333%
    }

    .of-11-phone-s {
        width: 91.6666666667%
    }

    .of-12-phone-s {
        width: 100%
    }
}

.l-grid {
    display: flex;
    flex-flow: row wrap
}

.l-bunch, .b-modal-header {
    display: flex;
    flex-flow: row wrap
}

.l-frame {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center
}

.l-stack {
    display: flex;
    flex-flow: column nowrap
}

.l-line {
    display: flex;
    flex-flow: row nowrap
}

.flex-fill {
    flex: 1
}

.flex-auto {
    flex: auto
}

.to-start, .to-sides, .b-modal-header, .to-around, .to-center, .to-end {
    display: flex
}

.to-start {
    justify-content: flex-start
}

.to-sides, .b-modal-header {
    justify-content: space-between
}

.to-around {
    justify-content: space-around
}

.to-center {
    justify-content: center
}

.to-end {
    justify-content: flex-end
}

@media (max-width: 1440px) {
    .to-start-desktop {
        justify-content: flex-start
    }
}

@media (max-width: 1200px) {
    .to-start-laptop {
        justify-content: flex-start
    }
}

@media (max-width: 991px) {
    .to-start-tablet {
        justify-content: flex-start
    }
}

@media (max-width: 767px) {
    .to-start-phone {
        justify-content: flex-start
    }
}

@media (max-width: 550px) {
    .to-start-phone-l {
        justify-content: flex-start
    }
}

@media (max-width: 400px) {
    .to-start-phone-m {
        justify-content: flex-start
    }
}

@media (max-width: 320px) {
    .to-start-phone-s {
        justify-content: flex-start
    }
}

@media (max-width: 1440px) {
    .to-sides-desktop {
        justify-content: space-between
    }
}

@media (max-width: 1200px) {
    .to-sides-laptop {
        justify-content: space-between
    }
}

@media (max-width: 991px) {
    .to-sides-tablet {
        justify-content: space-between
    }
}

@media (max-width: 767px) {
    .to-sides-phone {
        justify-content: space-between
    }
}

@media (max-width: 550px) {
    .to-sides-phone-l {
        justify-content: space-between
    }
}

@media (max-width: 400px) {
    .to-sides-phone-m {
        justify-content: space-between
    }
}

@media (max-width: 320px) {
    .to-sides-phone-s {
        justify-content: space-between
    }
}

@media (max-width: 1440px) {
    .to-around-desktop {
        justify-content: space-around
    }
}

@media (max-width: 1200px) {
    .to-around-laptop {
        justify-content: space-around
    }
}

@media (max-width: 991px) {
    .to-around-tablet {
        justify-content: space-around
    }
}

@media (max-width: 767px) {
    .to-around-phone {
        justify-content: space-around
    }
}

@media (max-width: 550px) {
    .to-around-phone-l {
        justify-content: space-around
    }
}

@media (max-width: 400px) {
    .to-around-phone-m {
        justify-content: space-around
    }
}

@media (max-width: 320px) {
    .to-around-phone-s {
        justify-content: space-around
    }
}

@media (max-width: 1440px) {
    .to-center-desktop {
        justify-content: center
    }
}

@media (max-width: 1200px) {
    .to-center-laptop {
        justify-content: center
    }
}

@media (max-width: 991px) {
    .to-center-tablet {
        justify-content: center
    }
}

@media (max-width: 767px) {
    .to-center-phone {
        justify-content: center
    }
}

@media (max-width: 550px) {
    .to-center-phone-l {
        justify-content: center
    }
}

@media (max-width: 400px) {
    .to-center-phone-m {
        justify-content: center
    }
}

@media (max-width: 320px) {
    .to-center-phone-s {
        justify-content: center
    }
}

@media (max-width: 1440px) {
    .to-end-desktop {
        justify-content: flex-end
    }
}

@media (max-width: 1200px) {
    .to-end-laptop {
        justify-content: flex-end
    }
}

@media (max-width: 991px) {
    .to-end-tablet {
        justify-content: flex-end
    }
}

@media (max-width: 767px) {
    .to-end-phone {
        justify-content: flex-end
    }
}

@media (max-width: 550px) {
    .to-end-phone-l {
        justify-content: flex-end
    }
}

@media (max-width: 400px) {
    .to-end-phone-m {
        justify-content: flex-end
    }
}

@media (max-width: 320px) {
    .to-end-phone-s {
        justify-content: flex-end
    }
}

@media (max-width: 1440px) {
    .in-column-desktop {
        flex-direction: column
    }
}

@media (max-width: 1200px) {
    .in-column-laptop {
        flex-direction: column
    }
}

@media (max-width: 991px) {
    .in-column-tablet {
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .in-column-phone {
        flex-direction: column
    }
}

@media (max-width: 550px) {
    .in-column-phone-l {
        flex-direction: column
    }
}

@media (max-width: 400px) {
    .in-column-phone-m {
        flex-direction: column
    }
}

@media (max-width: 320px) {
    .in-column-phone-s {
        flex-direction: column
    }
}

.in-row {
    flex-direction: row
}

@media (max-width: 1440px) {
    .in-row-desktop {
        flex-direction: row
    }
}

@media (max-width: 1200px) {
    .in-row-laptop {
        flex-direction: row
    }
}

@media (max-width: 991px) {
    .in-row-tablet {
        flex-direction: row
    }
}

@media (max-width: 767px) {
    .in-row-phone {
        flex-direction: row
    }
}

@media (max-width: 550px) {
    .in-row-phone-l {
        flex-direction: row
    }
}

@media (max-width: 400px) {
    .in-row-phone-m {
        flex-direction: row
    }
}

@media (max-width: 320px) {
    .in-row-phone-s {
        flex-direction: row
    }
}

.align-start, .align-center, .b-modal-header, .align-end, .align-stretch {
    display: flex
}

.align-start {
    align-items: flex-start
}

.align-center, .b-modal-header {
    align-items: center
}

.align-end {
    align-items: flex-end
}

.align-stretch {
    align-items: stretch
}

.align-baseline {
    align-items: baseline
}

.align-content-start, .align-content-center, .align-content-end, .align-content-stretch {
    display: flex
}

.align-content-start {
    align-content: flex-start
}

.align-content-between {
    align-content: space-between
}

.align-content-around {
    align-content: space-around
}

.align-content-center {
    align-content: center
}

.align-content-end {
    align-content: flex-end
}

.align-content-stretch {
    align-content: stretch
}

.align-content-baseline {
    align-content: baseline
}

.d-block {
    display: block
}

.d-flex {
    display: flex
}

@media (max-width: 1440px) {
    .is-hidden-desktop {
        display: none
    }
}

@media (max-width: 1200px) {
    .is-hidden-laptop {
        display: none
    }
}

@media (max-width: 991px) {
    .is-hidden-tablet {
        display: none
    }
}

@media (max-width: 767px) {
    .is-hidden-phone {
        display: none
    }
}

@media (max-width: 550px) {
    .is-hidden-phone-l {
        display: none
    }
}

@media (max-width: 400px) {
    .is-hidden-phone-m {
        display: none
    }
}

@media (max-width: 320px) {
    .is-hidden-phone-s {
        display: none
    }
}

.is-visible, .is-visible-desktop, .is-visible-tablet, .is-visible-phone {
    display: none
}

@media (max-width: 1440px) {
    .is-visible-desktop {
        display: block
    }
}

@media (max-width: 1200px) {
    .is-visible-laptop {
        display: block
    }
}

@media (max-width: 991px) {
    .is-visible-tablet {
        display: block
    }
}

@media (max-width: 767px) {
    .is-visible-phone {
        display: block
    }
}

@media (max-width: 550px) {
    .is-visible-phone-l {
        display: block
    }
}

@media (max-width: 400px) {
    .is-visible-phone-m {
        display: block
    }
}

@media (max-width: 320px) {
    .is-visible-phone-s {
        display: block
    }
}

.w-fill, .a-button-comp, .a-button-delete, .g-form-skip {
    width: 100%
}

.w-full {
    width: 100vw
}

.h-fill {
    height: 100%
}

.h-full {
    height: 100vh
}

@media (max-width: 1440px) {
    .order-0-desktop {
        order: -1
    }
}

@media (max-width: 1200px) {
    .order-0-laptop {
        order: -1
    }
}

@media (max-width: 991px) {
    .order-0-tablet {
        order: -1
    }
}

@media (max-width: 767px) {
    .order-0-phone {
        order: -1
    }
}

@media (max-width: 550px) {
    .order-0-phone-l {
        order: -1
    }
}

@media (max-width: 400px) {
    .order-0-phone-m {
        order: -1
    }
}

@media (max-width: 320px) {
    .order-0-phone-s {
        order: -1
    }
}

@media (max-width: 1440px) {
    .order-1-desktop {
        order: 1
    }
}

@media (max-width: 1200px) {
    .order-1-laptop {
        order: 1
    }
}

@media (max-width: 991px) {
    .order-1-tablet {
        order: 1
    }
}

@media (max-width: 767px) {
    .order-1-phone {
        order: 1
    }
}

@media (max-width: 550px) {
    .order-1-phone-l {
        order: 1
    }
}

@media (max-width: 400px) {
    .order-1-phone-m {
        order: 1
    }
}

@media (max-width: 320px) {
    .order-1-phone-s {
        order: 1
    }
}

@media (max-width: 1440px) {
    .order-2-desktop {
        order: 2
    }
}

@media (max-width: 1200px) {
    .order-2-laptop {
        order: 2
    }
}

@media (max-width: 991px) {
    .order-2-tablet {
        order: 2
    }
}

@media (max-width: 767px) {
    .order-2-phone {
        order: 2
    }
}

@media (max-width: 550px) {
    .order-2-phone-l {
        order: 2
    }
}

@media (max-width: 400px) {
    .order-2-phone-m {
        order: 2
    }
}

@media (max-width: 320px) {
    .order-2-phone-s {
        order: 2
    }
}

@media (max-width: 1440px) {
    .order-3-desktop {
        order: 3
    }
}

@media (max-width: 1200px) {
    .order-3-laptop {
        order: 3
    }
}

@media (max-width: 991px) {
    .order-3-tablet {
        order: 3
    }
}

@media (max-width: 767px) {
    .order-3-phone {
        order: 3
    }
}

@media (max-width: 550px) {
    .order-3-phone-l {
        order: 3
    }
}

@media (max-width: 400px) {
    .order-3-phone-m {
        order: 3
    }
}

@media (max-width: 320px) {
    .order-3-phone-s {
        order: 3
    }
}

.text-center {
    text-align: center
}

.mt-a {
    margin-top: auto
}

.mb-a {
    margin-bottom: auto
}

.ml-a {
    margin-left: auto
}

.mr-a {
    margin-right: auto
}

.f-1 {
    flex: 1
}

.f-auto {
    flex: auto
}

.mw-none {
    max-width: none !important
}

.color-1 {
    color: #505292
}

.bg-w, .a-step-trigger-bar {
    background-color: #f2f2f7
}

.bg-l {
    background-color: #bcbcdc
}

.o-left {
    padding-left: 24px
}

@media (max-width: 767px) {
    .o-left {
        padding-left: 0
    }
}

.color-t-l, .a-step-trigger {
    color: #595959
}

::selection {
    background: #505292;
    color: #fff
}

@media (min-width: 1150px) {
    ::-webkit-scrollbar {
        width: 12px
    }
}

@media (min-width: 1150px) and (max-width: 767px) {
    ::-webkit-scrollbar {
        width: 7px
    }
}

@media (min-width: 1150px) {
    ::-webkit-scrollbar-track {
        background-color: #f2f2f7;
        border-radius: 5px
    }

    ::-webkit-scrollbar-thumb {
        background-color: #505292;
        border-radius: 5px
    }

    body.scroll-below-header:not(.is-ios) .g-site {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-y: scroll
    }

        body.scroll-below-header:not(.is-ios) .g-site::-webkit-scrollbar-track {
            margin-top: 115px
        }
}

@media (min-width: 1150px) and (max-width: 767px) {
    body.scroll-below-header:not(.is-ios) .g-site::-webkit-scrollbar-track {
        margin-top: 102px
    }
}

.w-outer {
    padding-left: 64px;
    padding-right: 40px
}

@media (max-width: 767px) {
    .w-outer {
        padding: 0 40px
    }
}

@media (max-width: 400px) {
    .w-outer {
        padding: 0 30px
    }
}

@media (max-width: 320px) {
    .w-outer {
        padding: 0 20px
    }
}

.w-inner {
    padding-left: 64px;
    padding-right: 40px;
    max-width: 996px
}

@media (max-width: 767px) {
    .w-inner {
        padding: 0 40px
    }
}

@media (max-width: 400px) {
    .w-inner {
        padding: 0 30px
    }
}

@media (max-width: 320px) {
    .w-inner {
        padding: 0 20px
    }
}

.w-inner-p {
    padding-left: 64px;
    padding-right: 40px;
    max-width: 996px;
    padding-left: 162px
}

@media (max-width: 767px) {
    .w-inner-p {
        padding: 0 40px
    }
}

@media (max-width: 400px) {
    .w-inner-p {
        padding: 0 30px
    }
}

@media (max-width: 320px) {
    .w-inner-p {
        padding: 0 20px
    }
}

.w-inner-m {
    padding-left: 64px;
    padding-right: 40px;
    max-width: 1116px
}

@media (max-width: 767px) {
    .w-inner-m {
        padding: 0 40px
    }
}

@media (max-width: 400px) {
    .w-inner-m {
        padding: 0 30px
    }
}

@media (max-width: 320px) {
    .w-inner-m {
        padding: 0 20px
    }
}

.w-inner-cl {
    padding: 0 30px;
    max-width: 828px;
    margin: 0 auto
}

@media (max-width: 767px) {
    .w-inner-cl {
        padding: 0 27px
    }
}

@media (max-width: 400px) {
    .w-inner-cl {
        padding: 0 20px
    }
}

@media (max-width: 320px) {
    .w-inner-cl {
        padding: 0 15px
    }
}

.w-inner-c, .a-step-trigger {
    padding: 0 40px;
    max-width: 862px;
    margin: 0 auto
}

@media (max-width: 767px) {
    .w-inner-c, .a-step-trigger {
        padding: 0 40px
    }
}

@media (max-width: 400px) {
    .w-inner-c, .a-step-trigger {
        padding: 0 30px
    }
}

@media (max-width: 320px) {
    .w-inner-c, .a-step-trigger {
        padding: 0 20px
    }
}

.shorter-form {
    max-width: 600px;
    margin: auto
}

.gap {
    margin: -32px -31px 0
}

    .gap > * {
        padding: 32px 31px 0
    }

@media (max-width: 767px) {
    .gap {
        margin: -20px -15px 0
    }

        .gap > * {
            padding: 20px 15px 0
        }
}

.gap-m {
    margin: -30px -15px 0
}

    .gap-m > * {
        padding: 30px 15px 0
    }

@media (max-width: 767px) {
    .gap-m {
        margin: -15px -10px 0
    }

        .gap-m > * {
            padding: 15px 10px 0
        }
}

.gap-s {
    margin: -10px -5px 0
}

    .gap-s > * {
        padding: 10px 5px 0
    }

.gap-vs {
    margin: -19px -9.5px 0
}

    .gap-vs > * {
        padding: 19px 9.5px 0
    }

.gap-wide {
    margin: -35px -43.5px 0
}

    .gap-wide > * {
        padding: 35px 43.5px 0
    }

@media (max-width: 767px) {
    .gap-wide {
        margin: -10px -20px 0
    }

        .gap-wide > * {
            padding: 10px 20px 0
        }
}

.v-gap > * + * {
    margin: 0;
    margin-top: 34px
}

@media (max-width: 767px) {
    .v-gap > * + * {
        margin: 0;
        margin-top: 27px
    }
}

.v-gap-ll > * + * {
    margin: 0;
    margin-top: 75px
}

@media (max-width: 767px) {
    .v-gap-ll > * + * {
        margin: 0;
        margin-top: 40px
    }
}

.v-gap-l > * + * {
    margin: 0;
    margin-top: 55px
}

@media (max-width: 767px) {
    .v-gap-l > * + * {
        margin: 0;
        margin-top: 30px
    }
}

.v-gap-mm > * + * {
    margin: 0;
    margin-top: 30px
}

.v-gap-m > * + * {
    margin: 0;
    margin-top: 20px
}

@media (max-width: 767px) {
    .v-gap-m > * + * {
        margin: 0;
        margin-top: 15px
    }
}

.v-gap-s > * + * {
    margin: 0;
    margin-top: 19px
}

.v-gap-ss > * + * {
    margin: 0;
    margin-top: 4px
}

.v-gap-form > * + * {
    margin: 0;
    margin-top: 12px
}

.v-gap-text > * + * {
    margin: 0;
    margin-top: 22px
}

.pad {
    padding: 40px 0
}

@media (max-width: 767px) {
    .pad {
        padding: 30px 0
    }
}

.pad-s {
    padding: 23px 0
}

.pad-ss, .a-step-trigger-bar {
    padding: 8px 0
}

.pad-m {
    padding: 30px 0
}

.pad-l {
    padding: 90px 0
}

@media (max-width: 767px) {
    .pad-l {
        padding: 45px 0
    }
}

.mar-s {
    margin: 36px 0
}

@media (max-width: 767px) {
    .mar-s {
        margin: 24px 0
    }
}

.color-1 {
    color: #505292
}

.bg-w, .a-step-trigger-bar {
    background-color: #f2f2f7
}

.bg-l {
    background-color: #bcbcdc
}

.o-left {
    padding-left: 24px
}

@media (max-width: 767px) {
    .o-left {
        padding-left: 0
    }
}

.color-t-l, .a-step-trigger {
    color: #595959
}

:root {
    font-size: 20px;
    line-height: 1.3;
    font-weight: normal;
    font-family: "Roboto",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    color: #000
}

@media (max-width: 767px) {
    :root {
        font-size: 18px
    }
}

b, strong, .b, .m-comps-title.b, .strong {
    font-weight: 500
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .a-step-trigger, h6, .h6 {
    font-weight: normal
}

h1, .h1 {
    font-size: 24px;
    line-height: 1.16em;
    font-weight: 300
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 22px
    }
}

h2, .h2 {
    font-size: 24px;
    line-height: 1.16em;
    font-weight: 500
}

@media (max-width: 767px) {
    h2, .h2 {
        font-size: 26px
    }
}

h3, .h3 {
    font-size: 24px;
    line-height: 1.16em;
    font-weight: 500
}

@media (max-width: 767px) {
    h3, .h3 {
        font-size: 20px
    }
}

h4, .h4 {
    font-weight: 500;
    font-size: 20px
}

@media (max-width: 767px) {
    h4, .h4 {
        font-size: 18px
    }
}

h5, .h5, .a-step-trigger {
    font-weight: 300;
    font-size: 18px
}

h6, .h6 {
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 767px) {
    h6, .h6 {
        font-size: 14px
    }
}

.h1, .h2, .h3, .h4, .h5, .a-step-trigger, .h6 {
    margin: 0
}

.type-content > * + *, .c-message-body > * + * {
    margin: 0;
    margin-top: 20px
}

.t-thin {
    font-weight: 300
}

.t-title {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.2
}

@media (max-width: 767px) {
    .t-title {
        font-size: 24px
    }
}

.t-thanks {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2
}

@media (max-width: 767px) {
    .t-thanks {
        font-size: 30px
    }

        .t-thanks span {
            display: block;
            font-size: 36px
        }
}

.t-status {
    font-size: 36px;
    line-height: 1.3
}

@media (max-width: 767px) {
    .t-status {
        font-size: 30px
    }
}

.t-side {
    margin-left: 24px;
    margin-bottom: 16px;
    font-weight: 700
}

@media (max-width: 767px) {
    .t-side {
        margin-bottom: 9px
    }
}

.t-form {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 0 10px
}

.t-reg {
    font-weight: 400
}

:focus {
    outline: 0
}

a, button, input, .a-input-file label {
    transition-duration: 0.16s
}

a {
    color: #505292;
    text-decoration: underline
}

    a:hover, a:focus {
        color: #3b3d70
    }

.inline-link {
    display: inline-flex;
    align-items: center
}

    .inline-link svg, .inline-link img {
        margin-left: 8px
    }

.inline-link-l {
    display: inline-flex;
    align-items: center
}

    .inline-link-l svg, .inline-link-l img {
        margin-right: 8px
    }

.info-link {
    display: inline-flex;
    align-items: center
}

    .info-link::before {
        content: "";
        width: 22px;
        flex: 0 0 auto;
        height: 22px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 8px;
        background-image: url(assets/img/info.svg)
    }

button {
    background-color: transparent;
    border: 0
}

.a-button, .a-button-error, .a-button-wide, .a-button-phone, .a-button-account, .a-button-account-filled, .a-button-lock, .a-button-edit, .a-button-file, .a-button-download, .a-button-plus, .a-faq-button, .a-button-save, .a-button-new, .a-button-comp, .a-button-delete, .g-form-skip, .a-button-login, .a-button-login-outlined, .a-button-next, .a-button-back, .a-button-back-outlined, .a-input-file.has-file label button, .g-form-prev, .g-form-next {
    -webkit-appearance: none;
    border-radius: 5px;
    background: #505292;
    color: white;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.16em;
    min-height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3px 17px;
    text-decoration: none;
    border: 2px solid transparent;
    line-height: 1.1
}

    .a-button:hover, .a-button-error:hover, .a-button-wide:hover, .a-button-phone:hover, .a-button-account:hover, .a-button-account-filled:hover, .a-button-lock:hover, .a-button-edit:hover, .a-button-file:hover, .a-button-download:hover, .a-button-plus:hover, .a-faq-button:hover, .a-button-save:hover, .a-button-new:hover, .a-button-comp:hover, .a-button-delete:hover, .g-form-skip:hover, .a-button-login:hover, .a-button-login-outlined:hover, .a-button-next:hover, .a-button-back:hover, .a-button-back-outlined:hover, .a-input-file.has-file label button:hover, .g-form-prev:hover, .g-form-next:hover, .a-button:focus, .a-button-error:focus, .a-button-wide:focus, .a-button-phone:focus, .a-button-account:focus, .a-button-account-filled:focus, .a-button-lock:focus, .a-button-edit:focus, .a-button-file:focus, .a-button-download:focus, .a-button-plus:focus, .a-faq-button:focus, .a-button-save:focus, .a-button-new:focus, .a-button-comp:focus, .a-button-delete:focus, .g-form-skip:focus, .a-button-login:focus, .a-button-login-outlined:focus, .a-button-next:focus, .a-button-back:focus, .a-button-back-outlined:focus, .a-input-file.has-file label button:focus, .g-form-prev:focus, .g-form-next:focus {
        background: #3b3d70;
        color: white
    }

    .a-button.size-l, .size-l.a-button-error, .a-button-error.a-button-wide, .a-button-error.a-button-phone, .a-button-error.a-button-account, .a-button-error.a-button-account-filled, .a-button-error.a-button-lock, .a-button-error.a-button-edit, .a-button-error.a-button-file, .a-button-error.a-button-download, .a-button-error.a-button-plus, .a-button-error.a-faq-button, .a-button-error.a-button-save, .a-button-error.a-button-new, .a-button-error.a-button-next, .a-button-error.a-button-back, .a-button-error.a-button-back-outlined, .a-button-wide, .a-button-phone, .a-button-account, .a-button-account-filled, .a-button-lock, .a-button-edit, .a-button-file, .a-button-download, .a-button-plus, .a-faq-button, .a-button-save, .a-button-new, .size-l.a-button-comp, .a-button-comp.a-button-wide, .a-button-comp.a-button-phone, .a-button-phone.a-button-delete, .a-button-phone.g-form-skip, .a-button-wide.a-button-delete, .a-button-delete.a-button-account, .a-button-delete.a-button-account-filled, .a-button-delete.a-button-lock, .a-button-delete.a-button-edit, .a-button-delete.a-button-file, .a-button-delete.a-button-download, .a-button-delete.a-button-plus, .a-button-delete.a-faq-button, .a-button-delete.a-button-save, .a-button-comp.a-button-account, .a-button-comp.a-button-account-filled, .a-button-comp.a-button-lock, .a-button-comp.a-button-edit, .a-button-edit.g-form-skip, .a-button-comp.a-button-file, .a-button-file.g-form-skip, .a-button-comp.a-button-download, .a-button-download.g-form-skip, .a-button-comp.a-button-plus, .a-button-comp.a-faq-button, .a-faq-button.g-form-skip, .a-button-plus.g-form-skip, .a-button-lock.g-form-skip, .a-button-comp.a-button-save, .a-button-save.g-form-skip, .a-button-account-filled.g-form-skip, .a-button-account.g-form-skip, .a-button-wide.g-form-skip, .a-button-comp.a-button-new, .a-button-new.a-button-delete, .a-button-new.g-form-skip, .size-l.a-button-delete, .a-button-delete.a-button-next, .a-button-delete.a-button-back, .a-button-delete.a-button-back-outlined, .a-button-comp.a-button-next, .a-button-comp.a-button-back, .a-button-comp.a-button-back-outlined, .a-button-back-outlined.g-form-skip, .a-button-back.g-form-skip, .a-button-next.g-form-skip, .size-l.g-form-skip, .size-l.a-button-login, .a-button-login.a-button-wide, .a-button-login.a-button-phone, .a-button-phone.a-button-login-outlined, .a-button-login.a-button-account, .a-button-login.a-button-account-filled, .a-button-login.a-button-lock, .a-button-login.a-button-edit, .a-button-edit.a-button-login-outlined, .a-button-login.a-button-file, .a-button-file.a-button-login-outlined, .a-button-login.a-button-download, .a-button-download.a-button-login-outlined, .a-button-lock.a-button-login-outlined, .a-button-login-outlined.a-button-plus, .a-button-login-outlined.a-faq-button, .a-button-login.a-button-plus, .a-button-login.a-faq-button, .a-button-login.a-button-save, .a-button-save.a-button-login-outlined, .a-button-account-filled.a-button-login-outlined, .a-button-account.a-button-login-outlined, .a-button-wide.a-button-login-outlined, .a-button-login.a-button-new, .a-button-new.a-button-login-outlined, .size-l.a-button-login-outlined, .a-button-login-outlined.a-button-next, .a-button-login-outlined.a-button-back, .a-button-login-outlined.a-button-back-outlined, .a-button-login.a-button-next, .a-button-login.a-button-back, .a-button-login.a-button-back-outlined, .a-button-next, .a-button-back, .a-button-back-outlined, .a-input-file.has-file label button.size-l, .a-input-file.has-file label button.a-button-wide, .a-input-file.has-file label button.a-button-phone, .a-input-file.has-file label button.a-button-account, .a-input-file.has-file label button.a-button-account-filled, .a-input-file.has-file label button.a-button-lock, .a-input-file.has-file label button.a-button-edit, .a-input-file.has-file label button.a-button-file, .a-input-file.has-file label button.a-button-download, .a-input-file.has-file label button.a-button-plus, .a-input-file.has-file label button.a-faq-button, .a-input-file.has-file label button.a-button-save, .a-input-file.has-file label button.a-button-new, .a-input-file.has-file label button.a-button-next, .a-input-file.has-file label button.a-button-back, .a-input-file.has-file label button.a-button-back-outlined, .size-l.g-form-prev, .g-form-prev.a-button-wide, .g-form-prev.a-button-phone, .g-form-prev.a-button-account, .g-form-prev.a-button-account-filled, .g-form-prev.a-button-lock, .g-form-prev.a-button-edit, .g-form-prev.a-button-file, .g-form-prev.a-button-download, .g-form-prev.a-button-plus, .g-form-prev.a-faq-button, .g-form-prev.a-button-save, .g-form-prev.a-button-new, .g-form-prev.a-button-next, .g-form-prev.a-button-back, .g-form-prev.a-button-back-outlined, .size-l.g-form-next, .g-form-next.a-button-wide, .g-form-next.a-button-phone, .g-form-next.a-button-account, .g-form-next.a-button-account-filled, .g-form-next.a-button-lock, .g-form-next.a-button-edit, .g-form-next.a-button-file, .g-form-next.a-button-download, .g-form-next.a-button-plus, .g-form-next.a-faq-button, .g-form-next.a-button-save, .g-form-next.a-button-new, .g-form-next.a-button-next, .g-form-next.a-button-back, .g-form-next.a-button-back-outlined {
        width: 100%;
        max-width: 296px
    }

    .a-button.size-m, .a-button-error, .size-m.a-button-wide, .size-m.a-button-phone, .size-m.a-button-account, .size-m.a-button-account-filled, .size-m.a-button-lock, .size-m.a-button-edit, .size-m.a-button-file, .size-m.a-button-download, .size-m.a-button-plus, .size-m.a-faq-button, .size-m.a-button-save, .size-m.a-button-new, .size-m.a-button-comp, .size-m.a-button-delete, .size-m.g-form-skip, .size-m.a-button-login, .size-m.a-button-login-outlined, .size-m.a-button-next, .size-m.a-button-back, .size-m.a-button-back-outlined, .a-input-file.has-file label button.size-m, .a-input-file.has-file label button.a-button-error, .a-input-file.has-file label button.g-form-prev, .a-input-file.has-file label button.g-form-next, .g-form-prev, .g-form-next {
        width: 100%;
        max-width: 203px
    }

    .a-button.size-s, .size-s.a-button-error, .size-s.a-button-wide, .size-s.a-button-phone, .size-s.a-button-account, .size-s.a-button-account-filled, .size-s.a-button-lock, .size-s.a-button-edit, .size-s.a-button-file, .size-s.a-button-download, .size-s.a-button-plus, .size-s.a-faq-button, .size-s.a-button-save, .size-s.a-button-new, .size-s.a-button-comp, .size-s.a-button-delete, .size-s.g-form-skip, .size-s.a-button-login, .size-s.a-button-login-outlined, .size-s.a-button-next, .size-s.a-button-back, .a-button-back-outlined, .a-input-file.has-file label button.a-button-back-outlined, .a-input-file.has-file label button.size-s, .size-s.g-form-prev, .size-s.g-form-next {
        width: 100%;
        max-width: 95px
    }

    .a-button.has-icon, .a-button-error, .a-button-wide, .a-button-phone, .a-button-account, .a-button-account-filled, .a-button-lock, .a-button-edit, .a-button-file, .a-button-download, .a-button-plus, .a-faq-button, .a-button-save, .a-button-new, .a-button-comp, .a-button-delete, .g-form-skip, .a-button-login, .a-button-login-outlined, .a-button-next, .a-button-back, .a-button-back-outlined, .a-input-file.has-file label button, .g-form-prev, .g-form-next {
        position: relative;
        padding-right: 32.5px
    }

        .a-button.has-icon::after, .a-button-error::after, .a-button-wide::after, .a-button-phone::after, .a-button-account::after, .a-button-account-filled::after, .a-button-lock::after, .a-button-edit::after, .a-button-file::after, .a-button-download::after, .a-button-plus::after, .a-faq-button::after, .a-button-save::after, .a-button-new::after, .a-button-comp::after, .a-button-delete::after, .g-form-skip::after, .a-button-login::after, .a-button-login-outlined::after, .a-button-next::after, .a-button-back::after, .a-button-back-outlined::after, .a-input-file.has-file label button::after, .g-form-prev::after, .g-form-next::after {
            content: "";
            height: 15.5px;
            width: 26px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url(assets/img/arrow-white.svg);
            position: absolute;
            top: auto;
            bottom: auto;
            right: 2.7px;
            margin: auto;
            transform: rotate(-90deg)
        }

        .a-button.has-icon-top, .has-icon-top.a-button-error, .has-icon-top.a-button-wide, .has-icon-top.a-button-phone, .has-icon-top.a-button-account, .has-icon-top.a-button-account-filled, .has-icon-top.a-button-lock, .has-icon-top.a-button-edit, .has-icon-top.a-button-file, .has-icon-top.a-button-download, .has-icon-top.a-button-plus, .has-icon-top.a-faq-button, .has-icon-top.a-button-save, .has-icon-top.a-button-new, .has-icon-top.a-button-comp, .has-icon-top.a-button-delete, .has-icon-top.g-form-skip, .has-icon-top.a-button-login, .has-icon-top.a-button-login-outlined, .has-icon-top.a-button-next, .has-icon-top.a-button-back, .has-icon-top.a-button-back-outlined, .a-input-file.has-file label button.has-icon-top, .a-input-file.has-file label button.g-form-prev, .g-form-prev, .has-icon-top.g-form-next, .a-button.has-icon-bottom, .a-button-error, .has-icon-bottom.a-button-wide, .has-icon-bottom.a-button-phone, .has-icon-bottom.a-button-account, .has-icon-bottom.a-button-account-filled, .has-icon-bottom.a-button-lock, .has-icon-bottom.a-button-edit, .has-icon-bottom.a-button-file, .has-icon-bottom.a-button-download, .has-icon-bottom.a-button-plus, .has-icon-bottom.a-faq-button, .has-icon-bottom.a-button-save, .has-icon-bottom.a-button-new, .has-icon-bottom.a-button-comp, .has-icon-bottom.a-button-delete, .has-icon-bottom.g-form-skip, .has-icon-bottom.a-button-login, .has-icon-bottom.a-button-login-outlined, .has-icon-bottom.a-button-next, .has-icon-bottom.a-button-back, .has-icon-bottom.a-button-back-outlined, .a-input-file.has-file label button.has-icon-bottom, .a-input-file.has-file label button.a-button-error, .a-input-file.has-file label button.g-form-next, .has-icon-bottom.g-form-prev, .g-form-next {
            padding-right: 17px;
            flex-direction: column;
            position: static
        }

            .a-button.has-icon-top::after, .has-icon-top.a-button-error::after, .has-icon-top.a-button-wide::after, .has-icon-top.a-button-phone::after, .has-icon-top.a-button-account::after, .has-icon-top.a-button-account-filled::after, .has-icon-top.a-button-lock::after, .has-icon-top.a-button-edit::after, .has-icon-top.a-button-file::after, .has-icon-top.a-button-download::after, .has-icon-top.a-button-plus::after, .has-icon-top.a-faq-button::after, .has-icon-top.a-button-save::after, .has-icon-top.a-button-new::after, .has-icon-top.a-button-comp::after, .has-icon-top.a-button-delete::after, .has-icon-top.g-form-skip::after, .has-icon-top.a-button-login::after, .has-icon-top.a-button-login-outlined::after, .has-icon-top.a-button-next::after, .has-icon-top.a-button-back::after, .has-icon-top.a-button-back-outlined::after, .a-input-file.has-file label button.has-icon-top::after, .a-input-file.has-file label button.g-form-prev::after, .g-form-prev::after, .has-icon-top.g-form-next::after, .a-button.has-icon-bottom::after, .a-button-error::after, .has-icon-bottom.a-button-wide::after, .has-icon-bottom.a-button-phone::after, .has-icon-bottom.a-button-account::after, .has-icon-bottom.a-button-account-filled::after, .has-icon-bottom.a-button-lock::after, .has-icon-bottom.a-button-edit::after, .has-icon-bottom.a-button-file::after, .has-icon-bottom.a-button-download::after, .has-icon-bottom.a-button-plus::after, .has-icon-bottom.a-faq-button::after, .has-icon-bottom.a-button-save::after, .has-icon-bottom.a-button-new::after, .has-icon-bottom.a-button-comp::after, .has-icon-bottom.a-button-delete::after, .has-icon-bottom.g-form-skip::after, .has-icon-bottom.a-button-login::after, .has-icon-bottom.a-button-login-outlined::after, .has-icon-bottom.a-button-next::after, .has-icon-bottom.a-button-back::after, .has-icon-bottom.a-button-back-outlined::after, .a-input-file.has-file label button.has-icon-bottom::after, .a-input-file.has-file label button.a-button-error::after, .a-input-file.has-file label button.g-form-next::after, .has-icon-bottom.g-form-prev::after, .g-form-next::after {
                transform: none;
                position: static;
                margin: 0;
                margin-top: 2px
            }

        .a-button.has-icon-top, .has-icon-top.a-button-error, .has-icon-top.a-button-wide, .has-icon-top.a-button-phone, .has-icon-top.a-button-account, .has-icon-top.a-button-account-filled, .has-icon-top.a-button-lock, .has-icon-top.a-button-edit, .has-icon-top.a-button-file, .has-icon-top.a-button-download, .has-icon-top.a-button-plus, .has-icon-top.a-faq-button, .has-icon-top.a-button-save, .has-icon-top.a-button-new, .has-icon-top.a-button-comp, .has-icon-top.a-button-delete, .has-icon-top.g-form-skip, .has-icon-top.a-button-login, .has-icon-top.a-button-login-outlined, .has-icon-top.a-button-next, .has-icon-top.a-button-back, .has-icon-top.a-button-back-outlined, .a-input-file.has-file label button.has-icon-top, .a-input-file.has-file label button.g-form-prev, .g-form-prev, .has-icon-top.g-form-next {
            flex-direction: column-reverse
        }

            .a-button.has-icon-top::after, .has-icon-top.a-button-error::after, .has-icon-top.a-button-wide::after, .has-icon-top.a-button-phone::after, .has-icon-top.a-button-account::after, .has-icon-top.a-button-account-filled::after, .has-icon-top.a-button-lock::after, .has-icon-top.a-button-edit::after, .has-icon-top.a-button-file::after, .has-icon-top.a-button-download::after, .has-icon-top.a-button-plus::after, .has-icon-top.a-faq-button::after, .has-icon-top.a-button-save::after, .has-icon-top.a-button-new::after, .has-icon-top.a-button-comp::after, .has-icon-top.a-button-delete::after, .has-icon-top.g-form-skip::after, .has-icon-top.a-button-login::after, .has-icon-top.a-button-login-outlined::after, .has-icon-top.a-button-next::after, .has-icon-top.a-button-back::after, .has-icon-top.a-button-back-outlined::after, .a-input-file.has-file label button.has-icon-top::after, .a-input-file.has-file label button.g-form-prev::after, .g-form-prev::after, .has-icon-top.g-form-next::after {
                margin-top: 0;
                margin-bottom: 2px
            }

            .a-button.has-icon-bottom.is-outlined::after, .a-button-error::after, .has-icon-bottom.a-button-wide::after, .a-button-wide.a-button-error::after, .a-button-error.a-button-phone::after, .a-button-error.a-button-account::after, .a-button-error.a-button-account-filled::after, .a-button-error.a-button-lock::after, .a-button-error.a-button-edit::after, .a-button-error.a-button-file::after, .a-button-error.a-button-download::after, .a-button-error.a-button-plus::after, .a-button-error.a-faq-button::after, .a-button-error.a-button-save::after, .has-icon-bottom.a-button-phone::after, .a-button-phone.g-form-next::after, .has-icon-bottom.a-button-account::after, .has-icon-bottom.a-button-account-filled::after, .has-icon-bottom.a-button-lock::after, .has-icon-bottom.a-button-edit::after, .a-button-edit.g-form-next::after, .has-icon-bottom.a-button-file::after, .a-button-file.g-form-next::after, .has-icon-bottom.a-button-download::after, .a-button-download.g-form-next::after, .has-icon-bottom.a-button-plus::after, .has-icon-bottom.a-faq-button::after, .a-faq-button.g-form-next::after, .a-button-plus.g-form-next::after, .a-button-lock.g-form-next::after, .has-icon-bottom.a-button-save::after, .a-button-save.g-form-next::after, .a-button-account-filled.g-form-next::after, .a-button-account.g-form-next::after, .a-button-wide.g-form-next::after, .has-icon-bottom.is-outlined.a-button-new::after, .a-button-new.a-button-error::after, .has-icon-bottom.a-button-new.a-button-wide::after, .has-icon-bottom.a-button-new.a-button-phone::after, .a-button-new.a-button-phone.g-form-next::after, .has-icon-bottom.a-button-new.a-button-account::after, .has-icon-bottom.a-button-new.a-button-account-filled::after, .has-icon-bottom.a-button-new.a-button-lock::after, .has-icon-bottom.a-button-new.a-button-edit::after, .a-button-new.a-button-edit.g-form-next::after, .has-icon-bottom.a-button-new.a-button-file::after, .a-button-new.a-button-file.g-form-next::after, .has-icon-bottom.a-button-new.a-button-download::after, .a-button-new.a-button-download.g-form-next::after, .has-icon-bottom.a-button-new.a-button-plus::after, .has-icon-bottom.a-button-new.a-faq-button::after, .a-button-new.a-faq-button.g-form-next::after, .a-button-new.a-button-plus.g-form-next::after, .a-button-new.a-button-lock.g-form-next::after, .has-icon-bottom.a-button-new.a-button-save::after, .a-button-new.a-button-save.g-form-next::after, .a-button-new.a-button-account-filled.g-form-next::after, .a-button-new.a-button-account.g-form-next::after, .a-button-new.a-button-wide.g-form-next::after, .has-icon-bottom.a-button-new.g-form-prev::after, .a-button-new.g-form-prev.g-form-next::after, .is-outlined.a-button-new.g-form-next::after, .has-icon-bottom.is-outlined.a-button-comp::after, .a-button-comp.a-button-error::after, .a-button-error.a-button-delete::after, .a-button-error.g-form-skip::after, .has-icon-bottom.a-button-comp.a-button-wide::after, .a-button-comp.a-button-wide.a-button-error::after, .a-button-comp.a-button-error.a-button-phone::after, .a-button-error.a-button-phone.a-button-delete::after, .a-button-error.a-button-phone.g-form-skip::after, .a-button-wide.a-button-error.a-button-delete::after, .a-button-error.a-button-delete.a-button-account::after, .a-button-error.a-button-delete.a-button-account-filled::after, .a-button-error.a-button-delete.a-button-lock::after, .a-button-error.a-button-delete.a-button-edit::after, .a-button-error.a-button-delete.a-button-file::after, .a-button-error.a-button-delete.a-button-download::after, .a-button-error.a-button-delete.a-button-plus::after, .a-button-error.a-button-delete.a-faq-button::after, .a-button-error.a-button-delete.a-button-save::after, .a-button-comp.a-button-error.a-button-account::after, .a-button-comp.a-button-error.a-button-account-filled::after, .a-button-comp.a-button-error.a-button-lock::after, .a-button-comp.a-button-error.a-button-edit::after, .a-button-error.a-button-edit.g-form-skip::after, .a-button-comp.a-button-error.a-button-file::after, .a-button-error.a-button-file.g-form-skip::after, .a-button-comp.a-button-error.a-button-download::after, .a-button-error.a-button-download.g-form-skip::after, .a-button-comp.a-button-error.a-button-plus::after, .a-button-comp.a-button-error.a-faq-button::after, .a-button-error.a-faq-button.g-form-skip::after, .a-button-error.a-button-plus.g-form-skip::after, .a-button-error.a-button-lock.g-form-skip::after, .a-button-comp.a-button-error.a-button-save::after, .a-button-error.a-button-save.g-form-skip::after, .a-button-error.a-button-account-filled.g-form-skip::after, .a-button-error.a-button-account.g-form-skip::after, .a-button-wide.a-button-error.g-form-skip::after, .has-icon-bottom.a-button-comp.a-button-phone::after, .has-icon-bottom.a-button-phone.a-button-delete::after, .a-button-phone.a-button-delete.g-form-next::after, .a-button-comp.a-button-phone.g-form-next::after, .a-button-phone.g-form-next.g-form-skip::after, .has-icon-bottom.a-button-phone.g-form-skip::after, .has-icon-bottom.a-button-wide.a-button-delete::after, .has-icon-bottom.a-button-delete.a-button-account::after, .has-icon-bottom.a-button-delete.a-button-account-filled::after, .has-icon-bottom.a-button-delete.a-button-lock::after, .has-icon-bottom.a-button-delete.a-button-edit::after, .a-button-delete.a-button-edit.g-form-next::after, .has-icon-bottom.a-button-delete.a-button-file::after, .a-button-delete.a-button-file.g-form-next::after, .has-icon-bottom.a-button-delete.a-button-download::after, .a-button-delete.a-button-download.g-form-next::after, .has-icon-bottom.a-button-delete.a-button-plus::after, .has-icon-bottom.a-button-delete.a-faq-button::after, .a-button-delete.a-faq-button.g-form-next::after, .a-button-delete.a-button-plus.g-form-next::after, .a-button-delete.a-button-lock.g-form-next::after, .has-icon-bottom.a-button-delete.a-button-save::after, .a-button-delete.a-button-save.g-form-next::after, .a-button-delete.a-button-account-filled.g-form-next::after, .a-button-delete.a-button-account.g-form-next::after, .a-button-wide.a-button-delete.g-form-next::after, .has-icon-bottom.a-button-comp.a-button-account::after, .has-icon-bottom.a-button-comp.a-button-account-filled::after, .has-icon-bottom.a-button-comp.a-button-lock::after, .has-icon-bottom.a-button-comp.a-button-edit::after, .a-button-comp.a-button-edit.g-form-next::after, .a-button-edit.g-form-next.g-form-skip::after, .has-icon-bottom.a-button-edit.g-form-skip::after, .has-icon-bottom.a-button-comp.a-button-file::after, .a-button-comp.a-button-file.g-form-next::after, .a-button-file.g-form-next.g-form-skip::after, .has-icon-bottom.a-button-file.g-form-skip::after, .has-icon-bottom.a-button-comp.a-button-download::after, .a-button-comp.a-button-download.g-form-next::after, .a-button-download.g-form-next.g-form-skip::after, .has-icon-bottom.a-button-download.g-form-skip::after, .has-icon-bottom.a-button-comp.a-button-plus::after, .has-icon-bottom.a-button-comp.a-faq-button::after, .a-button-comp.a-faq-button.g-form-next::after, .a-faq-button.g-form-next.g-form-skip::after, .has-icon-bottom.a-faq-button.g-form-skip::after, .a-button-comp.a-button-plus.g-form-next::after, .a-button-plus.g-form-next.g-form-skip::after, .has-icon-bottom.a-button-plus.g-form-skip::after, .a-button-comp.a-button-lock.g-form-next::after, .a-button-lock.g-form-next.g-form-skip::after, .has-icon-bottom.a-button-lock.g-form-skip::after, .has-icon-bottom.a-button-comp.a-button-save::after, .a-button-comp.a-button-save.g-form-next::after, .a-button-save.g-form-next.g-form-skip::after, .has-icon-bottom.a-button-save.g-form-skip::after, .a-button-comp.a-button-account-filled.g-form-next::after, .a-button-account-filled.g-form-next.g-form-skip::after, .has-icon-bottom.a-button-account-filled.g-form-skip::after, .a-button-comp.a-button-account.g-form-next::after, .a-button-account.g-form-next.g-form-skip::after, .has-icon-bottom.a-button-account.g-form-skip::after, .a-button-comp.a-button-wide.g-form-next::after, .a-button-wide.g-form-next.g-form-skip::after, .has-icon-bottom.a-button-wide.g-form-skip::after, .has-icon-bottom.is-outlined.a-button-delete::after, .has-icon-bottom.a-button-delete.g-form-prev::after, .a-button-delete.g-form-prev.g-form-next::after, .is-outlined.a-button-delete.g-form-next::after, .has-icon-bottom.a-button-comp.g-form-prev::after, .a-button-comp.g-form-prev.a-button-error::after, .g-form-prev.a-button-error.a-button-delete::after, .g-form-prev.a-button-error.g-form-skip::after, .a-button-comp.g-form-prev.g-form-next::after, .g-form-prev.g-form-next.g-form-skip::after, .has-icon-bottom.g-form-prev.g-form-skip::after, .is-outlined.a-button-comp.g-form-next::after, .a-button-comp.g-form-next.a-button-error::after, .g-form-next.a-button-error.a-button-delete::after, .g-form-next.a-button-error.g-form-skip::after, .is-outlined.g-form-next.g-form-skip::after, .has-icon-bottom.is-outlined.g-form-skip::after, .has-icon-bottom.is-outlined.a-button-login::after, .a-button-login.a-button-error::after, .a-button-error.a-button-login-outlined::after, .has-icon-bottom.a-button-login.a-button-wide::after, .has-icon-bottom.a-button-login.a-button-phone::after, .has-icon-bottom.a-button-phone.a-button-login-outlined::after, .a-button-phone.a-button-login-outlined.g-form-next::after, .a-button-login.a-button-phone.g-form-next::after, .has-icon-bottom.a-button-login.a-button-account::after, .has-icon-bottom.a-button-login.a-button-account-filled::after, .has-icon-bottom.a-button-login.a-button-lock::after, .has-icon-bottom.a-button-login.a-button-edit::after, .has-icon-bottom.a-button-edit.a-button-login-outlined::after, .a-button-edit.a-button-login-outlined.g-form-next::after, .a-button-login.a-button-edit.g-form-next::after, .has-icon-bottom.a-button-login.a-button-file::after, .has-icon-bottom.a-button-file.a-button-login-outlined::after, .a-button-file.a-button-login-outlined.g-form-next::after, .a-button-login.a-button-file.g-form-next::after, .has-icon-bottom.a-button-login.a-button-download::after, .has-icon-bottom.a-button-download.a-button-login-outlined::after, .a-button-download.a-button-login-outlined.g-form-next::after, .a-button-login.a-button-download.g-form-next::after, .has-icon-bottom.a-button-lock.a-button-login-outlined::after, .has-icon-bottom.a-button-login-outlined.a-button-plus::after, .has-icon-bottom.a-button-login-outlined.a-faq-button::after, .a-button-login-outlined.a-faq-button.g-form-next::after, .a-button-login-outlined.a-button-plus.g-form-next::after, .a-button-lock.a-button-login-outlined.g-form-next::after, .has-icon-bottom.a-button-login.a-button-plus::after, .has-icon-bottom.a-button-login.a-faq-button::after, .a-button-login.a-faq-button.g-form-next::after, .a-button-login.a-button-plus.g-form-next::after, .a-button-login.a-button-lock.g-form-next::after, .has-icon-bottom.a-button-login.a-button-save::after, .has-icon-bottom.a-button-save.a-button-login-outlined::after, .a-button-save.a-button-login-outlined.g-form-next::after, .a-button-login.a-button-save.g-form-next::after, .has-icon-bottom.a-button-account-filled.a-button-login-outlined::after, .a-button-account-filled.a-button-login-outlined.g-form-next::after, .a-button-login.a-button-account-filled.g-form-next::after, .has-icon-bottom.a-button-account.a-button-login-outlined::after, .a-button-account.a-button-login-outlined.g-form-next::after, .a-button-login.a-button-account.g-form-next::after, .has-icon-bottom.a-button-wide.a-button-login-outlined::after, .a-button-wide.a-button-login-outlined.g-form-next::after, .a-button-login.a-button-wide.g-form-next::after, .has-icon-bottom.is-outlined.a-button-login-outlined::after, .has-icon-bottom.a-button-login-outlined.g-form-prev::after, .a-button-login-outlined.g-form-prev.g-form-next::after, .is-outlined.a-button-login-outlined.g-form-next::after, .has-icon-bottom.a-button-login.g-form-prev::after, .a-button-login.g-form-prev.g-form-next::after, .is-outlined.a-button-login.g-form-next::after, .has-icon-bottom.is-outlined.a-button-next::after, .a-button-next.a-button-error::after, .a-button-error.a-button-back::after, .a-button-error.a-button-back-outlined::after, .has-icon-bottom.a-button-next.a-button-wide::after, .a-button-next.a-button-wide.a-button-error::after, .a-button-next.a-button-error.a-button-phone::after, .a-button-error.a-button-phone.a-button-back::after, .a-button-error.a-button-phone.a-button-back-outlined::after, .a-button-next.a-button-error.a-button-account::after, .a-button-next.a-button-error.a-button-account-filled::after, .a-button-next.a-button-error.a-button-lock::after, .a-button-next.a-button-error.a-button-edit::after, .a-button-error.a-button-edit.a-button-back::after, .a-button-error.a-button-edit.a-button-back-outlined::after, .a-button-next.a-button-error.a-button-file::after, .a-button-error.a-button-file.a-button-back::after, .a-button-error.a-button-file.a-button-back-outlined::after, .a-button-next.a-button-error.a-button-download::after, .a-button-error.a-button-download.a-button-back::after, .a-button-error.a-button-download.a-button-back-outlined::after, .a-button-error.a-button-lock.a-button-back::after, .a-button-error.a-button-back.a-button-plus::after, .a-button-error.a-button-plus.a-button-back-outlined::after, .a-button-error.a-button-back-outlined.a-faq-button::after, .a-button-error.a-button-back.a-faq-button::after, .a-button-error.a-button-lock.a-button-back-outlined::after, .a-button-next.a-button-error.a-button-plus::after, .a-button-next.a-button-error.a-faq-button::after, .a-button-next.a-button-error.a-button-save::after, .a-button-error.a-button-save.a-button-back::after, .a-button-error.a-button-save.a-button-back-outlined::after, .a-button-error.a-button-account-filled.a-button-back::after, .a-button-error.a-button-account-filled.a-button-back-outlined::after, .a-button-error.a-button-account.a-button-back::after, .a-button-error.a-button-account.a-button-back-outlined::after, .a-button-wide.a-button-error.a-button-back::after, .a-button-wide.a-button-error.a-button-back-outlined::after, .has-icon-bottom.a-button-next.a-button-phone::after, .has-icon-bottom.a-button-phone.a-button-back::after, .has-icon-bottom.a-button-phone.a-button-back-outlined::after, .a-button-phone.a-button-back-outlined.g-form-next::after, .a-button-phone.a-button-back.g-form-next::after, .a-button-next.a-button-phone.g-form-next::after, .has-icon-bottom.a-button-next.a-button-account::after, .has-icon-bottom.a-button-next.a-button-account-filled::after, .has-icon-bottom.a-button-next.a-button-lock::after, .has-icon-bottom.a-button-next.a-button-edit::after, .has-icon-bottom.a-button-edit.a-button-back::after, .has-icon-bottom.a-button-edit.a-button-back-outlined::after, .a-button-edit.a-button-back-outlined.g-form-next::after, .a-button-edit.a-button-back.g-form-next::after, .a-button-next.a-button-edit.g-form-next::after, .has-icon-bottom.a-button-next.a-button-file::after, .has-icon-bottom.a-button-file.a-button-back::after, .has-icon-bottom.a-button-file.a-button-back-outlined::after, .a-button-file.a-button-back-outlined.g-form-next::after, .a-button-file.a-button-back.g-form-next::after, .a-button-next.a-button-file.g-form-next::after, .has-icon-bottom.a-button-next.a-button-download::after, .has-icon-bottom.a-button-download.a-button-back::after, .has-icon-bottom.a-button-download.a-button-back-outlined::after, .a-button-download.a-button-back-outlined.g-form-next::after, .a-button-download.a-button-back.g-form-next::after, .a-button-next.a-button-download.g-form-next::after, .has-icon-bottom.a-button-lock.a-button-back::after, .has-icon-bottom.a-button-back.a-button-plus::after, .has-icon-bottom.a-button-plus.a-button-back-outlined::after, .has-icon-bottom.a-button-back-outlined.a-faq-button::after, .a-button-back-outlined.a-faq-button.g-form-next::after, .a-button-plus.a-button-back-outlined.g-form-next::after, .has-icon-bottom.a-button-back.a-faq-button::after, .a-button-back.a-faq-button.g-form-next::after, .a-button-back.a-button-plus.g-form-next::after, .has-icon-bottom.a-button-lock.a-button-back-outlined::after, .a-button-lock.a-button-back-outlined.g-form-next::after, .a-button-lock.a-button-back.g-form-next::after, .has-icon-bottom.a-button-next.a-button-plus::after, .has-icon-bottom.a-button-next.a-faq-button::after, .a-button-next.a-faq-button.g-form-next::after, .a-button-next.a-button-plus.g-form-next::after, .a-button-next.a-button-lock.g-form-next::after, .has-icon-bottom.a-button-next.a-button-save::after, .has-icon-bottom.a-button-save.a-button-back::after, .has-icon-bottom.a-button-save.a-button-back-outlined::after, .a-button-save.a-button-back-outlined.g-form-next::after, .a-button-save.a-button-back.g-form-next::after, .a-button-next.a-button-save.g-form-next::after, .has-icon-bottom.a-button-account-filled.a-button-back::after, .has-icon-bottom.a-button-account-filled.a-button-back-outlined::after, .a-button-account-filled.a-button-back-outlined.g-form-next::after, .a-button-account-filled.a-button-back.g-form-next::after, .a-button-next.a-button-account-filled.g-form-next::after, .has-icon-bottom.a-button-account.a-button-back::after, .has-icon-bottom.a-button-account.a-button-back-outlined::after, .a-button-account.a-button-back-outlined.g-form-next::after, .a-button-account.a-button-back.g-form-next::after, .a-button-next.a-button-account.g-form-next::after, .has-icon-bottom.a-button-wide.a-button-back::after, .has-icon-bottom.a-button-wide.a-button-back-outlined::after, .a-button-wide.a-button-back-outlined.g-form-next::after, .a-button-wide.a-button-back.g-form-next::after, .a-button-next.a-button-wide.g-form-next::after, .has-icon-bottom.is-outlined.a-button-back::after, .has-icon-bottom.is-outlined.a-button-back-outlined::after, .has-icon-bottom.a-button-back-outlined.g-form-prev::after, .a-button-back-outlined.g-form-prev.g-form-next::after, .is-outlined.a-button-back-outlined.g-form-next::after, .has-icon-bottom.a-button-back.g-form-prev::after, .a-button-back.g-form-prev.g-form-next::after, .is-outlined.a-button-back.g-form-next::after, .has-icon-bottom.a-button-next.g-form-prev::after, .a-button-next.g-form-prev.a-button-error::after, .g-form-prev.a-button-error.a-button-back::after, .g-form-prev.a-button-error.a-button-back-outlined::after, .a-button-next.g-form-prev.g-form-next::after, .is-outlined.a-button-next.g-form-next::after, .a-button-next.g-form-next.a-button-error::after, .g-form-next.a-button-error.a-button-back::after, .g-form-next.a-button-error.a-button-back-outlined::after, .a-input-file.has-file label button.has-icon-bottom.is-outlined::after, .a-input-file.has-file label button.a-button-error::after, .a-input-file.has-file label button.has-icon-bottom.a-button-wide::after, .a-input-file.has-file label button.has-icon-bottom.a-button-phone::after, .a-input-file.has-file label button.a-button-phone.g-form-next::after, .a-input-file.has-file label button.has-icon-bottom.a-button-account::after, .a-input-file.has-file label button.has-icon-bottom.a-button-account-filled::after, .a-input-file.has-file label button.has-icon-bottom.a-button-lock::after, .a-input-file.has-file label button.has-icon-bottom.a-button-edit::after, .a-input-file.has-file label button.a-button-edit.g-form-next::after, .a-input-file.has-file label button.has-icon-bottom.a-button-file::after, .a-input-file.has-file label button.a-button-file.g-form-next::after, .a-input-file.has-file label button.has-icon-bottom.a-button-download::after, .a-input-file.has-file label button.a-button-download.g-form-next::after, .a-input-file.has-file label button.has-icon-bottom.a-button-plus::after, .a-input-file.has-file label button.has-icon-bottom.a-faq-button::after, .a-input-file.has-file label button.a-faq-button.g-form-next::after, .a-input-file.has-file label button.a-button-plus.g-form-next::after, .a-input-file.has-file label button.a-button-lock.g-form-next::after, .a-input-file.has-file label button.has-icon-bottom.a-button-save::after, .a-input-file.has-file label button.a-button-save.g-form-next::after, .a-input-file.has-file label button.a-button-account-filled.g-form-next::after, .a-input-file.has-file label button.a-button-account.g-form-next::after, .a-input-file.has-file label button.a-button-wide.g-form-next::after, .a-input-file.has-file label button.has-icon-bottom.g-form-prev::after, .a-input-file.has-file label button.g-form-prev.g-form-next::after, .a-input-file.has-file label button.is-outlined.g-form-next::after, .has-icon-bottom.g-form-prev::after, .g-form-prev.a-button-error::after, .g-form-prev.g-form-next::after, .is-outlined.g-form-next::after, .g-form-next.a-button-error::after {
                transform: rotate(180deg)
            }

            .a-button.has-icon-small::after, .has-icon-small.a-button-error::after, .a-button-error.a-button-wide::after, .a-button-error.a-button-phone::after, .a-button-error.a-button-account::after, .a-button-error.a-button-account-filled::after, .a-button-error.a-button-lock::after, .a-button-error.a-button-edit::after, .a-button-error.a-button-file::after, .a-button-error.a-button-download::after, .a-button-error.a-button-plus::after, .a-button-error.a-faq-button::after, .a-button-error.a-button-save::after, .a-button-error.a-button-new::after, .a-button-error.a-button-comp::after, .a-button-error.a-button-delete::after, .a-button-error.g-form-skip::after, .a-button-error.a-button-next::after, .a-button-error.a-button-back::after, .a-button-error.a-button-back-outlined::after, .a-button-wide::after, .a-button-phone::after, .a-button-account::after, .a-button-account-filled::after, .a-button-lock::after, .a-button-edit::after, .a-button-file::after, .a-button-download::after, .a-button-plus::after, .a-faq-button::after, .a-button-save::after, .a-button-new::after, .a-button-comp::after, .a-button-delete::after, .g-form-skip::after, .has-icon-small.a-button-login::after, .a-button-login.a-button-wide::after, .a-button-login.a-button-phone::after, .a-button-phone.a-button-login-outlined::after, .a-button-login.a-button-account::after, .a-button-login.a-button-account-filled::after, .a-button-login.a-button-lock::after, .a-button-login.a-button-edit::after, .a-button-edit.a-button-login-outlined::after, .a-button-login.a-button-file::after, .a-button-file.a-button-login-outlined::after, .a-button-login.a-button-download::after, .a-button-download.a-button-login-outlined::after, .a-button-lock.a-button-login-outlined::after, .a-button-login-outlined.a-button-plus::after, .a-button-login-outlined.a-faq-button::after, .a-button-login.a-button-plus::after, .a-button-login.a-faq-button::after, .a-button-login.a-button-save::after, .a-button-save.a-button-login-outlined::after, .a-button-account-filled.a-button-login-outlined::after, .a-button-account.a-button-login-outlined::after, .a-button-wide.a-button-login-outlined::after, .a-button-login.a-button-new::after, .a-button-new.a-button-login-outlined::after, .a-button-login.a-button-comp::after, .a-button-login.a-button-delete::after, .a-button-delete.a-button-login-outlined::after, .a-button-comp.a-button-login-outlined::after, .a-button-login-outlined.g-form-skip::after, .a-button-login.g-form-skip::after, .has-icon-small.a-button-login-outlined::after, .a-button-login-outlined.a-button-next::after, .a-button-login-outlined.a-button-back::after, .a-button-login-outlined.a-button-back-outlined::after, .a-button-login.a-button-next::after, .a-button-login.a-button-back::after, .a-button-login.a-button-back-outlined::after, .a-button-next::after, .a-button-back::after, .a-button-back-outlined::after, .a-input-file.has-file label button.has-icon-small::after, .a-input-file.has-file label button.a-button-wide::after, .a-input-file.has-file label button.a-button-phone::after, .a-input-file.has-file label button.a-button-account::after, .a-input-file.has-file label button.a-button-account-filled::after, .a-input-file.has-file label button.a-button-lock::after, .a-input-file.has-file label button.a-button-edit::after, .a-input-file.has-file label button.a-button-file::after, .a-input-file.has-file label button.a-button-download::after, .a-input-file.has-file label button.a-button-plus::after, .a-input-file.has-file label button.a-faq-button::after, .a-input-file.has-file label button.a-button-save::after, .a-input-file.has-file label button.a-button-new::after, .a-input-file.has-file label button.a-button-comp::after, .a-input-file.has-file label button.a-button-delete::after, .a-input-file.has-file label button.g-form-skip::after, .a-input-file.has-file label button.a-button-next::after, .a-input-file.has-file label button.a-button-back::after, .a-input-file.has-file label button.a-button-back-outlined::after, .has-icon-small.g-form-prev::after, .g-form-prev.a-button-wide::after, .g-form-prev.a-button-phone::after, .g-form-prev.a-button-account::after, .g-form-prev.a-button-account-filled::after, .g-form-prev.a-button-lock::after, .g-form-prev.a-button-edit::after, .g-form-prev.a-button-file::after, .g-form-prev.a-button-download::after, .g-form-prev.a-button-plus::after, .g-form-prev.a-faq-button::after, .g-form-prev.a-button-save::after, .g-form-prev.a-button-new::after, .g-form-prev.a-button-comp::after, .g-form-prev.a-button-delete::after, .g-form-prev.g-form-skip::after, .g-form-prev.a-button-next::after, .g-form-prev.a-button-back::after, .g-form-prev.a-button-back-outlined::after, .has-icon-small.g-form-next::after, .g-form-next.a-button-wide::after, .g-form-next.a-button-phone::after, .g-form-next.a-button-account::after, .g-form-next.a-button-account-filled::after, .g-form-next.a-button-lock::after, .g-form-next.a-button-edit::after, .g-form-next.a-button-file::after, .g-form-next.a-button-download::after, .g-form-next.a-button-plus::after, .g-form-next.a-faq-button::after, .g-form-next.a-button-save::after, .g-form-next.a-button-new::after, .g-form-next.a-button-comp::after, .g-form-next.a-button-delete::after, .g-form-next.g-form-skip::after, .g-form-next.a-button-next::after, .g-form-next.a-button-back::after, .g-form-next.a-button-back-outlined::after {
                background-image: url(assets/img/arrow-thin.svg) !important;
                transform: none !important
            }

            .a-button.is-outlined, .a-button-error, .a-button-wide, .a-button-phone, .a-button-account, .a-button-account-filled, .a-button-lock, .a-button-edit, .a-button-file, .a-button-download, .a-button-plus, .a-faq-button, .a-button-save, .is-outlined.a-button-new, .a-button-new.a-button-error, .a-button-new.a-button-wide, .a-button-new.a-button-phone, .a-button-new.a-button-account, .a-button-new.a-button-account-filled, .a-button-new.a-button-lock, .a-button-new.a-button-edit, .a-button-new.a-button-file, .a-button-new.a-button-download, .a-button-new.a-button-plus, .a-button-new.a-faq-button, .a-button-new.a-button-save, .a-button-new.g-form-prev, .is-outlined.a-button-comp, .a-button-comp.a-button-error, .a-button-error.a-button-delete, .a-button-error.g-form-skip, .a-button-comp.a-button-wide, .a-button-comp.a-button-phone, .a-button-phone.a-button-delete, .a-button-phone.g-form-skip, .a-button-wide.a-button-delete, .a-button-delete.a-button-account, .a-button-delete.a-button-account-filled, .a-button-delete.a-button-lock, .a-button-delete.a-button-edit, .a-button-delete.a-button-file, .a-button-delete.a-button-download, .a-button-delete.a-button-plus, .a-button-delete.a-faq-button, .a-button-delete.a-button-save, .a-button-comp.a-button-account, .a-button-comp.a-button-account-filled, .a-button-comp.a-button-lock, .a-button-comp.a-button-edit, .a-button-edit.g-form-skip, .a-button-comp.a-button-file, .a-button-file.g-form-skip, .a-button-comp.a-button-download, .a-button-download.g-form-skip, .a-button-comp.a-button-plus, .a-button-comp.a-faq-button, .a-faq-button.g-form-skip, .a-button-plus.g-form-skip, .a-button-lock.g-form-skip, .a-button-comp.a-button-save, .a-button-save.g-form-skip, .a-button-account-filled.g-form-skip, .a-button-account.g-form-skip, .a-button-wide.g-form-skip, .is-outlined.a-button-delete, .a-button-delete.g-form-prev, .a-button-comp.g-form-prev, .g-form-prev.g-form-skip, .is-outlined.g-form-skip, .is-outlined.a-button-login, .a-button-login.a-button-error, .a-button-error.a-button-login-outlined, .a-button-login.a-button-wide, .a-button-login.a-button-phone, .a-button-phone.a-button-login-outlined, .a-button-login.a-button-account, .a-button-login.a-button-account-filled, .a-button-login.a-button-lock, .a-button-login.a-button-edit, .a-button-edit.a-button-login-outlined, .a-button-login.a-button-file, .a-button-file.a-button-login-outlined, .a-button-login.a-button-download, .a-button-download.a-button-login-outlined, .a-button-lock.a-button-login-outlined, .a-button-login-outlined.a-button-plus, .a-button-login-outlined.a-faq-button, .a-button-login.a-button-plus, .a-button-login.a-faq-button, .a-button-login.a-button-save, .a-button-save.a-button-login-outlined, .a-button-account-filled.a-button-login-outlined, .a-button-account.a-button-login-outlined, .a-button-wide.a-button-login-outlined, .is-outlined.a-button-login-outlined, .a-button-login-outlined.g-form-prev, .a-button-login.g-form-prev, .is-outlined.a-button-next, .a-button-next.a-button-error, .a-button-error.a-button-back, .a-button-error.a-button-back-outlined, .a-button-next.a-button-wide, .a-button-next.a-button-phone, .a-button-phone.a-button-back, .a-button-phone.a-button-back-outlined, .a-button-next.a-button-account, .a-button-next.a-button-account-filled, .a-button-next.a-button-lock, .a-button-next.a-button-edit, .a-button-edit.a-button-back, .a-button-edit.a-button-back-outlined, .a-button-next.a-button-file, .a-button-file.a-button-back, .a-button-file.a-button-back-outlined, .a-button-next.a-button-download, .a-button-download.a-button-back, .a-button-download.a-button-back-outlined, .a-button-lock.a-button-back, .a-button-back.a-button-plus, .a-button-plus.a-button-back-outlined, .a-button-back-outlined.a-faq-button, .a-button-back.a-faq-button, .a-button-lock.a-button-back-outlined, .a-button-next.a-button-plus, .a-button-next.a-faq-button, .a-button-next.a-button-save, .a-button-save.a-button-back, .a-button-save.a-button-back-outlined, .a-button-account-filled.a-button-back, .a-button-account-filled.a-button-back-outlined, .a-button-account.a-button-back, .a-button-account.a-button-back-outlined, .a-button-wide.a-button-back, .a-button-wide.a-button-back-outlined, .is-outlined.a-button-back, .is-outlined.a-button-back-outlined, .a-button-back-outlined.g-form-prev, .a-button-back.g-form-prev, .a-button-next.g-form-prev, .a-input-file.has-file label button.is-outlined, .a-input-file.has-file label button.a-button-error, .a-input-file.has-file label button.a-button-wide, .a-input-file.has-file label button.a-button-phone, .a-input-file.has-file label button.a-button-account, .a-input-file.has-file label button.a-button-account-filled, .a-input-file.has-file label button.a-button-lock, .a-input-file.has-file label button.a-button-edit, .a-input-file.has-file label button.a-button-file, .a-input-file.has-file label button.a-button-download, .a-input-file.has-file label button.a-button-plus, .a-input-file.has-file label button.a-faq-button, .a-input-file.has-file label button.a-button-save, .a-input-file.has-file label button.g-form-prev, .g-form-prev, .is-outlined.g-form-next, .g-form-next.a-button-error, .g-form-next.a-button-wide, .g-form-next.a-button-phone, .g-form-next.a-button-account, .g-form-next.a-button-account-filled, .g-form-next.a-button-lock, .g-form-next.a-button-edit, .g-form-next.a-button-file, .g-form-next.a-button-download, .g-form-next.a-button-plus, .g-form-next.a-faq-button, .g-form-next.a-button-save, .g-form-next.g-form-prev {
                background: white;
                border-color: #505292;
                color: #505292
            }

                .a-button.is-outlined:hover, .a-button-error:hover, .a-button-wide:hover, .a-button-phone:hover, .a-button-account:hover, .a-button-account-filled:hover, .a-button-lock:hover, .a-button-edit:hover, .a-button-file:hover, .a-button-download:hover, .a-button-plus:hover, .a-faq-button:hover, .a-button-save:hover, .is-outlined.a-button-new:hover, .a-button-new.a-button-error:hover, .a-button-new.a-button-wide:hover, .a-button-new.a-button-phone:hover, .a-button-new.a-button-account:hover, .a-button-new.a-button-account-filled:hover, .a-button-new.a-button-lock:hover, .a-button-new.a-button-edit:hover, .a-button-new.a-button-file:hover, .a-button-new.a-button-download:hover, .a-button-new.a-button-plus:hover, .a-button-new.a-faq-button:hover, .a-button-new.a-button-save:hover, .a-button-new.g-form-prev:hover, .is-outlined.a-button-comp:hover, .a-button-comp.a-button-error:hover, .a-button-error.a-button-delete:hover, .a-button-error.g-form-skip:hover, .a-button-comp.a-button-wide:hover, .a-button-comp.a-button-phone:hover, .a-button-phone.a-button-delete:hover, .a-button-phone.g-form-skip:hover, .a-button-wide.a-button-delete:hover, .a-button-delete.a-button-account:hover, .a-button-delete.a-button-account-filled:hover, .a-button-delete.a-button-lock:hover, .a-button-delete.a-button-edit:hover, .a-button-delete.a-button-file:hover, .a-button-delete.a-button-download:hover, .a-button-delete.a-button-plus:hover, .a-button-delete.a-faq-button:hover, .a-button-delete.a-button-save:hover, .a-button-comp.a-button-account:hover, .a-button-comp.a-button-account-filled:hover, .a-button-comp.a-button-lock:hover, .a-button-comp.a-button-edit:hover, .a-button-edit.g-form-skip:hover, .a-button-comp.a-button-file:hover, .a-button-file.g-form-skip:hover, .a-button-comp.a-button-download:hover, .a-button-download.g-form-skip:hover, .a-button-comp.a-button-plus:hover, .a-button-comp.a-faq-button:hover, .a-faq-button.g-form-skip:hover, .a-button-plus.g-form-skip:hover, .a-button-lock.g-form-skip:hover, .a-button-comp.a-button-save:hover, .a-button-save.g-form-skip:hover, .a-button-account-filled.g-form-skip:hover, .a-button-account.g-form-skip:hover, .a-button-wide.g-form-skip:hover, .is-outlined.a-button-delete:hover, .a-button-delete.g-form-prev:hover, .a-button-comp.g-form-prev:hover, .g-form-prev.g-form-skip:hover, .is-outlined.g-form-skip:hover, .is-outlined.a-button-login:hover, .a-button-login.a-button-error:hover, .a-button-error.a-button-login-outlined:hover, .a-button-login.a-button-wide:hover, .a-button-login.a-button-phone:hover, .a-button-phone.a-button-login-outlined:hover, .a-button-login.a-button-account:hover, .a-button-login.a-button-account-filled:hover, .a-button-login.a-button-lock:hover, .a-button-login.a-button-edit:hover, .a-button-edit.a-button-login-outlined:hover, .a-button-login.a-button-file:hover, .a-button-file.a-button-login-outlined:hover, .a-button-login.a-button-download:hover, .a-button-download.a-button-login-outlined:hover, .a-button-lock.a-button-login-outlined:hover, .a-button-login-outlined.a-button-plus:hover, .a-button-login-outlined.a-faq-button:hover, .a-button-login.a-button-plus:hover, .a-button-login.a-faq-button:hover, .a-button-login.a-button-save:hover, .a-button-save.a-button-login-outlined:hover, .a-button-account-filled.a-button-login-outlined:hover, .a-button-account.a-button-login-outlined:hover, .a-button-wide.a-button-login-outlined:hover, .is-outlined.a-button-login-outlined:hover, .a-button-login-outlined.g-form-prev:hover, .a-button-login.g-form-prev:hover, .is-outlined.a-button-next:hover, .a-button-next.a-button-error:hover, .a-button-error.a-button-back:hover, .a-button-error.a-button-back-outlined:hover, .a-button-next.a-button-wide:hover, .a-button-next.a-button-phone:hover, .a-button-phone.a-button-back:hover, .a-button-phone.a-button-back-outlined:hover, .a-button-next.a-button-account:hover, .a-button-next.a-button-account-filled:hover, .a-button-next.a-button-lock:hover, .a-button-next.a-button-edit:hover, .a-button-edit.a-button-back:hover, .a-button-edit.a-button-back-outlined:hover, .a-button-next.a-button-file:hover, .a-button-file.a-button-back:hover, .a-button-file.a-button-back-outlined:hover, .a-button-next.a-button-download:hover, .a-button-download.a-button-back:hover, .a-button-download.a-button-back-outlined:hover, .a-button-lock.a-button-back:hover, .a-button-back.a-button-plus:hover, .a-button-plus.a-button-back-outlined:hover, .a-button-back-outlined.a-faq-button:hover, .a-button-back.a-faq-button:hover, .a-button-lock.a-button-back-outlined:hover, .a-button-next.a-button-plus:hover, .a-button-next.a-faq-button:hover, .a-button-next.a-button-save:hover, .a-button-save.a-button-back:hover, .a-button-save.a-button-back-outlined:hover, .a-button-account-filled.a-button-back:hover, .a-button-account-filled.a-button-back-outlined:hover, .a-button-account.a-button-back:hover, .a-button-account.a-button-back-outlined:hover, .a-button-wide.a-button-back:hover, .a-button-wide.a-button-back-outlined:hover, .is-outlined.a-button-back:hover, .is-outlined.a-button-back-outlined:hover, .a-button-back-outlined.g-form-prev:hover, .a-button-back.g-form-prev:hover, .a-button-next.g-form-prev:hover, .a-input-file.has-file label button.is-outlined:hover, .a-input-file.has-file label button.a-button-error:hover, .a-input-file.has-file label button.a-button-wide:hover, .a-input-file.has-file label button.a-button-phone:hover, .a-input-file.has-file label button.a-button-account:hover, .a-input-file.has-file label button.a-button-account-filled:hover, .a-input-file.has-file label button.a-button-lock:hover, .a-input-file.has-file label button.a-button-edit:hover, .a-input-file.has-file label button.a-button-file:hover, .a-input-file.has-file label button.a-button-download:hover, .a-input-file.has-file label button.a-button-plus:hover, .a-input-file.has-file label button.a-faq-button:hover, .a-input-file.has-file label button.a-button-save:hover, .a-input-file.has-file label button.g-form-prev:hover, .g-form-prev:hover, .is-outlined.g-form-next:hover, .g-form-next.a-button-error:hover, .g-form-next.a-button-wide:hover, .g-form-next.a-button-phone:hover, .g-form-next.a-button-account:hover, .g-form-next.a-button-account-filled:hover, .g-form-next.a-button-lock:hover, .g-form-next.a-button-edit:hover, .g-form-next.a-button-file:hover, .g-form-next.a-button-download:hover, .g-form-next.a-button-plus:hover, .g-form-next.a-faq-button:hover, .g-form-next.a-button-save:hover, .g-form-next.g-form-prev:hover, .a-button.is-outlined:focus, .a-button-error:focus, .a-button-wide:focus, .a-button-phone:focus, .a-button-account:focus, .a-button-account-filled:focus, .a-button-lock:focus, .a-button-edit:focus, .a-button-file:focus, .a-button-download:focus, .a-button-plus:focus, .a-faq-button:focus, .a-button-save:focus, .is-outlined.a-button-new:focus, .a-button-new.a-button-error:focus, .a-button-new.a-button-wide:focus, .a-button-new.a-button-phone:focus, .a-button-new.a-button-account:focus, .a-button-new.a-button-account-filled:focus, .a-button-new.a-button-lock:focus, .a-button-new.a-button-edit:focus, .a-button-new.a-button-file:focus, .a-button-new.a-button-download:focus, .a-button-new.a-button-plus:focus, .a-button-new.a-faq-button:focus, .a-button-new.a-button-save:focus, .a-button-new.g-form-prev:focus, .is-outlined.a-button-comp:focus, .a-button-comp.a-button-error:focus, .a-button-error.a-button-delete:focus, .a-button-error.g-form-skip:focus, .a-button-comp.a-button-wide:focus, .a-button-comp.a-button-phone:focus, .a-button-phone.a-button-delete:focus, .a-button-phone.g-form-skip:focus, .a-button-wide.a-button-delete:focus, .a-button-delete.a-button-account:focus, .a-button-delete.a-button-account-filled:focus, .a-button-delete.a-button-lock:focus, .a-button-delete.a-button-edit:focus, .a-button-delete.a-button-file:focus, .a-button-delete.a-button-download:focus, .a-button-delete.a-button-plus:focus, .a-button-delete.a-faq-button:focus, .a-button-delete.a-button-save:focus, .a-button-comp.a-button-account:focus, .a-button-comp.a-button-account-filled:focus, .a-button-comp.a-button-lock:focus, .a-button-comp.a-button-edit:focus, .a-button-edit.g-form-skip:focus, .a-button-comp.a-button-file:focus, .a-button-file.g-form-skip:focus, .a-button-comp.a-button-download:focus, .a-button-download.g-form-skip:focus, .a-button-comp.a-button-plus:focus, .a-button-comp.a-faq-button:focus, .a-faq-button.g-form-skip:focus, .a-button-plus.g-form-skip:focus, .a-button-lock.g-form-skip:focus, .a-button-comp.a-button-save:focus, .a-button-save.g-form-skip:focus, .a-button-account-filled.g-form-skip:focus, .a-button-account.g-form-skip:focus, .a-button-wide.g-form-skip:focus, .is-outlined.a-button-delete:focus, .a-button-delete.g-form-prev:focus, .a-button-comp.g-form-prev:focus, .g-form-prev.g-form-skip:focus, .is-outlined.g-form-skip:focus, .is-outlined.a-button-login:focus, .a-button-login.a-button-error:focus, .a-button-error.a-button-login-outlined:focus, .a-button-login.a-button-wide:focus, .a-button-login.a-button-phone:focus, .a-button-phone.a-button-login-outlined:focus, .a-button-login.a-button-account:focus, .a-button-login.a-button-account-filled:focus, .a-button-login.a-button-lock:focus, .a-button-login.a-button-edit:focus, .a-button-edit.a-button-login-outlined:focus, .a-button-login.a-button-file:focus, .a-button-file.a-button-login-outlined:focus, .a-button-login.a-button-download:focus, .a-button-download.a-button-login-outlined:focus, .a-button-lock.a-button-login-outlined:focus, .a-button-login-outlined.a-button-plus:focus, .a-button-login-outlined.a-faq-button:focus, .a-button-login.a-button-plus:focus, .a-button-login.a-faq-button:focus, .a-button-login.a-button-save:focus, .a-button-save.a-button-login-outlined:focus, .a-button-account-filled.a-button-login-outlined:focus, .a-button-account.a-button-login-outlined:focus, .a-button-wide.a-button-login-outlined:focus, .is-outlined.a-button-login-outlined:focus, .a-button-login-outlined.g-form-prev:focus, .a-button-login.g-form-prev:focus, .is-outlined.a-button-next:focus, .a-button-next.a-button-error:focus, .a-button-error.a-button-back:focus, .a-button-error.a-button-back-outlined:focus, .a-button-next.a-button-wide:focus, .a-button-next.a-button-phone:focus, .a-button-phone.a-button-back:focus, .a-button-phone.a-button-back-outlined:focus, .a-button-next.a-button-account:focus, .a-button-next.a-button-account-filled:focus, .a-button-next.a-button-lock:focus, .a-button-next.a-button-edit:focus, .a-button-edit.a-button-back:focus, .a-button-edit.a-button-back-outlined:focus, .a-button-next.a-button-file:focus, .a-button-file.a-button-back:focus, .a-button-file.a-button-back-outlined:focus, .a-button-next.a-button-download:focus, .a-button-download.a-button-back:focus, .a-button-download.a-button-back-outlined:focus, .a-button-lock.a-button-back:focus, .a-button-back.a-button-plus:focus, .a-button-plus.a-button-back-outlined:focus, .a-button-back-outlined.a-faq-button:focus, .a-button-back.a-faq-button:focus, .a-button-lock.a-button-back-outlined:focus, .a-button-next.a-button-plus:focus, .a-button-next.a-faq-button:focus, .a-button-next.a-button-save:focus, .a-button-save.a-button-back:focus, .a-button-save.a-button-back-outlined:focus, .a-button-account-filled.a-button-back:focus, .a-button-account-filled.a-button-back-outlined:focus, .a-button-account.a-button-back:focus, .a-button-account.a-button-back-outlined:focus, .a-button-wide.a-button-back:focus, .a-button-wide.a-button-back-outlined:focus, .is-outlined.a-button-back:focus, .is-outlined.a-button-back-outlined:focus, .a-button-back-outlined.g-form-prev:focus, .a-button-back.g-form-prev:focus, .a-button-next.g-form-prev:focus, .a-input-file.has-file label button.is-outlined:focus, .a-input-file.has-file label button.a-button-error:focus, .a-input-file.has-file label button.a-button-wide:focus, .a-input-file.has-file label button.a-button-phone:focus, .a-input-file.has-file label button.a-button-account:focus, .a-input-file.has-file label button.a-button-account-filled:focus, .a-input-file.has-file label button.a-button-lock:focus, .a-input-file.has-file label button.a-button-edit:focus, .a-input-file.has-file label button.a-button-file:focus, .a-input-file.has-file label button.a-button-download:focus, .a-input-file.has-file label button.a-button-plus:focus, .a-input-file.has-file label button.a-faq-button:focus, .a-input-file.has-file label button.a-button-save:focus, .a-input-file.has-file label button.g-form-prev:focus, .g-form-prev:focus, .is-outlined.g-form-next:focus, .g-form-next.a-button-error:focus, .g-form-next.a-button-wide:focus, .g-form-next.a-button-phone:focus, .g-form-next.a-button-account:focus, .g-form-next.a-button-account-filled:focus, .g-form-next.a-button-lock:focus, .g-form-next.a-button-edit:focus, .g-form-next.a-button-file:focus, .g-form-next.a-button-download:focus, .g-form-next.a-button-plus:focus, .g-form-next.a-faq-button:focus, .g-form-next.a-button-save:focus, .g-form-next.g-form-prev:focus {
                    border-color: #3b3d70;
                    background-color: #f2f2f7
                }

                .a-button.is-outlined::after, .a-button-error::after, .a-button-wide::after, .a-button-phone::after, .a-button-account::after, .a-button-account-filled::after, .a-button-lock::after, .a-button-edit::after, .a-button-file::after, .a-button-download::after, .a-button-plus::after, .a-faq-button::after, .a-button-save::after, .is-outlined.a-button-new::after, .a-button-new.a-button-error::after, .a-button-new.a-button-wide::after, .a-button-new.a-button-phone::after, .a-button-new.a-button-account::after, .a-button-new.a-button-account-filled::after, .a-button-new.a-button-lock::after, .a-button-new.a-button-edit::after, .a-button-new.a-button-file::after, .a-button-new.a-button-download::after, .a-button-new.a-button-plus::after, .a-button-new.a-faq-button::after, .a-button-new.a-button-save::after, .a-button-new.g-form-prev::after, .is-outlined.a-button-comp::after, .a-button-comp.a-button-error::after, .a-button-error.a-button-delete::after, .a-button-error.g-form-skip::after, .a-button-comp.a-button-wide::after, .a-button-comp.a-button-phone::after, .a-button-phone.a-button-delete::after, .a-button-phone.g-form-skip::after, .a-button-wide.a-button-delete::after, .a-button-delete.a-button-account::after, .a-button-delete.a-button-account-filled::after, .a-button-delete.a-button-lock::after, .a-button-delete.a-button-edit::after, .a-button-delete.a-button-file::after, .a-button-delete.a-button-download::after, .a-button-delete.a-button-plus::after, .a-button-delete.a-faq-button::after, .a-button-delete.a-button-save::after, .a-button-comp.a-button-account::after, .a-button-comp.a-button-account-filled::after, .a-button-comp.a-button-lock::after, .a-button-comp.a-button-edit::after, .a-button-edit.g-form-skip::after, .a-button-comp.a-button-file::after, .a-button-file.g-form-skip::after, .a-button-comp.a-button-download::after, .a-button-download.g-form-skip::after, .a-button-comp.a-button-plus::after, .a-button-comp.a-faq-button::after, .a-faq-button.g-form-skip::after, .a-button-plus.g-form-skip::after, .a-button-lock.g-form-skip::after, .a-button-comp.a-button-save::after, .a-button-save.g-form-skip::after, .a-button-account-filled.g-form-skip::after, .a-button-account.g-form-skip::after, .a-button-wide.g-form-skip::after, .is-outlined.a-button-delete::after, .a-button-delete.g-form-prev::after, .a-button-comp.g-form-prev::after, .g-form-prev.g-form-skip::after, .is-outlined.g-form-skip::after, .is-outlined.a-button-login::after, .a-button-login.a-button-error::after, .a-button-error.a-button-login-outlined::after, .a-button-login.a-button-wide::after, .a-button-login.a-button-phone::after, .a-button-phone.a-button-login-outlined::after, .a-button-login.a-button-account::after, .a-button-login.a-button-account-filled::after, .a-button-login.a-button-lock::after, .a-button-login.a-button-edit::after, .a-button-edit.a-button-login-outlined::after, .a-button-login.a-button-file::after, .a-button-file.a-button-login-outlined::after, .a-button-login.a-button-download::after, .a-button-download.a-button-login-outlined::after, .a-button-lock.a-button-login-outlined::after, .a-button-login-outlined.a-button-plus::after, .a-button-login-outlined.a-faq-button::after, .a-button-login.a-button-plus::after, .a-button-login.a-faq-button::after, .a-button-login.a-button-save::after, .a-button-save.a-button-login-outlined::after, .a-button-account-filled.a-button-login-outlined::after, .a-button-account.a-button-login-outlined::after, .a-button-wide.a-button-login-outlined::after, .is-outlined.a-button-login-outlined::after, .a-button-login-outlined.g-form-prev::after, .a-button-login.g-form-prev::after, .is-outlined.a-button-next::after, .a-button-next.a-button-error::after, .a-button-error.a-button-back::after, .a-button-error.a-button-back-outlined::after, .a-button-next.a-button-wide::after, .a-button-next.a-button-phone::after, .a-button-phone.a-button-back::after, .a-button-phone.a-button-back-outlined::after, .a-button-next.a-button-account::after, .a-button-next.a-button-account-filled::after, .a-button-next.a-button-lock::after, .a-button-next.a-button-edit::after, .a-button-edit.a-button-back::after, .a-button-edit.a-button-back-outlined::after, .a-button-next.a-button-file::after, .a-button-file.a-button-back::after, .a-button-file.a-button-back-outlined::after, .a-button-next.a-button-download::after, .a-button-download.a-button-back::after, .a-button-download.a-button-back-outlined::after, .a-button-lock.a-button-back::after, .a-button-back.a-button-plus::after, .a-button-plus.a-button-back-outlined::after, .a-button-back-outlined.a-faq-button::after, .a-button-back.a-faq-button::after, .a-button-lock.a-button-back-outlined::after, .a-button-next.a-button-plus::after, .a-button-next.a-faq-button::after, .a-button-next.a-button-save::after, .a-button-save.a-button-back::after, .a-button-save.a-button-back-outlined::after, .a-button-account-filled.a-button-back::after, .a-button-account-filled.a-button-back-outlined::after, .a-button-account.a-button-back::after, .a-button-account.a-button-back-outlined::after, .a-button-wide.a-button-back::after, .a-button-wide.a-button-back-outlined::after, .is-outlined.a-button-back::after, .is-outlined.a-button-back-outlined::after, .a-button-back-outlined.g-form-prev::after, .a-button-back.g-form-prev::after, .a-button-next.g-form-prev::after, .a-input-file.has-file label button.is-outlined::after, .a-input-file.has-file label button.a-button-error::after, .a-input-file.has-file label button.a-button-wide::after, .a-input-file.has-file label button.a-button-phone::after, .a-input-file.has-file label button.a-button-account::after, .a-input-file.has-file label button.a-button-account-filled::after, .a-input-file.has-file label button.a-button-lock::after, .a-input-file.has-file label button.a-button-edit::after, .a-input-file.has-file label button.a-button-file::after, .a-input-file.has-file label button.a-button-download::after, .a-input-file.has-file label button.a-button-plus::after, .a-input-file.has-file label button.a-faq-button::after, .a-input-file.has-file label button.a-button-save::after, .a-input-file.has-file label button.g-form-prev::after, .g-form-prev::after, .is-outlined.g-form-next::after, .g-form-next.a-button-error::after, .g-form-next.a-button-wide::after, .g-form-next.a-button-phone::after, .g-form-next.a-button-account::after, .g-form-next.a-button-account-filled::after, .g-form-next.a-button-lock::after, .g-form-next.a-button-edit::after, .g-form-next.a-button-file::after, .g-form-next.a-button-download::after, .g-form-next.a-button-plus::after, .g-form-next.a-faq-button::after, .g-form-next.a-button-save::after, .g-form-next.g-form-prev::after {
                    background-image: url(assets/img/arrow.svg)
                }

        .a-button.is-light, .is-light.a-button-error, .is-light.a-button-wide, .is-light.a-button-phone, .is-light.a-button-account, .is-light.a-button-account-filled, .is-light.a-button-lock, .is-light.a-button-edit, .is-light.a-button-file, .is-light.a-button-download, .is-light.a-button-plus, .is-light.a-faq-button, .is-light.a-button-save, .is-light.a-button-new, .is-light.a-button-comp, .is-light.a-button-delete, .is-light.g-form-skip, .is-light.a-button-login, .is-light.a-button-login-outlined, .is-light.a-button-next, .is-light.a-button-back, .is-light.a-button-back-outlined, .a-input-file.has-file label button.is-light, .is-light.g-form-prev, .is-light.g-form-next {
            background-color: #bcbcdc;
            border-color: #505292
        }

            .a-button.is-light:hover, .is-light.a-button-error:hover, .is-light.a-button-wide:hover, .is-light.a-button-phone:hover, .is-light.a-button-account:hover, .is-light.a-button-account-filled:hover, .is-light.a-button-lock:hover, .is-light.a-button-edit:hover, .is-light.a-button-file:hover, .is-light.a-button-download:hover, .is-light.a-button-plus:hover, .is-light.a-faq-button:hover, .is-light.a-button-save:hover, .is-light.a-button-new:hover, .is-light.a-button-comp:hover, .is-light.a-button-delete:hover, .is-light.g-form-skip:hover, .is-light.a-button-login:hover, .is-light.a-button-login-outlined:hover, .is-light.a-button-next:hover, .is-light.a-button-back:hover, .is-light.a-button-back-outlined:hover, .a-input-file.has-file label button.is-light:hover, .is-light.g-form-prev:hover, .is-light.g-form-next:hover {
                background-color: #3b3d70
            }

        .a-button.is-transparent, .a-button-error, .is-transparent.a-button-wide, .is-transparent.a-button-phone, .is-transparent.a-button-account, .is-transparent.a-button-account-filled, .is-transparent.a-button-lock, .is-transparent.a-button-edit, .is-transparent.a-button-file, .is-transparent.a-button-download, .is-transparent.a-button-plus, .is-transparent.a-faq-button, .is-transparent.a-button-save, .is-transparent.a-button-new, .is-transparent.a-button-comp, .is-transparent.a-button-delete, .is-transparent.g-form-skip, .is-transparent.a-button-login, .is-transparent.a-button-login-outlined, .is-transparent.a-button-next, .is-transparent.a-button-back, .is-transparent.a-button-back-outlined, .a-input-file.has-file label button.is-transparent, .a-input-file.has-file label button.a-button-error, .is-transparent.g-form-prev, .is-transparent.g-form-next {
            background-color: transparent
        }

        .a-button.is-error, .a-button-error, .is-error.a-button-wide, .is-error.a-button-phone, .is-error.a-button-account, .is-error.a-button-account-filled, .is-error.a-button-lock, .is-error.a-button-edit, .is-error.a-button-file, .is-error.a-button-download, .is-error.a-button-plus, .is-error.a-faq-button, .is-error.a-button-save, .is-error.a-button-new, .is-error.a-button-comp, .is-error.a-button-delete, .is-error.g-form-skip, .is-error.a-button-login, .is-error.a-button-login-outlined, .is-error.a-button-next, .is-error.a-button-back, .is-error.a-button-back-outlined, .a-input-file.has-file label button.is-error, .a-input-file.has-file label button.a-button-error, .is-error.g-form-prev, .is-error.g-form-next {
            border-color: #ad0000
        }

            .a-button.size-hs, .size-hs.a-button-error, .a-button-error.a-button-wide, .a-button-error.a-button-phone, .a-button-error.a-button-account, .a-button-error.a-button-account-filled, .a-button-error.a-button-lock, .a-button-error.a-button-edit, .a-button-error.a-button-file, .a-button-error.a-button-download, .a-button-error.a-button-plus, .a-button-error.a-faq-button, .a-button-error.a-button-save, .a-button-error.a-button-new, .a-button-error.a-button-comp, .a-button-error.a-button-delete, .a-button-error.g-form-skip, .a-button-error.a-button-login, .a-button-error.a-button-login-outlined, .a-button-error.a-button-next, .a-button-error.a-button-back, .a-button-error.a-button-back-outlined, .a-button-wide, .a-button-phone, .a-button-account, .a-button-account-filled, .a-button-lock, .a-button-edit, .a-button-file, .a-button-download, .a-button-plus, .a-faq-button, .a-button-save, .a-button-new, .a-button-comp, .a-button-delete, .g-form-skip, .a-button-login, .a-button-login-outlined, .a-button-next, .a-button-back, .a-button-back-outlined, .a-input-file.has-file label button.size-hs, .a-input-file.has-file label button.a-button-wide, .a-input-file.has-file label button.a-button-phone, .a-input-file.has-file label button.a-button-account, .a-input-file.has-file label button.a-button-account-filled, .a-input-file.has-file label button.a-button-lock, .a-input-file.has-file label button.a-button-edit, .a-input-file.has-file label button.a-button-file, .a-input-file.has-file label button.a-button-download, .a-input-file.has-file label button.a-button-plus, .a-input-file.has-file label button.a-faq-button, .a-input-file.has-file label button.a-button-save, .a-input-file.has-file label button.a-button-new, .a-input-file.has-file label button.a-button-comp, .a-input-file.has-file label button.a-button-delete, .a-input-file.has-file label button.g-form-skip, .a-input-file.has-file label button.a-button-login, .a-input-file.has-file label button.a-button-login-outlined, .a-input-file.has-file label button.a-button-next, .a-input-file.has-file label button.a-button-back, .a-input-file.has-file label button.a-button-back-outlined, .size-hs.g-form-prev, .g-form-prev.a-button-wide, .g-form-prev.a-button-phone, .g-form-prev.a-button-account, .g-form-prev.a-button-account-filled, .g-form-prev.a-button-lock, .g-form-prev.a-button-edit, .g-form-prev.a-button-file, .g-form-prev.a-button-download, .g-form-prev.a-button-plus, .g-form-prev.a-faq-button, .g-form-prev.a-button-save, .g-form-prev.a-button-new, .g-form-prev.a-button-comp, .g-form-prev.a-button-delete, .g-form-prev.g-form-skip, .g-form-prev.a-button-login, .g-form-prev.a-button-login-outlined, .g-form-prev.a-button-next, .g-form-prev.a-button-back, .g-form-prev.a-button-back-outlined, .size-hs.g-form-next, .g-form-next.a-button-wide, .g-form-next.a-button-phone, .g-form-next.a-button-account, .g-form-next.a-button-account-filled, .g-form-next.a-button-lock, .g-form-next.a-button-edit, .g-form-next.a-button-file, .g-form-next.a-button-download, .g-form-next.a-button-plus, .g-form-next.a-faq-button, .g-form-next.a-button-save, .g-form-next.a-button-new, .g-form-next.a-button-comp, .g-form-next.a-button-delete, .g-form-next.g-form-skip, .g-form-next.a-button-login, .g-form-next.a-button-login-outlined, .g-form-next.a-button-next, .g-form-next.a-button-back, .g-form-next.a-button-back-outlined {
                min-height: 48px
            }

        .a-button.size-hss, .size-hss.a-button-error, .size-hss.a-button-wide, .size-hss.a-button-phone, .size-hss.a-button-account, .size-hss.a-button-account-filled, .size-hss.a-button-lock, .size-hss.a-button-edit, .size-hss.a-button-file, .size-hss.a-button-download, .size-hss.a-button-plus, .size-hss.a-faq-button, .size-hss.a-button-save, .size-hss.a-button-new, .size-hss.a-button-comp, .size-hss.a-button-delete, .size-hss.g-form-skip, .size-hss.a-button-login, .size-hss.a-button-login-outlined, .size-hss.a-button-next, .size-hss.a-button-back, .size-hss.a-button-back-outlined, .a-input-file.has-file label button.size-hss, .size-hss.g-form-prev, .size-hss.g-form-next {
            min-height: 27px
        }

@media (max-width: 767px) {
    .a-button:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .a-button-error:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .a-button-wide:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .a-button-phone:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .a-button-account:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .a-button-account-filled:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .a-button-lock:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .a-button-edit:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .a-button-file:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .a-button-download:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .a-button-plus:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .a-faq-button:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .a-button-save:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .a-button-new:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .a-button-comp:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .a-button-delete:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .g-form-skip:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .a-button-login:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .a-button-login-outlined:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .a-button-next:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .a-button-back:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .a-button-back-outlined:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .a-input-file.has-file label button:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .g-form-prev:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next), .g-form-next:not(.has-icon):not(.a-button-error):not(.a-button-wide):not(.a-button-phone):not(.a-button-account):not(.a-button-account-filled):not(.a-button-lock):not(.a-button-edit):not(.a-button-file):not(.a-button-download):not(.a-button-plus):not(.a-faq-button):not(.a-button-save):not(.a-button-new):not(.a-button-comp):not(.a-button-delete):not(.g-form-skip):not(.a-button-login):not(.a-button-login-outlined):not(.a-button-next):not(.a-button-back):not(.a-button-back-outlined):not(.g-form-prev):not(.g-form-next) {
        padding-left: 3px !important;
        padding-right: 3px !important;
        text-align: center
    }
}

@media (max-width: 767px) {
    .a-button, .a-button-error, .a-button-wide, .a-button-phone, .a-button-account, .a-button-account-filled, .a-button-lock, .a-button-edit, .a-button-file, .a-button-download, .a-button-plus, .a-faq-button, .a-button-save, .a-button-new, .a-button-comp, .a-button-delete, .g-form-skip, .a-button-login, .a-button-login-outlined, .a-button-next, .a-button-back, .a-button-back-outlined, .a-input-file.has-file label button, .g-form-prev, .g-form-next {
        min-height: 48px
    }
}

.a-button-error {
    color: white
}

    .a-button-error::after {
        background-image: url(assets/img/arrow-white.svg);
        transform: rotate(0deg)
    }

    .a-button-error:hover, .a-button-error:focus {
        border-color: #ad0000;
        background: transparent;
        opacity: 0.8;
        cursor: disabled
    }

.a-button-wide:hover, .a-button-phone:hover, .a-button-account:hover, .a-button-account-filled:hover, .a-button-lock:hover, .a-button-edit:hover, .a-button-file:hover, .a-button-download:hover, .a-button-plus:hover, .a-faq-button:hover, .a-button-save:hover, .a-button-wide:focus, .a-button-phone:focus, .a-button-account:focus, .a-button-account-filled:focus, .a-button-lock:focus, .a-button-edit:focus, .a-button-file:focus, .a-button-download:focus, .a-button-plus:focus, .a-faq-button:focus, .a-button-save:focus {
    color: #505292
}

.a-button-phone::after {
    background-image: url(assets/img/phone.svg) !important;
    height: 21px;
    width: 19px;
    right: 11px
}

.a-button-new::after {
    background-image: url(assets/img/plus.svg) !important;
    width: 20px;
    height: 20px;
    right: 10px
}

.a-button-new:hover, .a-button-new:focus {
    color: white;
    background-color: #3b3d70
}

.a-button-comp, .a-button-delete, .g-form-skip {
    border-color: white
}

    .a-button-comp::after, .a-button-delete::after, .g-form-skip::after {
        background-image: url(assets/img/arrow-thin-white.svg) !important
    }

    .a-button-comp:hover, .a-button-delete:hover, .g-form-skip:hover, .a-button-comp:focus, .a-button-delete:focus, .g-form-skip:focus {
        color: white
    }

    .a-button-delete::after {
        background-image: url(assets/img/delete.svg) !important
    }

.a-button-account::after, .a-button-account-filled::after, .a-button-lock::after, .a-button-edit::after, .a-button-file::after, .a-button-download::after, .a-button-plus::after, .a-faq-button::after, .a-button-save::after {
    background-image: url(assets/img/account.svg) !important;
    width: 22px;
    height: 18px;
    right: 8px
}

.a-button-account-filled, .a-button-lock, .a-button-edit, .a-button-file, .a-button-download, .a-button-plus, .a-faq-button, .a-button-save {
    background-color: #505292;
    color: white;
    border-color: transparent
}

    .a-button-account-filled::after, .a-button-lock::after, .a-button-edit::after, .a-button-file::after, .a-button-download::after, .a-button-plus::after, .a-faq-button::after, .a-button-save::after {
        background-image: url(assets/img/account-white.svg) !important
    }

    .a-button-account-filled:hover, .a-button-lock:hover, .a-button-edit:hover, .a-button-file:hover, .a-button-download:hover, .a-button-plus:hover, .a-faq-button:hover, .a-button-save:hover, .a-button-account-filled:focus, .a-button-lock:focus, .a-button-edit:focus, .a-button-file:focus, .a-button-download:focus, .a-button-plus:focus, .a-faq-button:focus, .a-button-save:focus {
        background-color: #3b3d70;
        color: white
    }

.a-button-lock, .a-button-edit, .a-button-file, .a-button-download, .a-button-plus, .a-faq-button {
    padding-right: 42px
}

    .a-button-lock::after, .a-button-edit::after, .a-button-file::after, .a-button-download::after, .a-button-plus::after, .a-faq-button::after {
        background-image: url(assets/img/lock.svg) !important
    }

.a-button-edit {
    padding-right: 42px
}

    .a-button-edit::after {
        background-image: url(assets/img/edit.svg) !important;
        width: 21px;
        height: 20px
    }

.a-button-file {
    max-height: 28px !important;
    font-weight: 300;
    transition-duration: 0.16s
}

    .a-button-file::after {
        background-image: url(assets/img/file.svg) !important;
        right: 5px;
        width: 14px
    }

.a-button-download::after {
    background-image: url(assets/img/download.svg) !important
}

.a-button-save {
    margin-top: 26px
}

    .a-button-save::after {
        background-image: url(assets/img/save.svg) !important
    }

.a-button-login, .a-button-login-outlined {
    margin-top: 20px
}

    .a-button-login::after, .a-button-login-outlined::after {
        background-image: url(assets/img/login.svg);
        transform: none;
        width: 18px;
        height: 18px;
        right: 8px
    }

    .a-button-login:hover, .a-button-login-outlined:hover, .a-button-login:focus, .a-button-login-outlined:focus {
        color: white
    }

.a-button-login-outlined {
    background-color: white;
    color: #505292;
    border-color: #505292
}

    .a-button-login-outlined::after {
        background-image: url(assets/img/login-purple.svg)
    }

    .a-button-login-outlined:hover, .a-button-login-outlined:focus {
        color: #505292;
        background-color: #f2f2f7
    }

.a-button-next, .a-button-back, .a-button-back-outlined {
    padding-right: 32.5px;
    padding-left: 32.5px
}

    .a-button-next::after, .a-button-back::after, .a-button-back-outlined::after {
        background-image: url(assets/img/arrow-thin-white.svg) !important
    }

    .a-button-next:hover, .a-button-back:hover, .a-button-back-outlined:hover, .a-button-next:focus, .a-button-back:focus, .a-button-back-outlined:focus {
        color: white
    }

    .a-button-back::after, .a-button-back-outlined::after {
        transform: rotate(180deg) !important;
        right: auto;
        left: 3px
    }

.a-button-plus::after, .a-faq-button::after {
    background-image: url(assets/img/plus-simple.svg) !important
}

.a-button-back-outlined {
    padding-left: 32.5px;
    padding-right: 17px;
    background: white;
    border-color: #505292;
    color: #505292;
    min-height: 38px;
    text-transform: uppercase;
    font-weight: 500;
    min-width: 126px
}

    .a-button-back-outlined::after {
        background-image: url(assets/img/arrow-thin.svg) !important;
        left: 8px
    }

    .a-button-back-outlined:hover, .a-button-back-outlined:focus {
        background-color: #f2f2f7;
        color: #505292
    }

.m-bar-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 83px
}

    .m-bar-button:hover, .m-bar-button:focus {
        background: #bcbcdc
    }

@media (max-width: 767px) {
    .m-bar-button {
        height: 101px
    }
}

@media (max-width: 400px) {
    .m-bar-button {
        height: 102px;
        width: 70px
    }
}

@media (max-width: 320px) {
    .m-bar-button {
        height: 86px
    }
}

.m-bar-button.f-home svg {
    width: 33px;
    height: 40px
}

.m-bar-link a {
    display: inline-block;
    /*padding: 19px 3px*/
    padding: 35px 3px
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .a-input-file label:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), select, .chosen-container .chosen-choices, .chosen-container .chosen-single, textarea {
    width: 100%;
    background: white;
    border-radius: 5px;
    border: 1px solid #bcbcdc;
    padding: 7px 12px;
    font-size: 20px;
    color: #000
}

    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])[disabled], .a-input-file label:not([type="submit"]):not([type="checkbox"]):not([type="radio"])[disabled], select[disabled], .chosen-container [disabled].chosen-choices, .chosen-container [disabled].chosen-single, textarea[disabled] {
        background-color: transparent;
        background-image: url(assets/img/info.svg);
        background-repeat: no-repeat;
        background-size: 21px;
        background-position: calc(100% - 8px) center
    }

    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus, .a-input-file label:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus, input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):active, .a-input-file label:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):active, select:focus, .chosen-container .chosen-choices:focus, .chosen-container .chosen-single:focus, select:active, .chosen-container .chosen-choices:active, .chosen-container .chosen-single:active, textarea:focus, textarea:active {
        border-color: #505292;
        box-shadow: none
    }

    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::placeholder, .a-input-file label:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::placeholder, select::placeholder, .chosen-container .chosen-choices::placeholder, .chosen-container .chosen-single::placeholder, textarea::placeholder {
        font-style: italic;
        color: #000;
        font-weight: 300
    }

input[type="checkbox"], .a-input-file label[type="checkbox"] {
    /*display: none*/
}

textarea {
    max-height: 120px
}

input[type="date"], .a-input-file label[type="date"] {
    min-height: 40px
}

label {
    font-weight: 300;
    line-height: 1.2;
    color: #595959
}

.a-input {
    font-size: 18px;
    position: relative
}

    .a-input > * + * {
        margin: 0;
        margin-top: 5px
    }

    .a-input.has-info input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .a-input.has-info .a-input-file label:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .a-input-file .a-input.has-info label:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .a-input.has-info .a-input-file label:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .a-input.has-info select, .a-input.has-info .chosen-container .chosen-choices, .chosen-container .a-input.has-info .chosen-choices, .a-input.has-info .chosen-container .chosen-single, .chosen-container .a-input.has-info .chosen-single, .a-input.has-info .chosen-container .chosen-choices, .a-input.has-info textarea {
        padding-right: 36px
    }

.a-input-checkbox label > span {
    color: #000;
    font-weight: 400;
    display: flex;
    cursor: pointer
}

    .a-input-checkbox label > span a {
        margin: 0 3px
    }

    .a-input-checkbox label > span::before {
        content: "";
        display: inline-block;
        width: 25px;
        height: 25px;
        flex: 0 0 auto;
        border-radius: 5px;
        border: 1px solid #505292;
        background-color: white;
        margin-right: 7px;
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center
    }

    .a-input-checkbox label > span > span {
        padding-top: 2px
    }

.a-input-checkbox input:checked + span::before, .a-input-checkbox .a-input-file label:checked + span::before, .a-input-file .a-input-checkbox label:checked + span::before {
    background-image: url(assets/img/check.svg)
}

.a-input-caption, .a-input-error {
    font-size: 14px;
    line-height: 1;
    color: #595959;
    text-align: right
}

.password-info-message {
    margin-top: 4px;
}

@media (max-width: 767px) {
    .a-input-caption, .a-input-error {
        text-align: left
    }
}

.a-input-error {
    display: none
}

.a-input.is-error, .a-input.a-button-error, .a-input.is-error label, .a-input.a-button-error label, .a-input.is-error, .a-input.a-button-error, .a-input.is-error .a-input-error, .a-input.a-button-error .a-input-error {
    color: #ad0000 !important
}

    .a-input.is-error .a-input-error, .a-input.a-button-error .a-input-error {
        display: block
    }

    .a-input.is-error input, .a-input.a-button-error input, .a-input.is-error .a-input-file label, .a-input-file .a-input.is-error label, .a-input.a-button-error .a-input-file label, .a-input-file .a-input.a-button-error label, .a-input.is-error select, .a-input.a-button-error select, .a-input.is-error .chosen-container .chosen-choices, .chosen-container .a-input.is-error .chosen-choices, .a-input.a-button-error .chosen-container .chosen-choices, .chosen-container .a-input.a-button-error .chosen-choices, .a-input.is-error .chosen-container .chosen-single, .chosen-container .a-input.is-error .chosen-single, .a-input.a-button-error .chosen-container .chosen-single, .chosen-container .a-input.a-button-error .chosen-single, .a-input.is-error textarea, .a-input.a-button-error textarea {
        border-color: #ad0000 !important
    }

    .a-input.is-error .a-input-caption {
        display: none;
    }

.a-input-checkbox.is-error label > span, .a-input-checkbox.a-button-error label > span {
    color: #ad0000
}

    .a-input-checkbox.is-error label > span::before, .a-input-checkbox.a-button-error label > span::before {
        border-color: #ad0000
    }

.a-input-checkbox.is-error a, .a-input-checkbox.a-button-error a {
    color: #ad0000
}

.a-input-info {
    position: absolute;
    bottom: 9px;
    right: 9px;
    margin: 0;
    width: 21px;
    height: 21px;
    background-color: transparent;
    background-image: url(assets/img/info.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.label-on-left label {
    color: #000
}

.label-on-left .a-input {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

    .label-on-left .a-input label {
        flex: 1 0 0;
        padding-right: 20px
    }

    .label-on-left .a-input input, .label-on-left .a-input .a-input-file label, .a-input-file .label-on-left .a-input label, .label-on-left .a-input select, .label-on-left .a-input .chosen-container .chosen-choices, .chosen-container .label-on-left .a-input .chosen-choices, .label-on-left .a-input .chosen-container .chosen-single, .chosen-container .label-on-left .a-input .chosen-single, .label-on-left .a-input textarea {
        flex: 0 0 74%
    }

@media (max-width: 767px) {
    .label-on-left .a-input {
        flex-direction: column;
        align-items: flex-start
    }

        .label-on-left .a-input label {
            font-size: 18px
        }
}

.label-on-left .a-input-error {
    font-weight: 300;
    flex: 0 0 100%
}

.search-button {
    background: #505292;
    border-radius: 5px;
    width: 40px;
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

    .search-button:hover {
        background: #3b3d70
    }

.a-faq {
    background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition-duration: 0.16s
}

.a-faq-button {
    width: 100%;
    max-width: none
}

    .a-faq-button::after {
        transition-duration: 0.16s
    }

.a-faq-text {
    padding: 0 26px 26px;
    display: none
}

.a-faq.is-active, .c-message.is-full .a-faq.a-button-wide.is-more, .c-message.is-full .a-faq.is-more.a-button-phone, .c-message.is-full .a-faq.is-more.a-button-account, .c-message.is-full .a-faq.is-more.a-button-account-filled, .c-message.is-full .a-faq.is-more.a-button-lock, .c-message.is-full .a-faq.is-more.a-button-edit, .c-message.is-full .a-faq.is-more.a-button-file, .c-message.is-full .a-faq.is-more.a-button-download, .c-message.is-full .a-faq.is-more.a-button-plus, .c-message.is-full .a-faq.is-more.a-faq-button, .c-message.is-full .a-faq.is-more.a-button-save {
    margin-left: -28px;
    margin-right: -28px;
    margin-bottom: -29px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden
}

    .a-faq.is-active .a-faq-button, .c-message.is-full .a-faq.a-button-wide.is-more .a-faq-button, .c-message.is-full .a-faq.is-more.a-button-phone .a-faq-button, .c-message.is-full .a-faq.is-more.a-button-account .a-faq-button, .c-message.is-full .a-faq.is-more.a-button-account-filled .a-faq-button, .c-message.is-full .a-faq.is-more.a-button-lock .a-faq-button, .c-message.is-full .a-faq.is-more.a-button-edit .a-faq-button, .c-message.is-full .a-faq.is-more.a-button-file .a-faq-button, .c-message.is-full .a-faq.is-more.a-button-download .a-faq-button, .c-message.is-full .a-faq.is-more.a-button-plus .a-faq-button, .c-message.is-full .a-faq.is-more.a-faq-button .a-faq-button, .c-message.is-full .a-faq.is-more.a-button-save .a-faq-button {
        background: white;
        color: #505292;
        border-color: white
    }

        .a-faq.is-active .a-faq-button:focus, .c-message.is-full .a-faq.a-button-wide.is-more .a-faq-button:focus, .c-message.is-full .a-faq.is-more.a-button-phone .a-faq-button:focus, .c-message.is-full .a-faq.is-more.a-button-account .a-faq-button:focus, .c-message.is-full .a-faq.is-more.a-button-account-filled .a-faq-button:focus, .c-message.is-full .a-faq.is-more.a-button-lock .a-faq-button:focus, .c-message.is-full .a-faq.is-more.a-button-edit .a-faq-button:focus, .c-message.is-full .a-faq.is-more.a-button-file .a-faq-button:focus, .c-message.is-full .a-faq.is-more.a-button-download .a-faq-button:focus, .c-message.is-full .a-faq.is-more.a-button-plus .a-faq-button:focus, .c-message.is-full .a-faq.is-more.a-faq-button .a-faq-button:focus, .c-message.is-full .a-faq.is-more.a-button-save .a-faq-button:focus {
            box-shadow: none;
            background-color: #f2f2f7
        }

        .a-faq.is-active .a-faq-button::after, .c-message.is-full .a-faq.a-button-wide.is-more .a-faq-button::after, .c-message.is-full .a-faq.is-more.a-button-phone .a-faq-button::after, .c-message.is-full .a-faq.is-more.a-button-account .a-faq-button::after, .c-message.is-full .a-faq.is-more.a-button-account-filled .a-faq-button::after, .c-message.is-full .a-faq.is-more.a-button-lock .a-faq-button::after, .c-message.is-full .a-faq.is-more.a-button-edit .a-faq-button::after, .c-message.is-full .a-faq.is-more.a-button-file .a-faq-button::after, .c-message.is-full .a-faq.is-more.a-button-download .a-faq-button::after, .c-message.is-full .a-faq.is-more.a-button-plus .a-faq-button::after, .c-message.is-full .a-faq.is-more.a-faq-button .a-faq-button::after, .c-message.is-full .a-faq.is-more.a-button-save .a-faq-button::after {
            background-image: url(assets/img/plus-simple-purple.svg) !important;
            transform: rotate(-135deg) !important
        }

@media (max-width: 767px) {
    .a-faq.is-active, .c-message.is-full .a-faq.a-button-wide.is-more, .c-message.is-full .a-faq.is-more.a-button-phone, .c-message.is-full .a-faq.is-more.a-button-account, .c-message.is-full .a-faq.is-more.a-button-account-filled, .c-message.is-full .a-faq.is-more.a-button-lock, .c-message.is-full .a-faq.is-more.a-button-edit, .c-message.is-full .a-faq.is-more.a-button-file, .c-message.is-full .a-faq.is-more.a-button-download, .c-message.is-full .a-faq.is-more.a-button-plus, .c-message.is-full .a-faq.is-more.a-faq-button, .c-message.is-full .a-faq.is-more.a-button-save {
        margin-left: -12px;
        margin-right: -12px;
        margin-bottom: -23px
    }
}

.a-input-search {
    position: relative
}

    .a-input-search button {
        width: 30px;
        z-index: 2000;
        height: 30px;
        border-radius: 5px;
        background-color: #505292;
        position: absolute;
        top: 6px;
        right: 5px;
        /*background-image: url(assets/img/search.svg);*/
        background-image: url(assets/img/arrow_bg.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 17px;
        background-size: auto;
    }

.chosen-container-active + button {
    background-image: url(assets/img/arrow_bg_up.svg);
}

.chosen-container-single .chosen-single abbr {
    display: none;
}

.a-input-search button:hover, .a-input-search button:focus {
    background-color: #3b3d70
}

@media (max-width: 767px) {
    .a-input-search button {
        display: none
    }
}

.a-input-search select, .a-input-search .chosen-container .chosen-choices, .chosen-container .a-input-search .chosen-choices, .a-input-search .chosen-container .chosen-single, .chosen-container .a-input-search .chosen-single {
    padding-right: 44px !important
}

.a-input-file {
    padding-bottom: 35px;
    position: relative
}

    .a-input-file input, .a-input-file label {
        -webkit-appearance: none;
        height: 0;
        width: 0;
        position: absolute;
        left: -99999px
    }

        .a-input-file input[type=file]:focus + label {
            border: 4px solid #535b15 !important;
            padding: 2px;
        }

    .a-input-file label {
        width: 100%;
        display: block;
        cursor: pointer;
        height: 40px;
        position: static
    }

        .a-input-file label > span, .a-input-file label button {
            display: block;
            position: absolute;
            bottom: 0;
            right: 0;
            height: 32px;
            min-height: 0
        }

@media (max-width: 767px) {
    .a-input-file label > span, .a-input-file label button {
        left: 0;
        width: 100%;
        max-width: none !important
    }
}

.a-input-file label button {
    display: none
}

.a-input-file label span {
    font-weight: 400;
    font-size: 18px
}

    .a-input-file label span span {
        display: none
    }

@media (max-width: 767px) {
    .a-input-file.has-file {
        min-height: 105px
    }
}

.a-input-file.has-file label {
    border-color: #505292 !important
}

    .a-input-file.has-file label > span {
        display: none;
        top: 45px
    }

@media (max-width: 767px) {
    .a-input-file.has-file label > span {
        display: inline
    }
}

.a-input-file.has-file label > span span {
    display: inline
}

.a-input-file.has-file label button {
    display: inline-flex;
    min-height: 28px;
    height: 28px;
    font-weight: normal;
    font-size: 18px;
    bottom: 0;
    position: absolute;
    padding-right: 29px !important
}

    .a-input-file.has-file label button::after {
        background-image: url(assets/img/delete.svg);
        transform: rotate(0deg)
    }

select, .chosen-container .chosen-choices, .chosen-container .chosen-single {
    cursor: pointer;
    transition-duration: 0.16s
}

    select:not([multiple]), .chosen-container .chosen-choices:not([multiple]), .chosen-container .chosen-single:not([multiple]) {
        padding-right: 42px !important;
        background-image: url(assets/img/select.svg);
        background-repeat: no-repeat;
        background-position: calc(100% - 4px) center;
        background-size: 30px
    }

    select:hover, .chosen-container .chosen-choices:hover, .chosen-container .chosen-single:hover, select:focus, .chosen-container .chosen-choices:focus, .chosen-container .chosen-single:focus {
        background-color: #f2f2f7
    }

.a-input-selects {
    display: flex;
    flex-wrap: wrap
}

    .a-input-selects select, .a-input-selects .chosen-container .chosen-choices, .chosen-container .a-input-selects .chosen-choices, .a-input-selects .chosen-container .chosen-single, .chosen-container .a-input-selects .chosen-single {
        width: auto;
        margin: 0;
        margin-right: 12px;
        margin-bottom: 7px;
        height: 40px
    }

.chosen-container {
    width: 100% !important
}

    .chosen-container .chosen-choices, .chosen-container .chosen-single {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 7px 12px !important;
        height: 40px !important;
        border-color: #bcbcdc !important;
        box-shadow: none !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        padding-left: 7px !important;
        min-height: 42px !important
    }

        .chosen-container .chosen-single > span {
            height: 40px;
            display: flex !important;
            align-items: center;
            line-height: 1;
            padding-bottom: 3px
        }

    .chosen-container .chosen-drop {
        border: 0 !important;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        overflow: hidden
    }

    .chosen-container .chosen-results {
        background-color: white;
        border: 0 !important
    }

        .chosen-container .chosen-results li {
            background-color: white;
            height: 30px !important;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            line-height: 30px !important;
            font-size: 20px !important
        }

            .chosen-container .chosen-results li:nth-of-type(odd) {
                background-color: #f2f2f7
            }

            .chosen-container .chosen-results li:nth-of-type(even) {
                border-left: 1px solid #bcbcdc;
                border-right: 1px solid #bcbcdc
            }

            .chosen-container .chosen-results li.highlighted {
                background: none !important;
                background-color: #535b15 !important;
                color: white
            }

    .chosen-container .search-choice {
        background: none !important;
        background-color: #535b15 !important;
        color: white !important;
        height: 30px;
        display: inline-flex !important;
        align-items: center;
        border-radius: 5px !important;
        padding: 8px !important;
        padding-right: 24px !important;
        border: 0 !important;
        box-shadow: none !important
    }

    .chosen-container .chosen-choices {
        display: flex;
        align-items: center
    }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    width: 18px !important;
    height: 22px !important;
    display: block !important;
    align-self: center;
    margin: auto;
    background-position: center !important;
    background-repeat: no-repeat;
    background-image: url(assets/img/close-white.svg) !important;
    background-size: 8px !important;
    opacity: 0.5
}

@media (max-width: 767px) {
    .g-form-prev, .g-form-next {
        padding-left: 3px !important;
        padding-right: 3px !important
    }
}

.shorter-form [type="submit"] {
    width: 100%;
    max-width: none
}

.label-on-left [type="submit"] {
    width: 100%;
    max-width: 74%
}

@media (max-width: 767px) {
    .label-on-left [type="submit"] {
        max-width: none
    }
}

.g-form-prev:hover, .g-form-prev:active, .g-form-prev:focus {
    color: #505292
}

.g-form-next.is-incomplete {
    background-color: transparent;
    color: white;
    border-color: #505292;
    cursor: not-allowed
}

.g-form-prev, .g-form-next {
    width: 95px;
    padding-left: 4px;
    padding-right: 4px
}

.g-form-skip {
    border-color: transparent;
    height: 63px
}

@media (max-width: 767px) {
    .g-form-skip {
        height: auto
    }
}

.a-input-file p {
    max-height: 27px;
    overflow: hidden
}

.access-form {
    font-weight: 300
}

    .access-form > * + * {
        margin: 0;
        margin-top: 20px
    }

    .access-form small {
        font-size: 18px
    }

@media (max-width: 767px) {
    .access-form small {
        font-size: 16px
    }
}

.access-form .a-input-checkbox label > span {
    font-weight: 300
}

html body .chosen-container-multi .chosen-choices li.search-choice {
    padding: 0 !important;
    background: transparent !important;
    color: inherit !important
}

    html body .chosen-container-multi .chosen-choices li.search-choice > a.search-choice-close {
        display: none !important
    }

body .chosen-container-single .chosen-search {
    padding: 0 !important
}

body .chosen-container-single .chosen-drop {
    margin-top: -42px !important
}

body .chosen-container .chosen-results {
    margin: 0 !important;
    padding: 0 !important
}

body .chosen-container .chosen-drop {
    background: transparent !important;
    height: 0
}

body .chosen-container.chosen-container-active .chosen-drop {
    height: auto;
    margin-bottom: 20px !important
}

body .chosen-container-single .chosen-search {
    background: #fff !important;
    margin: 1px;
    border-radius: 5px
}

body .chosen-search-input {
    padding: 7px 12px !important;
    font-size: 20px !important;
    border: 0 !important;
    background: #fff !important;
    border-radius: 5px !important
}

body div .chosen-container-single .chosen-search input[type=text], body div .chosen-container-single .chosen-search .a-input-file label[type=text], .a-input-file body div .chosen-container-single .chosen-search label[type=text] {
    background-image: none !important
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-search .a-input-file label[type=text], .a-input-file .chosen-container-single .chosen-search label[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text], .chosen-rtl .chosen-search .a-input-file label[type=text], .a-input-file .chosen-rtl .chosen-search label[type=text] {
        background-image: none !important
    }
}

table th, table td {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (max-width: 767px) {
    table th, table td {
        padding-top: 2px;
        padding-bottom: 2px
    }
}

table th {
    text-align: left;
    font-weight: 300;
    font-size: 18px;
    padding-right: 20px
}

@media (max-width: 767px) {
    table th {
        padding-right: 0;
        font-size: 18px
    }
}

table td {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2
}

@media (max-width: 767px) {
    table td {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    table tr {
        width: 100%;
        padding: 7px 12px
    }

        table tr:not(:last-child) {
            border-bottom: 1px solid #979797
        }
}

table:not(.is-clean) tr:not(:last-child) {
    border-bottom: 1px solid #979797
}

table.is-clean tr {
    padding-left: 0;
    padding-right: 0
}

    table.is-clean tr:not(:last-child) {
        border-bottom: 0
    }

@media (max-width: 767px) {
    table, tbody, thead, tr {
        display: flex;
        flex-direction: column;
        width: 100%
    }

        table + .to-end {
            justify-content: flex-start
        }
}

.a-detail {
    background: white;
    padding: 19px 20px;
    display: flex;
    align-items: center;
    border: 2px solid #505292;
    border-radius: 5px;
    line-height: 1.2
}

.a-detail-date {
    flex: 1;
    font-size: 18px
}

.a-detail-status {
    flex: 2;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500
}

@media (max-width: 991px) {
    .a-detail-status {
        flex: 1
    }
}

.a-detail-link {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    text-align: right
}

    .a-detail-link svg {
        margin-right: 7px
    }

@media (max-width: 550px) {
    .a-detail {
        flex-direction: column;
        align-items: flex-start;
        padding: 17px 20px
    }

        .a-detail > * + * {
            margin: 0;
            margin-top: 6px
        }
}

.a-progress {
    width: 100%;
    border: 1px solid #505292;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.a-progress-amount {
    content: "";
    height: 8px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    transition-duration: 0.16s;
    background-color: #505292;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

hr {
    margin: 72px 70px;
    background: #979797
}

.b-answers {
    margin-top: 10px
}

.a-input-search > button {
    pointer-events: none !important
}

.a-answer {
    display: flex;
    flex-direction: column
}

    .a-answer + .a-answer {
        margin-top: 10px
    }

    .a-answer span:not(.a-answer-text) {
        border: 1px solid #505292;
        border-radius: 5px;
        color: #505292;
        padding: 2px 6px;
        display: block;
        width: 100%;
        font-weight: 400;
        cursor: pointer;
        display: block
    }

    .a-answer span.a-answer-text {
        display: none;
        color: #000;
        font-size: 18px;
        margin-top: 4px;
        line-height: 1.16;
        margin-left: 38px
    }

    .a-answer [type="radio"] {
        position: absolute;
        left: -9999px
    }

    .a-answer [type="checkbox"] {
        position: absolute;
        left: -9999px
    }

        .a-answer [type="checkbox"] + span:not(.a-answer-text) {
            background-repeat: no-repeat;
            background-position: 4px 4px;
            background-size: 21px;
            background-image: url(assets/img/checkbox-empty.svg);
            padding-left: 36px
        }

@media (max-width: 767px) {
    .a-answer [type="checkbox"] + span:not(.a-answer-text) {
        background-size: 17px
    }
}

.a-answer input:focus + span:not(.a-answer-text), .a-answer .a-input-file label:focus + span:not(.a-answer-text), .a-input-file .a-answer label:focus + span:not(.a-answer-text) {
    box-shadow: 0 0 0 3px rgba(14,93,26,0.7)
}

.a-answer input:checked + span:not(.a-answer-text), .a-answer .a-input-file label:checked + span:not(.a-answer-text), .a-input-file .a-answer label:checked + span:not(.a-answer-text) {
    border-color: #535b15;
    background-color: #535b15;
    color: white
}

.a-answer.is-checked .a-answer-text {
    display: block
}

.a-answer [type="checkbox"]:checked + span:not(.a-answer-text) {
    background-image: url(assets/img/checkbox.svg)
}

.a-question {
    padding-left: 28px;
    font-weight: normal;
    position: relative
}

.a-question-info {
    width: 21px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(assets/img/info.svg);
    display: block;
    position: absolute;
    top: 1px;
    left: 0
}

.a-question-title {
    font-weight: 500;
    color: #000;
}

.a-question p {
    color: #595959
}

.a-question.is-error, .a-question.a-button-error {
    padding-top: 16px
}

    .a-question.is-error .a-question-title, .a-question.a-button-error .a-question-title {
        color: #ad0000
    }

        .a-question.is-error .a-question-title::before, .a-question.a-button-error .a-question-title::before {
            content: "*"
        }

    .a-question.is-error::before, .a-question.a-button-error::before {
        content: attr(data-error);
        position: absolute;
        top: 0;
        color: #ad0000;
        font-size: 14px;
        line-height: 1;
        font-weight: 400
    }

    .a-question.is-error .a-question-info, .a-question.a-button-error .a-question-info {
        top: 16px
    }

    .a-question.is-error .a-answer input:not(:checked) + span, .a-question.a-button-error .a-answer input:not(:checked) + span, .a-question.is-error .a-answer .a-input-file label:not(:checked) + span, .a-input-file .a-question.is-error .a-answer label:not(:checked) + span, .a-question.a-button-error .a-answer .a-input-file label:not(:checked) + span, .a-input-file .a-question.a-button-error .a-answer label:not(:checked) + span, .a-question.is-error [type="text"]:not(.chosen-search-input), .a-question.a-button-error [type="text"]:not(.chosen-search-input), .a-question.is-error textarea, .a-question.a-button-error textarea, .a-question.is-error .a-input-file label, .a-question.a-button-error .a-input-file label, .a-question.is-error select, .a-question.a-button-error select, .a-question.is-error .chosen-container .chosen-choices, .chosen-container .a-question.is-error .chosen-choices, .a-question.a-button-error .chosen-container .chosen-choices, .chosen-container .a-question.a-button-error .chosen-choices, .a-question.is-error .chosen-container .chosen-single, .chosen-container .a-question.is-error .chosen-single, .a-question.a-button-error .chosen-container .chosen-single, .chosen-container .a-question.a-button-error .chosen-single {
        border-color: #ad0000 !important
    }

.a-step-title {
    position: sticky;
    top: 0;
    background: white;
    z-index: 3;
    padding-bottom: 5px;
    min-height: 42px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

    .a-step-title :first-child {
        margin-right: 5px
    }

    .a-step-title::after {
        content: "";
        left: 0;
        right: 0;
        top: 100%;
        height: 23px;
        pointer-events: none;
        position: absolute;
        /*background: linear-gradient(0, rgba(255,255,255,0), #fff);*/
        z-index: 9
    }

    .a-step-title strong {
        font-weight: 700
    }

    .a-step-title span {
        font-weight: 400
    }

@media (max-width: 767px) {
    .a-step-title {
        min-height: 33px;
    }
    .a-step-title-form {
        position: relative !important;
    }
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    padding: 0
}

.daterangepicker {
    border: 2px solid #bcbcdc !important;
    border-radius: 5px !important
}

    .daterangepicker::before, .daterangepicker::after {
        display: none !important;
        content: none !important
    }

    .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
        border: solid #505292 !important;
        border-width: 0 2px 2px 0 !important
    }

    .daterangepicker tbody {
        background: #f2f2f7 !important
    }

    .daterangepicker td {
        border-radius: 0 !important
    }

        .daterangepicker td.active {
            background: transparent !important;
            color: #535b15 !important;
            font-weight: bold !important;
            text-decoration: underline
        }

        .daterangepicker td.available:not(.next):not(.prev):hover, .daterangepicker th.available:not(.next):not(.prev):hover {
            background-color: #535b15 !important;
            color: white !important;
            font-weight: bold !important
        }

    .daterangepicker select.monthselect, .daterangepicker .chosen-container .monthselect.chosen-choices, .chosen-container .daterangepicker .monthselect.chosen-choices, .daterangepicker .chosen-container .monthselect.chosen-single, .chosen-container .daterangepicker .monthselect.chosen-single {
        margin-right: 2%
    }

    .daterangepicker select.monthselect, .daterangepicker .chosen-container .monthselect.chosen-choices, .chosen-container .daterangepicker .monthselect.chosen-choices, .daterangepicker .chosen-container .monthselect.chosen-single, .chosen-container .daterangepicker .monthselect.chosen-single, .daterangepicker select.yearselect, .daterangepicker .chosen-container .yearselect.chosen-choices, .chosen-container .daterangepicker .yearselect.chosen-choices, .daterangepicker .chosen-container .yearselect.chosen-single, .chosen-container .daterangepicker .yearselect.chosen-single {
        width: 63px !important;
        padding: 4px 7px 3px !important;
        background-image: url(assets/img/calendar-arrow.png) !important;
        background-size: 17px !important
    }

    .daterangepicker table, .daterangepicker tbody, .daterangepicker thead, .daterangepicker tr {
        display: inherit
    }

    .daterangepicker tr {
        padding: 0;
        border: 0 !important
    }

    .daterangepicker thead > tr:first-child {
        display: table
    }

    .daterangepicker thead > tr:last-child th {
        font-weight: bold !important;
        text-transform: uppercase;
        font-size: 10px
    }

.daterangepicker {
    margin-bottom: 20px !important
}

.b-comp {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.b-comp-title {
    font-weight: 300;
    margin-bottom: 12px
}

.b-box {
    background: #505292;
    border-radius: 5px;
    padding: 16px 12px;
    color: white;
    display: flex;
    flex-direction: column
}

    .b-box > * + * {
        margin: 0;
        margin-top: 25px
    }

.b-box-notification {
    background: #e9e9e9;
    padding: 16px 12px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .b-box-notification span {
        color: #f04848;
    }

    .b-box-footer {
        margin-top: auto;
        padding-top: 25px
    }

.b-box-full {
    color: white;
    text-decoration: none;
    font-size: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: space-around;
    flex: 1;
    padding: 30px 0;
    border-radius: 5px;
    text-align: center
}

    .b-box-full span {
        margin-top: auto;
        margin-bottom: auto
    }

    .b-box-full:hover, .b-box-full:focus {
        background-color: #3b3d70;
        color: white
    }

@media (max-width: 767px) {
    .b-box-full {
        padding: 33px 0 7px
    }

        .b-box-full svg {
            margin-top: 10px
        }
}

.b-box.theme-light {
    background: white;
    color: #000
}

.b-box-label {
    background-color: #ad0000;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    padding: 6px 12px 4px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

    .b-box-label + .b-box {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.b-modal {
    background: white;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
    width: 100%;
    max-width: 708px;
    min-height: 56vh;
    display: flex;
    flex-direction: column
}

.b-modal-body {
    margin-top: 27px;
    padding-right: 37px;
    overflow-y: scroll;
    flex: 1
}

@media (max-width: 767px) {
    .b-modal-body {
        padding-right: 17px
    }
}

.b-center {
    max-width: 296px;
    margin: auto
}

    .b-center.size-m, .b-center.a-button-error, .b-center.g-form-prev, .b-center.g-form-next {
        max-width: 600px
    }

    .b-center.type-2 h2 {
        text-align: center;
        margin-bottom: 65px
    }

    .b-center.type-2 form {
        max-width: 296px;
        margin: 0 auto
    }

    .b-center.type-2 [type="submit"] {
        width: 100%;
        margin-top: 38px
    }

    .b-center.type-2 .a-answer + .a-answer {
        margin-top: 18px
    }

@media (max-width: 767px) {
    .b-center.type-2 h2 {
        text-align: left;
        margin-bottom: 38px;
        font-size: 24px
    }
}

.b-case {
    background: white;
    border-radius: 5px;
    padding: 27px
}

@media (max-width: 767px) {
    .b-case {
        padding: 17px 11px
    }

    .b-case-bottom {
        background: transparent;
        padding: 0
    }
}

.b-table {
    background: white;
    border-radius: 5px;
    padding: 0 24px
}

    .b-table table {
        width: 100%
    }

@media (max-width: 767px) {
    .b-table {
        padding: 14px 10px
    }
}

.b-text {
    background: white;
    border-radius: 5px;
    padding: 24px
}

    .b-text h3 {
        font-weight: 700
    }

.b-search [type="search"] {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important
}

.b-search [type="submit"] {
    margin-left: -5px
}

.b-faq {
    border: 2px solid #505292;
    padding: 21px 26px 26px;
    border-radius: 5px
}

.b-faq-text {
    margin-bottom: 27px
}

@media (max-width: 767px) {
    .b-faq {
        padding: 21px 10px 10px
    }

        .b-faq .a-faq.is-active, .b-faq .c-message.is-full .a-faq.a-button-wide.is-more, .c-message.is-full .b-faq .a-faq.a-button-wide.is-more, .b-faq .c-message.is-full .a-faq.is-more.a-button-phone, .c-message.is-full .b-faq .a-faq.is-more.a-button-phone, .b-faq .c-message.is-full .a-faq.is-more.a-button-account, .c-message.is-full .b-faq .a-faq.is-more.a-button-account, .b-faq .c-message.is-full .a-faq.is-more.a-button-account-filled, .c-message.is-full .b-faq .a-faq.is-more.a-button-account-filled, .b-faq .c-message.is-full .a-faq.is-more.a-button-lock, .c-message.is-full .b-faq .a-faq.is-more.a-button-lock, .b-faq .c-message.is-full .a-faq.is-more.a-button-edit, .c-message.is-full .b-faq .a-faq.is-more.a-button-edit, .b-faq .c-message.is-full .a-faq.is-more.a-button-file, .c-message.is-full .b-faq .a-faq.is-more.a-button-file, .b-faq .c-message.is-full .a-faq.is-more.a-button-download, .c-message.is-full .b-faq .a-faq.is-more.a-button-download, .b-faq .c-message.is-full .a-faq.is-more.a-button-plus, .c-message.is-full .b-faq .a-faq.is-more.a-button-plus, .b-faq .c-message.is-full .a-faq.is-more.a-faq-button, .c-message.is-full .b-faq .a-faq.is-more.a-faq-button, .b-faq .c-message.is-full .a-faq.is-more.a-button-save, .c-message.is-full .b-faq .a-faq.is-more.a-button-save {
            margin-bottom: -12px
        }
}

.b-step {
    padding-bottom: 37px
}

    .b-step:not(:first-child) {
        padding-top: 37px
    }

    .b-step + .b-step {
        border-top: 1px solid #979797
    }

    .b-step > .h3 {
        font-size: 26px
    }

.t-title + .b-step {
    padding-top: 20px
}

.b-answers .t-thin {
    margin-bottom: 3px;
    display: block;
    color: #595959
}

.g-scroll, .g-form-body .a-step-container .a-step {
    overflow: hidden;
    position: relative
}

    .g-scroll > *, .g-form-body .a-step-container .a-step > * {
        overflow-y: scroll;
        height: 100%
    }

    .g-scroll::before, .g-form-body .a-step-container .a-step::before {
        content: "";
        left: 0;
        right: 12px;
        bottom: 0;
        height: 73px;
        pointer-events: none;
        position: absolute;
        /*background: linear-gradient(180deg, rgba(255,255,255,0), #fff);*/
        z-index: 9
    }

@media (max-width: 767px) {
    .g-scroll::before, .g-form-body .a-step-container .a-step::before {
        height: 40px
    }
}

.g-site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-left: 98px
}

@media (max-width: 767px) {
    .g-site {
        padding-left: 0
    }
}

.g-header {
    padding: 37px 40px 16px 16px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 160;
    background: white
}

@media (max-width: 767px) {
    .g-header {
        position: static;
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 20px 40px 12px
    }

        .g-header.is-scrolled {
            box-shadow: 0 0 7px rgba(0,0,0,0.3)
        }
}

@media (max-width: 400px) {
    .g-header {
        padding: 20px 30px
    }
}

@media (max-width: 320px) {
    .g-header {
        padding: 20px
    }
}

.g-footer {
    margin-top: auto
}

    .g-footer .l-bunch > *:last-child, .g-footer .b-modal-header > *:last-child {
        flex: 0 0 296px
    }

    .g-footer .color-t-l, .g-footer .a-step-trigger {
        font-weight: 500
    }

@media (max-width: 767px) {
    .g-footer {
        padding-bottom: 40px
    }

        .g-footer .l-bunch, .g-footer .b-modal-header {
            flex-direction: column;
            align-items: stretch;
            text-align: center
        }

        .g-footer .a-button-wide, .g-footer .a-button-phone, .g-footer .a-button-account, .g-footer .a-button-account-filled, .g-footer .a-button-lock, .g-footer .a-button-edit, .g-footer .a-button-file, .g-footer .a-button-download, .g-footer .a-button-plus, .g-footer .a-faq-button, .g-footer .a-button-save {
            width: 100%;
            flex: 1
        }

        .g-footer .l-bunch > *:last-child, .g-footer .b-modal-header > *:last-child {
            flex: auto
        }
}

.g-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.g-main-header {
    min-height: 115px;
    padding-right: 345px;
    padding-top: 23px;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: sticky;
    top: 0;
    z-index: 150;
    background: white;
    width: 100%
}

    .g-main-header.to-start {
        justify-content: flex-start
    }

    .g-main-header.is-scrolled {
        box-shadow: 0 0 7px rgba(0,0,0,0.3)
    }

@media (max-width: 767px) {
    .g-main-header {
        position: static;
        min-height: 0;
        padding: 13px 0
    }

        .g-main-header a {
            display: inline-block;
            display: inline-flex
        }

        .g-main-header:empty {
            padding: 8px 0
        }

        .g-main-header .l-bunch, .g-main-header .b-modal-header {
            flex-direction: column;
            align-items: flex-start
        }
}

.g-main > :last-child {
    margin-bottom: 0 !important
}

@media (max-width: 767px) {
    .g-main {
        padding-top: 0
    }
}

.g-bar {
    background: #f2f2f7;
    width: 98px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 160;
    box-shadow: 0 0 7px rgba(0,0,0,0.3)
}

@media (max-width: 767px) {
    .g-bar {
        box-shadow: none;
        bottom: auto;
        left: auto;
        right: 0;
        z-index: 200
    }

    .g-bar-footer {
        display: none
    }
}

.g-menu {
    position: fixed;
    z-index: 200;
    top: 0;
    left: -380px;
    bottom: 0;
    width: 371px;
    max-width: 371px;
    background-color: #f2f2f7;
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    transition-duration: 0.16s
}

@media (max-width: 767px) {
    .g-menu {
        left: -101vw;
        width: 100%;
        max-width: none
    }
}

.g-menu.is-active, .c-message.is-full .g-menu.a-button-wide.is-more, .c-message.is-full .g-menu.is-more.a-button-phone, .c-message.is-full .g-menu.is-more.a-button-account, .c-message.is-full .g-menu.is-more.a-button-account-filled, .c-message.is-full .g-menu.is-more.a-button-lock, .c-message.is-full .g-menu.is-more.a-button-edit, .c-message.is-full .g-menu.is-more.a-button-file, .c-message.is-full .g-menu.is-more.a-button-download, .c-message.is-full .g-menu.is-more.a-button-plus, .c-message.is-full .g-menu.is-more.a-faq-button, .c-message.is-full .g-menu.is-more.a-button-save {
    left: 0
}

.g-logo {
    display: block
}

    .g-logo img {
        width: 189px
    }

@media (max-width: 767px) {
    .g-logo img {
        width: 210px
    }
}

@media (max-width: 400px) {
    .g-logo img {
        width: 190px
    }
}

@media (max-width: 320px) {
    .g-logo img {
        width: 140px
    }
}

.g-modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 600;
    background: rgba(80,82,146,0.85)
}

.g-bar-hidden .g-bar, .g-bar-hidden .g-menu {
    display: none
}

.g-bar-hidden .g-site {
    padding-left: 0
}

.g-form {
    display: flex;
    flex-direction: column;
    height: 100vh
}

.g-form-body {
    flex: 1;
    overflow: hidden
}

    .g-form-body > * {
        height: 100%
    }

    .g-form-body .a-step-container .a-step {
        height: 100%;
        padding: 10px 30px 0
    }

        .g-form-body .a-step-container .a-step > * {
            padding-bottom: 65px;
            position: relative
        }

            .g-form-body .a-step-container .a-step > *::-webkit-scrollbar-track {
                margin: 16px 0 32px
            }

@media (max-width: 767px) {
    .g-form-body .a-step-container .a-step > * {
        padding-bottom: 36px
    }
}

.g-form-body .a-step-container .a-step::before {
    right: 48px
}

@media (max-width: 991px) {
    .g-form-body .a-step-container .a-step::before {
        right: 32px
    }
}

.g-form-body .a-step-container.is-active, .g-form-body .c-message.is-full .a-step-container.a-button-wide.is-more, .c-message.is-full .g-form-body .a-step-container.a-button-wide.is-more, .g-form-body .c-message.is-full .a-step-container.is-more.a-button-phone, .c-message.is-full .g-form-body .a-step-container.is-more.a-button-phone, .g-form-body .c-message.is-full .a-step-container.is-more.a-button-account, .c-message.is-full .g-form-body .a-step-container.is-more.a-button-account, .g-form-body .c-message.is-full .a-step-container.is-more.a-button-account-filled, .c-message.is-full .g-form-body .a-step-container.is-more.a-button-account-filled, .g-form-body .c-message.is-full .a-step-container.is-more.a-button-lock, .c-message.is-full .g-form-body .a-step-container.is-more.a-button-lock, .g-form-body .c-message.is-full .a-step-container.is-more.a-button-edit, .c-message.is-full .g-form-body .a-step-container.is-more.a-button-edit, .g-form-body .c-message.is-full .a-step-container.is-more.a-button-file, .c-message.is-full .g-form-body .a-step-container.is-more.a-button-file, .g-form-body .c-message.is-full .a-step-container.is-more.a-button-download, .c-message.is-full .g-form-body .a-step-container.is-more.a-button-download, .g-form-body .c-message.is-full .a-step-container.is-more.a-button-plus, .c-message.is-full .g-form-body .a-step-container.is-more.a-button-plus, .g-form-body .c-message.is-full .a-step-container.is-more.a-faq-button, .c-message.is-full .g-form-body .a-step-container.is-more.a-faq-button, .g-form-body .c-message.is-full .a-step-container.is-more.a-button-save, .c-message.is-full .g-form-body .a-step-container.is-more.a-button-save {
    height: 100%
}

@media (max-width: 767px) {
    .g-form-body .a-step-container.is-active .a-step > *, .g-form-body .c-message.is-full .a-step-container.a-button-wide.is-more .a-step > *, .c-message.is-full .g-form-body .a-step-container.a-button-wide.is-more .a-step > *, .g-form-body .c-message.is-full .a-step-container.is-more.a-button-phone .a-step > *, .c-message.is-full .g-form-body .a-step-container.is-more.a-button-phone .a-step > *, .g-form-body .c-message.is-full .a-step-container.is-more.a-button-account .a-step > *, .c-message.is-full .g-form-body .a-step-container.is-more.a-button-account .a-step > *, .g-form-body .c-message.is-full .a-step-container.is-more.a-button-account-filled .a-step > *, .c-message.is-full .g-form-body .a-step-container.is-more.a-button-account-filled .a-step > *, .g-form-body .c-message.is-full .a-step-container.is-more.a-button-lock .a-step > *, .c-message.is-full .g-form-body .a-step-container.is-more.a-button-lock .a-step > *, .g-form-body .c-message.is-full .a-step-container.is-more.a-button-edit .a-step > *, .c-message.is-full .g-form-body .a-step-container.is-more.a-button-edit .a-step > *, .g-form-body .c-message.is-full .a-step-container.is-more.a-button-file .a-step > *, .c-message.is-full .g-form-body .a-step-container.is-more.a-button-file .a-step > *, .g-form-body .c-message.is-full .a-step-container.is-more.a-button-download .a-step > *, .c-message.is-full .g-form-body .a-step-container.is-more.a-button-download .a-step > *, .g-form-body .c-message.is-full .a-step-container.is-more.a-button-plus .a-step > *, .c-message.is-full .g-form-body .a-step-container.is-more.a-button-plus .a-step > *, .g-form-body .c-message.is-full .a-step-container.is-more.a-faq-button .a-step > *, .c-message.is-full .g-form-body .a-step-container.is-more.a-faq-button .a-step > *, .g-form-body .c-message.is-full .a-step-container.is-more.a-button-save .a-step > *, .c-message.is-full .g-form-body .a-step-container.is-more.a-button-save .a-step > * {
        padding-bottom: 33px
    }
}

.g-form-body .a-step-container.is-prev + .is-active, .g-form-body .c-message.is-full .a-step-container.is-prev + .a-button-wide.is-more, .c-message.is-full .g-form-body .a-step-container.is-prev + .a-button-wide.is-more, .g-form-body .c-message.is-full .a-step-container.is-prev + .is-more.a-button-phone, .c-message.is-full .g-form-body .a-step-container.is-prev + .is-more.a-button-phone, .g-form-body .c-message.is-full .a-step-container.is-prev + .is-more.a-button-account, .c-message.is-full .g-form-body .a-step-container.is-prev + .is-more.a-button-account, .g-form-body .c-message.is-full .a-step-container.is-prev + .is-more.a-button-account-filled, .c-message.is-full .g-form-body .a-step-container.is-prev + .is-more.a-button-account-filled, .g-form-body .c-message.is-full .a-step-container.is-prev + .is-more.a-button-lock, .c-message.is-full .g-form-body .a-step-container.is-prev + .is-more.a-button-lock, .g-form-body .c-message.is-full .a-step-container.is-prev + .is-more.a-button-edit, .c-message.is-full .g-form-body .a-step-container.is-prev + .is-more.a-button-edit, .g-form-body .c-message.is-full .a-step-container.is-prev + .is-more.a-button-file, .c-message.is-full .g-form-body .a-step-container.is-prev + .is-more.a-button-file, .g-form-body .c-message.is-full .a-step-container.is-prev + .is-more.a-button-download, .c-message.is-full .g-form-body .a-step-container.is-prev + .is-more.a-button-download, .g-form-body .c-message.is-full .a-step-container.is-prev + .is-more.a-button-plus, .c-message.is-full .g-form-body .a-step-container.is-prev + .is-more.a-button-plus, .g-form-body .c-message.is-full .a-step-container.is-prev + .is-more.a-faq-button, .c-message.is-full .g-form-body .a-step-container.is-prev + .is-more.a-faq-button, .g-form-body .c-message.is-full .a-step-container.is-prev + .is-more.a-button-save, .c-message.is-full .g-form-body .a-step-container.is-prev + .is-more.a-button-save {
    height: calc(100% - 39px)
}

@media (max-width: 767px) {
    .g-form-body .a-step-container.is-prev + .is-active, .g-form-body .c-message.is-full .a-step-container.is-prev + .a-button-wide.is-more, .c-message.is-full .g-form-body .a-step-container.is-prev + .a-button-wide.is-more, .g-form-body .c-message.is-full .a-step-container.is-prev + .is-more.a-button-phone, .c-message.is-full .g-form-body .a-step-container.is-prev + .is-more.a-button-phone, .g-form-body .c-message.is-full .a-step-container.is-prev + .is-more.a-button-account, .c-message.is-full .g-form-body .a-step-container.is-prev + .is-more.a-button-account, .g-form-body .c-message.is-full .a-step-container.is-prev + .is-more.a-button-account-filled, .c-message.is-full .g-form-body .a-step-container.is-prev + .is-more.a-button-account-filled, .g-form-body .c-message.is-full .a-step-container.is-prev + .is-more.a-button-lock, .c-message.is-full .g-form-body .a-step-container.is-prev + .is-more.a-button-lock, .g-form-body .c-message.is-full .a-step-container.is-prev + .is-more.a-button-edit, .c-message.is-full .g-form-body .a-step-container.is-prev + .is-more.a-button-edit, .g-form-body .c-message.is-full .a-step-container.is-prev + .is-more.a-button-file, .c-message.is-full .g-form-body .a-step-container.is-prev + .is-more.a-button-file, .g-form-body .c-message.is-full .a-step-container.is-prev + .is-more.a-button-download, .c-message.is-full .g-form-body .a-step-container.is-prev + .is-more.a-button-download, .g-form-body .c-message.is-full .a-step-container.is-prev + .is-more.a-button-plus, .c-message.is-full .g-form-body .a-step-container.is-prev + .is-more.a-button-plus, .g-form-body .c-message.is-full .a-step-container.is-prev + .is-more.a-faq-button, .c-message.is-full .g-form-body .a-step-container.is-prev + .is-more.a-faq-button, .g-form-body .c-message.is-full .a-step-container.is-prev + .is-more.a-button-save, .c-message.is-full .g-form-body .a-step-container.is-prev + .is-more.a-button-save {
        height: calc(100% - 36px)
    }
}

@media (max-width: 991px) {
    .g-form-body .a-step-container .a-step {
        padding: 20px;
        padding-left: 0;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .g-form-body .a-step-container .a-step {
        padding: 6px;
        padding-left: 0;
        padding-bottom: 10px;
    }

        .g-form-body .a-step-container .a-step > *::-webkit-scrollbar-track {
            margin: 3px 0 9px
        }

        .g-form-body .a-step-container .a-step::before {
            right: 13px
        }
}

@media (max-width: 767px) {
    .g-form-footer {
        padding: 13px 0 !important
    }

        .g-form-footer .a-button, .g-form-footer .a-button-error, .g-form-footer .a-button-wide, .g-form-footer .a-button-phone, .g-form-footer .a-button-account, .g-form-footer .a-button-account-filled, .g-form-footer .a-button-lock, .g-form-footer .a-button-edit, .g-form-footer .a-button-file, .g-form-footer .a-button-download, .g-form-footer .a-button-plus, .g-form-footer .a-faq-button, .g-form-footer .a-button-save, .g-form-footer .a-button-new, .g-form-footer .a-button-comp, .g-form-footer .a-button-delete, .g-form-footer .g-form-skip, .g-form-footer .a-button-login, .g-form-footer .a-button-login-outlined, .g-form-footer .a-button-next, .g-form-footer .a-button-back, .g-form-footer .a-button-back-outlined, .g-form-footer .a-input-file.has-file label button, .a-input-file.has-file label .g-form-footer button, .g-form-footer .g-form-prev, .g-form-footer .g-form-next {
            width: 100%;
            max-width: none;
            min-height: 48px
        }
}

.g-form-message {
    text-align: center;
    font-size: 24px;
    line-height: 1.3
}

@media (max-width: 767px) {
    .g-form-message {
        font-size: 18px
    }
}

.g-form-info {
    padding: 31px 23px;
    border-radius: 5px;
    border: 2px solid #ad0000;
    text-align: center;
    font-size: 24px;
    color: #ad0000;
    line-height: 1.3;
    font-style: italic
}

@media (max-width: 767px) {
    .g-form-info {
        font-size: 18px;
        padding: 20px 18px
    }
}

.g-form-actions {
    justify-content: flex-end
}

    .g-form-actions > * {
        flex: 0 0 auto !important;
        flex: 1 !important;
        display: flex;
        justify-content: center
    }

        .g-form-actions > * [class^="a-button"] {
            flex: 1
        }

        .g-form-actions > *.is-visible-phone {
            display: none
        }

@media (max-width: 767px) {
    .g-form-actions > * {
        flex: 1 !important
    }

        .g-form-actions > *.is-visible-phone {
            display: flex
        }

        .g-form-actions > *:not(.mr-a) {
            width: 108px
        }
}

@media (max-width: 400px) {
    .g-form-actions > *:not(:first-child) {
        flex: 2 !important
    }
}

.g-form.has-error .g-form-footer {
    position: relative
}

    .g-form.has-error .g-form-footer::before {
        position: absolute;
        content: attr(data-error);
        text-align: center;
        bottom: 100%;
        left: 0;
        right: 0;
        pointer-events: none;
        font-size: 18px;
        line-height: 1;
        padding: 8px;
        color: #ad0000;
        height: 34px;
        z-index: 10;
        background: white
    }

@media (max-width: 767px) {
    .g-form.has-error .g-form-footer::before {
        height: 27px;
        padding: 4px
    }
}

@media (max-width: 400px) {
    .g-form.has-error .g-form-footer::before {
        font-size: 16px;
        height: 26px;
        padding: 4px
    }
}

.g-form-current {
    font-weight: 700;
    margin-right: 4px
}

.g-form-total {
    font-weight: 300;
    margin-left: 4px
}

.g-form-submit {
    display: none
}

.g-form-actions .mr-a {
    font-size: 22px
}

@supports (-webkit-touch-callout: none) {
    .g-form {
        height: -webkit-fill-available
    }
}

@media (max-width: 767px) {
    body.page-form-thanks .g-header {
        left: 0;
        right: auto
    }
}

@media (max-width: 767px) and (max-height: 420px) {
    .g-logo img {
        width: 129px !important
    }

    .m-bar-button {
        height: 82px !important
    }

    .m-menu-footer {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

        .m-menu-footer .v-gap-s > * + * {
            margin: 0;
            margin-top: 6px
        }
}

.m-menu {
    display: flex;
    flex-direction: column;
    height: 100%
}

.m-menu-header {
    display: flex;
    justify-content: space-between
}

    .m-menu-header .g-logo {
        margin: 20px 40px
    }

@media (max-width: 400px) {
    .m-menu-header .g-logo {
        margin: 20px 30px
    }
}

@media (max-width: 320px) {
    .m-menu-header .g-logo {
        margin: 20px
    }
}

.m-menu-body {
    flex: 1;
    padding: 60px 32px 0;
    overflow-y: scroll
}

    .m-menu-body > :last-child::after {
        content: "";
        min-height: 49px
    }

@media (max-width: 767px) {
    .m-menu-body {
        padding: 20px 39px 49px
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .m-menu-body [class^="a-button"] {
        max-width: 100%
    }
}

@media (max-width: 400px) {
    .m-menu-body {
        padding: 20px 30px 49px
    }
}

@media (max-width: 320px) {
    .m-menu-body {
        padding: 20px 20px 39px
    }
}

.m-menu-footer {
    margin-top: auto;
    background-color: white;
    padding: 20px 32px
}

    .m-menu-footer h2 {
        margin-bottom: 3px
    }

.m-comps-title {
    font-weight: 300;
    margin-bottom: 12px
}

.m-comps.theme-1 .m-comps-list {
    background-color: #bcbcdc;
    padding: 32px 0
}

.m-comps.theme-1l .m-comps-list {
    padding: 76px 0;
    background-color: #f2f2f7
}

@media (max-width: 767px) {
    .m-comps.theme-1l .m-comps-list {
        padding: 46px 0
    }
}

.m-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 25px
}

.m-center {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1
}

.m-center-body {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 0
}

@media (max-width: 767px) {
    .m-center-body {
        padding: 25px 0
    }
}

.m-center-footer {
    background-color: #f2f2f7;
    padding: 87px 0;
    margin-top: auto
}

@media (max-width: 767px) {
    .m-center-footer {
        padding: 31px 0
    }
}

.m-full {
    text-align: center;
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.m-full-top {
    display: flex;
    flex-direction: column;
    font-size: 60px;
    line-height: 1.41em;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .m-full {
        padding: 0 20px
    }

    .m-full-top {
        font-size: 48px
    }
}

@media (max-width: 320px) {
    .m-full-top {
        font-size: 36px
    }
}

.m-breadcrumbs {
    font-weight: 400;
    color: #000
}

    .m-breadcrumbs a {
        text-decoration: none;
        font-weight: 300
    }

.m-top {
    margin-bottom: 28px
}

@media (max-width: 767px) {
    .m-case .h-fill {
        height: auto
    }
}

.m-table {
    background: #f2f2f7;
    padding: 18px 0
}

.m-notice {
    text-align: center;
    font-size: 26px;
    line-height: 1.52;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 30px 0 65px
}

.m-notice-body {
    margin: auto 0;
    padding: 0 20px
}

.m-notice-footer {
    padding: 0 20px
}

@media (max-width: 767px) {
    .m-sub-title:not(:first-child) {
        border-top: 1px solid #595959;
        padding-top: 34px
    }

    .m-sub-header {
        text-align: center
    }
}

.a-step {
    display: none
}

.a-step-trigger {
    margin: 0 auto;
    font-weight: 300;
    font-size: 18px
}

.a-step-trigger-bar {
    display: none;
    cursor: pointer;
    position: sticky;
    top: 0
}

.a-step-container.is-active-first .a-step {
    display: block
}

.a-step-container.is-prev .a-step-trigger-bar {
    display: block
}

#step-summary .a-step-title {
    font-size: 29px
}

.m-thanks p {
    font-size: 20px
}

@media (max-width: 550px) {
    .wide-buttons > * {
        width: 100%
    }

    .wide-buttons [class^="a-button"] {
        width: 100%;
        max-width: none
    }
}

.type-content ul, .c-message-body ul, .type-content ol, .c-message-body ol {
    padding-left: 1.6em
}

    .type-content ul li + li, .c-message-body ul li + li, .type-content ol li + li, .c-message-body ol li + li {
        margin-top: 0.4rem
    }

.info-link:empty::before {
    margin-right: 0
}

.vpad-s {
    padding: 15px 0
}

@media (max-width: 767px) {
    .vpad-s {
        padding: 10px 0
    }
}

.vpad {
    padding: 37px 0
}

@media (max-width: 767px) {
    .vpad {
        padding: 20px 0
    }
}

.vpad-m {
    padding: 51px 0
}

@media (max-width: 767px) {
    .vpad-m {
        padding: 36px 0
    }
}

.t-reg {
    font-weight: 400
}

.keep-sticky {
    position: sticky;
    top: 115px;
    background: white;
    z-index: 50
}

@media (max-width: 767px) {
    .keep-sticky {
        top: 100px
    }
}

.messages-cta {
    display: none
}

    .messages-cta.is-active, .c-message.is-full .messages-cta.a-button-wide.is-more, .c-message.is-full .messages-cta.is-more.a-button-phone, .c-message.is-full .messages-cta.is-more.a-button-account, .c-message.is-full .messages-cta.is-more.a-button-account-filled, .c-message.is-full .messages-cta.is-more.a-button-lock, .c-message.is-full .messages-cta.is-more.a-button-edit, .c-message.is-full .messages-cta.is-more.a-button-file, .c-message.is-full .messages-cta.is-more.a-button-download, .c-message.is-full .messages-cta.is-more.a-button-plus, .c-message.is-full .messages-cta.is-more.a-faq-button, .c-message.is-full .messages-cta.is-more.a-button-save {
        display: block
    }

@media (min-width: 768px) {
    .messages-cta {
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .b-case-buttons {
        background: transparent;
        padding: 0
    }

        .b-case-buttons .a-button-comp, .b-case-buttons .a-button-delete, .b-case-buttons .g-form-skip {
            min-height: 96px
        }
}

.c-box {
    border: 1px solid #ad0000;
    color: #ad0000;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-weight: 300;
    padding: 15px;
    min-height: 158px
}

.c-box-body {
    padding: 15px 0;
    margin: auto
}

.c-area {
    background: white;
    padding: 9px;
    border: 1px solid #505292;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    flex: 1
}

    .c-area textarea {
        border: 0;
        flex: 1;
        height: 100%
    }

textarea::-webkit-scrollbar {
    width: 5px
}

textarea::-webkit-scrollbar-track {
    background-color: #f2f2f7;
    border-radius: 5px
}

textarea::-webkit-scrollbar-thumb {
    background-color: #505292;
    border-radius: 5px
}

.add-file {
    -webkit-appearance: none;
    text-decoration: underline;
    color: #505292;
    font-size: 20px;
    font-weight: 400;
    font-family: inherit;
    display: inline-flex;
    align-items: center
}

    .add-file::before {
        content: "";
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 20px;
        height: 21px;
        margin-right: 7px;
        background-image: url(assets/img/attachment-2.svg)
    }

.a-icon {
    display: inline-block;
    height: 21px;
    max-width: 30px
}

    .a-icon img {
        display: block;
        width: 100%
    }

.a-button-comp.is-up::after, .is-up.a-button-delete::after, .is-up.g-form-skip::after {
    transform: rotate(-90deg) !important
}

.a-button-comp.is-send::after, .is-send.a-button-delete::after, .is-send.g-form-skip::after {
    background-image: url(assets/img/mail.svg) !important;
    width: 20px;
    height: 20px;
    right: 13px
}

.a-button-comp.is-plus, .is-plus.a-button-delete, .is-plus.g-form-skip {
    max-width: 296px
}

    .a-button-comp.is-plus::after, .is-plus.a-button-delete::after, .is-plus.g-form-skip::after {
        background-image: url(assets/img/plus-simple.svg) !important;
        width: 20px;
        height: 20px;
        right: 13px
    }

@media (max-width: 767px) {
    .a-button-comp.is-plus, .is-plus.a-button-delete, .is-plus.g-form-skip {
        max-width: 100%
    }
}

.c-message {
    border: 1px solid #a2a1a1;
    border-radius: 5px;
    padding: 35px 55px
}

    .c-message > * + * {
        margin-top: 27px
    }

    .c-message.type-2 {
        background: #f2f2f7;
        border-color: transparent
    }

.c-message-header > * + * {
    margin-top: 12px
}

.c-message-body {
    font-size: 20px;
    line-height: 1.35
}

    .c-message-body em {
        font-weight: 300
    }

    .c-message-body strong {
        font-weight: 500
    }

    .c-message-body hr {
        margin: 31px 0
    }

@media (max-width: 767px) {
    .c-message-body hr {
        margin: 26px 0
    }
}

/*.c-message:not(.is-full):not(.no-trim) .c-message-body {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 60px
}*/

@media (max-width: 767px) {
/*    .c-message:not(.is-full):not(.no-trim) .c-message-body {
        max-height: 80px;
        -webkit-line-clamp: 3
    }*/
    .c-message-body {
        font-size: 16px;
    }
}

.c-message.no-trim .c-message-footer {
    display: none
}

.c-message-from {
    display: flex;
    flex-direction: column
}

.c-message-date {
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    font-size: 16px
}

    .c-message-date::after {
        content: "";
        width: 20px;
        height: 21px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 15px;
        background-image: url(assets/img/attachment.svg);
        display: none
    }

.c-message-from {
    font-size: 18px
}

    .c-message-from > span {
        font-weight: 300
    }

    .c-message-from > strong {
        font-weight: 400
    }

        .c-message-from > strong em {
            font-weight: 300
        }

.c-message.has-attachment .c-message-date::after {
    display: block
}

@media (max-width: 767px) {
    .c-message {
        padding: 12px 18px
    }
}

.a-button-wide.is-more, .is-more.a-button-phone, .is-more.a-button-account, .is-more.a-button-account-filled, .is-more.a-button-lock, .is-more.a-button-edit, .is-more.a-button-file, .is-more.a-button-download, .is-more.a-button-plus, .is-more.a-faq-button, .is-more.a-button-save {
    width: 100%;
    max-width: 100%
}

    .a-button-wide.is-more::after, .is-more.a-button-phone::after, .is-more.a-button-account::after, .is-more.a-button-account-filled::after, .is-more.a-button-lock::after, .is-more.a-button-edit::after, .is-more.a-button-file::after, .is-more.a-button-download::after, .is-more.a-button-plus::after, .is-more.a-faq-button::after, .is-more.a-button-save::after {
        transform: rotate(90deg) !important;
        transition-duration: 0.15s
    }

    .a-button-wide.is-more.is-active::after, .is-more.is-active.a-button-phone::after, .is-more.is-active.a-button-account::after, .is-more.is-active.a-button-account-filled::after, .is-more.is-active.a-button-lock::after, .is-more.is-active.a-button-edit::after, .is-more.is-active.a-button-file::after, .is-more.is-active.a-button-download::after, .is-more.is-active.a-button-plus::after, .is-more.is-active.a-faq-button::after, .is-more.is-active.a-button-save::after, .c-message.is-full .a-button-wide.is-more::after, .c-message.is-full .is-more.a-button-phone::after, .c-message.is-full .is-more.a-button-account::after, .c-message.is-full .is-more.a-button-account-filled::after, .c-message.is-full .is-more.a-button-lock::after, .c-message.is-full .is-more.a-button-edit::after, .c-message.is-full .is-more.a-button-file::after, .c-message.is-full .is-more.a-button-download::after, .c-message.is-full .is-more.a-button-plus::after, .c-message.is-full .is-more.a-faq-button::after, .c-message.is-full .is-more.a-button-save::after {
        transform: rotate(-90deg) !important
    }

.if-is-active {
    display: none
}

.is-active .if-is-active, .c-message.is-full .a-button-wide.is-more .if-is-active, .c-message.is-full .is-more.a-button-phone .if-is-active, .c-message.is-full .is-more.a-button-account .if-is-active, .c-message.is-full .is-more.a-button-account-filled .if-is-active, .c-message.is-full .is-more.a-button-lock .if-is-active, .c-message.is-full .is-more.a-button-edit .if-is-active, .c-message.is-full .is-more.a-button-file .if-is-active, .c-message.is-full .is-more.a-button-download .if-is-active, .c-message.is-full .is-more.a-button-plus .if-is-active, .c-message.is-full .is-more.a-faq-button .if-is-active, .c-message.is-full .is-more.a-button-save .if-is-active {
    display: block
}

.is-active .if-not-active, .c-message.is-full .a-button-wide.is-more .if-not-active, .c-message.is-full .is-more.a-button-phone .if-not-active, .c-message.is-full .is-more.a-button-account .if-not-active, .c-message.is-full .is-more.a-button-account-filled .if-not-active, .c-message.is-full .is-more.a-button-lock .if-not-active, .c-message.is-full .is-more.a-button-edit .if-not-active, .c-message.is-full .is-more.a-button-file .if-not-active, .c-message.is-full .is-more.a-button-download .if-not-active, .c-message.is-full .is-more.a-button-plus .if-not-active, .c-message.is-full .is-more.a-faq-button .if-not-active, .c-message.is-full .is-more.a-button-save .if-not-active {
    display: none
}

.c-file {
    border: 1px solid #505292;
    border-radius: 5px;
    padding: 8px 10px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    font-size: 20px
}

    .c-file > * + * {
        margin-top: 5px
    }

.c-file-link {
    display: inline-flex;
    align-items: center;
    text-decoration: underline;
    color: #505292;
    font-size: 18px
}

    .c-file-link::after {
        content: "";
        margin-left: 10px;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        flex: 0 0 auto;
        width: 20px;
        height: 20px;
        background-image: url(assets/img/download-2.svg)
    }

.t-icon {
    display: flex;
    align-items: center;
    font-weight: 300
}

    .t-icon::before {
        content: "";
        margin-right: 10px;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        flex: 0 0 auto;
        width: 20px;
        height: 21px
    }

    .t-icon.icon-1::before {
        background-image: url(assets/img/attachment.svg)
    }

.u-anchor {
    position: relative;
    top: -115px
}

@media (max-width: 767px) {
    .u-anchor {
        top: -100px
    }
}

.t-thin {
    font-weight: 300
}

.b-modal {
    background-color: #f2f2f7
}

    .b-modal.size-l, .b-modal.a-button-wide, .b-modal.a-button-phone, .b-modal.a-button-account, .b-modal.a-button-account-filled, .b-modal.a-button-lock, .b-modal.a-button-edit, .b-modal.a-button-file, .b-modal.a-button-download, .b-modal.a-button-plus, .b-modal.a-faq-button, .b-modal.a-button-save, .b-modal.a-button-new, .b-modal.a-button-next, .b-modal.a-button-back, .b-modal.a-button-back-outlined {
        position: relative;
        max-width: 1075px;
        height: 100%
    }

@media (min-width: 768px) {
    .b-modal.size-l, .b-modal.a-button-wide, .b-modal.a-button-phone, .b-modal.a-button-account, .b-modal.a-button-account-filled, .b-modal.a-button-lock, .b-modal.a-button-edit, .b-modal.a-button-file, .b-modal.a-button-download, .b-modal.a-button-plus, .b-modal.a-faq-button, .b-modal.a-button-save, .b-modal.a-button-new, .b-modal.a-button-next, .b-modal.a-button-back, .b-modal.a-button-back-outlined {
        padding: 54px 77px;
        max-height: 710px
    }

        .b-modal.size-l .f-close-modal, .b-modal.a-button-wide .f-close-modal, .b-modal.a-button-phone .f-close-modal, .b-modal.a-button-account .f-close-modal, .b-modal.a-button-account-filled .f-close-modal, .b-modal.a-button-lock .f-close-modal, .b-modal.a-button-edit .f-close-modal, .b-modal.a-button-file .f-close-modal, .b-modal.a-button-download .f-close-modal, .b-modal.a-button-plus .f-close-modal, .b-modal.a-faq-button .f-close-modal, .b-modal.a-button-save .f-close-modal, .b-modal.a-button-new .f-close-modal, .b-modal.a-button-next .f-close-modal, .b-modal.a-button-back .f-close-modal, .b-modal.a-button-back-outlined .f-close-modal {
            position: absolute;
            top: 21px;
            right: 21px
        }

        .b-modal.size-l .b-modal-header > :first-child, .b-modal.a-button-wide .b-modal-header > :first-child, .b-modal.a-button-phone .b-modal-header > :first-child, .b-modal.a-button-account .b-modal-header > :first-child, .b-modal.a-button-account-filled .b-modal-header > :first-child, .b-modal.a-button-lock .b-modal-header > :first-child, .b-modal.a-button-edit .b-modal-header > :first-child, .b-modal.a-button-file .b-modal-header > :first-child, .b-modal.a-button-download .b-modal-header > :first-child, .b-modal.a-button-plus .b-modal-header > :first-child, .b-modal.a-faq-button .b-modal-header > :first-child, .b-modal.a-button-save .b-modal-header > :first-child, .b-modal.a-button-new .b-modal-header > :first-child, .b-modal.a-button-next .b-modal-header > :first-child, .b-modal.a-button-back .b-modal-header > :first-child, .b-modal.a-button-back-outlined .b-modal-header > :first-child {
            /*display: none*/
        }
}

.b-modal.size-l .a-button-comp, .b-modal.a-button-wide .a-button-comp, .b-modal.a-button-phone .a-button-comp, .b-modal.a-button-account .a-button-comp, .b-modal.a-button-account-filled .a-button-comp, .b-modal.a-button-lock .a-button-comp, .b-modal.a-button-edit .a-button-comp, .b-modal.a-button-file .a-button-comp, .b-modal.a-button-download .a-button-comp, .b-modal.a-button-plus .a-button-comp, .b-modal.a-faq-button .a-button-comp, .b-modal.a-button-save .a-button-comp, .b-modal.a-button-new .a-button-comp, .b-modal.a-button-next .a-button-comp, .b-modal.a-button-back .a-button-comp, .b-modal.a-button-back-outlined .a-button-comp, .b-modal.size-l .a-button-delete, .b-modal.a-button-wide .a-button-delete, .b-modal.a-button-phone .a-button-delete, .b-modal.a-button-account .a-button-delete, .b-modal.a-button-account-filled .a-button-delete, .b-modal.a-button-lock .a-button-delete, .b-modal.a-button-edit .a-button-delete, .b-modal.a-button-file .a-button-delete, .b-modal.a-button-download .a-button-delete, .b-modal.a-button-plus .a-button-delete, .b-modal.a-faq-button .a-button-delete, .b-modal.a-button-save .a-button-delete, .b-modal.a-button-new .a-button-delete, .b-modal.a-button-next .a-button-delete, .b-modal.a-button-back .a-button-delete, .b-modal.a-button-back-outlined .a-button-delete, .b-modal.size-l .g-form-skip, .b-modal.a-button-wide .g-form-skip, .b-modal.a-button-phone .g-form-skip, .b-modal.a-button-account .g-form-skip, .b-modal.a-button-account-filled .g-form-skip, .b-modal.a-button-lock .g-form-skip, .b-modal.a-button-edit .g-form-skip, .b-modal.a-button-file .g-form-skip, .b-modal.a-button-download .g-form-skip, .b-modal.a-button-plus .g-form-skip, .b-modal.a-faq-button .g-form-skip, .b-modal.a-button-save .g-form-skip, .b-modal.a-button-new .g-form-skip, .b-modal.a-button-next .g-form-skip, .b-modal.a-button-back .g-form-skip, .b-modal.a-button-back-outlined .g-form-skip {
    max-width: 296px
}

@media (max-width: 767px) {
    .b-modal.size-l .a-button-comp, .b-modal.a-button-wide .a-button-comp, .b-modal.a-button-phone .a-button-comp, .b-modal.a-button-account .a-button-comp, .b-modal.a-button-account-filled .a-button-comp, .b-modal.a-button-lock .a-button-comp, .b-modal.a-button-edit .a-button-comp, .b-modal.a-button-file .a-button-comp, .b-modal.a-button-download .a-button-comp, .b-modal.a-button-plus .a-button-comp, .b-modal.a-faq-button .a-button-comp, .b-modal.a-button-save .a-button-comp, .b-modal.a-button-new .a-button-comp, .b-modal.a-button-next .a-button-comp, .b-modal.a-button-back .a-button-comp, .b-modal.a-button-back-outlined .a-button-comp, .b-modal.size-l .a-button-delete, .b-modal.a-button-wide .a-button-delete, .b-modal.a-button-phone .a-button-delete, .b-modal.a-button-account .a-button-delete, .b-modal.a-button-account-filled .a-button-delete, .b-modal.a-button-lock .a-button-delete, .b-modal.a-button-edit .a-button-delete, .b-modal.a-button-file .a-button-delete, .b-modal.a-button-download .a-button-delete, .b-modal.a-button-plus .a-button-delete, .b-modal.a-faq-button .a-button-delete, .b-modal.a-button-save .a-button-delete, .b-modal.a-button-new .a-button-delete, .b-modal.a-button-next .a-button-delete, .b-modal.a-button-back .a-button-delete, .b-modal.a-button-back-outlined .a-button-delete, .b-modal.size-l .g-form-skip, .b-modal.a-button-wide .g-form-skip, .b-modal.a-button-phone .g-form-skip, .b-modal.a-button-account .g-form-skip, .b-modal.a-button-account-filled .g-form-skip, .b-modal.a-button-lock .g-form-skip, .b-modal.a-button-edit .g-form-skip, .b-modal.a-button-file .g-form-skip, .b-modal.a-button-download .g-form-skip, .b-modal.a-button-plus .g-form-skip, .b-modal.a-faq-button .g-form-skip, .b-modal.a-button-save .g-form-skip, .b-modal.a-button-new .g-form-skip, .b-modal.a-button-next .g-form-skip, .b-modal.a-button-back .g-form-skip, .b-modal.a-button-back-outlined .g-form-skip {
        max-width: 100%
    }
}

.b-modal-adapt {
    display: flex;
    flex-direction: column
}

.b-modal-fluid {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto
}

    .b-modal-fluid textarea {
        height: 100%;
        max-height: 100%;
        overflow: hidden
    }

.fill-w {
    width: 100%;
    max-width: 100% !important
}

@media (min-width: 768px) {
    .message-files {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }
}

.c-upload {
    height: 38px;
    border: 1px solid #505292;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-weight: 300;
    padding: 0 10px;
    font-size: 18px;
    line-height: 1
}

    .c-upload > span {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.c-upload-remove {
    display: inline-block;
    width: 15px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex: 0 0 auto;
    margin-right: 12px;
    background-image: url(assets/img/close.svg)
}

.c-upload + * {
    margin-top: 13px
}

.b-modal-adapt {
    display: flex;
    flex-direction: column;
}

.b-modal-fluid {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 190px;
}

    .b-modal-fluid textarea {
        height: 100%;
        max-height: 100%;
        overflow: auto;
    }

.fill-w {
    width: 100%;
    max-width: 100% !important;
}

@media (min-width: 768px) {
    .message-files {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

.c-upload {
    height: 38px;
    border: 1px solid #505292;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-weight: 300;
    padding: 0 10px;
    font-size: 18px;
    line-height: 1;
}

    .c-upload > span {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.c-upload-remove {
    display: inline-block;
    width: 15px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex: 0 0 auto;
    margin-right: 12px;
    background-image: url(assets/img/close.svg);
}

.c-upload + * {
    margin-top: 13px;
}

body.is-locked {
    overflow: hidden;
}

[data-id="message"] .b-modal-header {
    position: absolute;
    right: 20px;
    top: 20px;
}

[data-id="message"] .b-modal-body {
    margin-top: 0;
}