.select-wrapper {
    border-radius: 4px;
    position: relative
}

.select-wrapper:before {
    background-color: #fff;
    border-radius: 0 2px 2px 0;
    bottom: 2px;
    content: "";
    display: block;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 34px
}

.select-wrapper:after {
    border-bottom: 2px solid #4a4a4a;
    border-left: 2px solid #4a4a4a;
    content: "";
    display: block;
    height: 10px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px
}

@media (min-width: 768px) {
    .select-wrapper {
        display: none
    }
}

.form-control.native-select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #4a4a4a;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    height: 44px;
    padding: 10px 36px 10px 12px;
    border-color: #c5c5c5
}

.form-control.native-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #eb297a
}

.form-control.native-select::-ms-expand {
    display: none
}

.has-error .date-picker-input-container, .has-error .date-picker-input-container:focus, .has-error .el-input .el-input__inner--autosuggest, .has-error .el-input .el-input__inner--autosuggest:focus, .has-error .form-control, .has-error .form-control:focus {
    border-color: #f7465d;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-error .control-label, .has-error .control-legend, .has-error .radio-inline {
    color: #f7465d !important
}

.error-text-container {
    z-index: 20
}

@media (min-width: 768px) {
    .error-text-container {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.error-text {
    position: absolute;
    left: 100%;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 6px 10px 6px 30px;
    min-width: 180px;
    display: block;
    background: #f7465d;
    border-radius: 5px;
    z-index: 1
}

@media screen and (-ms-high-contrast: active) {
    .error-text {
        border: 1px solid #fff
    }
}

@media (min-width: 768px) {
    .error-text {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.error-text:before {
    left: -5px;
    margin-top: -5px;
    content: "";
    width: 11px;
    height: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #f7465d
}

.error-text:before, .error-text > img {
    position: absolute;
    top: 50%;
    display: block
}

.error-text > img {
    left: 7px;
    width: 16px;
    height: 16px;
    margin-top: -8px
}

@media (min-width: 768px) {
    .error-text.top-left:before {
        left: 25px;
        right: auto;
        top: 0
    }
}

@media (min-width: 768px) {
    .error-text.top-right:before {
        left: auto;
        right: 25px;
        top: 0
    }
}

@media (min-width: 768px) {
    .error-text.bottom-left:before {
        bottom: -5px;
        left: 25px;
        right: auto;
        top: auto
    }
}

@media (min-width: 768px) {
    .error-text.bottom-right:before {
        bottom: -5px;
        left: auto;
        right: 25px;
        top: auto
    }
}

@media (min-width: 768px) {
    .error-text.top-center:before {
        left: calc(50% - 5px);
        right: auto;
        top: 0
    }
}

@media (min-width: 768px) {
    .error-text.bottom-center:before {
        bottom: -5px;
        left: calc(50% - 5px);
        right: auto;
        top: auto
    }
}

@media (max-width: 767px) {
    .error-text {
        top: 100%;
        left: auto;
        margin-top: 8px
    }

    .error-text:before {
        top: 0;
        left: 50%;
        margin-left: -5px
    }
}

@media (min-width: 768px) {
    .bank-branch-selector .error-text, .fieldset-income-type .form-control--default + .error-text-container .error-text {
        margin-left: 10px
    }
}

.control-label, .control-legend {
    font-family: 'Roboto', sans-serif;
    font-weight: 400
}

.control-label, .control-label-long, .control-legend {
    border: none;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 5px;
    text-transform: uppercase
}

.control-label-info, .control-label-long-info, .control-legend-info {
    color: #767676;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    text-transform: none
}

.inline-label, .inline-label + .info {
    display: inline
}

.form-control--container {
    display: inline-block;
    position: relative
}

.form-control--container .form-control--after-label {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 20px;
    margin: 0 10px
}

.form-control--container input[type=number], .form-control--container input[type=tel] {
    display: inline-block
}

button.form-control, input.form-control {
    -moz-appearance: textfield;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #4a4a4a;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    height: 44px;
    padding: 10px 15px;
    border-color: #c5c5c5
}

button.form-control::-webkit-input-placeholder, input.form-control::-webkit-input-placeholder {
    font: inherit;
    font-style: italic
}

button.form-control::-moz-placeholder, input.form-control::-moz-placeholder {
    font: inherit;
    font-style: italic
}

button.form-control::-ms-input-placeholder, input.form-control::-ms-input-placeholder {
    font: inherit;
    font-style: italic
}

button.form-control::placeholder, input.form-control::placeholder {
    font: inherit;
    font-style: italic
}

button.form-control:focus, input.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #eb297a
}

button.form-control::-ms-clear, button.form-control::-ms-reveal, input.form-control::-ms-clear, input.form-control::-ms-reveal {
    display: none;
    height: 0;
    width: 0
}

button.form-control::-webkit-inner-spin-button, button.form-control::-webkit-outer-spin-button, input.form-control::-webkit-inner-spin-button, input.form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input::-webkit-contacts-auto-fill-button {
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
    visibility: hidden
}

span.form-control {
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #4a4a4a;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    height: 44px;
    padding: 10px 0;
    border-color: transparent;
    background-color: transparent
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=checkbox]:focus + .checkbox-inline, input[type=radio]:focus + .radio-inline {
    outline-offset: 3px;
    outline: 2px solid #333
}

input[type=date].form-control {
    -webkit-appearance: none;
    line-height: 24px
}

@media (min-width: 768px) {
    .form-control--default, span.form-control--default {
        width: 220px
    }
}

.form-control--narrow {
    width: 100%
}

@media (min-width: 768px) {
    .form-control--narrow {
        width: 140px
    }
}

.form-control--small {
    width: 65px
}

.form-control--wide {
    width: 100%
}

input.form-control--phone {
    padding: 10px 15px 10px 45px
}

.form-control--phone-area-code {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 44px;
    margin-left: 15px;
    position: absolute;
    z-index: 1
}

.date-picker-sample {
    color: #767676;
    display: inline-block;
    font: 16px/1.63 sourcesanspro-italic;
    margin: 8px 0 0 10px;
    position: absolute;
    white-space: nowrap
}

@media (max-width: 767px) {
    .date-picker-sample {
        display: block;
        margin: 0;
        position: static
    }
}

label.checkbox-inline, label.radio-inline {
    position: relative;
    padding-left: 32px
}

label.checkbox-inline:after, label.checkbox-inline:before, label.radio-inline:after, label.radio-inline:before {
    position: absolute;
    content: "";
    display: block;
    background-color: transparent
}

label.checkbox-inline:before, label.radio-inline:before {
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #c5c5c5;
    background-color: #fff
}

label.checkbox-inline:after, label.radio-inline:after {
    content: none
}

label.checkbox-inline.radio-inline:before, label.radio-inline.radio-inline:before {
    border-radius: 50%
}

label.checkbox-inline.radio-inline.checked:after, label.radio-inline.radio-inline.checked:after {
    position: absolute;
    content: "";
    display: block;
    top: 4px;
    left: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 7px solid #eb297a;
    background-color: #eb297a
}

label.checkbox-inline.checkbox-inline:before, label.radio-inline.checkbox-inline:before {
    border-radius: 4px
}

label.checkbox-inline.checkbox-inline.checked:after, label.checkbox-inline.checkbox-inline.checked:before, label.radio-inline.checkbox-inline.checked:after, label.radio-inline.checkbox-inline.checked:before {
    position: absolute;
    content: "";
    display: block
}

label.checkbox-inline.checkbox-inline.checked:before, label.radio-inline.checkbox-inline.checked:before {
    border-color: #eb297a;
    background-color: #eb297a
}

label.checkbox-inline.checkbox-inline.checked:after, label.radio-inline.checkbox-inline.checked:after {
    top: 5px;
    left: 3px;
    width: 15px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

input[type=checkbox]:disabled + label.checkbox-inline:before, input[type=checkbox]:disabled + label.radio-inline:before, input[type=radio]:disabled + label.checkbox-inline:before, input[type=radio]:disabled + label.radio-inline:before {
    background-color: #f0f0f0
}

.field-container {
    padding: 0 20px
}

@media (min-width: 960px) {
    .field-container {
        padding: 0 80px
    }
}

.field-container--dropdown {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px
}

.field-container--dropdown .form-row.has-example-text {
    margin-bottom: 0
}

.field-container--dropdown .dropdown-arrow, .form-row--dropdown .dropdown-arrow {
    top: -8px;
    left: calc(50% - 68px);
    border-color: transparent transparent #f0f0f0;
    border-style: solid;
    border-width: 0 8px 8px;
    height: 0;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 0
}

.form-row {
    margin: 0 0 30px
}

@media (min-width: 768px) {
    .form-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 0 40px;
        position: relative
    }
}

.form-row:after, .form-row:before {
    content: "";
    clear: both;
    display: table
}

.form-row-group {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .form-row-group {
        margin-bottom: 40px
    }
}

.form-row--dropdown {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px
}

.form-row--full {
    padding: 0
}

.form-row--light-bg {
    background: #f0f0f0;
    margin: 0 -20px 30px;
    padding: 20px 20px 0
}

@media (min-width: 768px) {
    .form-row--light-bg {
        padding: 0;
        margin: 0
    }
}

.form-row--arrow {
    border-color: transparent transparent #f0f0f0;
    border-style: solid;
    border-width: 0 12px 12px;
    height: 0;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 0;
    margin-top: -30px
}

@media (min-width: 768px) {
    .form-row--arrow {
        margin: -41px 0 0 257px
    }
}

@media (min-width: 960px) {
    .form-row--arrow {
        margin-left: 306px
    }
}

@media (min-width: 1280px) {
    .form-row--arrow {
        margin-left: 386px
    }
}

.form-row--arrow.form-row--arrow-left {
    margin-top: -28px
}

@media (min-width: 768px) {
    .form-row--arrow.form-row--arrow-left {
        margin: -39px 0 0 40px
    }
}

@media (min-width: 960px) {
    .form-row--arrow.form-row--arrow-left {
        margin-left: 80px
    }
}

.field-container--dropdown > .form-row--arrow {
    border-bottom-color: #e3e3e3;
    margin-top: -42px
}

.field-container--dark-bg, .form-row--dark-bg {
    background: #e3e3e3
}

@media (min-width: 768px) {
    .form-row .form-col > .control-label, .form-row .form-col > .control-legend, .form-row .form-col > .date-picker, .form-row .form-col > .el-select, .form-row .form-col > .form-control--container, .form-row .form-col > .phone, .form-row .form-col > .radio-inline, .form-row .form-col > input.form-control {
        display: block;
        -webkit-transform-style: flat;
        transform-style: flat;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width: 767px) {
    .form-row .form-col--date-picker {
        z-index: 2
    }
}

@media (min-width: 768px) {
    .form-row, .form-row-group {
        padding-left: 0;
        padding-right: 0
    }

    .form-row-group .form-col > .bank-account-number-input-container, .form-row-group .form-col > .control-label, .form-row-group .form-col > .control-label-long, .form-row-group .form-col > .control-legend, .form-row-group .form-col > .date-picker, .form-row-group .form-col > .el-select, .form-row-group .form-col > .phone, .form-row-group .form-col > .radio-inline, .form-row-group .form-col > .settlement-selector .el-select, .form-row-group .form-col > .settlement-selector .form-control, .form-row-group .form-col > input.form-control, .form-row .form-col > .bank-account-number-input-container, .form-row .form-col > .control-label, .form-row .form-col > .control-label-long, .form-row .form-col > .control-legend, .form-row .form-col > .date-picker, .form-row .form-col > .el-select, .form-row .form-col > .phone, .form-row .form-col > .radio-inline, .form-row .form-col > .settlement-selector .el-select, .form-row .form-col > .settlement-selector .form-control, .form-row .form-col > input.form-control {
        float: left
    }
}

@media (min-width: 960px) {
    .form-row, .form-row-group {
        padding-left: 80px;
        padding-right: 80px
    }
}

.form-row-group:after, .form-row-group:before, .form-row:after, .form-row:before {
    content: "";
    clear: both;
    display: table
}

@media (min-width: 768px) {
    .form-row-group > .form-col:first-of-type, .form-row > .form-col:first-of-type {
        margin: 0 20px 0 0
    }
}

.form-row-group .form-col > .error-text-container, .form-row .form-col > .error-text-container {
    position: relative
}

@media (min-width: 768px) {
    .form-row-group .form-col > .error-text-container, .form-row .form-col > .error-text-container {
        left: 10px
    }
}

@media (min-width: 768px) {
    .form-row-group .form-col > .error-text-container {
        top: 22px
    }
}

@media (min-width: 768px) {
    .form-row-group .form-col > .control-label, .form-row-group .form-col > .control-legend {
        margin-top: 13px
    }
}

@media (min-width: 768px) {
    .form-row--addon.has-error {
        margin-bottom: 80px
    }
}

.form-row-group--dropdown-before {
    margin: 0 0 10px
}

.form-col {
    padding: 0
}

.form-col > .radio-inline:first-of-type {
    margin: 0 20px 0 0
}

@media (min-width: 768px) {
    .form-col--date-picker .form-control--narrow {
        float: left
    }
}

@media (min-width: 768px) {
    .form-col-group .checkbox-inline, .form-col-group .example-text, .form-col-group .info-text {
        margin-left: calc(33.33333% + 20px)
    }
}

.form-col-group .checkbox-inline {
    color: #767676;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px
}

@media (min-width: 768px) {
    .form-col-group .example-text {
        margin-top: 0
    }
}

@media (min-width: 768px) {
    .form-control--after-label + .form-col-addon {
        margin-left: 5px
    }
}

@media (min-width: 768px) {
    .field-container--dropdown .form-col-group .example-text {
        padding-left: 5px
    }
}

.macc h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    .macc h2 {
        font-size: 30px;
        line-height: 34px;
        padding: 0
    }
}

.macc h3 {
    color: #767676;
    font-size: 20px;
    line-height: 22px
}

@media (min-width: 768px) {
    .macc h3 {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .macc h3 {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .macc .el-collapse {
        margin-bottom: 30px
    }
}

.macc .el-collapse-item .el-collapse-item-content {
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 768px) {
    .macc .el-collapse-item .el-collapse-item-content {
        padding: 30px 30px 0
    }
}

@media (max-width: 767px) {
    .macc .el-collapse-item .el-collapse-item-content {
        padding-top: 20px
    }
}

.macc .el-collapse-item .el-collapse-item-content h5 {
    display: inline-block
}

.macc .el-collapse-item .el-collapse-item-content img {
    display: block;
    height: auto;
    margin: 30px auto 25px;
    max-width: 128px
}

@media (max-width: 767px) {
    .macc .el-collapse-item .el-collapse-item-content img {
        float: none
    }
}

@media (min-width: 768px) {
    .macc .el-collapse-item .el-collapse-item-content img {
        margin: 0 0 10px
    }
}

.macc .el-collapse-item .el-collapse-item-content ol {
    margin-bottom: 8px;
    padding-left: 28px
}

.macc .el-collapse-item .el-collapse-item-content ol > li > ul {
    margin-top: 20px
}

.macc .el-collapse-item .el-collapse-item-content ol > li > ul > li:last-child {
    margin-bottom: 0
}

.macc .el-collapse-item .el-collapse-item-content hr {
    margin-bottom: 20px
}

.macc .el-collapse-item .el-collapse-item-content p {
    clear: both;
    margin-bottom: 21px
}

.macc .el-collapse-item .el-collapse-item-content b, .macc .el-collapse-item .el-collapse-item-content strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 700
}

.macc .el-collapse-item h2 {
    font-size: 30px;
    line-height: 34px
}

.macc .el-collapse-item h3 {
    font-size: 24px;
    line-height: 26px
}

.macc .el-collapse-item-header button span, .macc .el-collapse-item h4 {
    color: #4a4a4a
}

@media (min-width: 768px) {
    .masd + main .macc {
        margin-top: 15px
    }
}

@media (min-width: 960px) {
    .masd + main .macc {
        margin-top: 20px
    }
}

.el-collapse > h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px
}

@media (min-width: 768px) {
    .el-collapse > h3 {
        font-size: 24px
    }
}

.maxs {
    background-color: #e6e6e6;
    margin: 0 -20px 20px;
    padding: 20px;
    text-align: center
}

@media (min-width: 768px) {
    .maxs {
        padding: 40px 0 50px;
        text-align: left;
        margin-left: -30px;
        margin-right: -30px
    }
}

.maxs--last {
    margin-bottom: 0
}

.maxs .maxs__inner-container h2 {
    color: #767676;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px;
    padding-top: 0;
    text-align: center
}

@media (min-width: 768px) {
    .maxs .maxs__inner-container h2 {
        margin: 0 0 30px
    }
}

.maxs .maxs__inner-container h3 {
    font-size: 20px;
    line-height: 22px;
    color: #747474
}

.maxs .maxs__inner-container p.flow-text {
    margin-bottom: 30px
}

.maxs img, .maxs svg {
    text-align: center;
    margin: 0 0 15px
}

@media (min-width: 768px) {
    .maxs img, .maxs svg {
        float: right
    }
}

.maxs p {
    margin: 0 0 30px
}

@media (min-width: 768px) {
    .maxs__box--image-container p {
        max-width: 290px
    }
}

@media (min-width: 1280px) {
    .maxs__box--image-container p {
        max-width: 410px
    }
}

.maxs__inner-container {
    margin: 0 auto
}

@media (min-width: 768px) {
    .maxs__inner-container {
        max-width: 460px
    }
}

@media (min-width: 1280px) {
    .maxs__inner-container {
        max-width: 580px
    }
}

.maxs__box--shadow {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    border-radius: 4px;
    padding: 30px
}

.mamp {
    margin: 0 0 20px;
    max-width: 1440px;
    overflow: hidden;
    padding: 43px 0;
    position: relative;
    text-align: center
}

@media (min-width: 768px) {
    .mamp {
        margin: 0 auto 0 auto;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .mamp {
        padding-bottom: 30px;
        padding-top: 70%
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .mamp {
        padding-top: 200px
    }
}

@media (max-width: 767px) {
    .mamp:after {
        background: -webkit-gradient(linear, left bottom, left top, from(#f0f0f0), color-stop(30%, #f0f0f0), to(hsla(0, 0%, 100%, 0)));
        background: linear-gradient(0deg, #f0f0f0 0, #f0f0f0 30%, hsla(0, 0%, 100%, 0));
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }
}

.mamp .image-container img, .mamp .image-container svg {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

@media (min-width: 768px) {
    .mamp .image-container img, .mamp .image-container svg {
        height: 250px;
        width: auto
    }
}

.mamp .container {
    position: relative;
    z-index: 10
}

.mamp .container.narrow {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .mamp .container.narrow {
        padding-left: 30px;
        padding-right: 30px
    }
}

.mamp h2 {
    color: #636363;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.08;
    margin: 0 0 18px
}

@media (max-width: 767px) {
    .mamp h2 {
        color: #4a4a4a;
        font-family: 'Roboto', sans-serif;
        font-weight: 600
    }
}

.mamp p {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 28px
}

@media (min-width: 768px) and (max-width: 959px) {
    .mamp p {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .av9el .mamp {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .av9el .mamp {
        padding-left: 25px;
        padding-right: 25px;
        margin-left: -80px;
        margin-right: -80px
    }
}

@media (min-width: 960px) {
    .av9el .mamp {
        margin-bottom: 20px;
        margin-left: -80px;
        margin-right: -80px;
        padding-left: 50px;
        padding-right: 50px
    }
}

.av9la .mamp, .av9te .mamp {
    margin-left: -20px;
    margin-right: -20px
}

@media (min-width: 768px) {
    .av9la .mamp, .av9te .mamp {
        margin-left: -25px;
        margin-right: -25px
    }
}

@media (min-width: 960px) {
    .av9la .mamp, .av9te .mamp {
        margin-left: -80px;
        margin-right: -80px;
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (min-width: 768px) {
    .mamp .store-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px -10px 0
    }
}

@media (min-width: 960px) {
    .mamp .store-icons {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.mamp .store-icons img {
    margin: 0 0 20px;
    float: none
}

@media (min-width: 768px) {
    .mamp .store-icons img {
        margin: 0 10px
    }
}

@media screen and (-ms-high-contrast: active) {
    .mamp h2, .mamp p {
        background-color: #000;
        padding: 10px
    }
}

.mbmp {
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .mbmp {
        margin-bottom: 60px
    }
}

.mbmp .mbmp-title, .mbmp > h2 {
    color: #4a4a4a;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.13;
    margin: 0 0 30px;
    padding: 0
}

@media (max-width: 767px) {
    .mbmp .mbmp-title, .mbmp > h2 {
        font-size: 24px;
        line-height: 1.42;
        margin-bottom: 15px
    }
}

.mbmp.gray {
    margin: 0
}

.mbmp .row.table-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 1280px) {
    .mbmp .row.table-row {
        margin-bottom: 32px
    }
}

@media (min-width: 960px) and (max-width: 1279px) {
    .mbmp .row.table-row {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .mbmp .row.table-row {
        margin-bottom: 14px
    }
}

@media (max-width: 767px) {
    .mbmp .row.table-row {
        margin-bottom: 0;
        display: block
    }
}

.mbmp .row.table-row [class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (min-width: 768px) {
    .mbmp .row.table-row [class*=col-] {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.mbmp .row.table-row [class*=col-] > section {
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mbmp .row h2, .mbmp .row h3 {
    color: #747474;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 15px
}

.mbmp .mbmp {
    background: #fff;
    margin-bottom: 0;
    padding: 25px 30px;
    position: relative;
    border-radius: 4px;
    width: 100%
}

.mbmp .mbmp.outer-title {
    margin-top: 37px
}

@media (max-width: 767px) {
    .mbmp .mbmp.outer-title {
        margin-bottom: 20px;
        margin-top: 65px
    }
}

.mbmp .mbmp.outer-title > h2, .mbmp .mbmp.outer-title > h3 {
    color: #747474;
    left: 0;
    position: absolute;
    top: -35px;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%)
}

@media (max-width: 767px) {
    .mbmp .mbmp.outer-title > h2, .mbmp .mbmp.outer-title > h3 {
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.25;
        text-align: left;
        top: auto;
        bottom: 100%;
        margin-bottom: 5px
    }
}

@media (max-width: 767px) {
    .mbmp .mbmp {
        margin-bottom: 45px
    }
}

.mbmp .mbmp img, .mbmp .mbmp svg {
    margin: 0 0 25px
}

@media (min-width: 768px) and (max-width: 959px) {
    .mbmp .mbmp img, .mbmp .mbmp svg {
        display: none
    }
}

@media (min-width: 960px) {
    .mbmp .mbmp img, .mbmp .mbmp svg {
        float: right;
        margin: 0
    }
}

@media (min-width: 960px) {
    .mbmp .mbmp .mbmp-card-content {
        width: 75%
    }
}

.mbmp .mbmp.with-button {
    padding-bottom: 95px
}

.mbmp .mbmp.border {
    border: 1px solid #c5c5c5
}

.mbmp .mbmp.shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
}

@media screen and (-ms-high-contrast: active) {
    .mbmp .mbmp.shadow {
        border: 1px solid #fff
    }
}

@media (max-width: 767px) {
    .mbmp .mbmp .row.table-row, .mbmp .mbmp .row.table-row [class*=col-] {
        display: block
    }
}

.mbmp .mbmp p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    margin: 0
}

.mbmp .mbmp .btn {
    position: absolute;
    bottom: 25px
}

@media (max-width: 767px) {
    .mbmp {
        text-align: center
    }

    .mbmp .mbmp .btn {
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        white-space: nowrap
    }

    .mbmp .mbmp h2, .mbmp .mbmp h3 {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.1;
        margin: 0 0 15px;
        text-align: center
    }

    .mbmp .mbmp.mbmp.no-image h2, .mbmp .mbmp.mbmp.no-image h3, .mbmp .mbmp.mbmp.shadow.no-image p {
        margin-top: 0
    }

    .mbmp > h2 {
        text-align: left
    }
}

.mbmp-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mbmp .mbmp-card > h2 {
    color: #747474;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 16px;
    text-align: left
}

@media (min-width: 768px) {
    .mbmp .mbmp-card > h2 {
        font-size: 20px;
        font-weight: 400;
        line-height: 22px
    }
}

.mbmp--no-margin {
    margin-bottom: 0
}

.mbmp-flex {
    background: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
    padding: 25px 30px;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .mbmp-flex {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0
    }
}

.mbmp-flex--shadow {
    border: none;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
}

@media screen and (-ms-high-contrast: active) {
    .mbmp-flex--shadow {
        border: 1px solid #fff
    }
}

.mbmp-flex-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    .mbmp-flex-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
}

@media (min-width: 768px) {
    .mbmp-flex-content {
        -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.mbmp-flex-content > h2 {
    color: #747474;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 16px
}

.mbmp-flex--only-title .mbmp-flex-content > h2 {
    margin-bottom: 37px
}

.mbmp-flex-content > p {
    color: #4a4a4a;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 25px
}

.mbmp-flex-content > p:last-child {
    margin-bottom: 0
}

.mbmp-flex-content .btn {
    margin-top: auto;
    position: relative
}

@media (max-width: 767px) {
    .mbmp-flex-content .btn {
        margin: auto auto 0
    }
}

@media (min-width: 768px) {
    .mbmp-flex-content .btn {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.mbmp-flex-img {
    margin-bottom: 25px
}

@media (min-width: 768px) and (max-width: 959px) {
    .mbmp-flex-img {
        display: none
    }
}

@media (min-width: 960px) {
    .mbmp-flex-img {
        margin: 0 0 0 40px
    }
}

.mbmp-image-container {
    text-align: center
}

@media (min-width: 768px) {
    .mbmp-image-container {
        padding: 0 30px
    }
}

@media (max-width: 767px) {
    .mbmp-image-container img, .mbmp-image-container svg {
        margin-bottom: 20px
    }
}

.mbmp-image-container--image-left img, .mbmp-image-container--image-left svg {
    margin: 0 20px 0 0
}

@media (max-width: 767px) {
    .mbmp-image-container--image-left img, .mbmp-image-container--image-left svg {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) {
    .mbmp-image-container--image-left img, .mbmp-image-container--image-left svg {
        float: left;
        margin-right: 20px
    }
}

@media (min-width: 768px) {
    .mbmp-image-container--image-center img, .mbmp-image-container--image-center svg {
        float: none;
        margin: 0 auto 20px
    }
}

@media (min-width: 768px) {
    .mbmp-image-container--image-right img, .mbmp-image-container--image-right svg {
        float: right;
        margin-left: 20px
    }
}

@media (min-width: 768px) {
    .mbmp-image-container--image-justify {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 768px) {
    .mbmp-image-container--image-justify img, .mbmp-image-container--image-justify svg {
        display: inline;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        float: none;
        margin: 0;
        padding: 0
    }
}

.mbmp-image-container--image-justify img.image-left, .mbmp-image-container--image-justify img.image-right, .mbmp-image-container--image-justify svg.image-left, .mbmp-image-container--image-justify svg.image-right {
    float: none
}

.mcsc {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 0 20px
}

@media (min-width: 768px) {
    .mcsc {
        margin: 0 0 40px
    }
}

.mcsc-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #4a4a4a
}

.mcsc-background img, .mcsc-background svg {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute
}

@media (min-width: 768px) {
    .mcsc-background img, .mcsc-background svg {
        max-width: 959px
    }
}

@media (min-width: 960px) {
    .mcsc-background img, .mcsc-background svg {
        max-width: 1440px
    }
}

@media (max-width: 767px) {
    .mcsc-background img, .mcsc-background svg {
        left: 0;
        -webkit-transform: none;
        transform: none;
        max-width: 100%
    }
}

.mcsc-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 0;
    position: relative
}

@media (min-width: 768px) {
    .mcsc-section .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 30px 0
    }
}

.mcsc-section + .mcsc-section .row:before {
    border-top: 1px solid hsla(0, 0%, 89%, .2);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width: 768px) {
    .mcsc-section + .mcsc-section .row:before {
        left: 16px;
        width: calc(100% - 32px)
    }
}

.mcsc-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 27px
}

@media (min-width: 768px) {
    .mcsc-col {
        margin: 0
    }
}

.mcsc-title {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px
}

@media (min-width: 768px) {
    .mcsc-title {
        font-size: 30px;
        margin: 0 0 32px
    }
}

.mcsc-text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0
}

.mcsc-list {
    -ms-flex-item-align: end;
    align-self: flex-end;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    list-style: none;
    margin: auto 0;
    max-width: 100%;
    padding: 0;
    width: 100%
}

@media (min-width: 768px) {
    .mcsc-list {
        max-width: 300px
    }
}

@media (min-width: 1280px) {
    .mcsc-list {
        max-width: 372px
    }
}

.mcsc-list-item {
    margin-bottom: 0
}

.mcsc-list-item + .mcsc-list-item {
    border-top: 1px solid #ccc
}

.mcsc-list-item a {
    color: #4a4a4a;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 11px 40px 10px 20px;
    position: relative;
    width: 100%;
    text-decoration: inherit
}

.mcsc-list-item a:after {
    border-right: 1px solid #9e9e9e;
    border-top: 1px solid #9e9e9e;
    height: 10px;
    content: "";
    right: 21px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 10px
}

@media screen and (-ms-high-contrast: active) {
    .mcsc h2, .mcsc p {
        background-color: #000;
        padding: 10px
    }
}

.mhap-placeholder {
    display: none
}

mhap[v-cloak] + .mhap-placeholder {
    display: block
}

@media (min-width: 768px) {
    mhap[v-cloak] + .mhap-placeholder .mhap-box-placeholder {
        height: 249px
    }
}

.mhap-placeholder .row.table-row .mhap-box-placeholder {
    display: none
}

.mhap-placeholder .row.table-row .mhap-box-placeholder:first-of-type {
    display: block
}

@media (max-width: 767px) {
    .mhap-placeholder .row.table-row .mhap-box-placeholder {
        width: 100%;
        margin: 0 65px 20px 40px
    }
}

@media (min-width: 768px) {
    .mhap-placeholder .row.table-row .mhap-box-placeholder {
        display: block
    }
}

.mhap-template + .mhap-placeholder .mhap-box-placeholder .mhap-box {
    padding: 25px 30px 0;
    height: 100%
}

.mhap-placeholder-image {
    background: #e3e3e3;
    height: 300px;
    margin: -25px 0 20px -30px;
    width: calc(100% + 60px)
}

@media (min-width: 480px) {
    .mhap-placeholder-image {
        height: 250px
    }
}

@media (min-width: 768px) {
    .mhap-placeholder-image {
        height: 139px
    }
}

.mhap-placeholder-title {
    background: #e3e3e3;
    height: 26px;
    margin: 0 auto 20px;
    width: 70%
}

.mhap-placeholder-text {
    background: #e3e3e3;
    height: 18px;
    margin: 0 auto 5px;
    width: 100%
}

.mhap-placeholder-text:nth-of-type(3) {
    width: 80%
}

.mhap {
    margin-bottom: 40px;
    position: relative
}

.mhap .row.table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .mhap .row.table-row [class*=col-] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

@media (max-width: 767px) {
    .mhap .row.table-row [class*=col-] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        margin: 0 10px;
        padding: 0
    }
}

@media (max-width: 767px) {
    .mhap .row.table-row [class*=col-]:first-of-type {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .mhap .row.table-row [class*=col-]:last-of-type {
        margin-right: 0
    }
}

.mhap .mhap-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    position: relative;
    background: #fff;
    margin: 10px 0;
    overflow: hidden
}

@media screen and (min-width: 768px){
    .mhap .mhap-box {
        flex-grow: 0;
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media screen and (min-width: 1024px){
    .mhap .mhap-box {
        flex-grow: 0;
        width: calc(33% - 20px);
        margin: 10px;
    }
}

.mhap .mhap-box:active:focus h3, .mhap .mhap-box:active:focus p, .mhap .mhap-box:active:hover h3, .mhap .mhap-box:active:hover p, .mhap .mhap-box:active h3, .mhap .mhap-box:active p, .mhap .mhap-box:focus h3, .mhap .mhap-box:focus p, .mhap .mhap-box:hover h3, .mhap .mhap-box:hover p {
    text-decoration: none
}

@media (min-width: 768px) {
    .mhap .mhap-box img, .mhap .mhap-box svg {
        max-width: 100%;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.mhap .mhap-box picture {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.mhap .mhap__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 30px 30px;
    width: 100%;
    margin: 0;
    position: relative
}

.mhap h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.13;
    margin: 0 0 30px;
    padding: 0
}

@media (max-width: 767px) {
    .mhap h2 {
        margin-left: 20px;
        margin-right: 20px
    }
}

.mhap h3 {
    color: #767676;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 20px;
    position: relative;
    width: 100%
}

.mhap .mhap__content--without-text h3 {
    margin-bottom: 30px
}

.mhap p {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 1.35;
    margin: 0;
    position: relative;
    width: 100%
}

.mhap p:not(:last-child) {
    margin-bottom: 30px
}

.mhap .btn {
    bottom: 0;
    width: 100%;
    margin: auto 0 0;
    height: auto;
    white-space: normal
}

@media (min-width: 768px) {
    .mhap .btn {
        width: calc(100% - 22px)
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .mhap .btn {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.mhap .marker {
    text-align: center;
    margin: 20px 0
}

.mhap .marker span {
    background: #9e9e9e;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 9px
}

.mhap .marker span.active {
    background: #fc0
}

.mhap .text-left {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.mhap .text-right {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.mhap .text-center {
    -ms-flex-item-align: center;
    align-self: center
}

.mhap__content--button-left .btn {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.mhap__content--button-center .btn {
    -ms-flex-item-align: center;
    align-self: center
}

.mhap__content--button-right .btn {
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (min-width: 768px) and (max-width: 959px) {
    .mhap {
        text-align: left
    }

    .mhap p {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .mhap {
        overflow: hidden;
        margin-bottom: 0;
        margin-top: 20px
    }

    .mhap.container {
        width: auto;
        padding: 0;
        margin-top: 0
    }

    .mhap .row {
        position: relative
    }

    .mhap .row.table-row {
        -webkit-transition: margin-left 1s;
        transition: margin-left 1s
    }

    .mhap .row.table-row > [class*=col-] {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        margin: 0 10px;
        padding: 0;
        width: calc(33.333% - 55px);
        overflow: hidden
    }

    .mhap .row.table-row > [class*=col-]:first-of-type {
        margin-left: 0
    }

    .mhap .row.table-row > [class*=col-]:last-of-type {
        margin-right: 0
    }

    .mhap .mhap-box {
        text-align: center;
        -webkit-transition: left 1s;
        transition: left 1s;
        width: calc(100% - 40px);
        margin: 20px;
    }

    .mhap .mhap-box img, .mhap img, .mhap svg {
        width: 100%
    }

    .mhap h3 {
        font-size: 22px
    }

    .mhap p {
        font-size: 16px
    }

    .mhap .btn {
        left: 0;
        right: 0;
        display: inline-block
    }
}

main > .mhap:first-child {
    margin-top: 40px
}

.mher {
    max-width: 1440px;
    overflow: hidden;
    padding: 0;
    position: relative
}

@media (max-width: 767px) {
    .mher {
        background: transparent
    }

    .mher .row {
        margin: 0
    }

    .mher .row .hero-text {
        padding: 0
    }

    .mher.container-fluid {
        background-color: #fff;
        padding: 0 0 20px
    }
}

@media (min-width: 768px) {
    .mher:before {
        background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), color-stop(66%, hsla(0, 0%, 100%, .66)), to(hsla(0, 0%, 100%, .9)));
        background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .66) 66%, hsla(0, 0%, 100%, .9));
        content: "";
        height: 218px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }
}

.mher .content-container {
    padding-top: 58px
}

@media (min-width: 768px) {
    .mher .content-container {
        min-height: 400px
    }
}

@media (min-width: 768px) {
    .mher .content-container.tall {
        min-height: 500px
    }
}

.mher .hero-text {
    z-index: 2
}

@media (min-width: 768px) {
    .mher .hero-text {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 390px
    }
}

@media (min-width: 960px) {
    .mher .hero-text {
        width: auto
    }
}

.mher .mher-title {
    background: #eb297a;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.095;
    margin: 0;
    padding: 12px 20px;
    position: relative;
    z-index: 1
}

@media (min-width: 960px) {
    .mher .mher-title {
        max-width: 590px
    }
}

.mher .mher-xs-footer {
    background: rgba(0,0,0,0.7);
    left: 20px;
    margin-top: -20px;
    padding: 20px;
    position: relative;
    z-index: 0
}

@media (min-width: 960px) {
    .mher .mher-xs-footer {
        max-width: 590px
    }
}

.mher .mher-xs-footer p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.083;
    margin: 10px 0 -5px
}

@media (max-width: 767px) {
    .mher .content-container {
        background: #fff;
        padding: 231px 0 0
    }

    .mher.mher-wp-hero-image .content-container {
        background: #fff;
        padding: 0;
    }

    .mher .content-container .mher-title {
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
        font-weight: 400;
        line-height: 1.13;
        max-width: 768px;
        width: calc(100% - 20px)
    }

    .mher .content-container .mher-text, .mher .content-container .mher-title {
        display: block
    }

    .mher .content-container .mher-xs-footer {
        left: 0;
        margin-bottom: 20px;
        margin-left: 20px;
        width: calc(100% - 20px)
    }

    .mher .content-container .mher-xs-footer:after, .mher .content-container .mher-xs-footer:before {
        background-color: #fff;
        bottom: -20px;
        content: "";
        display: block;
        left: -20px;
        position: absolute
    }

    .mher .content-container .mher-xs-footer:before {
        top: 0;
        width: 20px
    }

    .mher .content-container .mher-xs-footer:after {
        height: 20px;
        right: 0
    }

    .mher .content-container .mher-xs-footer p {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.33;
        margin-top: 7px
    }

    .mher .content-container .button-container {
        background-color: #fff;
        border-bottom: 1px solid #c5c5c5;
        padding: 0 20px 20px
    }

    .mher .content-container .button-container .btn {
        display: block;
        top: 0
    }
}

.mher picture {
    background-color: #fff;
    display: block;
    height: 100%
}

.mher picture > img {
    height: 330px;
    position: absolute;
    right: 0
}

@media (min-width: 768px) {
    .mher picture > img {
        height: 400px;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: auto
    }
}

@media (min-width: 768px) {
    .mher.tall picture > img {
        height: 400px
    }
}

@media (min-width: 960px) {
    .mher.tall picture > img {
        height: 500px
    }
}

.mher .m-breadcrumb {
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.mher .btn, .mher .btn.btn-green {
    background: #f60;
    border-color: #f60;
    display: inline-block;
    float: none;
    height: auto;
    top: 30px
}

.mher .btn.btn-green:hover, .mher .btn:hover {
    background: #da5100
}

@media (min-width: 768px) {
    .mher .btn, .mher .btn.btn-green {
        font-size: 18px;
        padding: 15px 20px
    }
}

@media (min-width: 768px) {
    .av9hk .mher .hero-text, .av9it .mher .hero-text, .av9ok .mher .hero-text, .av9pk .mher .hero-text, .av9te .mher .hero-text, .ppter .mher .hero-text {
        margin-top: -50px
    }
}

@media (min-width: 768px) {
    .av9pk .mher .mher-title {
        display: inline-block;
        max-width: 600px;
        width: auto
    }
}

@media (min-width: 768px) {
    .av9pk .mher .mher-xs-footer {
        width: auto
    }
}

@media (max-width: 767px) {
    .av9el .mher .mher-xs-footer {
        border-bottom: 0
    }
}

@media (max-width: 767px) {
    .mher--with-button + main .column > .row:first-child .mtxt {
        margin-bottom: 35px;
        margin-top: 20px
    }
}

.mher--with-button + main .column > .row:first-child .mtxt--as-headline {
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .mher--with-button + main .column > .row:first-child .mtxt--as-headline {
        margin-bottom: 30px
    }
}

.mher--facelift70.container-fluid {
    padding: 0;
    z-index: 0
}

.mher--facelift70.container-fluid:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(74, 74, 74, .7)), color-stop(50%, rgba(74, 74, 74, .3)), to(rgba(74, 74, 74, 0)));
    background: linear-gradient(0deg, rgba(74, 74, 74, .7), rgba(74, 74, 74, .3) 50%, rgba(74, 74, 74, 0));
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

@media (min-width: 768px) {
    .mher--facelift70.container-fluid:before {
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(74, 74, 74, 0)), color-stop(50%, rgba(74, 74, 74, .3)), to(rgba(74, 74, 74, .7)));
        background: linear-gradient(0deg, rgba(74, 74, 74, 0), rgba(74, 74, 74, .3) 50%, rgba(74, 74, 74, .7))
    }
}

.mher--facelift70.container-fluid.small:before {
    height: 400px
}

.mher--facelift70.container-fluid.tall:before {
    height: 500px
}

.mher--facelift70 .m-breadcrumb nav > ol.breadcrumb li:not(:last-of-type):after {
    border-color: #fff
}

.mher--facelift70 nav > ol.breadcrumb li {
    color: #fff
}

.mher--facelift70 nav > ol.breadcrumb li a {
    color: #fff;
    text-decoration: underline
}

.mher.mher--facelift70 picture > img {
    height: 100%
}

@media (max-width: 767px) {
    .mher--facelift70 .content-container {
        padding: 220px 20px 40px
    }
}

@media (min-width: 768px) {
    .mher--facelift70 .content-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 400px;
        min-height: 0;
        padding-top: 0
    }

    .mher--facelift70 .content-container.tall {
        height: 500px;
        min-height: 0
    }
}

.mher--facelift70 .content-container .mher-title {
    background: transparent;
    font: 800 30px/34px squad;
    margin: 0 0 7px;
    padding: 0;
    width: auto
}

@media (min-width: 768px) {
    .mher--facelift70 .content-container .mher-title {
        font: 800 36px/46px squad;
        margin: 0 0 25px;
        max-width: none
    }
}

@media (min-width: 960px) {
    .mher--facelift70 .content-container .mher-title {
        font: 800 42px/46px squad
    }
}

.mher--facelift70 .content-container .mher-xs-footer {
    background-color: transparent;
    margin: 0;
    max-width: none;
    padding: 0;
    position: static;
    width: auto
}

.mher--facelift70 .content-container .mher-xs-footer:after, .mher--facelift70 .content-container .mher-xs-footer:before {
    content: none
}

.mher--facelift70 .content-container .mher-xs-footer .mher-text {
    font: 18px/24px sourcesanspro-semibold;
    margin: 0 0 30px;
    padding: 0
}

@media (min-width: 768px) {
    .mher--facelift70 .content-container .mher-xs-footer .mher-text {
        font: 24px/32px sourcesanspro-bold
    }
}

.mher--facelift70 .content-container .button-container {
    background-color: transparent;
    border: 0;
    padding: 0
}

@media (min-width: 768px) {
    .mher--facelift70 .hero-text {
        margin-top: 0;
        position: relative;
        top: auto;
        -webkit-transform: none;
        transform: none;
        width: 415px
    }
}

@media (min-width: 960px) {
    .mher--facelift70 .hero-text {
        width: 620px
    }
}

.mher--facelift70 .btn {
    top: 0
}

@media (min-width: 768px) and (max-width: 959px) {
    .av9te .mher--facelift70 picture > img, .av9te .mher--facelift70:before {
        max-height: 400px
    }
}

.mhny {
    margin: 34px 0
}

@media (max-width: 767px) {
    .mhny .no-padding--mobile {
        padding: 0
    }
}

.mhny__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px
}

@media (min-width: 768px) {
    .mhny__title {
        font-size: 30px;
        line-height: 34px
    }
}

.mhny .news-img-box {
    display: block;
    overflow: hidden;
    padding-top: 80.6%;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .mhny .news-img-box {
        padding-top: 56.1%
    }
}

.mhny .news-img-box:before {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .3)));
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .3));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.mhny .news-img-box__img {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mhny .news-img-box__content {
    bottom: 20px;
    left: 20px;
    position: absolute;
    z-index: 10
}

.mhny .news-img-box__title {
    color: #fff;
    display: inline-block;
    font: 20px/22px sourcesanspro-regular;
    margin: 0 20px 15px 0
}

.mhny .news-img-box .news-box__published-lockup {
    color: #fff
}

.mhny .news-box {
    border-bottom: 1px solid #c5c5c5;
    padding: 18px 0
}

.mhny .news-box:last-of-type {
    margin-bottom: 16px
}

.mhny .news-box__title {
    margin-bottom: 12px
}

.mhny .news-box__title-text {
    color: #767676;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 22px
}

.mhny .news-box__title-text:hover {
    color: #4a4a4a
}

.mhny .news-box__published-lockup {
    color: #767676;
    font: 14px/24px sourcesanspro-regular
}

.mhny .news-box__published-icon, .mhny .news-box__published-lockup {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mhny .news-box__published-icon {
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
    width: 20px
}

.mhny .news-more-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-decoration: underline
}

.malk {
    margin-bottom: 30px;
    max-width: 940px
}

@media (min-width: 768px) {
    .malk {
        margin: 0 auto 60px;
        padding: 0 80px
    }
}

.malk.border, .malk.just-border {
    border-radius: 4px;
    border: 1px solid #c5c5c5;
    padding: 10px 20px 0
}

@media (min-width: 768px) {
    .malk.border, .malk.just-border {
        padding: 35px 80px 0
    }
}

.malk.just-border {
    border-radius: 4px;
    border: 1px solid #c5c5c5;
    max-width: 100%;
    width: 100%
}

.malk .border .mtxt {
    padding: 20px 0 0
}

.malk .mtxt h2 {
    line-height: 30px
}

@media (max-width: 767px) {
    .malk .mtxt h2 {
        margin-bottom: 10px
    }
}

.malk .mtxt-last {
    margin-bottom: 40px
}

.malk .mjbl-text:last-child {
    margin-bottom: 10px
}

.malk .meok-last .table-row:last-of-type {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .malk .mled {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .malk.mled--no-border {
        padding-bottom: 5px
    }
}

@media (min-width: 768px) {
    .malk-meok-group-container {
        margin-bottom: 60px
    }
}

@media (min-width: 768px) {
    .malk-meok-group-container:last-of-type {
        margin-bottom: 10px
    }
}

.malk-meok-group-container.malk--margin-60:last-of-type {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .malk-meok-group-container.malk--margin-60:last-of-type {
        margin-bottom: 60px
    }
}

.malk-single-element-container.just-border .mtxt {
    padding: 20px 0 30px
}

@media (min-width: 768px) {
    .malk-single-element-container.just-border .mtxt {
        padding: 40px 0 60px
    }
}

.malk-macc-group-container .el-collapse {
    margin-bottom: 40px
}

.malk-macc-group-container .el-collapse .el-collapse-item-content {
    padding: 20px 20px 0
}

@media (min-width: 768px) {
    .malk-macc-group-container .el-collapse .el-collapse-item-content {
        padding: 30px 30px 0
    }
}

.malk-macc-group-container + .malk-single-element-container .mjbl .mjbl-accordion {
    padding-top: 0
}

.malk-single-element-container.malk-macc-group-container {
    padding-top: 40px;
    padding-bottom: 0
}

@media (min-width: 768px) {
    .malk-single-element-container.malk-macc-group-container {
        margin-bottom: 60px
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .malk .meok .meok-card.meok-button-center.card-third .btn {
        max-width: 155px;
        width: 100%;
        white-space: normal
    }
}

.malk-single-element-container .mtxt {
    margin-bottom: 0
}

.malk-single-element-container.border .mtxt {
    padding-bottom: 20px;
    padding-top: 20px
}

.column > .malk--last.malk-single-element-container:last-of-type {
    margin-bottom: 0
}

.column > .malk--last.malk-single-element-container:last-of-type .mjbl-accordion--last .mjbl-accordion {
    margin-bottom: 30px
}

.malk--margin-10, .malk--margin-20 {
    margin-bottom: 20px
}

.malk--margin-25 {
    margin-bottom: 25px
}

.malk--margin-30 {
    margin-bottom: 30px
}

.malk--margin-40 {
    margin-bottom: 40px
}

.malk--margin-50 {
    margin-bottom: 50px
}

.malk--margin-60 {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .malk--margin-60 {
        margin-bottom: 60px
    }
}

.mtxt {
    margin: 0 0 45px
}

.mtxt h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px
}

@media (min-width: 768px) {
    .mtxt h2 {
        font-size: 30px
    }
}

.mtxt h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px
}

@media (min-width: 768px) {
    .mtxt h3 {
        font-size: 24px
    }
}

.mtxt h4 {
    font: 18px/1.33 sourcesanspro-regular;
    font-weight: 400;
    margin-bottom: 15px
}

.mtxt-list-container {
    position: relative
}

.mtxt-list-container:last-of-type {
    padding-bottom: 0
}

@media (min-width: 768px) {
    .mtxt-list-container {
        padding-left: 80px;
        padding-bottom: 10px
    }
}

.mtxt-list-container h3 {
    color: #767676;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    padding-top: 10px
}

@media (min-width: 768px) {
    .mtxt-list-container h3 {
        margin-bottom: 30px
    }
}

.mtxt-list-container h4 {
    color: #767676;
    margin-top: 0;
    padding-top: 10px
}

@media (min-width: 768px) {
    .mtxt-list-container h4 {
        margin-bottom: 30px
    }
}

.mtxt-list-container p {
    margin-bottom: 15px
}

.mtxt-list-container > img, .mtxt-list-container > svg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px
}

@media (min-width: 768px) {
    .mtxt-list-container > img, .mtxt-list-container > svg {
        display: block
    }
}

.mtxt .list {
    margin-bottom: 35px
}

.mtxt .list .list-item:last-of-type, .mtxt .list:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0
}

.mtxt .list + p {
    margin-top: 20px
}

.mtxt-bordered-box {
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    padding: 30px 20px
}

@media (min-width: 768px) {
    .mtxt-bordered-box {
        margin: 30px 0 0;
        padding: 30px 80px
    }
}

.mtxt-bordered-box .flowtext:last-child {
    margin: 0
}

.mtxt.mtxt-last {
    margin-bottom: 60px
}

@media (max-width: 767px) {
    .mttk + .row .mtxt {
        margin-top: 20px
    }
}

.av9ny .mbmp + .mtxt {
    margin-top: -30px
}

@media (min-width: 960px) {
    .av9ny .mbmp + .mtxt {
        margin-top: -40px
    }
}

.av9ny .mtxt {
    margin: 0 0 20px
}

@media (min-width: 768px) {
    .av9ny .mtxt {
        margin: 0 0 60px
    }
}

.av9el .mlcp.mlcp--last + main .mtxt {
    margin-top: 30px
}

@media (min-width: 768px) {
    .av9el .mlcp.mlcp--last + main .mtxt {
        margin-top: 0
    }
}

.av9pk .app-complaints-modules .mtxt h2 {
    margin-top: 45px
}

.av9pk .app-complaints-modules .mtxt h2:first-of-type {
    margin-top: 0
}

.mtxt p:last-of-type .example {
    margin: 0 0 40px
}

.mtxt .list + p .example {
    margin-top: 10px
}

.mtxt.mtxt--as-headline {
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .mtxt.mtxt--as-headline {
        margin-bottom: 30px
    }
}

.mtxt--as-headline > h2 {
    margin-bottom: 0
}

.malk.malk-single-element-container.just-border .mtxt:first-of-type {
    padding-top: 5px
}

.msup {
    height: auto;
    margin: 0 -20px 30px;
    overflow: hidden;
    padding: 30px 20px 40px;
    position: relative
}

@media (min-width: 768px) {
    .msup {
        margin: 0 -25px 40px;
        padding: 40px 25px 30px
    }
}

@media (min-width: 960px) {
    .msup {
        margin: 0 -50px 40px;
        padding: 40px 50px
    }
}

.av9ie .msup + .msup, .av9it .msup + .msup {
    margin-top: -40px
}

@media (min-width: 960px) {
    .av9it .msup {
        margin: 0 -80px 40px;
        padding: 40px 70px
    }
}

.msup-background {
    background-color: #4a4a4a;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.msup-background img, .msup-background svg {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute
}

@media (min-width: 768px) {
    .msup-background img, .msup-background svg {
        max-width: 959px
    }
}

@media (min-width: 960px) {
    .msup-background img, .msup-background svg {
        max-width: 1440px
    }
}

@media (max-width: 767px) {
    .msup-background img, .msup-background svg {
        left: 0;
        -webkit-transform: none;
        transform: none;
        max-width: 100%
    }
}

.msup-section {
    position: relative;
    width: 100%
}

.msup-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media (min-width: 768px) {
    .msup-row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.msup-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .msup-col {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.msup-column__video {
    margin: 0 0 30px
}

@media (min-width: 960px) {
    .msup-column__video {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.msup-row .msup-col.msup-column__video:first-child {
    margin: 0 0 30px
}

@media (min-width: 768px) {
    .msup-row .msup-col.msup-column__video:first-child {
        margin: 0
    }
}

.msup-row .msup-col.msup-column__video:last-child {
    margin: 30px 0 0
}

@media (min-width: 768px) {
    .msup-row .msup-col.msup-column__video:last-child {
        margin: 0
    }
}

@media (min-width: 960px) {
    .msup-row .msup-column__video:last-child .video-preview__selected {
        margin: 0 0 0 auto
    }
}

.msup-column__video .video-preview__selected {
    height: 162px;
    margin: 0 auto;
    max-width: 280px
}

@media (min-width: 768px) {
    .msup-column__video .video-preview__selected {
        height: 169px;
        margin: 0;
        max-width: 380px
    }
}

@media (min-width: 960px) {
    .msup-column__video .video-preview__selected {
        height: 220px
    }
}

.msup-column__video .video-preview__selected p {
    font: 14px/18px sourcesanspro-semibold;
    max-width: calc(100% - 75px)
}

@media (min-width: 768px) {
    .msup-column__video .video-preview__selected p {
        font-size: 16px;
        line-height: 20px
    }
}

.msup-title {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px
}

@media (min-width: 768px) {
    .msup-title {
        font-size: 30px;
        line-height: 34px;
        margin: 0 0 30px
    }
}

.msup-text {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 30px
}

@media (min-width: 768px) {
    .msup-text {
        margin: 0
    }
}

.msup-section > .msup-text {
    margin-bottom: 30px
}

@media (min-width: 960px) {
    .msup-section > .msup-text {
        margin-bottom: 40px
    }
}

.msup-list {
    -ms-flex-item-align: end;
    align-self: flex-end;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    list-style: none;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%
}

@media (min-width: 768px) {
    .msup-list {
        max-width: 350px
    }
}

@media (min-width: 960px) {
    .msup-list {
        max-width: 460px
    }
}

@media (min-width: 1280px) {
    .msup-list {
        max-width: 600px
    }
}

.msup-row .msup-col:first-child .msup-list {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.msup-list-item + .msup-list-item {
    border-top: 1px solid #ccc
}

.msup-list-item a {
    color: #4a4a4a;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 11px 40px 10px 20px;
    position: relative;
    width: 100%;
    text-decoration: inherit
}

.msup-list-item a:after {
    border-right: 1px solid #9e9e9e;
    border-top: 1px solid #9e9e9e;
    height: 10px;
    content: "";
    right: 21px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 10px
}

.msup-list-item a:focus, .msup-list-item a:hover {
    color: #4a4a4a
}

.msup-link {
    margin: 20px 0 0
}

@media (min-width: 768px) {
    .msup-link-holder .msup-link {
        margin-left: auto;
        max-width: 350px
    }
}

@media (min-width: 960px) {
    .msup-link-holder .msup-link {
        max-width: 460px
    }
}

@media (min-width: 1280px) {
    .msup-link-holder .msup-link {
        max-width: 600px
    }
}

.msup-link a {
    color: #fff;
    font-size: 16px;
    line-height: 26px
}

.msup-link a:focus, .msup-link a:hover {
    color: #fff
}

@media (min-width: 768px) {
    .msup-list + .msup-link {
        -ms-flex-item-align: end;
        align-self: flex-end;
        max-width: 350px
    }
}

@media (min-width: 960px) {
    .msup-list + .msup-link {
        max-width: 100%;
        width: 460px
    }
}

@media (min-width: 768px) {
    .msup-row .msup-col:first-child .msup-list + .msup-link {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.msup-link:focus, .msup-link:hover {
    color: #fff
}

.msup-link--center {
    text-align: center
}

.msup-link--left {
    text-align: left
}

.msup-link--right {
    text-align: right
}

.msup-link--justify {
    text-align: justify;
    margin-left: auto;
    margin-right: auto
}

.masd {
    background-color: #fff
}

@media screen and (-ms-high-contrast: active) {
    .masd {
        border: 1px solid #fff
    }
}

.masd > .container .column {
    position: relative;
    padding: 35px 80px;
    background-color: #e3e3e3
}

.masd > .container .column > img, .masd > .container .column > svg {
    position: absolute;
    right: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.masd > .container .column .aside-content h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px;
    color: #636363
}

.masd > .container .column .aside-content .masd-txt {
    position: relative
}

.masd > .container .column .aside-content .masd-txt.with-image, .masd > .container .column .aside-content .masd-txt.with-image + p.last {
    padding-left: 80px
}

@media (max-width: 767px) {
    .masd > .container .column .aside-content .masd-txt.with-image + p.last {
        padding-left: 0
    }
}

.masd > .container .column .aside-content .masd-txt > img, .masd > .container .column .aside-content .masd-txt > svg {
    position: absolute;
    top: 0;
    left: 10px;
    width: 40px;
    height: 40px
}

.masd a {
    font-weight: 600
}

.masd .phone-number, .masd a {
    font-family: 'Roboto', sans-serif;
}

.masd .phone-number {
    font-size: 24px;
    color: #767676;
    padding-bottom: 5px;
    display: inline-block;
    line-height: 26px
}

.masd .phone-number, .masd .phone-number:active, .masd .phone-number:active:focus, .masd .phone-number:active:hover, .masd .phone-number:focus, .masd .phone-number:hover {
    text-decoration: none
}

@media (min-width: 768px) {
    .masd p {
        max-width: 325px
    }
}

@media (min-width: 960px) {
    .masd p {
        max-width: none
    }
}

.masd-txt.fullwidth p {
    max-width: none
}

.masd p.last {
    margin-bottom: 0;
    text-align: left
}

@media (max-width: 767px) {
    .masd p.last {
        text-align: center
    }
}

.av9it .masd, .av9te .masd, .ppter .masd {
    background-color: #f5f5f5
}

@media (min-width: 768px) and (max-width: 959px) {
    .masd > .container {
        background-color: #e3e3e3
    }

    .masd > .container .column {
        padding-left: 35px;
        padding-right: 35px
    }

    .masd > .container .column > img, .masd > .container .column > svg {
        right: 35px
    }

    .masd > .container .column .aside-content .mtxt {
        padding-left: 35px
    }
}

@media (max-width: 767px) {
    .masd > .container {
        background-color: #e3e3e3
    }

    .masd > .container .column {
        padding-left: 0;
        padding-right: 0
    }

    .masd > .container .column > img, .masd > .container .column > svg {
        display: none
    }

    .masd:not(:last-of-type):after {
        background-color: #fff;
        content: "";
        display: block;
        height: 25px
    }
}

.av9ny .masd .container {
    width: 100%;
    padding: 0
}

.av9ny main .masd {
    margin-bottom: 40px
}

@media (min-width: 1024px) {
    .av9ny .masd > .container .column {
        padding: 35px 40px
    }
}

@media (min-width: 1280px) {
    .av9ny .masd > .container .column {
        padding: 35px 60px
    }
}

@media (min-width: 1440px) {
    .av9ny .masd > .container .column {
        padding: 35px 130px
    }
}

@media (max-width: 767px) {
    .av9ny .masd > .container .column {
        padding-left: 20px;
        padding-right: 20px
    }
}

.mled, .mled-container {
    margin: 22px 0 30px
}

.mled-container:first-of-type, .mled:first-of-type {
    padding-top: 0
}

@media (min-width: 768px) {
    .mled, .mled-container {
        margin-top: 0;
        padding-bottom: 35px
    }

    .mled-container:first-of-type, .mled:first-of-type {
        padding-top: 5px
    }
}

@media (min-width: 768px) {
    .mled--first {
        margin-top: 5px
    }
}

@media (min-width: 768px) {
    .mled, .mled-container--border {
        border-bottom: 1px solid #c5c5c5
    }
}

.mled-container.mled-container--full-border {
    border-radius: 4px;
    border: 1px solid #c5c5c5;
    padding: 25px 20px
}

@media (min-width: 768px) {
    .mled-container.mled-container--full-border {
        padding: 25px 80px
    }
}

@media (min-width: 768px) {
    .mled-container img {
        margin: 0
    }
}

.mled--image-left, .mled--image-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.mled--image-right .mled-container__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.mled p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
    margin-bottom: 20px
}

.mled p:last-child {
    margin-bottom: 0
}

.mled-container p {
    line-height: 26px;
    margin: 0
}

.mled--no-border {
    border: none;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .mled--no-border {
        margin-bottom: 5px
    }
}

.mled--no-border.mled--no-padding {
    padding-bottom: 0
}

.mled--image-left img, .mled--image-right img {
    display: block;
    float: none;
    text-align: center
}

.mled--image-center img {
    margin: 0 auto 30px
}

.mled--image-right .mled-container__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (min-width: 768px) {
    .mled--image-right .mled-container__image {
        margin-left: 40px
    }
}

@media (min-width: 768px) {
    .mled--image-left .mled-container__image {
        margin-right: 40px
    }
}

.av9ny .mled-container {
    margin-bottom: 0
}

.av9ny .mled-container.mled--first, .av9ny .mled.mled--first {
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .av9ny .mled-container.mled--first, .av9ny .mled.mled--first {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.el-collapse {
    margin-bottom: 25px
}

@media (min-width: 768px) {
    .el-collapse {
        margin-bottom: 45px
    }
}

.el-collapse-item:first-child .el-collapse-item-header {
    border-top: 1px solid #e3e3e3;
    border-radius: 4px 4px 0 0
}

.el-collapse-item:last-child .el-collapse-item-header {
    border-radius: 0 0 4px 4px
}

.el-collapse-item:last-child:first-child .el-collapse-item-header {
    border-radius: 4px
}

.el-collapse-item .el-collapse-item-header {
    background-color: #eee;
    border: 1px solid #e3e3e3;
    border-top: 0;
    margin: 0
}

.el-collapse-item .el-collapse-item-header button {
    position: relative;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    padding: 14px 60px 14px 30px;
    border: 0;
    background: none;
    text-align: left;
    width: 100%
}

.el-collapse-item .el-collapse-item-header button > img {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 18px;
    height: 11px;
    margin-top: -5px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

@media (min-width: 768px) {
    .el-collapse-item .el-collapse-item-header button > img {
        right: 30px
    }
}

.el-collapse-item .el-collapse-item-header button > span {
    position: relative;
    display: block
}

.el-collapse-item.is-active {
    margin-bottom: 20px
}

.el-collapse-item.is-active .el-collapse-item-header {
    background-color: #e3e3e3;
    border-bottom: 1px solid #e3e3e3
}

.el-collapse-item.is-active .el-collapse-item-header button > img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.el-collapse-item.is-active:last-child .el-collapse-item-header {
    border-radius: 0
}

.el-collapse-item.is-active:last-child:first-child .el-collapse-item-header {
    border-radius: 4px 4px 0 0
}

.el-collapse-item.is-active + .el-collapse-item .el-collapse-item-header {
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #e3e3e3
}

.el-collapse-item.is-active + .el-collapse-item:last-child .el-collapse-item-header {
    border-radius: 4px
}

.el-collapse-item .el-collapse-item-content {
    background-color: #f5f5f5;
    padding-top: 20px;
    border: 1px solid #e3e3e3;
    border-top: 0;
    border-radius: 0 0 4px 4px
}

.el-collapse-item .el-collapse-item-content:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width: 767px) {
    .el-collapse-item .el-collapse-item-header button {
        padding: 14px 50px 14px 20px
    }

    .el-collapse-item .el-collapse-item-header button:after {
        right: 20px
    }

    .el-collapse-item .el-collapse-item-content {
        padding-top: 15px
    }

    .el-collapse-item .el-collapse-item-content table {
        margin-left: 0;
        margin-right: 0
    }
}

.el-collapse-item.el-collapse-dark:last-child:first-child h4.el-collapse-item-header {
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

.el-collapse-item.el-collapse-dark.is-active:last-child:first-child h4.el-collapse-item-header {
    background-color: #e0e0e0;
    border-radius: 4px 4px 0 0
}

.el-collapse-item.el-collapse-ko h4.el-collapse-item-header {
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center
}

.el-collapse-item.el-collapse-ko h4.el-collapse-item-header button {
    width: auto
}

.el-collapse-item.el-collapse-ko .el-collapse-item-content {
    background-color: transparent;
    border: none;
    padding-top: 0
}

.el-collapse-item.el-collapse-ko .el-collapse-item-header {
    border: none
}

.el-collapse-item--extended .el-collapse-item-header button {
    padding: 30px 60px 30px 20px
}

@media (min-width: 768px) {
    .el-collapse-item--extended .el-collapse-item-header button {
        padding: 43px 60px 43px 130px
    }
}

.el-collapse-item--extended .el-collapse-item-header .accordion-item__title {
    color: #747474;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px
}

.el-collapse-item--extended .el-collapse-item-header .accordion-item__subtitle {
    color: #4a4a4a;
    line-height: 22px
}

.el-collapse-item--extended .el-collapse-item-header .accordion-item__img {
    display: none
}

@media (min-width: 768px) {
    .el-collapse-item--extended .el-collapse-item-header .accordion-item__img {
        display: block;
        height: 70px;
        left: 30px;
        margin: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 70px
    }
}

.el-collapse-item--extended.is-active .el-collapse-item-header .accordion-item__img {
    -webkit-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%)
}

.modal {
    display: block !important
}

.modal .modal-dialog {
    width: auto;
    max-width: 620px;
    margin: 40px auto
}

.modal .modal-dialog.narrow {
    max-width: 460px
}

@media (max-width: 767px) {
    .modal .modal-dialog.narrow {
        max-width: 100%
    }
}

.modal .modal-dialog.wide {
    max-width: 940px;
    width: 100%
}

@media (min-width: 768px) {
    .modal .modal-dialog.wide {
        margin-bottom: 40px
    }
}

.modal .modal-dialog.wide .modal-content .modal-body {
    padding: 0 50px
}

@media (max-width: 767px) {
    .modal .modal-dialog.wide .modal-content .modal-body {
        padding: 0
    }
}

@media (max-width: 767px) {
    .modal .modal-dialog {
        width: 100%
    }
}

.modal .modal-dialog .modal-content {
    padding: 30px 30px 40px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

@media (max-width: 767px) {
    .modal .modal-dialog .modal-content {
        border-radius: 0;
        padding: 20px
    }
}

@media screen and (-ms-high-contrast: active) {
    .modal .modal-dialog .modal-content {
        border: 1px solid #fff
    }
}

.modal .modal-dialog .modal-content .modal-header {
    padding: 0;
    border: 0;
    text-align: center;
    margin: -5px 0 5px
}

.modal .modal-dialog .modal-content .modal-header h4 {
    font-size: 20px
}

.modal .modal-dialog .modal-content .modal-header p {
    font-size: 14px
}

.modal .modal-dialog .modal-content .modal-header .btn-close {
    color: #4a4a4a;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    border-bottom: none;
    padding: 0
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 0;
    border: 0
}

.modal .modal-dialog .modal-content .modal-body > h1, .modal .modal-dialog .modal-content .modal-body > h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.13;
    color: #4a4a4a;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .modal .modal-dialog .modal-content .modal-body > h1, .modal .modal-dialog .modal-content .modal-body > h3 {
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        font-weight: 400;
        color: #767676;
        padding-right: 24px
    }
}

.modal .modal-dialog .modal-content .modal-body > p {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 25px
}

.modal .modal-dialog .modal-content .modal-body > a:last-child, .modal .modal-dialog .modal-content .modal-body > li:last-child, .modal .modal-dialog .modal-content .modal-body > p:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.modal .modal-dialog .modal-content .modal-body > a:last-child.btn, .modal .modal-dialog .modal-content .modal-body > li:last-child.btn, .modal .modal-dialog .modal-content .modal-body > p:last-child.btn {
    padding-bottom: 11px
}

.modal .modal-dialog .modal-content .modal-body .error-details-modal h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.13;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .modal .modal-dialog .modal-content .modal-body .error-details-modal h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 20px
    }
}

.modal .modal-dialog .modal-content .modal-body .error-details-modal p {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .modal .modal-dialog .modal-content .modal-body .error-details-modal p {
        line-height: 1.25;
        margin-bottom: 15px
    }
}

.modal .modal-dialog .modal-content .modal-body .error-details-modal p > strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 18px;
    font-weight: 400
}

.modal .modal-dialog .modal-content .modal-body .error-details-modal ul {
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .modal.fixed-btn .modal-header {
        position: fixed;
        right: 0;
        z-index: 1;
        border-bottom: 0
    }

    .modal.fixed-btn .modal-header .btn-close {
        background-color: #4a4a4a;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        width: 40px;
        height: 40px;
        z-index: 10
    }

    .modal.fixed-btn .modal-header .btn-close:after, .modal.fixed-btn .modal-header .btn-close:before {
        border: 1px solid #fff;
        top: 18px;
        left: 9px
    }

    .modal .modal-dialog {
        margin-top: 0;
        margin-bottom: 0
    }
}

.video-player-youtube[data-v-639fcef4] {
    background-color: #000;
    margin: 0 auto;
    max-width: 780px;
    min-height: 220px;
    width: 100%
}

@media (min-width: 768px) {
    .video-player-youtube[data-v-639fcef4] {
        min-height: 370px
    }
}

.video-player__playlist-container {
    border-radius: 4px;
    max-height: 220px;
    overflow-y: auto
}

.video-player__playlist-container ul.video-player__playlist-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.video-player__playlist-container li.video-player__playlist-list-item {
    background-color: #f0f0f0;
    border-bottom: 1px solid #c5c5c5;
    color: #4a4a4a;
    line-height: 1;
    margin: 0;
    padding: 7px;
    width: 100%
}

.video-player__playlist-container li.video-player__playlist-list-item:hover {
    cursor: pointer;
    opacity: .8
}

.video-player__playlist-container li.video-player__playlist-list-item:last-of-type {
    border-bottom: 0
}

li.video-player__playlist-list-item button {
    background: none;
    border: none;
    padding: 5px 15px;
    text-align: left;
    width: 100%
}

li.video-player__playlist-list-item .video-player__video-title {
    display: table-cell;
    vertical-align: middle
}

.video-player__playlist-list-item .video-player__icon-wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    padding-right: 12px
}

.video-player__playlist-list-item .video-player__play-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 2px solid #9e9e9e;
    border-radius: 50%;
    position: relative;
    margin: 0
}

.video-player__playlist-list-item .video-player__play-icon:after {
    border-color: transparent transparent transparent #9e9e9e;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    content: "";
    display: inline-block;
    height: 0;
    margin: 4px 0 4px 2px;
    white: 0
}

li.video-player__playlist-list-item.active {
    background-color: #fc0;
    color: #4a4a4a
}

li.video-player__playlist-list-item.active .video-player__play-icon {
    border-color: #fff
}

li.video-player__playlist-list-item.active .video-player__play-icon:after {
    border-color: transparent transparent transparent #fff
}

.video-player__recommended {
    margin: 30px 0 0
}

@media (min-width: 768px) {
    .video-player__recommended-wrapper {
        background-color: #fff;
        border-radius: 4px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
        padding: 20px 30px
    }
}

.video-player__recommended-wrapper > h4 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left
}

.video-player__recommended-list-container {
    position: relative
}

.video-player__recommended-list-container > .btn-next, .video-player__recommended-list-container > .btn-prev {
    display: none
}

@media (min-width: 768px) {
    .video-player__recommended-list-container > .btn-next, .video-player__recommended-list-container > .btn-prev {
        -webkit-box-shadow: 0 0 10px 0 #eb297a;
        box-shadow: 0 0 10px 0 #eb297a;
        display: block;
        position: absolute;
        top: calc(50% - 25px);
        width: auto
    }
}

.video-player__recommended-list-container > .btn-next:disabled, .video-player__recommended-list-container > .btn-prev:disabled {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .9
}

.video-player__recommended-list-container > .btn-prev {
    left: -20px
}

.video-player__recommended-list-container > .btn-next {
    right: -20px
}

.video-player__recommended-list-container > .btn.inactive > svg > g > circle {
    fill: #c5c5c5
}

.video-player__recommended-list-wrapper {
    overflow-x: hidden;
    overflow-y: hidden
}

@media (max-width: 767px) {
    .video-player__recommended-list-wrapper {
        margin-right: -20px;
        overflow-x: auto
    }
}

.video-player__recommended-list-wrapper ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media (min-width: 768px) {
    .video-player__recommended-list-wrapper ul {
        width: 100%
    }
}

.video-player__recommended-list-item {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    font-weight: 600;
    margin-right: 20px;
    min-width: calc(50% - 10px)
}

@media (max-width: 767px) {
    .video-player__recommended-list-item {
        min-width: 260px
    }
}

@media (min-width: 768px) {
    .video-player__recommended-list-item:last-of-type {
        margin-right: 0
    }
}

.video-player__recommended button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%
}

.video-player__recommended button span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 15px
}

@media (min-width: 960px) {
    .video-player__recommended button span {
        padding: 5px 20px 5px 30px
    }
}

.video-player__recommended-img-wrap > img {
    max-width: 100%
}

@media (min-width: 768px) {
    .video-player__recommended-img-wrap > img {
        height: 100px
    }
}

.modal-body .video-player__main-wrapper:first-child {
    margin-top: 45px
}

.video-player__video-block {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .video-player__video-block {
        margin-bottom: 40px
    }
}

.video-player__video-block--gray {
    background-color: #f0f0f0;
    margin-bottom: 40px;
    padding: 30px 0 20px;
    text-align: center
}

@media (min-width: 768px) {
    .video-player__video-block--gray {
        margin-left: 0;
        margin-right: 0;
        padding: 30px 23px
    }
}

@media (min-width: 960px) {
    .video-player__video-block--gray {
        padding: 30px 20px
    }
}

@media (min-width: 1280px) {
    .video-player__video-block--gray {
        padding: 30px 14px
    }
}

@media (max-width: 480px) {
    .modal-body .video-player__youtube-container {
        margin: 0 -20px
    }
}

.modal-body .video-player__youtube-container .btn.btn-link {
    display: block;
    margin: 20px auto 0;
    padding: 0;
    text-align: left
}

@media (max-width: 480px) {
    .modal-body .video-player__youtube-container .btn.btn-link {
        padding: 0 20px;
        width: 100%
    }
}

.video-player__video-block .video-player__youtube-container .video-player-youtube div div {
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative
}

.video-player__video-block .video-player__youtube-container iframe {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

@media (min-width: 768px) {
    .video-player__video-block .video-player__youtube-container iframe {
        max-width: 780px;
        width: 100%
    }
}

@media (min-width: 768px) {
    .video-player__video-block--gray .video-player__youtube-container iframe {
        width: 391px
    }
}

.video-player__video-block--gray .video-player__youtube-container .btn.btn-link {
    display: block;
    margin: 20px 0 0;
    padding: 0;
    text-align: left
}

@media (max-width: 480px) {
    .video-player__video-block--gray .video-player__youtube-container .btn.btn-link {
        padding: 0 20px
    }
}

.video-player__video-block .video-player__youtube-container.col-sm-6 {
    display: inline-block;
    margin: 0 0 20px
}

@media (max-width: 480px) {
    .video-player__video-block .video-player__youtube-container.col-sm-6 {
        display: block;
        padding: 0
    }
}

@media (min-width: 768px) {
    .video-player__video-block .video-player__youtube-container.col-sm-6 {
        margin: 0
    }
}

.video-player__video-block .video-player__youtube-container.col-sm-6 .btn.btn-link {
    display: block;
    margin: 20px 0 0;
    padding: 0;
    text-align: left
}

@media (max-width: 767px) {
    .video-player__video-block .video-player__youtube-container.col-sm-6 .btn.btn-link {
        margin-bottom: 30px
    }
}

@media (max-width: 480px) {
    .video-player__video-block .video-player__youtube-container.col-sm-6 .btn.btn-link {
        padding: 0 20px
    }
}

.video-player__video-block .video-player__youtube-container.col-sm-6 .video-player-youtube {
    min-height: 190px
}

.video-player__playlist .el-collapse, .video-player__playlist .el-collapse-item.is-active {
    margin-bottom: 0
}

.video-player__playlist .el-collapse-item.is-active .video-player__playlist .el-collapse-item-header {
    background-color: #d8d8d8
}

.video-player__playlist .el-collapse-item .el-collapse-item-header button {
    padding: 20px 44px 20px 20px
}

.video-player__playlist .video-player__accordion-label, .video-player__playlist .video-player__accordion-title {
    font-size: 16px;
    line-height: 1.25
}

.video-player__playlist .video-player__accordion-label {
    color: #767676;
    font-weight: 400
}

.video-player__playlist .video-player__accordion-title {
    color: #4a4a4a;
    font-weight: 600
}

.video-player__playlist .el-collapse-item .el-collapse-item-header button > img {
    right: 14px
}

.video-player__playlist .el-collapse-item.is-active .el-collapse-item-header {
    background-color: #d8d8d8
}

.video-player__playlist .el-collapse-item .el-collapse-item-content {
    background-color: transparent;
    border: none;
    padding-top: 12px;
    position: relative
}

.video-player__playlist .el-collapse-item .el-collapse-item-content:before {
    content: "";
    top: 2px;
    right: 11px;
    border-color: transparent transparent #f0f0f0;
    border-style: solid;
    border-width: 0 10px 10px;
    height: 0;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 0
}

.video-player__playlist .el-collapse-item .el-collapse-item-content .video-player__playlist-container {
    max-height: none
}

.video-preview {
    width: 100%
}

.video-preview__selected {
    display: block;
    max-height: 220px;
    max-width: 380px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.video-preview__selected :hover {
    cursor: pointer
}

.video-preview__selected--filter:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(60%, hsla(0, 0%, 72.5%, 0)), to(#8a8a8a));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 72.5%, 0) 60%, #8a8a8a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#8a8a8a", GradientType=0)
}

.video-preview__selected .video-preview-youtube-logo {
    background: red;
    border-radius: 50%/11%;
    display: block;
    height: 42px;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 56px
}

.video-preview__selected .video-preview-youtube-logo:before {
    background: inherit;
    border-radius: 5%/50%;
    bottom: 10%;
    content: "";
    left: -4.5%;
    position: absolute;
    right: -5%;
    top: 10%
}

.video-preview__selected .video-preview-youtube-logo:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 9.5px 0 9.5px 15px;
    content: "";
    left: 56%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-preview__selected img {
    height: 100%;
    width: 100%
}

.video-preview__selected p {
    color: #fff;
    font: normal 16px/1 sourcesanspro-regular;
    margin: 0;
    position: absolute
}

.video-preview__title {
    bottom: 15px;
    left: 20px
}

.video-preview__length {
    bottom: 15px;
    right: 20px
}

.video-preview__list .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-top: 15px;
    max-width: 380px;
    width: 100%
}

@media (min-width: 768px) and (max-width: 959px) {
    .video-preview__list .nav-tabs {
        margin-top: 6px
    }
}

.video-preview__list .nav-tabs li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    height: 56px;
    margin: 0 16px 0 0;
    position: relative
}

@media (min-width: 768px) and (max-width: 959px) {
    .video-preview__list .nav-tabs li {
        margin-right: 6px
    }
}

@media (min-width: 960px) {
    .video-preview__list .nav-tabs li {
        height: 72px
    }
}

.video-preview__list .nav-tabs li:last-child {
    margin-right: 0
}

.video-preview__list .nav-tabs li:hover {
    cursor: pointer
}

.video-preview__list .nav-tabs li:before {
    background: rgba(74, 74, 74, .5);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.video-preview__list .nav-tabs li:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 9.5px 0 9.5px 15px;
    content: "";
    left: 56%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-preview__list .nav-tabs li.active {
    -webkit-box-shadow: 0 10px 20px 0 #c5c5c5;
    box-shadow: 0 10px 20px 0 #c5c5c5
}

.video-preview__list .nav-tabs li.active:before {
    background: rgba(82, 174, 48, .5);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.video-preview__list .small-image, .video-preview__list .small-image img {
    height: 100%;
    width: 100%
}

.video-preview__small-length, .video-preview__small-title {
    display: none
}

@media (min-width: 768px) {
    .video-preview__modal .mevp-row--full-width-branch-atm-widget .mevp-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 768px) {
    .video-preview__modal .app-branch-atm-widget.searchfield .widget-form {
        height: auto
    }
}

@media (min-width: 768px) {
    .video-preview__modal .mevp-row--full-width-branch-atm-widget p {
        margin-bottom: 20px
    }
}

.mjbl {
    background-color: #f5f5f5
}

@media (min-width: 768px) and (max-width: 959px) {
    .mjbl {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .mjbl {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 768px) {
    .mjbl.mjbl--narrow > .container > div, .mjbl.mjbl--narrow > .container > p {
        padding: 0 80px
    }
}

.mjbl-flowing-text, .mjbl-info-text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #636363;
    margin: 0
}

@media (min-width: 768px) {
    .mjbl-flowing-text, .mjbl-info-text {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px
    }
}

.mjbl-flowing-text {
    margin-bottom: 10px
}

.mjbl-text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #636363
}

.mjbl-text:last-child {
    padding-top: 15px
}

.mjbl-list-col--left {
    margin-bottom: 22px
}

@media (max-width: 767px) {
    .mjbl-list-col--left {
        width: 100%;
        margin-bottom: 5px;
        float: none
    }
}

@media (min-width: 768px) {
    .mjbl-list-col--left {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.mjbl-list-col--right {
    display: block;
    margin-bottom: 22px;
    text-align: right
}

@media (max-width: 767px) {
    .mjbl-list-col--right {
        float: none;
        margin-bottom: 5px;
        text-align: left;
        width: 100%
    }
}

@media (min-width: 768px) {
    .mjbl-list-col--right {
        margin-left: 40px
    }
}

@media (min-width: 960px) {
    .mjbl-list-col--right {
        margin-left: 60px
    }
}

@media (min-width: 768px) {
    .mjbl-list-col-left--narrow {
        width: calc(100% - 210px)
    }
}

.mjbl-list-col--nomargin {
    margin: 0
}

.mjbl-list-col--nomargin + .mjbl-list-col--right {
    margin-bottom: 0
}

.mjbl hr {
    border-color: #e3e3e3;
    margin-bottom: 20px;
    display: none
}

@media (min-width: 960px) {
    .mjbl hr {
        margin-bottom: 45px
    }
}

.mjbl .column {
    padding: 0 80px;
    background-color: #fff
}

.mjbl .column:after {
    content: "";
    display: table;
    clear: both
}

.mjbl--bordered > .container .column {
    padding-top: 0
}

.mjbl--bordered > .container .column:before {
    content: "";
    display: block;
    background-color: #e3e3e3;
    height: 1px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .mjbl--bordered > .container .column:before {
        margin-bottom: 45px
    }
}

@media (min-width: 768px) {
    .mjbl--bordered + .mjbl--bordered {
        margin-top: 30px
    }
}

.mjbl .legal-notice, .mjbl .thm-info, .mjbl .useful-info {
    margin-bottom: 20px
}

.mjbl .legal-notice .el-collapse-item-header button .legal-notice-icon svg, .mjbl .legal-notice .el-collapse-item-header button .thm-info-icon svg, .mjbl .legal-notice .el-collapse-item-header button .useful-info-icon svg, .mjbl .thm-info .el-collapse-item-header button .legal-notice-icon svg, .mjbl .thm-info .el-collapse-item-header button .thm-info-icon svg, .mjbl .thm-info .el-collapse-item-header button .useful-info-icon svg, .mjbl .useful-info .el-collapse-item-header button .legal-notice-icon svg, .mjbl .useful-info .el-collapse-item-header button .thm-info-icon svg, .mjbl .useful-info .el-collapse-item-header button .useful-info-icon svg {
    float: left;
    margin-right: 15px;
    margin-top: 1px
}

.mjbl .mjbl-accordion + .mjbl-image-container {
    padding-top: 10px
}

.mjbl-accordion--single .mjbl-accordion {
    padding-top: 38px
}

.mjbl-accordion--single .mjbl-accordion:first-child {
    padding-top: 0
}

.mjbl-accordion--last .column {
    padding-bottom: 45px
}

@media (max-width: 767px) {
    .mjbl-accordion--last .column {
        margin-bottom: 20px
    }
}

.mjbl .el-collapse-item .el-collapse-item-content {
    padding: 0 30px;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media (max-width: 767px) {
    .mjbl .el-collapse-item .el-collapse-item-content {
        padding: 0 20px
    }
}

.mjbl .el-collapse-item .el-collapse-item-content ul {
    margin-bottom: 0
}

.mjbl .el-collapse-item .el-collapse-item-content ul li {
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3
}

@media (max-width: 767px) {
    .mjbl .el-collapse-item .el-collapse-item-content ul li {
        padding: 10px 0
    }
}

.mjbl .el-collapse-item .el-collapse-item-content ul li:before {
    content: none
}

.mjbl .el-collapse-item .el-collapse-item-content ul li:last-child {
    border-bottom: 0
}

@media (max-width: 767px) {
    .mjbl .el-collapse-item .el-collapse-item-content ul li .list-row {
        margin-bottom: 20px
    }

    .mjbl .el-collapse-item .el-collapse-item-content ul li .list-row:last-child {
        margin-bottom: 5px
    }
}

@media (min-width: 768px) {
    .mjbl .el-collapse-item .el-collapse-item-content ul li .list-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.mjbl .el-collapse-item .el-collapse-item-content ul li .list-row:after {
    content: "";
    display: table;
    clear: both
}

.mjbl .el-collapse-item .el-collapse-item-content ul li h3 {
    margin: 0 0 18px
}

@media (max-width: 767px) {
    .mjbl .el-collapse-item .el-collapse-item-content ul li h3 {
        margin-top: 10px
    }
}

.mjbl .el-collapse-item .el-collapse-item-content ul li a:first-of-type + a {
    margin-top: 20px
}

.mjbl .el-collapse-item .el-collapse-item-content ul li a ~ a {
    margin-bottom: 20px
}

.mjbl-accordion .el-collapse-item-header {
    background-color: #eee;
    color: #4a4a4a
}

.mjbl-accordion .el-collapse-item .el-collapse-item-header button {
    padding: 14px 60px 14px 19px
}

.mjbl .thm-info .el-collapse-item .el-collapse-item-content {
    background-color: #fff;
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .mjbl .thm-info .el-collapse-item .el-collapse-item-content {
        padding-bottom: 30px
    }
}

.mjbl .thm-info .el-collapse-item .el-collapse-item-content ul li {
    padding: 20px 0 0
}

.mjbl .thm-info .el-collapse-item .el-collapse-item-content ul li .mjbl-list-title {
    color: #747474;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 10px
}

.mjbl .thm-info .el-collapse-item .el-collapse-item-content ul li .mjbl-flowing-text, .mjbl .thm-info .el-collapse-item .el-collapse-item-content ul li .mjbl-info-text {
    color: #767676;
    font-size: 14px;
    line-height: 22px
}

.mjbl .thm-info .el-collapse-item .el-collapse-item-content ul li .mjbl-flowing-text:last-of-type, .mjbl .thm-info .el-collapse-item .el-collapse-item-content ul li .mjbl-info-text:last-of-type {
    margin-bottom: 0
}

.mjbl .el-collapse-item .el-collapse-item-content ul.mjbl-info-list li {
    border-bottom: 0;
    color: #636363;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 10px;
    padding: 0 0 0 36px
}

.mjbl .el-collapse-item .el-collapse-item-content ul.mjbl-info-list li:before {
    content: ""
}

.mjbl .el-collapse-item .el-collapse-item-content ul.mjbl-info-list li > ul {
    margin: 10px 0 0
}

.mjbl .el-collapse-item .el-collapse-item-content ul.mjbl-info-list li > ul > li {
    padding-left: 15px
}

.mjbl .el-collapse-item .el-collapse-item-content ul.mjbl-info-list li > ul > li:last-of-type {
    margin-bottom: 0
}

.mjbl-accordion-icon {
    padding-right: 15px
}

.masd + .mjbl--bordered hr {
    display: none
}

.masd + .mjbl--bordered .column {
    padding-top: 45px
}

.av9el .mjbl, .av9ie .mjbl {
    background-color: #fff
}

.av9el .mjbl .column, .av9ie .mjbl .column {
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 768px) and (max-width: 959px) {
    .mjbl > .container {
        background-color: #fff
    }

    .mjbl > .container .column {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .mjbl > .container {
        background-color: #fff
    }

    .mjbl > .container .column {
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px
    }
}

.apv9l .mjbl, .av9it main .mjbl, .av9ny .mjbl, .av9te main .mjbl {
    background-color: #fff
}

.av9ny .mjbl.mjbl-accordion--last .mjbl-accordion, .av9ny .mjbl.mjbl-accordion--last .mjbl-text {
    margin-bottom: 30px
}

.av9el .mjbl--bordered > .container .column:before {
    background-color: transparent;
    margin-bottom: 0;
    height: 0
}

.mjbl .el-collapse-item-content .has-applicable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mjbl .el-collapse-item-content .has-applicable h3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.mjbl .el-collapse-item-content .has-applicable .list-row, .mjbl .el-collapse-item-content .has-applicable .type-size {
    width: 71%
}

.mjbl .el-collapse-item-content .has-applicable .list-row + .mjbl-info-text, .mjbl .el-collapse-item-content .has-applicable .type-size + .mjbl-info-text {
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: right;
    width: 29%
}

.mjbl .el-collapse-item-content .has-applicable .applicable {
    white-space: nowrap
}

.mjbl.mjbl-accordion--image {
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .mjbl-image-container {
        text-align: center
    }
}

.mjbl-image-container:after {
    clear: both;
    content: "";
    visibility: hidden
}

.mjbl-image-container::last-child {
    padding-bottom: 15px
}

.mjbl-image-container img, .mjbl-image-container svg {
    display: inline;
    margin: 0 20px 0 0;
    vertical-align: middle
}

@media (max-width: 767px) {
    .mjbl-image-container img, .mjbl-image-container svg {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) {
    .mjbl-image-container img, .mjbl-image-container svg {
        padding: 0
    }
}

@media (max-width: 767px) {
    .mjbl-image-container img:last-of-type, .mjbl-image-container svg:last-of-type {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .mjbl-image-container > a {
        margin: 0 20px 0 0
    }
}

.mjbl-image-container--image-left img, .mjbl-image-container--image-left svg {
    display: inline;
    margin: 0 20px 0 0;
    vertical-align: middle
}

@media (max-width: 767px) {
    .mjbl-image-container--image-left img, .mjbl-image-container--image-left svg {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) {
    .mjbl-image-container--image-left img, .mjbl-image-container--image-left svg {
        float: left;
        margin-right: 20px;
        padding: 0
    }
}

@media (min-width: 768px) {
    .mjbl-image-container--image-center {
        text-align: center
    }
}

@media (min-width: 768px) {
    .mjbl-image-container--image-center img, .mjbl-image-container--image-center svg {
        display: inline;
        float: none;
        margin: 0 auto 20px;
        padding: 0;
        vertical-align: middle
    }
}

@media (min-width: 768px) {
    .mjbl-image-container--image-center img:nth-child(2n), .mjbl-image-container--image-center svg:nth-child(2n) {
        margin-left: 20px
    }
}

@media (min-width: 768px) {
    .mjbl-image-container--image-center > a {
        display: inline;
        margin: 0 auto 20px
    }
}

@media (min-width: 768px) {
    .mjbl-image-container--image-center > a:nth-child(2n) {
        margin-left: 20px
    }
}

.mjbl-image-container--image-right img, .mjbl-image-container--image-right svg {
    float: none
}

@media (min-width: 768px) {
    .mjbl-image-container--image-right img, .mjbl-image-container--image-right svg {
        float: right;
        padding: 0;
        vertical-align: middle
    }
}

@media (min-width: 768px) {
    .mjbl-image-container--image-justify {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 768px) {
    .mjbl-image-container--image-justify img, .mjbl-image-container--image-justify svg {
        display: inline;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        float: none;
        margin: 0;
        padding: 0
    }
}

@media (min-width: 768px) {
    .mjbl-image-container--image-justify img:nth-of-type(2n), .mjbl-image-container--image-justify svg:nth-of-type(2n) {
        margin-left: 20px
    }
}

@media (min-width: 768px) {
    .mjbl-image-container--image-justify img:nth-of-type(odd), .mjbl-image-container--image-justify svg:nth-of-type(odd) {
        margin-right: 20px
    }
}

.mjbl-image-container--image-justify img.image-left, .mjbl-image-container--image-justify img.image-right, .mjbl-image-container--image-justify svg.image-left, .mjbl-image-container--image-justify svg.image-right {
    float: none
}

@media (max-width: 767px) {
    .mjbl-image-container--image-justify img:first-of-type, .mjbl-image-container--image-justify svg:first-of-type {
        margin-right: 0
    }
}

.mjbl-image-container-text {
    color: #767676;
    display: block;
    font: normal 14px/26px sourcesanspro-regular;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 5px 0 0
}

.mjbl-image-container-text:last-of-type {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .mjbl-image-container-text + a img, .mjbl-image-container-text + a svg, .mjbl-image-container-text + img, .mjbl-image-container-text + svg {
        margin-bottom: 0;
        margin-top: 20px
    }
}

@media (min-width: 768px) {
    .mjbl-image-container--image-justify .mjbl-image-container-text {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

.masd + main .malk .mjbl-accordion--single .mjbl-accordion {
    padding-top: 25px
}

.mtab .mjbl .container .column {
    margin-left: -20px;
    margin-right: -20px
}

@media (min-width: 768px) {
    .mtab .mjbl .container .column {
        margin-left: -25px;
        margin-right: -25px
    }
}

@media (min-width: 960px) {
    .mtab .mjbl .container .column {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media (min-width: 1280px) {
    .mtab .mjbl .container .column {
        margin-left: -16px;
        margin-right: -16px
    }
}

.av9te .main-container main .mtab .mjbl .container .column {
    padding-left: 0;
    padding-right: 0
}

.el-tooltip-content[data-v-d055b9f6] {
    position: fixed;
    z-index: 1060;
    background-color: #333;
    padding: 10px 15px;
    border-radius: 3px;
    display: block;
    color: #fff;
    max-width: 285px
}

@media screen and (-ms-high-contrast: active) {
    .el-tooltip-content[data-v-d055b9f6] {
        border: 1px solid #fff
    }
}

@media (max-width: 767px) {
    .el-tooltip-content[data-v-d055b9f6] {
        max-width: 100%;
        padding: 15px 16px;
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (min-width: 768px) {
    .el-tooltip-content.tooltip-pos-left[data-v-d055b9f6] {
        margin: 10px 10px 10px -1px
    }

    .el-tooltip-content.tooltip-pos-right[data-v-d055b9f6] {
        margin: 10px -1px 10px 10px
    }

    .el-tooltip-content.tooltip-pos-top[data-v-d055b9f6] {
        margin: 10px 10px 0
    }

    .el-tooltip-content.tooltip-pos-bottom[data-v-d055b9f6] {
        margin: 0 10px 10px
    }
}

.el-tooltip-content.align-right[data-v-d055b9f6]:before {
    left: auto;
    right: -1px
}

@media (min-width: 768px) {
    .el-tooltip-content.extended[data-v-d055b9f6] {
        max-width: 350px
    }
}

.el-tooltip-content.extended > img[data-v-d055b9f6], .el-tooltip-content.extended > svg[data-v-d055b9f6] {
    margin-right: 10px;
    float: left
}

.el-tooltip-content.extended h6[data-v-d055b9f6] {
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase
}

.el-tooltip-content p[data-v-d055b9f6] {
    font-size: 16px;
    color: #fff
}

@media (max-width: 767px) {
    .el-tooltip-content p[data-v-d055b9f6]:first-of-type {
        padding-right: 35px
    }
}

.el-tooltip-content p[data-v-d055b9f6]:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .el-tooltip-content h5 + p[data-v-d055b9f6]:first-of-type {
        padding-right: 0
    }
}

.el-tooltip-content a.link[data-v-d055b9f6], .el-tooltip-content a.link[data-v-d055b9f6]:focus, .el-tooltip-content a.link[data-v-d055b9f6]:hover {
    color: #fff;
    text-decoration: underline
}

.el-tooltip-content h5[data-v-d055b9f6] {
    background: url(/static/portal/assets/img/question.svg) 0 0 no-repeat;
    font: 16px/1.25 sourcesanspro-semibold;
    margin: 5px 0 9px;
    padding-left: 29px;
    text-transform: uppercase
}

.el-tooltip-content h5.without-icon[data-v-d055b9f6] {
    background: none;
    padding-left: 0
}

.el-tooltip-content.branch-tooltip[data-v-d055b9f6] {
    width: 195px
}

.tooltip-closer-btn[data-v-d055b9f6] {
    height: 20px;
    margin: 16px 17px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.tooltip-closer-btn[data-v-d055b9f6]:after, .tooltip-closer-btn[data-v-d055b9f6]:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%) rotate(-45deg);
    transform: translate(-50%) rotate(-45deg);
    width: 20px
}

.tooltip-closer-btn[data-v-d055b9f6]:after {
    -webkit-transform: translate(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg)
}

@media (min-width: 768px) {
    .tooltip-closer-btn[data-v-d055b9f6] {
        display: none
    }
}

button.info[data-v-d055b9f6] {
    background: transparent;
    border: 0;
    cursor: help;
    display: inline-block;
    height: 20px;
    margin: 0 0 0 10px;
    padding: 0;
    position: relative;
    text-indent: -10000px;
    vertical-align: middle;
    width: 20px
}

button.info .tooltip-icon[data-v-d055b9f6] {
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px
}

button.info[data-v-d055b9f6], button.tooltip-link[data-v-d055b9f6] {
    position: relative
}

button.info[aria-expanded=true][data-v-d055b9f6]:before, button.tooltip-link[aria-expanded=true][data-v-d055b9f6]:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    right: -11px;
    top: 50%;
    border-color: transparent #333 transparent transparent;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1060
}

@media (max-width: 767px) {
    button.info[aria-expanded=true][data-v-d055b9f6]:before, button.tooltip-link[aria-expanded=true][data-v-d055b9f6]:before {
        bottom: -11px;
        left: 50%;
        top: auto;
        border-width: 0 8px 10px;
        border-color: transparent transparent #333;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

button.info.tooltip-pos-top[aria-expanded=true][data-v-d055b9f6]:before, button.tooltip-link.tooltip-pos-top[aria-expanded=true][data-v-d055b9f6]:before {
    content: "";
    top: -11px;
    left: 50%;
    border-width: 10px 8px 0;
    border-color: #333 transparent transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 767px) {
    button.info.tooltip-pos-top[aria-expanded=true][data-v-d055b9f6]:before, button.tooltip-link.tooltip-pos-top[aria-expanded=true][data-v-d055b9f6]:before {
        bottom: -11px;
        left: 50%;
        top: auto;
        border-width: 0 8px 10px;
        border-color: transparent transparent #333;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

button.info.tooltip-pos-bottom[aria-expanded=true][data-v-d055b9f6]:before, button.tooltip-link.tooltip-pos-bottom[aria-expanded=true][data-v-d055b9f6]:before {
    content: "";
    bottom: -11px;
    left: 50%;
    top: auto;
    border-width: 0 8px 10px;
    border-color: transparent transparent #333;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

button.info.tooltip-pos-left[aria-expanded=true][data-v-d055b9f6]:before, button.tooltip-link.tooltip-pos-left[aria-expanded=true][data-v-d055b9f6]:before {
    content: "";
    top: 50%;
    left: -11px;
    margin-top: 0;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #333;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    button.info.tooltip-pos-left[aria-expanded=true][data-v-d055b9f6]:before, button.tooltip-link.tooltip-pos-left[aria-expanded=true][data-v-d055b9f6]:before {
        bottom: -11px;
        left: 50%;
        top: auto;
        border-width: 0 8px 10px;
        border-color: transparent transparent #333;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

button.tooltip-link[data-v-d055b9f6] {
    background: transparent;
    border: 0;
    color: #333;
    cursor: help;
    display: inline;
    padding: 0;
    text-align: left;
    text-decoration: underline
}

@media (min-width: 768px) {
    button.tooltip-link.tooltip-left[data-v-d055b9f6] {
        text-align: left
    }
}

@media (min-width: 768px) {
    button.tooltip-link.tooltip-right[data-v-d055b9f6] {
        text-align: right
    }
}

@media (min-width: 768px) {
    button.info.tooltip-left[data-v-d055b9f6] {
        right: auto;
        left: 0
    }
}

.el-tooltip-content .outer-link-svg__colorable[data-v-d055b9f6] {
    fill: #fff
}

.content-placeholder-active + span.announcement-placeholder.content-placeholder-content, [v-cloak] + span.announcement-placeholder.content-placeholder-content {
    display: inline;
    margin: 0
}

.announcement-wrap:not(.announcement--inline) {
    margin-bottom: 30px
}

.announcement ul li a {
    text-decoration: underline
}

.announcement__item a {
    margin-right: 4px
}

.announcement--hide-bullet ul li {
    padding: 0
}

.announcement--hide-bullet ul li:before {
    display: none
}

.announcement--inline, .announcement--inline a {
    display: inline
}

.announcement--inline a {
    text-decoration: underline
}

.announcement-placeholder-item {
    margin-bottom: 10px;
    overflow: hidden
}

.announcement-placeholder-link.content-placeholder-animated-background.content-placeholder-animated-background--green {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    display: inline-block;
    height: 20px;
    width: 320px
}

.announcement-placeholder-date.content-placeholder-animated-background.content-placeholder-animated-background--gray {
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    display: inline-block;
    height: 20px;
    margin-left: 10px;
    width: 80px
}

div.announcement-placeholder-item {
    margin: 0 0 20px
}

span.announcement-placeholder-item {
    margin: 0
}

span.announcement-placeholder {
    margin-left: 5px;
    position: relative;
    top: 5px
}

.mher-placeholder {
    background: #f0f0f0;
    display: none
}

.mher-placeholder:before {
    background: none
}

mher-personalized[v-cloak] + .mher-placeholder {
    display: block
}

.mher-placeholder .mher-content-placeholder {
    padding-top: 106px
}

@media (max-width: 767px) {
    .mher-placeholder .mher-content-placeholder {
        background: #f0f0f0;
        padding: 220px 0 20px;
        margin: 0 -20px
    }
}

.mher-placeholder .mher-content-placeholder .mher-placeholder-headline {
    height: 70px;
    width: calc(100% - 20px);
    max-width: 768px
}

@media (min-width: 768px) {
    .mher-placeholder .mher-content-placeholder .mher-placeholder-headline {
        width: 380px
    }
}

@media (min-width: 1280px) {
    .mher-placeholder .mher-content-placeholder .mher-placeholder-headline {
        width: 600px
    }
}

.mher-placeholder .mher-content-placeholder .mher-placeholder-description {
    height: 96px;
    margin: -20px 0 30px 20px;
    width: calc(100% - 20px);
    max-width: 768px
}

@media (min-width: 768px) {
    .mher-placeholder .mher-content-placeholder .mher-placeholder-description {
        width: 380px
    }
}

@media (min-width: 1280px) {
    .mher-placeholder .mher-content-placeholder .mher-placeholder-description {
        width: 600px
    }
}

.mher-placeholder .mher-content-placeholder .mher-placeholder-button {
    height: 54px;
    margin-left: 20px;
    width: 225px
}