body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.login_logo {
    width: 260px;
}
.login-logo {
    margin-bottom: 0;
}
.subTextUser {
    margin: 0;
    text-align: center;
    padding: 0 15px 15px 15px;
    font-size: 18pt;
}
.buttonIngresar {
    border: 1px solid #337ab7;
    background: #337ab7;
    color: #FFF;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 20px;
}

.l-message {
    padding-bottom: 100px;
}
.l-message__header {
    padding: 40px 0 75px;
    text-align: center;
    color: #fff;
    position: relative;
}
.l-message__curve-img,
.l-message__header {
    background: -webkit-gradient(linear, left top, right top, from(#014989), to(#138fb9));
    background: -webkit-linear-gradient(left, #014989, #138fb9);
    background: -o-linear-gradient(left, #014989 0, #138fb9 100%);
    background: linear-gradient(90deg, #014989 0, #138fb9);
}
.l-message__curve-img {
    width: 100%;
    margin-bottom: 100px;
}
.l-message__content {
    text-align: center;
}
.l-message__icon {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    position: absolute;
    bottom: -120px;
    left: -webkit-calc(50% - 82px);
    left: calc(50% - 82px);
}
.l-message__phones-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 75px;
}
.l-message__phones-section-icon {
    margin-bottom: 20px;
}
.l-message__button-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.l-message__button {
    margin-top: 35px;
}
.l-message__attention.e-p4 {
    text-align: center;
    margin-top: 16px;
    padding: 0 64px;
}
@media screen and (min-width: 768px) {
    .l-message__phones-section {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .l-message__phones-section-icon {
        margin-bottom: 0;
        margin-right: 20px;
    }
    .l-message__space-blank {
        width: 20px;
    }
}
@media screen and (min-width: 1280px) {
    .l-message__header {
        padding: 40px 0 0;
        background: #f2fbfc;
        color: #00aec7;
        text-align: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .l-message__curve-img {
        background: #f2fbfc;
        margin-bottom: 80px;
    }
    .l-message__icon {
        position: unset;
        margin-left: 50px;
    }
    .l-message__phones-section {
        margin-top: 50px;
    }
    .l-message__phones-section-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (min-width: 1360px) {
    .l-message__icon {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.p-apv-endless-confirm-ven__hr,
.p-apv-endless-confirm__hr {
    border-bottom: 1px solid #c1c7d5;
    margin-top: 60px;
}
.p-apv-endless-form .c-wizard__step-content {
    display: none;
}
.p-apv-endless-form__title {
    color: #0057c2;
    background: #e5eef8;
    padding: 20px 0;
}
.p-apv-endless-form__modal-icon {
    height: 48px;
    width: 48px;
    fill: #0057c2;
}
.s-amount-retire {
    position: relative;
}
.s-amount-retire__container {
    padding: 40px 0 150px;
}
.s-amount-retire__form .e-form-group__title {
    margin-bottom: 16px;
}
.s-amount-retire__form .c-radiocard__container,
.s-amount-retire__form .c-radiocard__item {
    width: 100%;
}
.s-amount-retire__form-alert {
    padding: 20px 24px;
    border: 1px solid #c1c7d5;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    margin-top: 10px;
}
.s-amount-retire__form-alert:after,
.s-amount-retire__form-alert:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}
.s-amount-retire__form-alert:before {
    left: -14px;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-right: 14px solid #c1c7d5;
}
.s-amount-retire__form-alert:after {
    left: -13px;
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
    border-top: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid rgba(0, 0, 0, 0);
    border-right: 14px solid #fff;
}
.s-amount-retire__resume {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
    box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
    width: 100%;
    background: #fff;
    padding: 28px 0;
}
.s-amount-retire__resume-item {
    width: 50%;
    text-align: center;
}
.s-amount-retire__resume-item:first-child {
    border-right: 1px solid #c1c7d5;
}
.s-amount-retire__resume-item:last-child .e-h6 {
    color: #00aec7;
}
.s-amount-retire__modal-confirm-detail {
    text-align: left;
    margin-top: 16px;
}
.s-amount-retire__modal-confirm-detail-text {
    border-bottom: 1px solid #c1c7d5;
    padding: 20px 0;
}
.s-amount-retire__modal-confirm-detail-text:last-child {
    border: none;
}
@media screen and (min-width: 768px) {
    .s-amount-retire__form .c-radiocard__item {
        width: 200px;
    }
    .s-amount-retire__resume {
        position: absolute;
        right: 0;
        top: 0;
        bottom: auto;
        left: auto;
        width: 240px;
        height: 100%;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 64px 44px;
    }
    .s-amount-retire__resume-item {
        width: 100%;
        text-align: left;
        padding: 20px 0;
    }
    .s-amount-retire__resume-item:first-child {
        border-right: none;
        border-bottom: 1px solid #c1c7d5;
    }
}
@media screen and (min-width: 1024px) {
    .s-amount-retire__resume {
        width: 308px;
    }
    .s-amount-retire__modal-max-amount {
        padding: 24px 0;
    }
}
.s-how-receive-money__container {
    padding: 40px 0 100px;
    overflow: hidden;
}
.s-how-receive-money__form .e-form-group__title {
    margin-bottom: 16px;
}
.s-how-receive-money__form .c-radiocard__container,
.s-how-receive-money__form .c-radiocard__item {
    width: 100%;
}
.s-how-receive-money__alert {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 580px;
}
.s-how-receive-money__alert-icon {
    width: 37px;
    height: 37px;
    margin-right: 13px;
    fill: #0057c2;
}
.s-how-receive-money__alert-text {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
}
.s-how-receive-money__form-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.s-how-receive-money__bbva-model {
    max-width: 500px;
}
.s-how-receive-money__bbva-model-title {
    margin: 32px 0;
}
@media screen and (min-width: 768px) {
    .s-how-receive-money__form .c-radiocard__item {
        width: 240px;
    }
    .s-how-receive-money__alert-icon {
        width: 43px;
        height: 43px;
        margin-right: 17px;
    }
    .s-how-receive-money__alert-text {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
    }
    .s-how-receive-money__form-buttons {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .s-how-receive-money__form-buttons .e-button {
        margin-right: 30px;
    }
}
@media screen and (min-width: 1024px) {
    .s-how-receive-money__subtitle {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
    }
}
.s-withdrawal-schedule {
    height: -webkit-calc(100% - 1px);
    height: calc(100% - 1px);
    flex-direction: column;
}
.s-withdrawal-schedule,
.s-withdrawal-schedule__body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.s-withdrawal-schedule__body {
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding: 64px 0;
}
.s-withdrawal-schedule__body-title {
    text-align: center;
}
.s-withdrawal-schedule__table {
    width: 100%;
    max-width: 700px;
    border: 1px solid #c1c7d5;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: 16px;
}
.s-withdrawal-schedule__table-title,
.s-withdrawal-schedule__table-tr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.s-withdrawal-schedule__table-tr {
    border-bottom: 1px solid #c1c7d5;
}
.s-withdrawal-schedule__table-tr:last-child {
    border-bottom: 0;
}
.s-withdrawal-schedule__table-td {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    text-align: center;
    padding: 12px 0;
}
.s-withdrawal-schedule__table-title-2 {
    padding: 8px 0;
    background: #0057c2;
}
.s-withdrawal-schedule__table-title,
.s-withdrawal-schedule__table-title-2 {
    color: #fff;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}
.s-withdrawal-schedule__table-title {
    background: #00aec7;
}
.s-withdrawal-schedule__table-title-2 ~ .s-withdrawal-schedule__table-title {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}
.s-withdrawal-schedule__footer {
    padding: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #0057c2;
    text-align: left;
}
.s-withdrawal-schedule__footer svg {
    height: 48px;
    width: 48px;
    fill: #fff;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 24px;
}
.s-withdrawal-schedule__table-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.s-withdrawal-schedule__table {
    margin-bottom: 64px;
}
.s-withdrawal-schedule__dni-container {
    position: relative;
}
.s-withdrawal-schedule__dni-container-text {
    position: absolute;
    top: 12px;
    right: 16px;
}
.s-withdrawal-schedule__dni-text {
    color: #d11346;
}
.s-withdrawal-schedule__dni-line {
    height: 30px;
    border-left: 1px solid #d11346;
    position: absolute;
    top: -32px;
    right: 20px;
}
.s-withdrawal-schedule__dni-line-text {
    font-size: 10px;
    position: absolute;
    top: -50px;
    right: -16px;
    width: 93px;
}
@media screen and (min-width: 1024px) {
    .s-withdrawal-schedule__footer {
        padding: 32px 0;
    }
    .s-withdrawal-schedule__table-td {
        padding: 8px 0;
    }
    .c-modal.c-modal__lg .c-modal__main {
        width: 75% !important;
    }
    .s-withdrawal-schedule__dni-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .s-withdrawal-schedule__table-container {
        width: 90%;
    }
}
@media screen and (min-width: 1280px) {
    .s-withdrawal-schedule__table-td {
        padding: 12px 0;
    }
    .s-withdrawal-schedule__body {
        padding: 80px 0;
    }
    .c-modal.c-modal__lg .c-modal__main {
        width: 85% !important;
    }
    .s-withdrawal-schedule__table-container {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .s-withdrawal-schedule__table-wrapper {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
    }
    .s-withdrawal-schedule__table {
        margin-bottom: 0;
        margin-top: 32px;
    }
    .s-withdrawal-schedule__dni-container {
        margin-left: 64px;
    }
    .s-withdrawal-schedule__dni-line {
        right: 26px;
    }
}
@media screen and (min-width: 1600px) {
    .s-withdrawal-schedule__table-td {
        padding: 18px 0;
    }
    .c-modal.c-modal__lg .c-modal__main {
        width: 75% !important;
    }
}
.p-edad-legal-confirm__content-hr {
    border-bottom: 1px solid #c1c7d5;
    margin: 25px 0;
}
@media screen and (min-width: 1280px) {
    .p-edad-legal-confirm__content-hr {
        margin: 40px 0;
    }
}
.s-contact-data-form__form-container {
    padding: 50px 0;
}
.s-contact-data-form__form-box {
    -webkit-box-shadow: 1px 1px 20px 2px rgba(46, 46, 46, 0.16);
    box-shadow: 1px 1px 20px 2px rgba(46, 46, 46, 0.16);
    padding: 40px 25px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.s-contact-data-form__tip-1 {
    margin: 0 0 10px;
}
.s-contact-data-form__button {
    margin-top: 30px;
}
@media screen and (min-width: 768px) {
    .s-contact-data-form__form-box {
        padding: 50px 25px;
    }
}
@media screen and (min-width: 1024px) {
    .s-contact-data-form__form-box {
        padding: 50px 60px;
    }
    .s-contact-data-form__button {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.s-beneficiaries-form {
    padding: 50px 0;
}
.s-beneficiaries-form__list {
    padding-left: 0;
}
.s-beneficiaries-form__list-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 10px 0;
}
.s-beneficiaries-form__list-icon {
    height: 27px;
    width: 27px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 15px;
    fill: #0057c2;
}
.s-beneficiaries-form__find-more {
    text-align: left;
    margin-left: 44px;
}
.s-beneficiaries-form__list-items {
    margin-top: 30px;
}
.s-beneficiaries-form__wrapper {
    position: relative;
}
.s-beneficiaries-form__close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}
.s-beneficiaries-form__close-icon svg {
    height: 40px;
    fill: #6a798b;
}
.s-beneficiaries-form__wrapper.is-hidden .s-beneficiaries-form__form-wrapper {
    display: none;
}
.s-beneficiaries-form__wrapper.is-hidden .s-beneficiaries-form__card-form-wrapper,
.s-beneficiaries-form__wrapper.is-visible .s-beneficiaries-form__form-wrapper {
    display: block;
}
.s-beneficiaries-form__wrapper.is-visible .s-beneficiaries-form__card-form-wrapper {
    display: none;
}
.s-beneficiaries-form__beneficiary-item {
    -webkit-box-shadow: 1px 1px 20px 2px rgba(46, 46, 46, 0.16);
    box-shadow: 1px 1px 20px 2px rgba(46, 46, 46, 0.16);
    margin-bottom: 20px;
    padding: 30px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.s-beneficiaries-form__beneficiary-item-text {
    color: #6a798b;
}
.s-beneficiaries-form__beneficiary-item-data {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    flex-wrap: wrap;
}
.s-beneficiaries-form__beneficiary-item-data,
.s-beneficiaries-form__beneficiary-item-data-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.s-beneficiaries-form__beneficiary-item-data-text {
    flex-wrap: wrap;
}
.s-beneficiaries-form__beneficiary-item-buttons {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.s-beneficiaries-form__beneficiary-item-buttons .e-button {
    height: 42.4px;
    width: 42.4px;
}
.s-beneficiaries-form__beneficiary-item-buttons .e-button:first-child {
    margin-right: 10px;
}
.s-beneficiaries-form__beneficiary-item-icon {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.s-beneficiaries-form__add-button-container {
    text-align: center;
    margin-top: 30px;
}
.s-beneficiaries-form__options-buttons-container {
    margin-top: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.s-beneficiaries-form__beneficiary-list {
    text-align: left;
    padding: 20px 0;
    border-bottom: 1px solid #c1c7d5;
}
.s-beneficiaries-form__beneficiary-list:last-child {
    border-bottom: 0;
}
.s-beneficiaries-form__beneficiaries-modal-title {
    margin: 10px 0;
}
.s-beneficiaries-form__beneficiaries-modal-icon {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.s-beneficiaries-form__beneficiaries-modal-buttons {
    margin-top: 50px;
}
.s-beneficiaries-form__beneficiaries-modal-buttons .e-button {
    margin: 0 20px;
}
@media screen and (min-width: 768px) {
    .s-beneficiaries-form__beneficiary-item {
        padding: 30px 50px;
    }
    .s-beneficiaries-form__find-more {
        text-align: center;
    }
    .s-beneficiaries-form__options-buttons-container {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .s-beneficiaries-form__options-buttons-container .e-button {
        margin: 0 15px;
    }
    .s-beneficiaries-form__beneficiaries-modal {
        width: 500px;
    }
}
@media screen and (min-width: 1024px) {
    .s-beneficiaries-form__content {
        padding-left: 20px;
    }
    .s-beneficiaries-form__find-more {
        text-align: left;
    }
    .s-beneficiaries-form__beneficiary-item-icon {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .s-beneficiaries-form__beneficiary-item-buttons {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .s-beneficiaries-form__beneficiary-item-buttons .e-button {
        height: 53px;
        width: 53px;
    }
    .s-beneficiaries-form__beneficiary-item-buttons .e-button:first-child {
        margin-right: 20px;
    }
    .s-beneficiaries-form__beneficiary-item-icon-1:hover circle {
        fill: #e5eef8;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .s-beneficiaries-form__beneficiary-item-icon-2:hover circle {
        fill: #edeeef;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .s-beneficiaries-form__beneficiaries-modal-icon {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@media screen and (min-width: 1280px) {
    .s-beneficiaries-form__beneficiaries-modal {
        padding: 45px 0;
    }
}
@media screen and (min-width: 1600px) {
    .s-beneficiaries-form__list-items {
        margin-top: 45px;
    }
}
.s-beneficiarie-form__box-form {
    -webkit-box-shadow: 1px 1px 20px 2px rgba(46, 46, 46, 0.16);
    box-shadow: 1px 1px 20px 2px rgba(46, 46, 46, 0.16);
    padding: 50px 25px 0;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.s-beneficiarie-form__button-container {
    padding: 0 15px 30px;
}
.s-beneficiarie-form__radio-container .c-radiocard__container {
    width: 100%;
}
.s-beneficiarie-form__radio-container .e-form-group__title {
    margin-bottom: 15px;
}
.s-beneficiarie-form__modal-content {
    margin-top: 20px;
}
@media screen and (min-width: 768px) {
    .s-beneficiarie-form__radio-container .c-radiocard__container.column .c-radiocard__item {
        margin: 0 12px 15px;
    }
}
@media screen and (min-width: 1024px) {
    .s-beneficiarie-form__box-form {
        padding: 50px;
    }
}
@media screen and (min-width: 1280px) {
    .s-beneficiarie-form__radio-container .c-radiocard__container.column .c-radiocard__item {
        margin: 0 10px;
        min-width: 150px;
    }
    .s-beneficiarie-form__button-container {
        margin-top: 20px;
        padding: 0 15px;
    }
}
@media screen and (min-width: 1360px) {
    .s-beneficiarie-form__tip {
        margin-bottom: 10px;
        display: block;
    }
    .s-beneficiarie-form__radio-container .c-radiocard__container.column .c-radiocard__item {
        min-width: 180px;
    }
}
.p-edad-legal-inprogress__title {
    padding: 0 15px;
}
@media screen and (min-width: breakpoints-md) {
    .p-edad-legal-inprogress__title {
        padding: 0;
    }
}
.s-edad-legal-header {
    padding-top: 40px;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#014989), to(#138fb9));
    background: -webkit-linear-gradient(left, #014989, #138fb9);
    background: -o-linear-gradient(left, #014989 0, #138fb9 100%);
    background: linear-gradient(90deg, #014989 0, #138fb9);
    color: #fff;
    position: relative;
}
.s-edad-legal-header__curve-img {
    width: 100%;
    margin-bottom: -3px;
    margin-top: 70px;
}
.s-edad-legal-header__icon {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    position: absolute;
    bottom: -106px;
    left: -webkit-calc(50% - 78px);
    left: calc(50% - 78px);
}
@media screen and (min-width: 1024px) {
    .s-edad-legal-header {
        background: #f2fbfc;
        color: #00aec7;
        text-align: left;
    }
    .s-edad-legal-header__container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .s-edad-legal-header__icon {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        position: unset;
        margin-left: 125px;
    }
    .s-edad-legal-header__curve-img {
        margin-top: 0;
    }
}
.s-edad-legal-options {
    text-align: center;
    padding: 125px 0 30px;
}
.s-edad-legal-options__title {
    margin-bottom: 10px;
}
.s-edad-legal-options__collapse-title {
    text-align: left;
}
.s-edad-legal-options__options-card-component-cls-1:before {
    left: 129px;
}
.s-edad-legal-options__options-card-component-cls-1:after {
    left: 130px;
}
.s-edad-legal-options__options-card-component-cls-2:before {
    left: -webkit-calc(50% - 11px);
    left: calc(50% - 11px);
}
.s-edad-legal-options__options-card-component-cls-2:after {
    left: -webkit-calc(50% - 10px);
    left: calc(50% - 10px);
}
.s-edad-legal-options__options-card-component-cls-3:before {
    right: 129px;
}
.s-edad-legal-options__options-card-component-cls-3:after {
    right: 130px;
}
.s-edad-legal-options__option-text {
    text-align: left;
}
.s-edad-legal-options__tip-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}
.s-edad-legal-options__tip-icon {
    height: 49px;
    width: 33px;
    margin-right: 25px;
    fill: #0057c2;
}
.s-edad-legal-options__tip-text {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    text-align: left;
}
.s-edad-legal-options__tip-text-link {
    color: #0057c2;
    text-decoration: underline;
}
.s-edad-legal-options__tip-text-link:hover {
    color: #013a81;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    .s-edad-legal-options__tip-text {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
}
@media screen and (min-width: 1024px) {
    .s-edad-legal-options {
        padding: 80px 0 30px;
    }
    .s-edad-legal-options__tip-section {
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}
@media screen and (min-width: 1280px) {
    .s-edad-legal-options {
        padding: 90px 0 30px;
    }
    .s-edad-legal-options.e-container {
        width: 90%;
    }
    .s-edad-legal-options__title .e-h3 {
        font-size: 40px;
        line-height: 1;
    }
    .s-edad-legal-options__tip-section {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px;
    }
    .s-edad-legal-options__hr {
        margin-top: 20px;
        border-bottom: 1px solid #c1c7d5;
    }
    .s-edad-legal-options__hr.isOpened {
        margin-top: 40px;
    }
}
@media screen and (min-width: 1600px) {
    .s-edad-legal-options.e-container {
        width: 85%;
    }
}
@media screen and (min-width: 1920px) {
    .s-edad-legal-options.e-container {
        width: 80%;
    }
}
.c-accordion-section {
    padding: 5px 10px;
    border-bottom: 1px solid #c1c7d5;
}
.c-accordion-section__card-mod {
    border-bottom: 0;
    -webkit-box-shadow: 0 0 5px rgba(127, 128, 128, 0.33);
    box-shadow: 0 0 5px rgba(127, 128, 128, 0.33);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin: 20px 0;
    padding: 15px 20px;
    -webkit-transform: scale(0.99);
    -ms-transform: scale(0.99);
    transform: scale(0.99);
}
.c-accordion-section__card-mod,
.c-accordion-section__card-mod:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.c-accordion-section__card-mod:hover {
    -webkit-box-shadow: 1px 1px 20px 2px rgba(46, 46, 46, 0.16);
    box-shadow: 1px 1px 20px 2px rgba(46, 46, 46, 0.16);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.c-accordion-section__content-container {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 16px;
}
.c-accordion-section__title {
    cursor: pointer;
    padding: 16px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-accordion-section__index {
    min-width: 30px;
}
.c-accordion-section__label {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
}
.c-accordion-section__icon-container {
    float: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-accordion-section__icon {
    margin-left: 8px;
    max-height: 40px;
}
.c-accordion-section__icon svg {
    height: 15px;
    width: 15px;
}
.c-accordion-section__icon.c-accordion-section__icon-up svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
    .c-accordion-section__card-mod {
        padding: 15px 45px;
    }
}
.s-terms-conditions {
    padding: 50px 0;
}
.s-terms-conditions li {
    list-style: disc;
    margin-bottom: 18px;
}
.s-terms-conditions .e-button--link {
    text-decoration: underline;
    border-bottom: 0;
}
.s-terms-conditions__checkbox-container {
    margin-bottom: 30px;
}
.s-terms-conditions__buttons-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media screen and (min-width: 1024px) {
    .s-terms-conditions__checkbox-container {
        margin: 0 auto 30px;
        width: 300px;
    }
    .s-terms-conditions__buttons-container {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .s-terms-conditions__buttons-container .e-button {
        margin: 0 15px;
    }
}
.p-edad-legal-form .c-wizard__step-content {
    display: none;
}
.p-edad-legal-form__title {
    color: #0057c2;
    background: #e5eef8;
    padding: 20px 0;
}
.c-options-card__cards-container {
    -ms-flex-align: center;
    padding: 30px 0;
    margin: 0 -15px;
}
.c-options-card__card,
.c-options-card__cards-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.c-options-card__card {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 25px 35px;
    margin: 0 15px;
    -webkit-box-shadow: 1px 1px 20px 2px rgba(145, 182, 218, 0.48);
    box-shadow: 1px 1px 20px 2px rgba(145, 182, 218, 0.48);
    text-align: left;
    border-left: 4px solid #00aec7;
    -ms-flex-align: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transform: scale(0.99);
    -ms-transform: scale(0.99);
    transform: scale(0.99);
}
.c-options-card__card,
.c-options-card__card:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.c-options-card__card:hover {
    -webkit-box-shadow: 1px 1px 32px 4px rgba(145, 182, 218, 0.48);
    box-shadow: 1px 1px 32px 4px rgba(145, 182, 218, 0.48);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.c-options-card__card span {
    pointer-events: none;
}
.c-options-card__card svg {
    height: 16px;
    fill: #4c5662;
}
.c-options-card__card.active {
    border-left: none;
    background: #00aec7;
    color: #fff;
}
.c-options-card__card.active svg {
    height: 16px;
    fill: #fff;
}
.c-options-card__card.active:hover {
    -webkit-box-shadow: 1px 1px 20px 2px rgba(145, 182, 218, 0.48);
    box-shadow: 1px 1px 20px 2px rgba(145, 182, 218, 0.48);
    -webkit-transform: scale(0.99);
    -ms-transform: scale(0.99);
    transform: scale(0.99);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.c-options-card__card-sign {
    padding: 0 25px;
}
.c-options-card__card-sign svg {
    height: 16px;
    fill: #00aec7;
}
.c-options-card__content-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.c-options-card__content-box {
    border: 1px solid #c1c7d5;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    padding: 45px;
    width: 100%;
    -webkit-animation: FadeInDownAnimation 0.9s;
    animation: FadeInDownAnimation 0.9s;
}
.c-options-card__content-box:before {
    content: "";
    position: absolute;
    top: -12px;
    width: 0;
    height: 0;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 12px solid #c1c7d5;
    border-right: 11px solid rgba(0, 0, 0, 0);
}
.c-options-card__content-box:after {
    content: "";
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid #fff;
    border-right: 10px solid rgba(0, 0, 0, 0);
    z-index: 9;
}
@media screen and (min-width: 1600px) {
    .c-options-card__cards-container {
        padding: 30px 60px;
    }
    .c-options-card__content-container {
        padding: 0 60px;
    }
}
@media screen and (min-width: 1920px) {
    .c-options-card__card {
        padding: 30px 35px;
    }
}
.s-edad-legal-procedure-steps {
    text-align: center;
    padding: 50px 0;
}
.s-edad-legal-procedure-steps__title {
    margin-bottom: 40px;
}
.s-edad-legal-procedure-steps__step-box {
    border: 1px solid #c1c7d5;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 70px 30px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transform: scale(0.99);
    -ms-transform: scale(0.99);
    transform: scale(0.99);
}
.s-edad-legal-procedure-steps__step-box.active {
    border: 2px solid #00aec7;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.s-edad-legal-procedure-steps__step-box-icon {
    margin-bottom: 20px;
}
.s-edad-legal-procedure-steps__step-box-text {
    padding: 20px 0;
}
.s-edad-legal-procedure-steps__step-box-text.pb-0 {
    padding: 20px 0 0;
}
.s-edad-legal-procedure-steps__step-box-badge {
    position: absolute;
    width: 100px;
    top: 20px;
    left: 0;
    background: #00aec7;
    color: #fff;
    padding: 12px 0;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.s-edad-legal-procedure-steps__disclaimer {
    margin-top: 30px;
}
.s-edad-legal-procedure-steps__modal-content {
    padding: 24px 0;
}
@media screen and (min-width: 1024px) {
    .s-edad-legal-procedure-steps__container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -12px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .s-edad-legal-procedure-steps__step-box {
        -webkit-flex: 0 0 -webkit-calc(50% - 24px);
        -ms-flex: 0 0 calc(50% - 24px);
        flex: 0 0 calc(50% - 24px);
        margin: 0 12px 20px;
    }
    .s-edad-legal-procedure-steps__step-box.active:hover {
        -webkit-box-shadow: 1px 1px 32px 4px rgba(145, 182, 218, 0.48);
        box-shadow: 1px 1px 32px 4px rgba(145, 182, 218, 0.48);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .s-edad-legal-procedure-steps {
        padding: 50px 0 125px;
    }
    .s-edad-legal-procedure-steps__modal-content {
        padding: 40px 0;
        width: 420px;
    }
}
@media screen and (min-width: 1280px) {
    .s-edad-legal-procedure-steps.e-container {
        width: 94%;
    }
    .s-edad-legal-procedure-steps {
        padding: 60px 0 125px;
    }
    .s-edad-legal-procedure-steps__step-box {
        -webkit-flex: 1 1;
        -ms-flex: 1 1;
        flex: 1 1;
        margin: 0 6px;
        padding: 50px 30px;
    }
    .s-edad-legal-procedure-steps__title .e-h3 {
        font-size: 40px;
        line-height: 1;
    }
    .s-edad-legal-procedure-steps__step-box-icon {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        margin-bottom: 0;
    }
    .s-edad-legal-procedure-steps__step-box-badge {
        top: 16px;
        width: 96px;
        padding: 9px 0;
    }
    .s-edad-legal-procedure-steps__step-box-text {
        padding: 16px 0;
    }
    .s-edad-legal-procedure-steps__step-box-title.e-h5 {
        font-size: 22px;
        line-height: 26px;
    }
}
@media screen and (min-width: 1360px) {
    .s-edad-legal-procedure-steps__step-box {
        margin: 0 12px;
        padding: 60px 30px;
    }
    .s-edad-legal-procedure-steps__step-box-icon {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        margin-bottom: 20px;
    }
    .s-edad-legal-procedure-steps__step-box-badge {
        padding: 12px 0;
        width: 100px;
    }
}
@media screen and (min-width: 1600px) {
    .s-edad-legal-procedure-steps.e-container {
        width: 85%;
    }
}
@media screen and (min-width: 1920px) {
    .s-edad-legal-procedure-steps__step-box {
        padding: 100px 30px;
    }
    .s-edad-legal-procedure-steps__step-box-title.e-h5 {
        font-size: 26px;
        line-height: 30px;
    }
}
.p-edad-legal-secondstep__title {
    margin-bottom: 40px;
}
.p-edad-legal-secondstep__list {
    text-align: left;
    padding-left: 0;
}
.p-edad-legal-secondstep__list-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.p-edad-legal-secondstep__list-icon {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 20px;
}
.p-edad-legal-secondstep__link {
    color: #0057c2;
    cursor: pointer;
}
.p-edad-legal-secondstep__link:hover {
    color: #013a81;
}
.p-edad-legal-secondstep__agency-name {
    text-transform: capitalize;
}
.p-user-update-mail__header {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#014989), to(#138fb9));
    background: -webkit-linear-gradient(left, #014989, #138fb9);
    background: -o-linear-gradient(left, #014989 0, #138fb9 100%);
    background: linear-gradient(90deg, #014989 0, #138fb9);
    opacity: 0.94;
    padding: 50px 0;
    text-align: center;
    width: 100%;
}
.p-user-update-mail__header-title {
    margin-bottom: 20px;
    text-transform: capitalize;
}
.p-user-update-mail__form {
    margin-top: 20px;
    max-width: 480px;
}
.p-user-update-mail__form-button {
    margin: 0 auto;
}
@media screen and (min-width: 1280px) {
    .p-user-update-mail .l-dashboard__content-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: -webkit-calc(100vh - 65px);
        height: calc(100vh - 65px);
    }
    .p-user-update-mail__header {
        background: none;
        color: #4c5662;
        padding: 0;
        margin-bottom: 40px;
    }
    .p-user-update-mail__header-title {
        text-transform: none;
    }
}
.p-withdrawal-confirm__tip {
    border-left: 4px solid #0057c2;
    background: #e5eef8;
    padding: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    text-align: left;
    color: #0057c2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.p-withdrawal-confirm__tip svg {
    height: 30px;
    width: 30px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 16px;
}
@media screen and (min-width: 1280px) {
    .p-withdrawal-confirm__content {
        padding: 0 72px;
    }
    .p-withdrawal-confirm__tip {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
.p-withdrawal-disabled-form .c-wizard__step-content {
    display: none;
}
.p-withdrawal-disabled-form__title {
    background: #e5eef8;
    padding: 24px 32px;
    color: #0057c2;
}
.p-withdrawal-disabled-form__modal-icon {
    height: 54px;
    width: 54px;
    margin-bottom: 24px;
}
.s-verify-contact-data__container {
    padding: 40px 0 100px;
}
.s-verify-contact-data__form .e-form-group__title {
    margin-bottom: 16px;
}
.s-verify-contact-data__form-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media screen and (min-width: 768px) {
    .s-verify-contact-data__form-buttons {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .s-verify-contact-data__form-buttons .e-button {
        margin-right: 30px;
    }
}
.s-receiver-personal-data {
    padding: 40px 0 64px;
}
.s-receiver-personal-data__subtitle {
    margin-top: 16px;
    color: #6a798b;
}
@media screen and (min-width: 1280px) {
    .s-receiver-personal-data__buttons-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .s-receiver-personal-data__buttons-container .e-button {
        margin-right: 32px;
    }
}
.s-receiver-address {
    padding: 40px 0 64px;
}
@media screen and (min-width: 1280px) {
    .s-receiver-address__buttons-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .s-receiver-address__buttons-container .e-button {
        margin-right: 32px;
    }
}
.s-how-receive-money {
    padding: 40px 0 64px;
}
.s-how-receive-money .c-radiocard__container.column {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .s-how-receive-money .c-radiocard__container.column .c-radiocard__item {
        margin: 8px 12px;
    }
}
@media screen and (min-width: 1280px) {
    .s-how-receive-money__buttons-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .s-how-receive-money__buttons-container .e-button {
        margin-right: 32px;
    }
}
.s-resume-disabled-form {
    padding: 40px 0 64px;
}
.s-resume-disabled-form__numeration {
    width: 33px;
    height: 33px;
    border: 1px solid #0057c2;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #0057c2;
    margin-right: 16px;
}
.s-resume-disabled-form__items-container,
.s-resume-disabled-form__numeration {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.s-resume-disabled-form__items-content {
    margin-bottom: 64px;
}
.s-resume-disabled-form__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #c1c7d5;
    padding: 24px 0;
}
@media screen and (min-width: 1280px) {
    .s-resume-disabled-form__items-wrapper-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -24px;
    }
    .s-resume-disabled-form__items-wrapper {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 24px;
        margin-bottom: 32px;
    }
    .s-resume-disabled-form__items-content {
        margin-bottom: 0;
    }
    .s-resume-disabled-form__items-box {
        padding: 40px 32px;
        -webkit-box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
        box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }
    .s-resume-disabled-form__buttons-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .s-resume-disabled-form__buttons-container .e-button {
        margin-right: 32px;
    }
}
.p-withdrawal-foreign-form .c-wizard__step-content {
    display: none;
}
.p-withdrawal-foreign-form__title {
    background: #e5eef8;
    padding: 24px 32px;
    color: #0057c2;
}
.p-withdrawal-foreign-form__modal-icon {
    height: 54px;
    width: 54px;
    margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
    .p-withdrawal-foreign-form__modal {
        width: 400px;
    }
}
.s-verify-foreign-contact-data {
    padding: 40px 0 64px;
}
.s-verify-foreign-contact-data__form-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media screen and (min-width: 1280px) {
    .s-verify-foreign-contact-data__form-buttons .e-button {
        margin-right: 30px;
    }
}
.s-how-receive-money-foreign {
    padding: 40px 0 64px;
}
.s-how-receive-money-foreign .e-form-header__subtitle,
.s-how-receive-money-foreign__header-text {
    margin-top: 32px;
}
.s-how-receive-money-foreign__header-text-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
}
.s-how-receive-money-foreign__header-text-item svg {
    margin-right: 16px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.s-how-receive-money-foreign__alert {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #e5eef8;
    padding: 16px 24px;
    border-left: 4px solid #0057c2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #0057c2;
    margin-bottom: 28px;
}
.s-how-receive-money-foreign__alert-icon {
    margin-right: 16px;
}
.s-how-receive-money-foreign__alert-text {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
    .s-how-receive-money-foreign__form .c-radiocard__container.column .c-radiocard__item {
        width: 280px;
    }
}
@media screen and (min-width: 1280px) {
    .s-how-receive-money-foreign__form-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 32px -32px 0;
    }
    .s-how-receive-money-foreign__form-item-container {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 32px;
        margin-bottom: 32px;
    }
    .s-how-receive-money-foreign__form-item-card {
        -webkit-box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
        box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
        padding: 24px 40px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        height: 100%;
    }
    .s-how-receive-money-foreign__section-title {
        margin-top: 40px;
    }
    .s-how-receive-money-foreign__buttons-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .s-how-receive-money-foreign__buttons-container .e-button {
        margin-right: 32px;
    }
    .s-how-receive-money-foreign__alert {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px;
    }
    .s-how-receive-money-foreign__alert-icon {
        margin-bottom: 20px;
    }
}
.s-foreign-bank .c-radiocard__container {
    width: 100%;
}
.s-foreign-bank__container {
    padding: 40px 0 64px;
}
.s-foreign-bank__buttons-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.s-foreign-bank__alert {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #e5eef8;
    padding: 16px 24px;
    border-left: 4px solid #0057c2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #0057c2;
    margin-bottom: 28px;
}
.s-foreign-bank__alert-icon {
    margin-right: 16px;
}
.s-foreign-bank__alert-text {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
}
@media screen and (min-width: 1280px) {
    .s-foreign-bank .c-radiocard__item {
        min-width: 140px;
    }
    .s-foreign-bank__form-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 32px -32px 0;
    }
    .s-foreign-bank__form-item-container {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 32px;
        margin-bottom: 32px;
    }
    .s-foreign-bank__form-item-card {
        -webkit-box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
        box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
        padding: 24px 40px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        height: 100%;
    }
    .s-foreign-bank__buttons-container .e-button {
        margin-right: 30px;
    }
    .s-foreign-bank__alert {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px;
    }
    .s-foreign-bank__alert-icon {
        margin-bottom: 20px;
    }
}
.s-resume-foreign-form {
    padding: 40px 0 64px;
}
.s-resume-foreign-form__numeration {
    width: 33px;
    height: 33px;
    border: 1px solid #0057c2;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #0057c2;
    margin-right: 16px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.s-resume-foreign-form__items-container,
.s-resume-foreign-form__numeration {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-resume-foreign-form__items-container {
    -ms-flex-align: center;
}
.s-resume-foreign-form__items-content {
    margin-bottom: 64px;
}
.s-resume-foreign-form__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #c1c7d5;
    padding: 24px 0;
}
@media screen and (min-width: 1280px) {
    .s-resume-foreign-form__items-wrapper-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -24px;
    }
    .s-resume-foreign-form__items-wrapper {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 24px;
        margin-bottom: 32px;
    }
    .s-resume-foreign-form__items-content {
        margin-bottom: 0;
    }
    .s-resume-foreign-form__items-box {
        padding: 40px 32px;
        -webkit-box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
        box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
        -webkit-border-radius: 8px;
        border-radius: 8px;
        height: 100%;
    }
    .s-resume-foreign-form__buttons-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .s-resume-foreign-form__buttons-container .e-button {
        margin-right: 32px;
    }
}
.p-dashboard-detail__slider {
    background: -webkit-gradient(linear, left top, right top, from(#014989), to(#138fb9));
    background: -webkit-linear-gradient(left, #014989, #138fb9);
    background: -o-linear-gradient(left, #014989 0, #138fb9 100%);
    background: linear-gradient(90deg, #014989 0, #138fb9);
    padding: 10px 0 24px;
}
.p-dashboard-detail__slider-container {
    white-space: nowrap;
    overflow-x: auto;
}
.p-dashboard-detail__slider-item {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 16px 24px;
    position: relative;
    margin-left: 16px;
    min-width: 230px;
    background: hsla(0, 0%, 100%, 0.0621);
    border: 1px solid hsla(0, 0%, 100%, 0.23);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.p-dashboard-detail__slider-item:first-child {
    margin-left: 0;
}
.p-dashboard-detail__slider-item.isActive,
.p-dashboard-detail__slider-item:hover {
    background: #fff;
    color: #4c5662;
    border: none;
    border-left: 3px solid #00aec7;
    padding: 17px 24px;
}
.p-dashboard-detail__message-no-transactions {
    text-align: center;
    padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
    .p-dashboard-detail__slider-item {
        min-width: 270px;
    }
}
@media screen and (min-width: 1280px) {
    .p-dashboard-detail__slider-container {
        overflow-x: initial;
    }
    .p-dashboard-detail__slider {
        background: #f2f6fc;
        padding: 48px 0;
    }
    .p-dashboard-detail__slider-back {
        display: inline-block;
        margin-bottom: 16px;
        color: #0057c2;
    }
    .p-dashboard-detail__slider-back-icon {
        width: 7px;
        height: 12px;
        fill: #0057c2;
        margin-right: 8px;
    }
    .p-dashboard-detail__slider-item {
        background: #fff;
        color: #4c5662;
        border: none;
        border-left: 3px solid #00aec7;
        position: relative;
        margin-left: 24px;
        -webkit-box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
        box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
        -webkit-transform: scale(0.99);
        -ms-transform: scale(0.99);
        transform: scale(0.99);
        min-width: 285px;
    }
    .p-dashboard-detail__slider-item:first-child {
        margin-left: 0;
    }
    .p-dashboard-detail__slider-item .p-dashboard-detail__slider-item-icon {
        fill: #4c5662;
    }
    .p-dashboard-detail__slider-item.isActive {
        background: #00aec7;
        color: #fff;
        padding: 16px 24px;
    }
    .p-dashboard-detail__slider-item.isActive .p-dashboard-detail__slider-item-icon {
        fill: #fff;
    }
    .p-dashboard-detail__slider-item.isActive:hover {
        -webkit-box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
        box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
        -webkit-transform: scale(0.99);
        -ms-transform: scale(0.99);
        transform: scale(0.99);
    }
    .p-dashboard-detail__slider-item:hover {
        padding: 16px 24px;
        -webkit-box-shadow: 1px 1px 20px 2px rgba(145, 182, 218, 0.48);
        box-shadow: 1px 1px 20px 2px rgba(145, 182, 218, 0.48);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .p-dashboard-detail__slider-item-icon {
        width: 6.9px;
        height: 12.67px;
        position: absolute;
        right: 24px;
        top: -webkit-calc(50% - 3px);
        top: calc(50% - 3px);
    }
    .p-dashboard-detail__message-no-transactions {
        padding: 60px 0 40px;
    }
}
@media screen and (min-width: 1360px) {
    .p-dashboard-detail__slider-item {
        min-width: 300px;
    }
}
.s-accounts__container {
    padding: 40px 0;
}
.s-accounts__title {
    padding-left: 16px;
    text-align: left;
    margin-bottom: 12px;
    position: relative;
}
.s-accounts__title:after {
    content: "";
    width: 3px;
    height: 100%;
    background: #00aec7;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.s-accounts__back {
    display: inline-block;
    margin-bottom: 16px;
    color: #0057c2;
}
.s-accounts__back:hover .s-accounts__back-icon {
    fill: #013a81;
}
.s-accounts__back-icon {
    width: 7px;
    height: 12px;
    fill: #0057c2;
    margin-right: 8px;
}
.s-accounts__sub-total-container {
    padding: 16px 0;
    border-bottom: 1px solid #c1c7d5;
}
.s-accounts__sub-total-container.isTotal {
    color: #0057c2;
}
.s-accounts__sub-total-container.isTotal .s-accounts__sub-total-icon path {
    fill: #0057c2;
}
.s-accounts__sub-total {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.s-accounts__sub-total sup {
    top: -4px;
    margin-right: 3px;
}
.s-accounts__sub-total-icon {
    margin-right: 16px;
}
.s-accounts__sub-total-icon path {
    fill: #6a798b;
}
.s-accounts__sub-total-detail {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.s-accounts__footer {
    margin-top: 16px;
}
.s-accounts__minus {
    font-size: 30px;
}
.s-accounts__button,
.s-accounts__sign-big {
    display: none;
}
@media screen and (min-width: 1280px) {
    .s-accounts__container {
        padding: 68px 0 44px;
        position: relative;
    }
    .s-accounts__container:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 5%;
        width: 90%;
        height: 1px;
        background: #c1c7d5;
    }
    .s-accounts__wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .s-accounts__sub-total,
    .s-accounts__sub-total-detail {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .s-accounts__sub-total svg {
        margin: 0;
    }
    .s-accounts__sub-total-container {
        border: none;
        padding: 0;
        margin: 0 24px;
    }
    .s-accounts__sub-total-amount {
        font-family: fs_joeymedium;
        font-weight: 500;
        margin: 0;
        font-size: 22px;
    }
    .s-accounts__sub-total-detail span {
        padding-top: 8px;
        font-size: 16px;
        line-height: 20px;
    }
    .s-accounts__sign-big {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #00aec7;
    }
    .s-accounts__button {
        display: block;
        margin-left: auto;
        margin-bottom: 40px;
    }
    .s-account-subtitle {
        padding-bottom: 16px;
    }
    .s-accounts__title {
        border: none;
        text-align: center;
        padding: 0;
        margin-bottom: 40px;
    }
    .s-accounts__subtitle,
    .s-accounts__title:after {
        display: none;
    }
    .s-accounts__sub-total-detail span {
        font-size: 22px;
    }
    .s-accounts__sub-total-amount,
    .s-accounts__total-amount {
        font-size: 28px;
        margin-top: 4px;
    }
    .s-accounts__sub-total-amount sup,
    .s-accounts__total-amount sup {
        top: -6px;
    }
    .s-accounts__sub-total-container {
        padding: 0 8px;
        margin: 0 16px;
        overflow: hidden;
    }
    .s-accounts__sub-total-container.isTotal {
        position: relative;
        cursor: pointer;
    }
    .s-accounts__sub-total-container.isTotal:hover {
        color: #013a81;
    }
    .s-accounts__sub-total-container.isTotal:hover .s-accounts__sub-total-icon path {
        fill: #013a81;
    }
    .s-accounts__sub-total-container.isTotal:hover .s-accounts__sub-total-container-arrow {
        right: 5px;
    }
    .s-accounts__sub-total-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .s-accounts__sub-total-container-arrow {
        position: absolute;
        top: 40px;
        right: -50px;
        width: 10px;
        height: 20px;
        fill: #013a81;
        -webkit-transition: 0.2s linear;
        -o-transition: 0.2s linear;
        transition: 0.2s linear;
    }
    .s-accounts__disclaimer {
        margin-top: 24px;
        text-align: center;
    }
}
@media screen and (min-width: 1360px) {
    .s-accounts__sub-total-container {
        margin: 0 32px;
    }
}
@media screen and (min-width: 1600px) {
    .s-header__sup {
        top: -1.3em;
    }
    .s-accounts__sub-total-container {
        margin: 0 40px;
    }
    .s-accounts__sub-total-amount,
    .s-accounts__total-amount {
        margin-top: 2px;
    }
}
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(300%, 0, 0);
        transform: translate3d(300%, 0, 0);
        right: -88px;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        right: -16px;
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(300%, 0, 0);
        transform: translate3d(300%, 0, 0);
        right: -88px;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        right: -16px;
    }
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        right: -16px;
    }
    to {
        -webkit-transform: translate3d(300%, 0, 0);
        transform: translate3d(300%, 0, 0);
        right: -88px;
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        right: -16px;
    }
    to {
        -webkit-transform: translate3d(300%, 0, 0);
        transform: translate3d(300%, 0, 0);
        right: -88px;
    }
}
.p-dashboard {
    text-align: center;
}
.p-dashboard__header-container {
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#014989), to(#138fb9));
    background: -webkit-linear-gradient(left, #014989, #138fb9);
    background: -o-linear-gradient(left, #014989 0, #138fb9 100%);
    background: linear-gradient(90deg, #014989 0, #138fb9);
    color: #fff;
    position: relative;
    z-index: 30;
}
.p-dashboard__header-amount {
    margin-bottom: 12px;
}
.p-dashboard__header-curve {
    background: -webkit-gradient(linear, left top, right top, from(#014989), to(#138fb9));
    background: -webkit-linear-gradient(left, #014989, #138fb9);
    background: -o-linear-gradient(left, #014989 0, #138fb9 100%);
    background: linear-gradient(90deg, #014989 0, #138fb9);
    width: 100%;
    height: 100px;
    position: relative;
}
.p-dashboard__header-curve-img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.p-dashboard__amount-currency {
    margin-right: 5px;
    top: -0.7em;
}
.p-dashboard__button {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 30;
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 19px 0;
    line-height: 22px;
}
.p-dashboard__hr {
    height: 24px;
    border-left: 1px solid #d8d8d8;
}
.p-dashboard__dropdown-container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.p-dashboard__dropdown-icon {
    width: 12px;
    height: 12px;
    fill: #fff;
    margin-left: 8px;
}
.c-dropdown {
    position: absolute;
    z-index: 1;
    background: #fff;
    color: #4c5662;
    width: 250px;
    top: 40px;
    right: -16px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 10px 0 rgba(46, 46, 46, 0.17);
    box-shadow: 1px 1px 10px 0 rgba(46, 46, 46, 0.17);
}
.c-dropdown:before {
    content: "";
    width: 0;
    height: 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    border-style: solid;
    border-width: 0 10px 12px;
    position: absolute;
    right: 12px;
    top: -12px;
}
.c-dropdown__item {
    padding: 16px 24px;
    border-bottom: 1px solid #c1c7d5;
}
.c-dropdown__item:last-child {
    border-bottom: 0;
}
.p-dashboard__header-button {
    margin-top: 8px;
}
.p-dashboard__25 {
    margin-top: 36px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    padding: 16px 0;
}
.p-dashboard__25,
.p-dashboard__25.isMultipleProducts {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.p-dashboard__25.isMultipleProducts {
    padding: 0;
    background: none;
}
.p-dashboard__25.isMultipleProducts .p-dashboard__25-text {
    padding: 12px 14px;
    margin: 0 4px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
}
.p-dashboard__25.isMultipleProducts .p-dashboard__hr {
    display: none;
}
.p-dashboard__25-text {
    text-align: left;
    margin: 0 auto;
}
@media screen and (min-width: 375px) {
    .p-dashboard__25.isMultipleProducts .p-dashboard__25-text {
        padding: 16px 20px;
    }
    .p-dashboard__25.isMultipleProducts .p-dashboard__dropdown-icon {
        margin-left: 16px;
    }
}
@media screen and (min-width: 768px) {
    .p-dashboard__footer {
        background: #fff;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 30;
        width: 100%;
        padding: 19px 0;
        text-align: center;
        border-top: 1px solid #c1c7d5;
    }
    .p-dashboard__footer a {
        margin-left: 20px;
    }
}
@media screen and (min-width: 1280px) {
    .p-dashboard__header-container {
        padding: 48px 0 24px;
        background: #f2f6fc;
        color: unset;
    }
    .p-dashboard__header-container.isMultipleProducts {
        z-index: 0;
    }
    .p-dashboard__header-curve {
        background: #f2f6fc;
        height: 75px;
    }
    .p-dashboard__amount-currency {
        top: -18px;
    }
    .p-dashboard__footer {
        z-index: 0;
        -webkit-transition: 0.3s cubic-bezier(0.72, 0, 0.19, 0.99);
        -o-transition: cubic-bezier(0.72, 0, 0.19, 0.99) 0.3s;
        transition: 0.3s cubic-bezier(0.72, 0, 0.19, 0.99);
    }
}
.s-one-product {
    margin-top: 48px;
    margin-bottom: 40px;
}
.s-one-product__title {
    text-align: left;
}
.s-one-product__detail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 0;
}
.s-one-product__detail:nth-child(2) {
    border-bottom: 1px solid #c1c7d5;
}
.s-one-product__detail-value {
    text-decoration: underline;
    cursor: pointer;
}
.s-one-product__detail-text {
    text-align: left;
}
@media screen and (min-width: 1280px) {
    .s-one-product {
        margin-top: 48px;
        margin-bottom: 48px;
        max-width: none;
        width: 90%;
    }
    .s-one-product__desktop {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
    }
    .s-one-product__desktop .e-card {
        -webkit-box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
        box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
    }
    .s-one-product__obl {
        width: 66%;
        padding: 56px;
    }
    .s-one-product__amount-sup {
        top: -18px;
    }
    .s-one-product__btn-detail {
        margin: 16px 0 48px;
    }
    .s-one-product__fund-commision {
        padding-top: 24px;
        border-top: 1px solid #c1c7d5;
    }
    .s-one-product__documents {
        width: 32%;
        padding: 56px 40px;
    }
    .s-one-product__documents-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 24px 0;
        cursor: pointer;
    }
    .s-one-product__documents-item:last-child {
        border-top: 1px solid #c1c7d5;
    }
    .s-one-product__documents-item.isDownload {
        pointer-events: none;
    }
    .s-one-product__documents-item.isDownload .s-one-product__documents-item-text {
        display: none;
    }
    .s-one-product__documents-item.isDownload .s-one-product__documents-item-loading {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .s-one-product__documents-item:hover {
        color: #013a81;
    }
    .s-one-product__documents-item:hover .s-one-product__documents-item-icon {
        fill: #013a81;
    }
    .s-one-product__documents-item-loading {
        display: none;
    }
    .s-one-product__documents-item-loading .c-spin {
        margin-left: 10px;
        width: 18px;
        height: 18px;
    }
    .s-one-product__documents-item-icon {
        width: 24px;
        height: 31px;
        margin-right: 20px;
        fill: #0057c2;
    }
    .s-one-product__documents-item-text {
        width: -webkit-calc(100% - 44px);
        width: calc(100% - 44px);
    }
}
@media screen and (min-width: 1024px) {
    .p-dashboard__modal-fund {
        width: 400px;
    }
}
.s-transactions {
    padding: 40px 0;
}
.s-transactions__title {
    padding-left: 16px;
    text-align: left;
    position: relative;
}
.s-transactions__title:after {
    content: "";
    width: 3px;
    height: 100%;
    background: #00aec7;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.s-transactions__table {
    border: 1px solid #c1c7d5;
    padding: 16px 20px 8px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    position: relative;
    margin-top: 28px;
}
.s-transactions__table-date {
    text-align: center;
}
.s-transactions__table-year {
    background-color: #00aec7;
    padding: 4px 14px;
    position: absolute;
    left: -1px;
    top: -1px;
    color: #fff;
    -webkit-border-top-right-radius: 17px;
    border-top-right-radius: 17px;
    -webkit-border-bottom-right-radius: 17px;
    border-bottom-right-radius: 17px;
}
.s-transactions__table-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #c1c7d5;
}
.s-transactions__table-row:last-child {
    border-bottom: 0;
}
.s-transactions__table-company {
    padding: 0 10px;
}
@media screen and (min-width: 1280px) {
    .s-transactions {
        padding: 100px 0 60px;
        max-width: 800px;
    }
    .s-transactions__title {
        padding: 0;
        border: 0;
        text-align: center;
        margin-bottom: 32px;
    }
    .s-transactions__title:after {
        display: none;
    }
    .s-transactions__table-desktop {
        -webkit-border-radius: 16px;
        border-radius: 16px;
        border: 1px solid #c1c7d5;
        overflow: hidden;
    }
    .s-transactions__table-header {
        padding: 16px 40px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #00aec7;
        background-color: #f2fbfc;
    }
    .s-transactions__table-header .s-transactions__table-amount {
        padding-right: 20px;
    }
    .s-transactions__table-date {
        width: 15%;
        text-align: left;
    }
    .s-transactions__table-amount {
        width: 15%;
        text-align: right;
    }
    .s-transactions__table-company,
    .s-transactions__table-month,
    .s-transactions__table-type {
        width: 23%;
        text-align: center;
    }
    .s-transactions__table-body {
        padding: 0 40px;
    }
    .s-transactions__table-row {
        padding: 24px 0;
    }
}
@media screen and (min-width: 1600px) {
    .s-transactions {
        max-width: 1000px;
    }
}
.s-multiple-products__container {
    position: relative;
    z-index: 20;
    margin-top: -70px;
    margin-bottom: 52px;
}
.s-multiple-products__item {
    -webkit-box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
    box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.s-multiple-products__item-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 24px 28px;
    border-bottom: 1px solid #c1c7d5;
    cursor: pointer;
}
.s-multiple-products__item-detail {
    text-align: left;
}
.s-multiple-products__item-icon {
    width: 8px;
    height: 16px;
    fill: #4c5662;
}
.s-multiple-products__item-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 16px 10px;
}
.s-multiple-products__item {
    margin-bottom: 16px;
}
.s-multiple-products__item-type-separator {
    height: 16px;
    width: 1px;
    background: #c1c7d5;
}
.s-multiple-products__item-type-separator:last-child {
    display: none;
}
@media screen and (min-width: 768px) {
    .s-multiple-products__item-type-separator {
        margin: 0 20px;
    }
}
@media screen and (min-width: 1280px) {
    .s-multiple-products__container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 0;
        margin-top: -60px;
        margin-bottom: 32px;
        width: 100%;
        max-width: 1050px;
    }
    .s-multiple-products__item {
        width: 32%;
        margin: 0 10px;
        border-left: 4px solid #00aec7;
        -webkit-transform: scale(0.99);
        -ms-transform: scale(0.99);
        transform: scale(0.99);
    }
    .s-multiple-products__item:hover {
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 1px 1px 20px 2px rgba(145, 182, 218, 0.48);
        box-shadow: 1px 1px 20px 2px rgba(145, 182, 218, 0.48);
    }
    .s-multiple-products__item-header {
        border: none;
    }
    .s-multiple-products__item-icon {
        width: 6px;
        height: 11px;
    }
    .s-multiple-products__item-footer {
        display: none;
    }
}
@media screen and (min-width: 1600px) {
    .s-multiple-products__container {
        max-width: 1180px;
    }
}
.s-dashboard-journeys {
    padding: 0 0 112px;
}
.s-dashboard-journeys__title {
    text-align: left;
    margin-bottom: 24px;
}
.s-dashboard-journeys__card-container {
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
    box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
    padding: 24px;
    margin-bottom: 16px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    cursor: pointer;
    position: relative;
}
.s-dashboard-journeys__card-container:last-child {
    margin-bottom: 0;
}
.s-dashboard-journeys__card-icon {
    margin-right: 24px;
}
.s-dashboard-journeys__card-arrow {
    height: 12px;
    width: 7px;
    fill: #4c5662;
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
    right: 28px;
    position: absolute;
}
@media screen and (min-width: 1280px) {
    .s-dashboard-journeys__card-container,
    .s-dashboard-journeys__cards-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .s-dashboard-journeys__card-container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 48px 40px;
        width: 248px;
        text-align: center;
        margin: 0 16px;
    }
    .s-dashboard-journeys__card-icon {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .s-dashboard-journeys__caption {
        margin-top: 8px;
        color: #6a798b;
    }
}
@media screen and (min-width: 1280px) {
    .s-dashboard-journeys {
        padding: 72px 0 160px;
    }
    .s-dashboard-journeys.isOneProduct {
        background: rgba(234, 240, 248, 0.13);
    }
    .s-dashboard-journeys__card-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 48px 40px;
        width: 256px;
        text-align: center;
        margin: 0 16px;
        -webkit-transform: scale(0.99);
        -ms-transform: scale(0.99);
        transform: scale(0.99);
    }
    .s-dashboard-journeys__card-container:hover {
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 1px 1px 20px 2px rgba(145, 182, 218, 0.48);
        box-shadow: 1px 1px 20px 2px rgba(145, 182, 218, 0.48);
    }
    .s-dashboard-journeys__title-desktop {
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 1600px) {
    .s-dashboard-journeys__card-container {
        width: 304px;
        padding: 72px 40px;
    }
}
.s-withdrawal-request-modal__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.s-withdrawal-request-modal__footer-button-account {
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .s-withdrawal-request-modal__footer {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 40px;
    }
    .s-withdrawal-request-modal__footer-button-account {
        margin-bottom: 0;
        margin-right: 20px;
    }
}
.p-reniec-not-match__form {
    margin: 30px 0 70px;
}
.p-reniec-not-match__form-item {
    border-bottom: 1px solid #c1c7d5;
    text-align: left;
    padding: 20px 0;
}
.p-reniec-not-match__form-item:last-child {
    border-bottom: none;
}
.p-reniec-not-match__form-item-value {
    margin-top: 5px;
    text-transform: uppercase;
}
.p-reniec-not-match__title {
    padding: 0 15px;
}
@media screen and (min-width: 768px) {
    .p-reniec-not-match__form {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .p-reniec-not-match__form-item {
        width: 50%;
    }
    .p-reniec-not-match__form-item:last-child {
        border-bottom: 1px solid #c1c7d5;
    }
}
@media screen and (min-width: 1024px) {
    .p-reniec-not-match__content {
        text-align: center;
    }
    .p-reniec-not-match__title {
        padding: 0;
    }
}
.c-states-line__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.c-states-line__item:first-child .c-states-line__item-line-first {
    display: none;
}
.c-states-line__item:last-child .c-states-line__item-line-second {
    display: none;
}
.c-states-line__item:last-child .c-states-line__item-content {
    border: none;
}
.c-states-line__item-line {
    position: relative;
    width: 80px;
}
.c-states-line__item-line-first,
.c-states-line__item-line-second {
    position: absolute;
    width: 0;
    border-left: 2px dashed #c1c7d5;
    left: 27px;
    z-index: 10;
}
.c-states-line__item-line-first {
    height: 25px;
    top: 4px;
}
.c-states-line__item-line-second {
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
    bottom: 0;
}
.c-states-line__item-line-circle-container {
    position: relative;
    z-index: 20;
    width: 40px;
    height: 40px;
    background: #c1c7d5;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 20px 0 0 8px;
}
.c-states-line__item-line-circle {
    font-size: 0;
}
.c-states-line__item-content {
    padding: 24px 0;
    border-bottom: 1px solid #c1c7d5;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
}
.c-states-line__item-badge {
    padding: 4px 16px 4px 12px;
    background: #c1c7d5;
    color: #fff;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: auto;
    display: inline-block;
    margin-bottom: 8px;
}
.c-states-line__item.isVisited .c-states-line__item-line-circle-container {
    background: #fff;
    border: 2px solid #69c78a;
}
.c-states-line__item.isVisited .c-states-line__item-line-icon {
    fill: #69c78a;
}
.c-states-line__item.isVisited .c-states-line__item-line-first,
.c-states-line__item.isVisited .c-states-line__item-line-second {
    border-left: 2px dashed #69c78a;
}
.c-states-line__item.isVisited .c-states-line__item-badge {
    display: none;
}
.c-states-line__item.isActive .c-states-line__item-line-circle-container {
    border: 2px solid #69c78a;
    background: #d8ffe6;
    width: 54px;
    height: 54px;
    margin: 20px 0 0 1px;
}
.c-states-line__item.isActive .c-states-line__item-line-circle {
    background: #69c78a;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
}
.c-states-line__item.isActive .c-states-line__item-line-icon {
    fill: #fff;
}
.c-states-line__item.isActive .c-states-line__item-line-first {
    border-left: 2px dashed #69c78a;
}
.c-states-line__item.isActive .c-states-line__item-badge {
    background: #00aec7;
}
.c-states-line__item.isActive.isError .c-states-line__item-line-circle-container {
    border-color: #e13c67;
    background: #ffe0e8;
}
.c-states-line__item.isActive.isError .c-states-line__item-badge,
.c-states-line__item.isActive.isError .c-states-line__item-line-circle {
    background: #e13c67;
}
@media screen and (min-width: 1024px) {
    .c-states-line__item-content {
        padding: 32px 0;
    }
    .c-states-line__item-line {
        width: 100px;
    }
    .c-states-line__item-line-circle-container {
        width: 48px;
        height: 48px;
    }
    .c-states-line__item.isVisited .c-states-line__item-line-circle-container {
        margin: 24px 0 0 4px;
    }
}
.p-tracking-25__disclaimer {
    padding: 20px 32px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f2f6fc;
}
.p-tracking-25__container {
    padding: 48px 0;
}
.p-tracking-25__disclaimer-icon {
    margin-right: 16px;
}
.p-tracking-25__disclaimer-text {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    color: #0057c2;
}
.p-tracking-25__title {
    margin-bottom: 8px;
    text-align: center;
}
.p-tracking-25__step {
    padding-top: 20px;
}
.p-tracking-25__step-title {
    margin-bottom: 8px;
    color: #c1c7d5;
}
.p-tracking-25__step-description,
.p-tracking-25__step-detail {
    color: #6a798b;
    display: none;
}
.p-tracking-25__step-blue {
    color: #0057c2;
}
.p-tracking-25__step-description {
    margin-bottom: 16px;
}
.p-tracking-25__container .c-states-line__item.isVisited .p-tracking-25__step {
    padding-top: 0;
}
.p-tracking-25__container .c-states-line__item.isVisited .p-tracking-25__step-title {
    color: #4c5662;
    margin-bottom: 0;
}
.p-tracking-25__container .c-states-line__item.isActive .p-tracking-25__step-description,
.p-tracking-25__container .c-states-line__item.isActive .p-tracking-25__step-detail {
    display: block;
    color: #4c5662;
}
.p-tracking-25__container .c-states-line__item.isActive .p-tracking-25__step-title {
    color: #4c5662;
}
.p-tracking-25__error {
    text-align: center;
}
.p-tracking-25__error-icon {
    margin: 20% 0 30px;
}
.p-tracking-25__error-description {
    margin: 30px 0;
}
@media screen and (min-width: 768px) {
    .p-tracking-25__error-icon {
        margin: 12% 0 30px;
    }
}
@media screen and (min-width: 1024px) {
    .p-tracking-25__step {
        padding-top: 8px;
    }
    .p-tracking-25__title-disclaimer {
        text-align: center;
    }
    .p-tracking-25__step-title {
        margin-bottom: 8px;
    }
    .p-tracking-25__step-description-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .p-tracking-25__step-description {
        margin-bottom: 0;
        width: 52%;
    }
    .p-tracking-25__step-detail {
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background: #f2f6fc;
        border: 2px dashed #0057c2;
        color: #0057c2;
        margin-top: -4%;
        padding: 16px 24px;
        width: 44%;
    }
    .p-tracking-25__step-description,
    .p-tracking-25__step-detail {
        display: block;
    }
    .p-tracking-25__container .c-states-line__item.isVisited .p-tracking-25__step-title {
        margin-bottom: 8px;
    }
    .p-tracking-25__container .c-states-line__item.isVisited .p-tracking-25__step-detail {
        background: #f6f6f7;
        border: 2px dashed #6a798b;
        color: #6a798b;
    }
    .p-tracking-25__container .c-states-line__item.isActive .p-tracking-25__step-detail {
        color: #0057c2;
        margin-top: -8%;
    }
}
@media screen and (min-width: 1280px) {
    .p-tracking-25__container {
        max-width: 900px;
    }
}
.shadow-container {
    position: relative;
    padding: 20px 30px;
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.blue-container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    background-color: #0057c2;
    overflow: hidden;
}
.blue-container > div {
    width: 100%;
}
.blue-container .loader-spinner__bounce1,
.blue-container .loader-spinner__bounce2 {
    background-color: #fff;
}
.blue-container__base {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    font-size: 0;
}
.blue-container__base picture {
    display: block;
    width: 100%;
}
.blue-container__base img {
    width: 100%;
}
@media screen and (max-height: 568px) {
    .blue-container > div {
        margin: 20px 0;
    }
    .blue-container > .blue-container__base {
        margin: 0;
    }
}
@media screen and (max-width: 320px) {
    .shadow-container {
        padding: 20px 26px;
    }
}
@media screen and (min-width: 768px) {
    .shadow-container {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .shadow-container-desktop {
        position: relative;
        width: 100%;
        background-color: #fff;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 10px 0 #dde6ee;
        box-shadow: 0 0 10px 0 #dde6ee;
    }
    .container--border {
        display: block;
        background: #0b528c;
        border: 15px solid #0b528c;
    }
    .container--border .header-form {
        background-color: #0057c2;
        margin-top: 25px;
    }
    .container__wrapper {
        background: #0057c2;
        position: absolute;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        border: 2px solid #0057c2;
        z-index: 2;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
    .container__wrapper-inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: -webkit-calc(100vh - 200px);
        height: calc(100vh - 200px);
    }
}
@media screen and (min-width: 1024px) {
    .shadow-container {
        padding: 20px 54px;
    }
}
@media screen and (min-width: 1280px) {
    .shadow-container {
        padding: 20px 30px;
    }
}
.login {
    background-color: #f6fcff;
    padding: 15px;
}
.login,
.login__inner {
    min-height: -webkit-calc(100vh - 30px);
    min-height: calc(100vh - 30px);
}
.login__inner {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.09);
}
.login__background-blue {
    background-color: #0057c2;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 34%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 34%, 0 100%);
    height: 208px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.login__logo {
    width: 170px;
    margin: 70px auto 35px;
}
.login__logo svg {
    width: 100%;
}
.login__title {
    text-align: center;
    color: #0057c2;
    font-size: 32px;
    line-height: 36px;
}
.login__description {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
}
.login__button {
    width: 100%;
    height: 55px;
    padding: 16px 0;
}
.login__arrow--white g {
    fill: #fff;
}
.login__forgot-passwod {
    display: block;
    margin-top: 20px;
    color: #0057c2;
    cursor: pointer;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration: underline;
    width: 100%;
}
.login__back {
    position: absolute;
    top: 26px;
    left: 21px;
    width: 11px;
}
.login__back svg {
    width: 100%;
}
.login__back svg g {
    fill: #14609f;
}
.login--is-loading {
    height: 100vh;
}
.form-icon-password svg {
    width: 100%;
}
.login__container-left {
    display: none;
}
.login__disclaimer {
    margin-left: 43px;
    margin-bottom: 40px;
}
@media screen and (max-width: 320px) {
    .login__title {
        font-size: 28px;
    }
    .form-icon-password {
        width: 20px;
    }
    .login__description {
        font-size: 16px;
        line-height: 18px;
    }
    .login__logo {
        width: 150px;
    }
}
@media screen and (min-width: 768px) {
    .login__background-blue {
        display: none;
    }
    .login__logo {
        width: 251px;
    }
    .login__title {
        font-size: 60px;
        line-height: 60px;
    }
    .login__title.login__title--name {
        margin-bottom: 10px;
    }
    .login__description {
        font-size: 24px;
        line-height: 29px;
    }
    .login-password__form,
    .login__form {
        width: 505px;
        margin: 0 auto;
    }
    .login__container-left {
        min-width: 60%;
        position: relative;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-position: 50%;
        -webkit-background-size: cover;
        background-size: cover;
    }
}
@media screen and (min-width: 1024px) {
    .login__back,
    .login__logo {
        display: none;
    }
    .login {
        padding: 0;
        height: 100vh;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .login-left__logo {
        width: 140px;
        position: absolute;
        top: 16px;
        left: 40px;
        z-index: 10;
    }
    .login-left__circle {
        width: 448px;
    }
    .login__container-left {
        min-width: 60%;
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-position: 50%;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .login-left__text {
        z-index: 10;
        position: relative;
        font-size: 0;
    }
    .login-left__text-center {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        text-align: center;
        width: 300px;
    }
    .login-left__testimony {
        margin: 40px auto 0;
        font-size: 20px;
    }
    .login-left__testimony-author {
        font-size: 16px;
        margin: 25px auto 0;
    }
    .login-left__testimony-role {
        font-size: 14px;
        margin-top: 4px;
    }
    .login__image-main {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .login__container-right {
        min-width: 39%;
        display: flex;
        align-items: center;
    }
    .login__description {
        text-align: center;
        font-weight: 300;
        margin-top: 12px;
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 16px;
    }
    .login__inner {
        height: 100vh;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .login__title {
        font-size: 49px;
        line-height: 36px;
    }
    .login__button {
        height: 65px;
    }
}
@media screen and (min-width: 1280px) {
    .login__form {
        width: 320px;
        margin: 0 auto;
    }
    .login__form .form-row-document_number {
        margin-top: 56px;
    }
    .login-password__form {
        width: 460px;
        margin: 0 auto;
    }
    .login-left__testimony {
        margin: 71px auto 0;
        font-size: 25px;
    }
    .login-left__testimony-author {
        font-size: 18px;
        margin: 35px auto 0;
    }
    .login__form-container {
        width: 320px;
        margin: 0 auto;
    }
    .login__forgot-passwod {
        font-size: 18px;
    }
}
@media screen and (min-width: 1920px) {
    .login__forgot-passwod {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .login__title {
        font-size: 52px;
    }
    .login__container-left {
        min-width: 60%;
    }
    .login__container-right {
        min-width: 35%;
    }
    .login__form,
    .login__form-container {
        width: 360px;
        margin: 0 auto;
    }
}
.p-news-detail .c-header-overlay {
    position: relative;
    top: auto;
    left: auto;
}
.p-news-detail__novelty {
    width: 140px;
}
.p-news-detail__back {
    display: inline-block;
    margin-top: 60px;
}
.p-news-detail__back-icon {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 15px;
    margin-right: 10px;
    fill: #0057c2;
}
.p-news-detail__back-text {
    display: inline-block;
    vertical-align: middle;
    color: #0057c2;
}
.p-news-detail__badge {
    display: inline-block;
    padding: 12px 28px 12px 24px;
    margin-top: 36px;
    background: #00aec7;
    color: #fff;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.p-news-detail__title {
    margin-top: 20px;
}
.p-news-detail__date-copyright {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}
.p-news-detail__date {
    margin-top: 10px;
}
.p-news-detail__copyright {
    margin-top: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.p-news-detail__copyright-img-container {
    padding: 10px;
    border: 1px solid #c1c7d5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    margin-right: 15px;
}
.p-news-detail__copyright-img {
    width: 20px;
    height: 20px;
}
.p-news-detail__description {
    padding-bottom: 100px;
}
.p-news-detail__link {
    color: #0057c2;
    text-decoration: underline;
}
@media screen and (min-width: 768px) {
    .p-news-detail__novelty {
        width: 170px;
    }
    .p-news-detail__badge {
        padding: 16px 32px 16px 28px;
    }
    .p-news-detail__title {
        margin-top: 30px;
    }
    .p-news-detail__date-copyright {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px 0 40px;
    }
    .p-news-detail__date-copyright-icon {
        width: 32px;
        height: 32px;
        margin-right: 15px;
    }
    .p-news-detail__date {
        margin-top: 0;
        padding: 5px 35px 5px 0;
        border-right: 1px solid #c1c7d5;
    }
    .p-news-detail__copyright {
        margin: 0 0 0 30px;
    }
}
.p-withdrawal-2000-confirm__hr {
    border-top: 1px solid #c1c7d5;
    width: 80%;
    margin: auto;
}
.p-withdrawal-2000-confirm__step {
    margin: 32px 0;
}
.p-withdrawal-2000-confirm__step-number {
    color: #00aec7;
}
.p-withdrawal-2000-confirm .c-header-overlay {
    -webkit-box-shadow: 1px 1px 10px 0 rgba(46, 46, 46, 0.17);
    box-shadow: 1px 1px 10px 0 rgba(46, 46, 46, 0.17);
}
.p-withdrawal-2000-confirm__container {
    margin-top: 60px;
}
@media screen and (min-width: 768px) {
    .p-withdrawal-2000-confirm__steps-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 64px 0;
    }
    .p-withdrawal-2000-confirm__step {
        margin: 0 64px;
    }
}
@media screen and (min-width: 1280px) {
    .p-withdrawal-2000-confirm__container {
        margin-top: 75px;
    }
}
.p-withdrawal-2000-query-form__wrapper .c-header-overlay {
    -webkit-box-shadow: 1px 1px 10px 0 rgba(46, 46, 46, 0.17);
    box-shadow: 1px 1px 10px 0 rgba(46, 46, 46, 0.17);
}
.p-withdrawal-2000-query-form {
    text-align: left;
    padding: 108px 0 0;
}
.p-withdrawal-2000-query-form .e-button--large {
    margin: 16px auto 0;
}
.p-withdrawal-2000-query-form__container {
    padding: 0 0 24px;
    text-align: center;
}
.p-withdrawal-2000-query-form__subtext.e-p1 {
    margin-top: 16px;
}
.p-withdrawal-2000-query-form__box-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    padding: 32px 24px;
}
.p-withdrawal-2000-query-form__box-content-hue {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}
.p-withdrawal-2000-query-form__box {
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin-bottom: 32px;
    position: relative;
}
.p-withdrawal-2000-query-form__box .e-button.e-button--link {
    border-bottom: 0;
    text-decoration: underline;
}
.p-withdrawal-2000-query-form__icon-box {
    height: 48px;
    width: 48px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    fill: #00aec7;
    margin-right: 16px;
    margin-bottom: 8px;
}
.p-withdrawal-2000-query-form__footer,
.p-withdrawal-2000-query-form__footer-2 {
    padding: 16px 24px;
    background: #0057c2;
    color: #fff;
    -webkit-border-bottom-left-radius: 16px;
    border-bottom-left-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
    border-bottom-right-radius: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}
.p-withdrawal-2000-query-form__footer-2 {
    background: #f6fcff;
    color: #4c5662;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}
.p-withdrawal-2000-query-form__footer-2 a {
    color: #0057c2;
}
.p-withdrawal-2000-query-form__footer-icon {
    height: 24px;
    width: 24px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    fill: #fff;
    margin-right: 16px;
}
.p-withdrawal-2000-query-form__modal {
    text-align: left;
    margin: 40p 0;
}
.p-withdrawal-2000-query-form__modal ul {
    padding: 0;
}
.p-withdrawal-2000-query-form__modal-phones {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.p-withdrawal-2000-query-form__modal-phones-title.e-p1 {
    margin: 16px 0;
    display: block;
}
.p-withdrawal-2000-query-form__box-icon-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.p-withdrawal-2000-query-form__box-icon-container svg {
    height: 64px;
    width: 64px;
    fill: #00aec7;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 16px;
    margin-bottom: 16px;
}
.p-withdrawal-2000-query-form__modal-inprocess {
    padding: 16px 0 32px;
}
.p-withdrawal-2000-query-form__link {
    text-decoration: underline;
    color: #0057c2;
    cursor: pointer;
}
.p-withdrawal-2000-query-form__box-reason-content {
    text-align: center;
}
.p-withdrawal-2000-query-form__box-reason-content:first-child {
    margin-bottom: 32px;
}
.p-withdrawal-2000-query-form__box-reason-content .e-button {
    margin-top: 16px;
}
.p-withdrawal-2000-query-form__box-reasons-title {
    text-align: center;
}
.p-withdrawal-2000-query-form__modal-dates-text svg {
    height: 18px;
    width: 18px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin: 4px 16px;
    fill: #9096a2;
}
.p-withdrawal-2000-query-form__modal-dates-text-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #9096a2;
}
.p-withdrawal-2000-query-form__modal-dates {
    padding: 56px 16px;
}
.p-withdrawal-2000-query-form__modal-dates-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.p-withdrawal-2000-query-form__modal-dates-box {
    border: 1px solid #c1c7d5;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin: 0 0 16px;
}
.p-withdrawal-2000-query-form__modal-dates-title {
    background: #003d88;
    color: #fff;
    padding: 4px;
}
.p-withdrawal-2000-query-form__modal-dates-subtitle {
    -webkit-border-top-left-radius: 17px;
    border-top-left-radius: 17px;
    -webkit-border-top-right-radius: 17px;
    border-top-right-radius: 17px;
    background: #0057c2;
    color: #fff;
    height: 56px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.p-withdrawal-2000-query-form__modal-dates-text {
    text-align: left;
    padding: 24px;
}
.p-withdrawal-2000-query-form__wrapper.row {
    margin-left: -16px;
    margin-right: -16px;
}
.p-withdrawal-2000-query-form__numdoc-container {
    position: relative;
    margin: 64px auto 16px;
    display: table;
}
.p-withdrawal-2000-query-form__numdoc-text {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    right: 16px;
    top: 6px;
    color: #c02e49;
}
.p-withdrawal-2000-query-form__numdoc-subtext {
    color: #000;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.p-withdrawal-2000-query-form__numdoc-subtext-1 {
    position: relative;
}
.p-withdrawal-2000-query-form__numdoc-subtext-1-line {
    height: 4px;
    width: 100%;
    border: 1px solid #c02e49;
    border-bottom: 0;
    display: block;
    position: absolute;
    top: -11px;
}
.p-withdrawal-2000-query-form__numdoc-subtext-1-text {
    position: absolute;
    top: -30px;
    font-size: 10px;
    width: 100%;
    text-align: center;
}
.p-withdrawal-2000-query-form__numdoc-subtext-text {
    position: absolute;
    font-size: 10px;
    width: 70px;
    top: -45px;
    right: -35px;
}
.p-withdrawal-2000-query-form__numdoc-subtext-line {
    height: 28px;
    border-left: 1px solid #c02e49;
    position: absolute;
    top: -26px;
    right: 10px;
}
.p-withdrawal-2000-query-form__numdoc-circle {
    border: 2px solid #c02e49;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.p-withdrawal-2000-query-form__footer-2-container {
    margin: auto;
}
@media screen and (max-width: 374px) {
    .p-withdrawal-2000-query-form__numdoc-container {
        margin-left: -12px;
    }
    .p-withdrawal-2000-query-form__numdoc-container svg {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    .p-withdrawal-2000-query-form__numdoc-text {
        right: 44px;
        top: 26px;
        z-index: 1;
    }
    .c-input.col-xs-7 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .c-input.col-xs-5 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}
.p-withdrawal-2000-query-form__wrapper-container {
    margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
    .p-withdrawal-2000-query-form__box {
        width: 600px;
    }
    .p-withdrawal-2000-query-form__footer,
    .p-withdrawal-2000-query-form__footer-2 {
        padding: 16px 32px;
    }
    .p-withdrawal-2000-query-form__modal-phones {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .p-withdrawal-2000-query-form__modal-phones div:last-child {
        margin-left: 32px;
    }
    .p-withdrawal-2000-query-form__box-content {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .p-withdrawal-2000-query-form__box-icon-container {
        margin-bottom: 0;
    }
    .p-withdrawal-2000-query-form__box-reasons-title {
        text-align: left;
    }
}
@media screen and (min-width: 1024px) {
    .p-withdrawal-2000-query-form__box {
        width: 700px;
    }
    .p-withdrawal-2000-query-form__box--large {
        width: 100%;
    }
    .p-withdrawal-2000-query-form__box--large .p-withdrawal-2000-query-form__box-content {
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .p-withdrawal-2000-query-form {
        padding: 64px 0 0;
    }
    .p-withdrawal-2000-query-form .e-button--large {
        margin: 0;
    }
    .p-withdrawal-2000-query-form__box-content {
        padding: 48px 32px;
    }
    .p-withdrawal-2000-query-form__icon-box {
        height: 64px;
        width: 64px;
        margin-right: 32px;
    }
    .p-withdrawal-2000-query-form__box {
        margin: 48px auto 80px 0;
    }
    .p-withdrawal-2000-query-form__container {
        padding: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .p-withdrawal-2000-query-form__wrapper {
        margin-top: 32px;
    }
    .p-withdrawal-2000-query-form__modal {
        margin: 64px 0 96px;
    }
    .p-withdrawal-2000-query-form__modal-phones-title.e-p1 {
        margin: 48px 0 16px;
    }
    .p-withdrawal-2000-query-form__modal-inprocess {
        padding: 32px 0 64px;
    }
    .p-withdrawal-2000-query-form__icon {
        height: 64px;
        width: 64px;
        margin-right: 16px;
    }
    .p-withdrawal-2000-query-form__box-reasons {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .p-withdrawal-2000-query-form__box-reasons div {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
    }
    .p-withdrawal-2000-query-form__box-reason-content {
        padding-right: 32px;
        text-align: left;
    }
    .p-withdrawal-2000-query-form__box-reason-content:first-child {
        margin-bottom: 0;
    }
    .p-withdrawal-2000-query-form__modal-dates {
        padding: 48px 0;
    }
    .p-withdrawal-2000-query-form__modal-dates-content {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .p-withdrawal-2000-query-form__modal-dates-box {
        margin: 0 8px;
    }
    .p-withdrawal-2000-query-form__modal-dates-box:first-child {
        margin-left: 0;
    }
    .p-withdrawal-2000-query-form__modal-dates-box:last-child {
        margin-right: 0;
    }
    .p-withdrawal-2000-query-form__modal-dates-subtitle {
        height: 80px;
    }
    .p-withdrawal-2000-query-form__modal-dates-text {
        padding: 32px 12px;
    }
    .p-withdrawal-2000-query-form__modal-dates-text svg {
        margin: 4px 16px 4px 0;
    }
    .c-modal.c-modal__lg .c-modal__main.withdrawal-modal-dates {
        width: 70% !important;
    }
    .p-withdrawal-2000-query-form__wrapper-container {
        position: relative;
        margin-bottom: 0;
    }
    .p-withdrawal-2000-query-form__numdoc-container {
        position: absolute;
        right: -380px;
        margin: 16px 0 0;
        top: 0;
        -webkit-animation: FadeInRightAnimation 2s;
        animation: FadeInRightAnimation 2s;
    }
}
@media screen and (min-width: 1280px) {
    .p-withdrawal-2000-query-form {
        padding: 131px 0 0;
    }
    .p-withdrawal-2000-query-form .e-button--link {
        line-height: 0.9;
    }
    .p-withdrawal-2000-query-form__modal-inprocess {
        padding: 64px 32px 80px;
    }
    .p-withdrawal-2000-query-form__box {
        margin: 48px auto 48px 0;
    }
    .p-withdrawal-2000-query-form__box-content {
        padding: 48px 64px;
    }
    .p-withdrawal-2000-query-form__box--large .p-withdrawal-2000-query-form__box-content {
        padding: 64px;
    }
    .p-withdrawal-2000-query-form__box-reason-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .p-withdrawal-2000-query-form__box-reason-content .e-button {
        margin: 16px auto 0 0;
    }
    .p-withdrawal-2000-query-form__box-icon-container svg {
        margin-right: 32px;
    }
    .p-withdrawal-2000-query-form__modal-dates-text {
        padding: 32px 16px;
    }
    .p-withdrawal-2000-query-form__numdoc-container {
        right: -328px;
    }
}
@media screen and (min-width: 1600px) {
    .p-withdrawal-2000-query-form {
        padding: 147px 0 0;
    }
    .p-withdrawal-2000-query-form__wrapper {
        margin-top: 48px;
    }
    .p-withdrawal-2000-query-form__box-content {
        padding: 64px;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .p-withdrawal-2000-query-form__box {
        width: 830px;
    }
    .p-withdrawal-2000-query-form__footer,
    .p-withdrawal-2000-query-form__footer-2 {
        padding: 24px 48px;
    }
    .p-withdrawal-2000-query-form__modal-dates-text {
        padding: 32px;
    }
    .p-withdrawal-2000-query-form__box-reason-content {
        padding-right: 40px;
    }
    .p-withdrawal-2000-query-form__numdoc-container {
        right: -306px;
    }
}
.p-withdrawal-schedule .c-header-overlay {
    -webkit-box-shadow: 1px 1px 10px 0 rgba(46, 46, 46, 0.17);
    box-shadow: 1px 1px 10px 0 rgba(46, 46, 46, 0.17);
}
.p-withdrawal-schedule__container {
    height: 100vh;
    padding-top: 75px;
}
.s-form-confirm {
    padding-top: 60px;
    text-align: center;
    position: relative;
}
.s-form-confirm:after {
    content: "";
    position: absolute;
    bottom: 65%;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 35%;
    background: #f6fcff;
}
.s-form-confirm .s-form-confirm__curve {
    position: absolute;
    bottom: 65%;
    left: 0;
    z-index: 20;
    width: 100%;
}
.s-form-confirm .e-container {
    position: relative;
    z-index: 30;
}
.s-form-confirm__title-icon {
    width: 160px;
    height: 170px;
    margin-left: 10px;
}
.s-form-confirm__title {
    padding-top: 18px;
}
.s-form-confirm__text {
    padding: 12px 0 21px;
}
.s-form-confirm__line {
    border-bottom: 1px solid #c1c7d5;
    width: 300px;
    margin: 0 auto;
}
.s-form-confirm__print-button {
    padding: 10px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.s-form-confirm__later-button {
    padding: 20px 0;
}
.s-form-confirm__later-button-text {
    padding-right: 16px;
}
.s-form-confirm__tip {
    padding-top: 20px;
    padding-bottom: 60px;
}
@media screen and (min-width: 1280px) {
    .s-form-confirm:after,
    .s-form-confirm__line,
    .s-form-confirm__text br:first-child,
    .s-form-confirm__tip br {
        display: none;
    }
}
.s-form-wizard__header {
    position: relative;
    z-index: 10;
}
.s-form-wizard__header .c-header-overlay {
    position: relative;
    top: auto;
    left: auto;
}
.s-form-wizard__header-text {
    text-align: right;
    line-height: 20px;
}
.s-form-wizard__content {
    position: relative;
    z-index: 20;
}
.s-form-wizard__actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 47px;
}
.s-form-wizard__actions-return {
    line-height: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    color: #0057c2;
    cursor: pointer;
}
.s-form-wizard__actions-return-icon {
    width: 8px;
    height: 14px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 5px 10px 5px 0;
    fill: #0057c2;
}
@media screen and (min-width: 768px) {
    .s-form-wizard__actions {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .s-form-wizard__actions-return {
        margin-right: 50px;
    }
}
@media screen and (min-width: 1280px) {
    .s-form-wizard__header {
        border-bottom: 1px solid #c1c7d5;
    }
}
.p-unete-affiliation-form .s-form-wizard__header {
    border-bottom: 0;
}
@media screen and (max-width: 1279px) {
    .p-unete-affiliation-form .c-wizard__step-content,
    .p-unete-affiliation-form .s-contact-info .e-form-header__step,
    .p-unete-affiliation-form .s-personal-info .e-form-header__step {
        display: none;
    }
}
@media screen and (min-width: 1280px) {
    .p-unete-affiliation-form {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: hidden;
    }
    .p-unete-affiliation-form__content {
        overflow-y: auto;
        max-height: 100vh;
        width: -webkit-calc(100% - 390px);
        width: calc(100% - 390px);
    }
}
@media screen and (min-width: 1600px) {
    .p-unete-affiliation-form__content {
        width: -webkit-calc(100% - 480px);
        width: calc(100% - 480px);
    }
}
.s-personal-info {
    padding: 40px 0;
    overflow: hidden;
}
.s-personal-info__button-message {
    margin-top: 20px;
}
.s-personal-info__contribute-onp {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.s-personal-info__contribute-onp .c-radiocard__container {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.s-personal-info__contribute-onp .c-radiocard__item {
    min-width: 100px;
}
.s-personal-info__button-message {
    overflow: hidden;
    border-right: 0.1em solid #0057c2;
    white-space: nowrap;
    margin: 0 auto;
    -webkit-animation: typing 1.5s steps(40), blink-caret 0.75s step-end infinite;
    animation: typing 1.5s steps(40), blink-caret 0.75s step-end infinite;
    max-width: 200px;
}
.s-personal-info__loader-extra-text {
    display: none;
}
.s-personal-info__loader-container {
    padding: 20px 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.s-personal-info__loader-offset {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}
.s-personal-info__modal-text-container {
    padding: 20px 0;
}
.s-personal-info__modal-icon svg {
    margin-bottom: 25px;
}
@media screen and (min-width: 375px) {
    .s-personal-info__loader-extra-text {
        display: unset;
    }
    .s-personal-info__button-message {
        max-width: unset;
    }
}
@media screen and (min-width: 768px) {
    .s-personal-info__loader-container {
        padding: 0 0 0 20px;
    }
    .s-personal-info__button-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@-webkit-keyframes typing {
    0% {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes typing {
    0% {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@-webkit-keyframes blink-caret {
    0%,
    to {
        border-color: rgba(0, 0, 0, 0);
    }
    50% {
        border-color: #0057c2;
    }
}
@keyframes blink-caret {
    0%,
    to {
        border-color: rgba(0, 0, 0, 0);
    }
    50% {
        border-color: #0057c2;
    }
}
.c-progress-bar {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.c-progress-bar__step-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #e5eef9;
}
.c-progress-bar__step {
    margin: 0;
    border: 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: 7px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #e5eef9;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #e5eef9), color-stop(50%, #0057c2));
    background: -webkit-linear-gradient(right, #e5eef9 50%, #0057c2 0);
    background: -o-linear-gradient(right, #e5eef9 50%, #0057c2 50%);
    background: linear-gradient(270deg, #e5eef9 50%, #0057c2 0);
    -webkit-background-size: 203% 100%;
    background-size: 203% 100%;
    background-position: 100% 100%;
}
.c-progress-bar__step.isVisited {
    background: #0057c2;
}
.c-progress-bar__step.isActive {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-position: 0 100%;
    -webkit-transition: background 0.7s ease;
    -o-transition: background 0.7s ease;
    transition: background 0.7s ease;
}
.c-progress-bar__wizard-step-number {
    display: none;
}
@media screen and (min-width: 1280px) {
    .c-progress-bar {
        position: static;
        width: 320px;
        margin: auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .c-progress-bar.isFixed {
        position: fixed;
        top: 0;
        left: 0;
        height: 61px;
        width: 100%;
        padding-top: 8px;
        background: #fff;
        border-bottom: 1px solid #c1c7d5;
    }
    .c-progress-bar__step-content {
        width: 300px;
        margin: auto 0;
    }
    .c-progress-bar__step {
        height: 2px;
    }
    .c-progress-bar__bullet {
        height: 10px;
        width: 10px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #0057c2;
    }
    .c-progress-bar__bullet.inactive {
        background: #e5eef9;
    }
    .c-progress-bar__bullet-first {
        margin-left: auto;
    }
    .c-progress-bar__bullet-last {
        margin-right: auto;
    }
    .c-progress-bar__wizard-step-number {
        position: absolute;
        left: -webkit-calc(50% - 220px);
        left: calc(50% - 220px);
        display: block;
    }
}
.s-no-dni {
    -webkit-animation: FadeInUpAnimation 0.5s;
    animation: FadeInUpAnimation 0.5s;
    margin-top: 40px;
}
.s-no-dni .e-form-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.s-no-dni .e-form-group__title {
    margin-bottom: 16px;
}
.s-no-dni__title {
    margin: 40px 0 25px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.s-no-dni__names {
    margin-top: 20px;
}
.s-no-dni__onp-gender {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.s-no-dni__onp-gender .s-no-dni__title {
    margin-bottom: 0;
}
.s-no-dni__onp-gender .c-radiocard__container {
    width: 100%;
}
.s-no-dni__onp-gender .c-radiocard__item {
    margin: 0;
}
.s-no-dni__onp-gender .s-no-dni__contribute-onp .c-radiocard__item {
    width: 120px;
}
.s-no-dni__input-radio {
    margin-top: -30px;
    margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
    .s-no-dni__onp-gender {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .s-no-dni__onp-gender .s-no-dni__contribute-onp {
        margin-right: 20px;
    }
    .s-no-dni__onp-gender .c-radiocard__item {
        margin: 0 20px 0 5px;
    }
}
@media screen and (min-width: 1024px) {
    .s-no-dni__onp-gender .c-radiocard__container {
        max-width: none;
    }
}
@media screen and (min-width: 990px) and (max-width: 1110px) {
    .s-no-dni .e-form-group__checkbox-label {
        font-size: 16px;
    }
}
.s-dni .c-radiocard__container {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.s-dni .c-radiocard__item {
    width: 100px;
}
.s-dni__title {
    margin: 35px 0 25px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.s-dni__salute {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 22px;
    background: rgba(0, 174, 199, 0.08);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin: 30px 0 10px;
}
.s-dni__salute:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 28px;
    width: 0;
    height: 0;
    border-color: rgba(0, 174, 199, 0.08) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 19px 13.5px 0;
}
.s-dni__salute-icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    fill: #00aec7;
}
.s-dni__salute-name {
    text-transform: capitalize;
}
.s-dni__salute-message,
.s-dni__salute-name {
    color: #00aec7;
}
.s-dni__salute-text-content {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
}
.s-dni__birthday-onp .e-form-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.s-dni__contribute-onp {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.s-dni__contribute-onp .s-dni__title {
    margin-bottom: 0;
}
.s-dni__contribute-onp .c-radiocard__container {
    width: 100%;
    max-width: 330px;
}
.s-dni__ubigeo-cod-dni {
    width: 210px;
    margin: 20px auto 0;
}
.s-dni__ubigeo-cod-dni-img {
    max-width: 100%;
}
.s-dni__button {
    margin-top: 11px;
}
@media screen and (min-width: 768px) {
    .s-dni__ubigeo-cod {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px;
    }
    .s-dni__ubigeo-cod-left,
    .s-dni__ubigeo-cod-right {
        width: 50%;
    }
    .s-dni__ubigeo-cod-dni {
        width: 270px;
        margin-top: 0;
    }
}
@media screen and (min-width: 1024px) {
    .s-dni__contribute-onp .c-radiocard__container {
        max-width: none;
    }
}
@media screen and (min-width: 1360px) {
    .s-dni .c-modal.c-modal__lg .c-modal__main {
        max-width: 80%;
    }
}
@media screen and (min-width: 1600px) {
    .s-dni .c-modal.c-modal__lg .c-modal__main {
        max-width: 70%;
    }
    .s-dni__title {
        margin: 45px 0 25px;
    }
}
@media screen and (min-width: 1920px) {
    .s-dni .c-modal.c-modal__lg .c-modal__main {
        max-width: 58%;
    }
}
.s-contact-info {
    padding: 40px 0;
    overflow: hidden;
}
.s-contact-info__cellphone .e-form-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.s-company-info__companies .row {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (min-width: 1024px) {
    .s-contact-info .s-form-wizard__actions {
        margin-top: 8px;
    }
}
.s-affiliation-info .itf-slider__pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 0;
}
.s-affiliation-info .swiper-pagination-clickable .swiper-pagination-bullet {
    margin-bottom: 0;
}
.s-affiliation-info .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
}
.s-affiliation-info .swiper-pagination-bullet {
    margin-left: 8px;
}
.s-affiliation-info .swiper-pagination-bullets {
    margin-top: 5px;
}
.s-affiliation-info__header {
    text-align: center;
    color: #fff;
    background: #0057c2;
    padding: 25px 0 70px;
    position: relative;
}
.s-affiliation-info__title {
    margin-bottom: 5px;
}
.s-affiliation-info__curve {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.s-affiliation-info__list {
    max-width: 300px;
    margin: -50px auto 0;
    position: relative;
    z-index: 10;
}
.s-affiliation-info__list-item {
    text-align: center;
    width: 100%;
}
.s-affiliation-info__list-item-icon {
    width: 37px;
    height: 40px;
}
.s-affiliation-info__list-item-icon.isHeartWingsIcon {
    width: 50px;
}
.s-affiliation-info__list-item-icon.isAhoraIcon {
    width: 45px;
}
.s-affiliation-info__list-item-icon path,
.s-affiliation-info__list-item-icon rect {
    fill: #0057c2;
}
.s-affiliation-info__list-item-title {
    margin-top: 8px;
}
.s-affiliation-info__list-item-subtitle {
    margin-top: 5px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .s-affiliation-info__list {
        max-width: 600px;
    }
    .s-affiliation-info__list-item-subtitle br {
        display: none;
    }
}
@media screen and (min-width: 1280px) {
    .s-affiliation-info {
        width: 390px;
        height: 100vh;
        background: #0057c2;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }
    .s-affiliation-info,
    .s-affiliation-info .swiper-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .s-affiliation-info .swiper-wrapper {
        height: auto;
    }
    .s-affiliation-info .itf-slider__pagination2,
    .s-affiliation-info__curve {
        display: none;
    }
    .s-affiliation-info__list {
        margin-top: 0;
        background: rgba(0, 0, 0, 0);
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        padding: 0;
    }
    .s-affiliation-info__header {
        padding: 30px 0 10px;
        width: 300px;
        margin: 0 auto;
        text-align: left;
    }
    .s-affiliation-info__list-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        padding: 33px 0;
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .s-affiliation-info__list-item:last-child {
        border-bottom: none;
    }
    .s-affiliation-info__list-item-icon {
        margin-right: 25px;
    }
    .s-affiliation-info__list-item-icon.isHeartWingsIcon {
        margin-right: 17px;
    }
    .s-affiliation-info__list-item-icon path,
    .s-affiliation-info__list-item-icon rect {
        fill: #fff;
    }
    .s-affiliation-info__list-item-subtitle {
        font-size: 18px;
        line-height: 22px;
        margin-top: 0;
    }
    .s-affiliation-info__background-curve {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .s-affiliation-info__section-container.active {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        opacity: 1;
    }
}
@media screen and (min-width: 1600px) {
    .s-affiliation-info {
        width: 480px;
    }
    .s-affiliation-info__header,
    .s-affiliation-info__list {
        width: 390px;
        max-width: none;
    }
    .s-affiliation-info__list-item-subtitle {
        font-size: 20px;
        line-height: 24px;
    }
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.p-withdrawal-2000-dates {
    text-align: center;
    padding: 95px 0 50px;
}
.p-withdrawal-2000-dates .c-header-overlay {
    -webkit-box-shadow: 1px 1px 10px 0 rgba(46, 46, 46, 0.17);
    box-shadow: 1px 1px 10px 0 rgba(46, 46, 46, 0.17);
}
.p-withdrawal-2000-dates__title-general {
    padding: 0 16px;
}
.p-withdrawal-2000-dates__container {
    margin-top: 48px;
}
.p-withdrawal-2000-dates__container,
.p-withdrawal-2000-dates__container-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.p-withdrawal-2000-dates__container-title {
    color: #fff;
    margin: 0 0 16px;
}
.p-withdrawal-2000-dates__container-title:last-child {
    margin-right: 0;
}
.p-withdrawal-2000-dates__container-title:first-child {
    margin-left: 0;
}
.p-withdrawal-2000-dates__title {
    background: #003d88;
    padding: 8px 0;
}
.p-withdrawal-2000-dates__subtitle {
    -webkit-border-top-left-radius: 17px;
    border-top-left-radius: 17px;
    -webkit-border-top-right-radius: 17px;
    border-top-right-radius: 17px;
    background: #0057c2;
    height: 64px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.p-withdrawal-2000-dates__row {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 1px solid #c1c7d5;
    border-radius: 1px solid #c1c7d5;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 0;
    border: 1px solid #c1c7d5;
    margin: 8px auto;
}
.p-withdrawal-2000-dates__td {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    text-align: left;
    color: #9096a2;
    border: 1px solid #d9d9d9;
    -webkit-border-bottom-left-radius: 17px;
    border-bottom-left-radius: 17px;
    -webkit-border-bottom-right-radius: 17px;
    border-bottom-right-radius: 17px;
    padding: 16px 32px 32px;
}
.p-withdrawal-2000-dates__td .icon-info {
    display: block;
}
.p-withdrawal-2000-dates__td .icon-check {
    display: none;
}
.p-withdrawal-2000-dates__td .active {
    color: #0357c9;
    font-weight: 700;
}
.p-withdrawal-2000-dates__td .active .icon-info {
    display: none;
}
.p-withdrawal-2000-dates__td .active .icon-check {
    display: block;
}
.p-withdrawal-2000-dates__td div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.p-withdrawal-2000-dates__td svg {
    height: 18px;
    width: 18px;
    margin: 4px 16px 0 0;
    fill: #9096a2;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.p-withdrawal-2000-dates__td .e-button {
    margin-left: 32px;
}
.p-withdrawal-2000-dates__td-item {
    padding: 16px 0 8px;
}
.p-withdrawal-2000-dates__link-container {
    text-align: left;
    padding-left: 24px;
    margin-bottom: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.p-withdrawal-2000-dates__link {
    color: #0057c2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
}
.p-withdrawal-2000-dates__link svg {
    height: 10px;
    margin-right: 16px;
    fill: #0057c2;
}
.p-withdrawal-2000-dates__container.e-animation-fadein-up {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.p-withdrawal-2000-dates__link-2 {
    text-decoration: underline;
    color: #0057c2;
}
.p-withdrawal-2000-dates__title-2 {
    margin-top: 32px;
}
@media screen and (min-width: 768px) {
    .p-withdrawal-2000-dates__link-container {
        padding-left: 64px;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1024px) {
    .p-withdrawal-2000-dates__container .row {
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .p-withdrawal-2000-dates__container-title {
        margin: 0 0 32px;
    }
}
@media screen and (min-width: 1280px) {
    .p-withdrawal-2000-dates__container {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .p-withdrawal-2000-dates__container-title {
        padding: 0 16px;
    }
    .p-withdrawal-2000-dates__td {
        padding: 0 40px 24px;
    }
    .p-withdrawal-2000-dates__td-item {
        padding: 32px 0 8px;
    }
    .p-withdrawal-2000-dates__subtitle {
        height: 88px;
    }
}
.p-withdrawal-2000-foreign__footer.p-withdrawal-2000-disabled__footer {
    margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
    .p-withdrawal-2000-foreign__boxs-container.p-withdrawal-2000-disabled__boxs-container {
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .p-withdrawal-2000-foreign__container.p-withdrawal-2000-disabled__container.e-container {
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 1280px) {
    .p-withdrawal-2000-foreign__container.p-withdrawal-2000-disabled__container.e-container {
        max-width: 1024px;
    }
    .p-withdrawal-2000-foreign__box-container.p-withdrawal-2000-disabled__box-container {
        width: 33.33%;
    }
}
.p-withdrawal-2000-foreign__container.e-container {
    margin-top: 108px;
    text-align: center;
}
.p-withdrawal-2000-foreign__title {
    margin-bottom: 8px;
}
.p-withdrawal-2000-foreign__text {
    margin-bottom: 32px;
}
.p-withdrawal-2000-foreign__link {
    color: #0057c2;
}
.p-withdrawal-2000-foreign__boxs-container {
    margin-bottom: 56px;
}
.p-withdrawal-2000-foreign__box-container {
    margin-bottom: 16px;
}
.p-withdrawal-2000-foreign__box-container:last-child {
    margin-bottom: 0;
}
.p-withdrawal-2000-foreign__box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    text-align: left;
    padding: 24px;
    border: 1px solid #c1c7d5;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: 100%;
}
.p-withdrawal-2000-foreign__box svg {
    margin-right: 16px;
    height: 42px;
    width: 42px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.p-withdrawal-2000-foreign__footer {
    padding: 92px 16px;
    color: #fff;
    background: #0057c2;
    text-align: center;
    margin-bottom: 108px;
}
.p-withdrawal-2000-foreign__footer svg {
    height: 40px;
    width: 40px;
    margin-bottom: 16px;
}
.p-withdrawal-2000-foreign__footer svg path {
    fill: #fff;
}
.p-withdrawal-2000-foreign__footer-bar {
    color: #0057c2;
    background: #f2f6fc;
    padding: 24px;
    position: fixed;
    bottom: 0;
}
.p-withdrawal-2000-foreign__footer-bar svg {
    height: 40px;
    width: 40px;
    margin-right: 16px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.p-withdrawal-2000-foreign__footer-bar svg path {
    fill: #0057c2;
}
.p-withdrawal-2000-foreign__footer-bar-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.p-withdrawal-2000-foreign__modal {
    text-align: left;
}
.p-withdrawal-2000-foreign__modal ul {
    padding: 0;
}
@media screen and (min-width: 768px) {
    .p-withdrawal-2000-foreign__footer {
        margin-bottom: 92px;
    }
}
@media screen and (min-width: 1024px) {
    .p-withdrawal-2000-foreign__boxs-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -8px;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .p-withdrawal-2000-foreign__box-container {
        width: 33%;
        padding: 8px;
        margin-bottom: 0;
    }
    .p-withdrawal-2000-foreign__box {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 64px 24px 48px;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .p-withdrawal-2000-foreign__box svg {
        height: 64px;
        width: 64px;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .p-withdrawal-2000-foreign__footer-bar {
        position: unset;
        width: 70%;
        margin: 32px auto 80px;
        padding: 24px 80px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }
    .p-withdrawal-2000-foreign__footer {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1280px) {
    .p-withdrawal-2000-foreign__container.e-container {
        max-width: 95%;
        width: 95%;
        margin-top: 139px !important;
    }
    .p-withdrawal-2000-foreign__box-container {
        width: 25%;
    }
    .p-withdrawal-2000-foreign__box {
        padding: 56px 32px 48px;
    }
    .p-withdrawal-2000-foreign__modal {
        padding: 64px 0;
    }
    .p-withdrawal-2000-foreign__footer-bar {
        padding: 24px 136px;
    }
    .p-withdrawal-2000-foreign__footer {
        padding: 140px 16px;
    }
    .p-withdrawal-2000-foreign__footer svg {
        height: 64px;
        width: 64px;
    }
}
@media screen and (min-width: 1600px) {
    .p-withdrawal-2000-foreign__box {
        padding: 72px 32px 64px;
    }
    .p-withdrawal-2000-foreign__footer-bar {
        width: 53%;
        padding: 24px 88px;
    }
    .p-withdrawal-2000-foreign__footer {
        padding: 160px 16px;
    }
}
.p-withdrawal-2000-foreign .c-header-overlay {
    -webkit-box-shadow: 1px 1px 10px 0 rgba(46, 46, 46, 0.17);
    box-shadow: 1px 1px 10px 0 rgba(46, 46, 46, 0.17);
}
.p-withdrawal-2000-query {
    margin-top: 112px;
    margin-bottom: 160px;
    text-align: center;
}
.p-withdrawal-2000-query .c-header-overlay {
    -webkit-box-shadow: 1px 1px 10px 0 rgba(46, 46, 46, 0.17);
    box-shadow: 1px 1px 10px 0 rgba(46, 46, 46, 0.17);
}
.p-withdrawal-2000-query__content {
    position: relative;
}
.p-withdrawal-2000-query__subtitle {
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #0057c2;
    padding: 24px;
    color: #fff;
    width: 100%;
    text-align: left;
    z-index: 1;
}
.p-withdrawal-2000-query__subtitle svg {
    height: 24px;
    width: 24px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 16px;
}
.p-withdrawal-2000-query__subtitle svg path {
    fill: #fff;
}
.p-withdrawal-2000-query__subtitle br {
    display: none;
}
.p-withdrawal-2000-query__title {
    margin-bottom: 32px;
}
.p-withdrawal-2000-query__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.p-withdrawal-2000-query__line {
    margin: 0 51px 0 27px;
}
.p-withdrawal-2000-query__item-container {
    position: relative;
    text-align: left;
    border-bottom: 1px solid #c1c7d5;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
.p-withdrawal-2000-query__item-container:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.p-withdrawal-2000-query__item-container.inactive {
    color: #c1c7d5;
}
.p-withdrawal-2000-query__item-container.inactive .p-withdrawal-2000-query__badge {
    background: #c1c7d5;
}
.p-withdrawal-2000-query__item-container.inactive .p-withdrawal-2000-query__item-text,
.p-withdrawal-2000-query__item-container.visited .p-withdrawal-2000-query__badge,
.p-withdrawal-2000-query__item-container.visited .p-withdrawal-2000-query__item-text {
    display: none;
}
.p-withdrawal-2000-query__item-title {
    padding: 10px 0 8px;
}
.p-withdrawal-2000-query__item-inactive {
    display: none;
}
.p-withdrawal-2000-query__icon-inactive-container,
.p-withdrawal-2000-query__icon-visited-content {
    height: 40px;
    width: 40px;
    background: #c1c7d5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: -72px;
}
.p-withdrawal-2000-query__icon-inactive-container svg,
.p-withdrawal-2000-query__icon-visited-content svg {
    height: 20px;
    width: 20px;
    fill: #fff;
}
.p-withdrawal-2000-query__icon-visited-content {
    background: #fff;
    border: 2px solid #69c78a;
}
.p-withdrawal-2000-query__icon-visited-content svg {
    fill: #69c78a;
    height: 14px;
    width: 14px;
}
.p-withdrawal-2000-query__icon-container {
    border: 2px solid #69c78a;
    height: 54px;
    width: 54px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #d8ffe6;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: -80px;
}
.p-withdrawal-2000-query__icon-rejected-container {
    border: 2px solid #e13c67;
    background: #ffd0dc;
}
.p-withdrawal-2000-query__icon-rejected-container .p-withdrawal-2000-query__icon-content {
    background: #e13c67;
}
.p-withdrawal-2000-query__icon-content {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #69c78a;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.p-withdrawal-2000-query__icon-content svg {
    height: 14px;
    width: 14px;
    fill: #fff;
}
.p-withdrawal-2000-query__badge {
    padding: 4px 15px 4px 12px;
    color: #fff;
    -webkit-border-top-right-radius: 11px;
    border-top-right-radius: 11px;
    -webkit-border-bottom-right-radius: 11px;
    border-bottom-right-radius: 11px;
    background: #00aec7;
}
.p-withdrawal-2000-query__item-container.rejected .p-withdrawal-2000-query__badge {
    background: #e13c67;
}
.p-withdrawal-2000-query__icon-wrapper:after {
    height: 107px;
    border-left: 2px dashed #c1c7d5;
    content: "";
    position: absolute;
    top: 30px;
    z-index: -1;
}
.p-withdrawal-2000-query__item-container .p-withdrawal-2000-query__icon-wrapper.p-withdrawal-2000-query__icon-container:after {
    height: 170px;
}
.p-withdrawal-2000-query__item-container:last-child .p-withdrawal-2000-query__icon-wrapper:after {
    display: none;
}
.p-withdrawal-2000-query__icon-visited-content:after {
    border-color: #69c78a;
}
@media screen and (min-width: 1024px) {
    .p-withdrawal-2000-query {
        margin-bottom: 0;
    }
    .p-withdrawal-2000-query__container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-withdrawal-2000-query__icon-wrapper:after {
        width: 256px;
        border-top: 2px dashed #d2d6e0;
        content: "";
        position: absolute;
        left: 38px;
        top: auto;
        height: 0;
        z-index: -1;
    }
    .p-withdrawal-2000-query__icon-visited-content:after {
        border-color: #69c78a;
    }
    .p-withdrawal-2000-query__item-container:nth-child(2) .p-withdrawal-2000-query__icon-wrapper:after {
        height: 0;
    }
    .p-withdrawal-2000-query__badge {
        position: absolute;
        top: -123px;
        left: -webkit-calc(50% - 40px);
        left: calc(50% - 40px);
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }
    .p-withdrawal-2000-query__line {
        width: 100%;
        margin: 96px 0 59px;
    }
    .p-withdrawal-2000-query__items-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .p-withdrawal-2000-query__icon-inactive-container,
    .p-withdrawal-2000-query__icon-visited-content {
        left: -webkit-calc(50% - 20px);
        left: calc(50% - 20px);
        top: -79px;
    }
    .p-withdrawal-2000-query__item-container.inactive .p-withdrawal-2000-query__item-text,
    .p-withdrawal-2000-query__item-container.visited .p-withdrawal-2000-query__item-text {
        display: initial;
    }
    .p-withdrawal-2000-query__item-container.inactive .p-withdrawal-2000-query__badge {
        display: none;
    }
    .p-withdrawal-2000-query__icon-container {
        left: -webkit-calc(50% - 27px);
        left: calc(50% - 27px);
        top: -85px;
    }
    .p-withdrawal-2000-query__item-container {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        border-bottom: 0;
        margin-bottom: 0;
        text-align: center;
        max-width: 33.33%;
        padding: 0 24px;
    }
    .p-withdrawal-2000-query__item-title {
        padding: 0 0 4px;
    }
    .p-withdrawal-2000-query__title {
        margin-bottom: 8px;
    }
    .p-withdrawal-2000-query__subtitle {
        position: static;
        color: #4c5662;
        background: none;
        padding: 0;
        text-align: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .p-withdrawal-2000-query__subtitle svg {
        display: none;
    }
    .p-withdrawal-2000-query__subtitle br {
        display: initial;
    }
    .p-withdrawal-2000-query__item-container .p-withdrawal-2000-query__icon-wrapper.p-withdrawal-2000-query__icon-container:after {
        height: 0;
    }
    .p-withdrawal-2000-query__icon-inactive-container {
        background: #fff;
        border: 2px solid #c1c7d5;
    }
    .p-withdrawal-2000-query__icon-inactive-container svg path {
        fill: #c1c7d5;
    }
}
@media screen and (min-width: 1280px) {
    .p-withdrawal-2000-query__icon-wrapper:after {
        width: 295px;
    }
    .p-withdrawal-2000-query {
        margin-top: 127px;
    }
}
@media screen and (min-width: 1600px) {
    .p-withdrawal-2000-query__icon-wrapper:after {
        width: 380px;
    }
    .p-withdrawal-2000-query__line {
        margin: 112px 0 59px;
    }
}
.s-when-whitdraw {
    text-align: center;
    padding: 32px 0;
}
.s-when-whitdraw .s-withdrawal-schedule {
    height: auto;
    display: block;
}
.s-when-whitdraw .s-withdrawal-schedule__table-title-2 {
    padding: 16px 8px;
}
.s-when-whitdraw .s-withdrawal-schedule__table-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.s-when-whitdraw .s-withdrawal-schedule__body {
    padding: 0;
}
.s-when-whitdraw-title {
    margin-top: 24px;
}
.s-when-whitdraw-text {
    padding: 24px 0;
}
.s-when-whitdraw__back-button {
    display: block;
    text-align: left;
    color: #0057c2;
}
.s-when-whitdraw__back-button svg {
    height: 12px;
    width: 12px;
    margin-right: 16px;
    fill: #0057c2;
}
.s-when-whitdraw-title__link {
    text-decoration: underline;
    color: #0057c2;
}
.s-when-whitdraw__ul {
    text-align: left;
}
.s-when-whitdraw__li {
    list-style: disc;
}
@media screen and (min-width: 1280px) {
    .s-when-whitdraw {
        padding: 64px 72px 128px;
    }
    .s-when-whitdraw__back-button {
        display: none;
    }
}
.s-how-much-withdraw {
    text-align: center;
    padding: 64px 0 0;
}
.s-how-much-withdraw__back-button {
    display: block;
    text-align: left;
    color: #0057c2;
    margin: 32px 0;
}
.s-how-much-withdraw__back-button svg {
    height: 12px;
    width: 12px;
    margin-right: 16px;
    fill: #0057c2;
}
.s-how-much-withdraw__title {
    margin-bottom: 42px;
}
.s-how-much-withdraw__table {
    border: 1px solid #c1c7d5;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.s-how-much-withdraw__table,
.s-how-much-withdraw__th {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
}
.s-how-much-withdraw__th {
    background: #00aec7;
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.s-how-much-withdraw__th,
.s-how-much-withdraw__tr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.s-how-much-withdraw__tr {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.s-how-much-withdraw__tr:last-child .s-how-much-withdraw__td {
    border-bottom: 0;
}
.s-how-much-withdraw__td {
    padding: 16px 24px;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    border-bottom: 1px solid #c1c7d5;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.s-how-much-withdraw__alert-container,
.s-how-much-withdraw__td {
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.s-how-much-withdraw__alert-container {
    background: #f2f6fc;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    color: #0057c2;
    padding: 24px;
    border-left: 4px solid #0057c2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-top: 24px;
}
.s-how-much-withdraw__alert-container svg {
    height: 24px;
    width: 24px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 16px;
}
.s-how-much-withdraw__form-container {
    margin-top: 72px;
}
.s-how-much-withdraw__form-container .row {
    text-align: left;
}
.s-how-much-withdraw__form-submit-button {
    margin-top: 16px;
}
.s-how-much-withdraw__box-result {
    margin-top: 32px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #c1c7d5;
    padding: 24px 32px;
    text-align: left;
    background: #fff;
}
.s-how-much-withdraw__form-container {
    background: #f2f6fc;
    padding: 64px 0;
}
.s-how-much-withdraw__box-result-tip {
    border-top: 1px solid #c1c7d5;
    padding-top: 8px;
    margin-top: 8px;
    color: #6a798b;
}
@media screen and (min-width: 1024px) {
    .s-how-much-withdraw__form-container .row {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .s-how-much-withdraw__form-submit-button {
        margin: 16px auto 0;
    }
    .s-how-much-withdraw__box-result {
        width: 380px;
        margin: 32px auto 0;
    }
    .s-how-much-withdraw__form-content {
        margin-top: 32px;
    }
}
@media screen and (min-width: 1280px) {
    .s-how-much-withdraw__back-button {
        display: none;
    }
    .s-how-much-withdraw__table {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .s-how-much-withdraw__th,
    .s-how-much-withdraw__tr {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .s-how-much-withdraw__th {
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }
    .s-how-much-withdraw__table,
    .s-how-much-withdraw__th {
        -webkit-border-top-left-radius: 8px;
        border-top-left-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    .s-how-much-withdraw__tr {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
    }
    .s-how-much-withdraw__td {
        padding: 40px 48px;
        border-right: 1px solid #c1c7d5;
    }
    .s-how-much-withdraw__td:last-child {
        border-bottom: 0;
    }
    .s-how-much-withdraw__tr:last-child .s-how-much-withdraw__td {
        border-bottom: 1px solid #c1c7d5;
        border-right: 0;
    }
    .s-how-much-withdraw__tr:last-child .s-how-much-withdraw__td:last-child {
        border-bottom: 0;
    }
    .s-how-much-withdraw__alert-container svg {
        height: 32px;
        width: 32px;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin-right: 16px;
    }
    .s-how-much-withdraw__form-container {
        padding: 72px 0;
    }
}
@media screen and (min-width: 1600px) {
    .s-how-much-withdraw-content {
        padding: 0 72px;
    }
    .s-how-much-withdraw__form-container {
        padding: 96px 0;
        margin-top: 96px;
    }
}
.s-steps-withdraw {
    text-align: center;
    padding: 72px 0;
}
.s-steps-withdraw__link {
    cursor: pointer;
    color: #0057c2;
    text-decoration: underline;
}
.s-steps-withdraw__back-button {
    display: block;
    text-align: left;
    color: #0057c2;
    margin: 32px 0;
}
.s-steps-withdraw__back-button svg {
    height: 12px;
    width: 12px;
    margin-right: 16px;
    fill: #0057c2;
}
.s-steps-withdraw__title a {
    color: #0057c2;
    text-decoration: underline;
}
.s-steps-withdraw__steps-container {
    margin-top: 32px;
}
.s-steps-withdraw__step-container {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #c1c7d5;
    text-align: left;
    padding: 48px 32px;
    margin-bottom: 32px;
    position: relative;
}
.s-steps-withdraw__step-container:last-child {
    margin-bottom: 0;
}
.s-steps-withdraw__step-title {
    margin-bottom: 16px;
}
.s-steps-withdraw__step-li-item {
    margin-top: 40px;
    padding-left: 32px;
    position: relative;
}
.s-steps-withdraw__step-li-item:before {
    content: "";
    height: 7px;
    width: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #00aec7;
    position: absolute;
    top: 8px;
    left: 0;
}
.s-steps-withdraw__banks-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-top: 16px;
}
.s-steps-withdraw__bank-item {
    border: 1px solid #c1c7d5;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    margin-right: 16px;
}
.s-steps-withdraw__bank-item img,
.s-steps-withdraw__bank-item svg {
    width: 64px;
}
.s-steps-withdraw__banks-container::-webkit-scrollbar {
    display: none;
}
.s-steps-withdraw__icon-container {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    background: rgba(0, 174, 199, 0.13);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px;
}
.s-steps-withdraw__icon-container svg {
    height: 24px;
    width: 24px;
}
.s-steps-withdraw__icon-container svg path {
    fill: #00aec7;
}
.s-steps-withdraw__icon-container-hue-1 svg {
    height: 18px;
    width: 18px;
}
.s-steps-withdraw__step-badge {
    position: absolute;
    top: 24px;
    right: 0;
    background: #00aec7;
    padding: 8px 24px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff;
}
.s-steps-withdraw__calendar-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 8px;
    border-bottom: 1px solid #c1c7d5;
}
.s-steps-withdraw__calendar-item:last-child {
    border-bottom: 0;
}
.s-steps-withdraw__calendar-item svg {
    height: 28px;
    width: 28px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 16px;
}
.s-steps-withdraw__button {
    margin-top: 16px;
}
.s-steps-withdraw__hr {
    margin: 16px 0;
    border-top: 1px solid #c1c7d5;
}
.s-steps-withdraw__calendar-item-tip {
    color: #0057c2;
    margin-top: 8px;
    padding: 8px;
    background: #f6fcff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border-left: 4px solid #0057c2;
}
.s-steps-withdraw__calendar-item-tip li {
    list-style: disc;
    margin-bottom: 16px;
}
.s-steps-withdraw__calendar-item-tip li:last-child {
    margin-bottom: 0;
}
.s-steps-withdraw__calendar-item-tip-1 {
    padding: 16px;
    margin-top: 32px;
}
.s-steps-withdraw__calendar-item-li {
    position: relative;
    padding-left: 16px;
}
.s-steps-withdraw__calendar-item-li:before {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    top: 5px;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #00aec7;
}
.s-steps-withdraw__gray-text {
    color: #6a798b;
}
.s-steps-withdraw__step-li-title {
    margin-top: 16px;
}
@media screen and (min-width: 1280px) {
    .s-steps-withdraw__back-button {
        display: none;
    }
    .s-steps-withdraw__step-container {
        border: 0;
        padding: 32px;
        margin-bottom: 0;
    }
    .s-steps-withdraw__step-container:before {
        content: "";
        height: -webkit-calc(100% + 32px);
        height: calc(100% + 32px);
        border-left: 2px solid #e8f8fa;
        position: absolute;
        left: -25px;
        top: 48px;
    }
    .s-steps-withdraw__step-container:last-child:before {
        display: none;
    }
    .s-steps-withdraw__step-badge {
        position: static;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-top-right-radius: 20px;
        border-top-right-radius: 20px;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 20px;
        border-bottom-right-radius: 20px;
        display: inline-block;
    }
    .s-steps-withdraw__step-badge.e-p3 {
        margin-bottom: 16px;
    }
    .s-steps-withdraw__icon-container {
        position: absolute;
        left: -50px;
        top: 32px;
        background: #c2ecf3;
    }
}
.c-tabs__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
}
.c-tabs__header-container.c-tabs__header-container-overflow {
    width: 100%;
    overflow-x: auto;
}
.c-tabs__header-container.c-tabs__header-container-overflow::-webkit-scrollbar {
    display: none;
}
.c-tabs__header-container.c-tabs__header-container-overflow .c-tabs__header {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: visible;
}
.c-tabs__header-container.c-tabs__header-container-overflow .c-tabs__header .c-tabs__header-item {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding: 0 20px;
}
.c-tabs__header-item-title {
    color: #c1c7d5;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    text-align: center;
}
.c-tabs__header-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
    cursor: pointer;
}
.c-tabs__header-item svg {
    width: 28px;
    height: 25px;
    margin-right: 10px;
}
.c-tabs__header-item svg path,
.c-tabs__header-item svg polyline,
.c-tabs__header-item svg rect {
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    fill: #c1c7d5;
    stroke: #c1c7d5;
}
.c-tabs__header-item.isActive .c-tabs__header-item-title {
    color: #0057c2;
}
.c-tabs__header-item.isActive svg path,
.c-tabs__header-item.isActive svg polyline,
.c-tabs__header-item.isActive svg rect {
    fill: #0057c2;
    stroke: #0057c2;
}
.c-tabs__header-line {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 3px;
    background: #c1c7d5;
}
.c-tabs__header-line-active {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    height: 3px;
    background: #0057c2;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-tabs__body {
    position: relative;
    overflow: hidden;
    display: contents;
}
.c-tabs__body-item {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.c-tabs__body-item.isActive {
    visibility: visible;
    position: relative;
    z-index: 20;
    opacity: 1;
}
.c-tabs.c-tabs--white .c-tabs__header-item-title,
.c-tabs.c-tabs--white .c-tabs__header-item.isActive .c-tabs__header-item-title {
    color: #fff;
}
.c-tabs.c-tabs--white .c-tabs__header-line-active {
    background: #fff;
}
.c-tabs.c-tabs--white .c-tabs__header-line {
    background: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
    .c-tabs__header-item svg {
        width: 35px;
        height: 31px;
    }
}
.p-withdrawal-25-informative__list-item {
    padding: 32px 24px;
    border-bottom: 1px solid #c1c7d5;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.p-withdrawal-25-informative__list-item:last-child {
    border-bottom: none;
}
.p-withdrawal-25-informative__list-item svg {
    height: 12px;
    width: 12px;
}
.p-withdrawal-25-informative__tabs-link * {
    pointer-events: none;
}
@media screen and (min-width: 1280px) {
    .p-withdrawal-25-informative__tabs .c-tabs__header-container {
        -webkit-box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
        box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
    }
    .p-withdrawal-25-informative__tabs .c-tabs__body {
        display: block;
    }
    .p-withdrawal-25-informative__tabs .c-tabs__header {
        margin-bottom: 20px;
        padding-top: 16px;
    }
    .p-withdrawal-25-informative__tabs .c-tabs__header-item-title {
        line-height: 18px;
        position: relative;
        height: 56px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0 16px;
        color: #4c5662;
        overflow: hidden;
    }
    .p-withdrawal-25-informative__tabs .c-tabs__header-item-title:after {
        content: "";
        width: 100%;
        height: 3.5px;
        background: #0057c2;
        position: absolute;
        left: 0;
        bottom: -3.5px;
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transition: all 235ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: all 235ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 235ms cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
    }
    .p-withdrawal-25-informative__tabs .c-tabs__header-item {
        padding: 0;
    }
    .p-withdrawal-25-informative__tabs .c-tabs__header-item.isActive .c-tabs__header-item-title:after {
        bottom: 0;
    }
}
.l-vertical-slider {
    height: 100vh;
    display: none;
}
.l-vertical-slider.is-active {
    display: block;
}
.l-vertical-slider__scroll-line-wrapper {
    display: none;
    -webkit-animation: FadeInDownAnimation 0.6s;
    animation: FadeInDownAnimation 0.6s;
}
.l-vertical-slider__scroll-line-mobile-none {
    display: none;
}
@media screen and (min-width: 1024px) {
    .l-vertical-slider__scroll-line-wrapper {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .l-vertical-slider__scroll-line-text {
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        margin-bottom: 10px;
    }
    .l-vertical-slider__scroll-line-none {
        display: none;
    }
    .l-vertical-slider__scroll-line-mobile-none {
        display: block;
    }
    .l-vertical-slider__scroll-line-text--white {
        color: #fff;
    }
    .l-vertical-slider__scroll-line-text--blue {
        color: #0057c2;
    }
    .l-vertical-slider__scroll-line-down {
        width: 2px;
        height: 25px;
        margin: 0 auto;
        overflow: hidden;
    }
    .l-vertical-slider__scroll-line {
        width: 100%;
        height: 100%;
        display: block;
        background-position: 0 -25px;
        -webkit-background-size: 100% 200%;
        background-size: 100% 200%;
        -webkit-animation: scrolldown 1.6s cubic-bezier(0.76, 0, 0.3, 1) infinite forwards;
        animation: scrolldown 1.6s cubic-bezier(0.76, 0, 0.3, 1) infinite forwards;
    }
    .l-vertical-slider__scroll-color--white {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, hsla(0, 0%, 100%, 0)));
        background-image: -webkit-linear-gradient(top, #fff 50%, hsla(0, 0%, 100%, 0) 0);
        background-image: -o-linear-gradient(top, #fff 50%, hsla(0, 0%, 100%, 0) 50%);
        background-image: linear-gradient(180deg, #fff 50%, hsla(0, 0%, 100%, 0) 0);
    }
    .l-vertical-slider__scroll-color--blue {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0057c2), color-stop(50%, hsla(0, 0%, 100%, 0)));
        background-image: -webkit-linear-gradient(top, #0057c2 50%, hsla(0, 0%, 100%, 0) 0);
        background-image: -o-linear-gradient(top, #0057c2 50%, hsla(0, 0%, 100%, 0) 50%);
        background-image: linear-gradient(180deg, #0057c2 50%, hsla(0, 0%, 100%, 0) 0);
    }
    @-webkit-keyframes scrolldown {
        0% {
            background-position: 0 -25px;
        }
        75% {
            background-position: 0 0;
        }
        to {
            background-position: 0 25px;
        }
    }
    @keyframes scrolldown {
        0% {
            background-position: 0 -25px;
        }
        75% {
            background-position: 0 0;
        }
        to {
            background-position: 0 25px;
        }
    }
}
@media screen and (min-width: 1600px) {
    .l-vertical-slider__scroll-line-text {
        font-size: 22px;
    }
    .l-vertical-slider__scroll-line-down {
        height: 75px;
    }
}
.p-withdrawal-25 {
    text-align: center;
}
.p-withdrawal-25 .c-header-overlay {
    position: static;
    -webkit-box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
    box-shadow: 1px 1px 10px 0 rgba(145, 182, 218, 0.48);
    background: #fff;
}
.p-withdrawal-25__results-options-card {
    -webkit-box-shadow: 1px 1px 10px 0 rgba(46, 46, 46, 0.17);
    box-shadow: 1px 1px 10px 0 rgba(46, 46, 46, 0.17);
    width: 100%;
    margin-top: 16px;
    padding: 24px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    background: #fff;
}
.p-withdrawal-25__results-options-card svg {
    height: 40px;
    width: 40px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.p-withdrawal-25__results-options-card .p-withdrawal-25__results-icon-arrow {
    width: 12px;
    height: 12px;
    margin-right: -8px;
    fill: #4c5662;
}
.p-withdrawal-25__results-options-card p {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}
.p-withdrawal-25__icon-container {
    height: 49px;
    width: 49px;
    border: 1px solid #c1c7d5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(222, 234, 250, 0.48);
    margin-right: 16px;
}
.p-withdrawal-25__icon-container svg {
    width: 30px;
    height: 30px;
}
.p-withdrawal-25__icon-container svg path {
    fill: #0057c2;
}
.p-withdrawal-25__section-1,
.p-withdrawal-25__section-2,
.p-withdrawal-25__section-3,
.p-withdrawal-25__section-4,
.p-withdrawal-25__section-5,
.p-withdrawal-25__section-6 {
    height: 100%;
    background: #f2f5f9;
    overflow-y: auto;
}
.p-withdrawal-25__section-2-container,
.p-withdrawal-25__section-3-container,
.p-withdrawal-25__section-4-container,
.p-withdrawal-25__section-5-container,
.p-withdrawal-25__section-6-container {
    height: -webkit-calc(100% - 120px);
    height: calc(100% - 120px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-animation: FadeInDownAnimation 0.9s;
    animation: FadeInDownAnimation 0.9s;
}
.p-withdrawal-25__section-1-container {
    -webkit-animation: FadeInDownAnimation 0.9s;
    animation: FadeInDownAnimation 0.9s;
}
.p-withdrawal-25__section-5 {
    overflow-y: auto;
}
.p-withdrawal-25__section-5-container {
    height: 100%;
}
.p-withdrawal-25__modal-withdrawal {
    max-height: 100%;
}
.p-withdrawal-25__modal-withdrawal .s-withdrawal-25__float-bar,
.p-withdrawal-25__modal-withdrawal .s-withdrawal-25__title-container {
    display: none;
}
.p-withdrawal-25__modal-withdrawal .s-withdrawal-25__card-form {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.p-withdrawal-25__modal-withdrawal .s-withdrawal-25__results-options-card {
    display: none;
}
.e-form-group__dropdown {
    z-index: 2000002;
}
.p-withdrawal-25__section-1-header {
    position: relative;
}
.p-withdrawal-25__section-1-img {
    width: 100%;
}
.p-withdrawal-25__curve-container {
    position: absolute;
    bottom: 0;
}
.p-withdrawal-25__curve-container img {
    width: 100%;
}
.p-withdrawal-25__section-1-title {
    margin-top: 72px;
}
.p-withdrawal-25__section-1-button,
.p-withdrawal-25__section-1-text {
    margin-top: 32px;
}
.p-withdrawal-25__section-2-container .p-withdrawal-25__section-2-swiper {
    width: 100vw;
}
.p-withdrawal-25__section-2-container .p-withdrawal-25__section-2-swiper img {
    width: 250px;
}
.p-withdrawal-25__section-2-container .p-withdrawal-25__section-2-swiper.swiper-slide {
    width: auto;
}
.p-withdrawal-25__section-2-container .p-withdrawal-25__section-2-swiper-item {
    width: 250px;
}
.p-withdrawal-25__section-2-container .p-withdrawal-25__quota-value-button {
    cursor: pointer;
}
.p-withdrawal-25__h-scroll {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
}
.p-withdrawal-25__section-2-text-1 {
    margin-top: 24px;
}
.p-withdrawal-25__section-2-text-2 {
    margin: 24px 0;
}
.p-withdrawal-25__section-2-button {
    margin-top: 28px;
}
.p-withdrawal-25__modal-funds {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.p-withdrawal-25__modal-funds iframe {
    width: 378px;
    height: 220px;
}
.p-withdrawal-25__section-3-wrapper {
    width: 100%;
}
.p-withdrawal-25__section-4-container {
    height: 100%;
}
.p-withdrawal-25__section-4-container .e-button {
    margin-top: 24px;
}
.p-withdrawal-25__section-4-container .c-tooltip {
    display: inline-block;
}
.p-withdrawal-25__section-4-container-title {
    margin-bottom: 8px;
}
.p-withdrawal-25__section-4__content {
    margin: 8px 0 0;
    padding: 24px;
    border-bottom: 1px solid #c1c7d5;
    text-align: left;
}
.p-withdrawal-25__section-4__content-item {
    margin-bottom: 24px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.p-withdrawal-25__section-4__content-item:last-child {
    margin-bottom: 0;
}
.p-withdrawal-25__section-4__icon-container {
    border: 1px solid #deeafa;
    background: #e5eef8;
    height: 49px;
    width: 49px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 16px;
}
.p-withdrawal-25__section-4__icon-container,
.p-withdrawal-25__section-4__tooltip {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.p-withdrawal-25__section-4__tooltip {
    height: 20px;
    width: 20px;
    border: 1px solid #0057c2;
    color: #0057c2;
    padding-left: 1px;
    margin-left: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.p-withdrawal-25__section-4__tips {
    padding: 16px 32px 0;
}
.p-withdrawal-25__section-4__tooltip-content {
    text-align: left;
}
.p-withdrawal-25__section-5-container .e-button {
    margin-top: 32px;
}
.p-withdrawal-25__section-5-options-container {
    width: 100%;
}
.p-withdrawal-25__section-5-options-container .p-withdrawal-25__results-options-card {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 16px;
}
.p-withdrawal-25__section-5-options-container .p-withdrawal-25__icon-container {
    height: 32px;
    width: 32px;
    background: #00aec7;
    border: none;
}
.p-withdrawal-25__section-5-options-container .p-withdrawal-25__icon-container svg {
    width: 16px;
    height: 16px;
}
.p-withdrawal-25__section-5-options-container .p-withdrawal-25__icon-container svg path {
    fill: #fff;
}
.p-withdrawal-25__section-5-container-title {
    margin-bottom: 32px;
}
.p-withdrawal-25__section-5-tip {
    padding: 16px;
    border-left: 4px solid #0057c2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #e5eef8;
    text-align: left;
    color: #0057c2;
}
.p-withdrawal-25__section-6-container-title {
    color: #0057c2;
    margin-top: 16px;
}
.p-withdrawal-25__section-6-container-text {
    margin-top: 24px;
}
.p-withdrawal-25__section-6-container-button {
    margin: 32px 0;
}
.p-withdrawal-25__vc-historical-modal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
}
.p-withdrawal-25__vc-historical {
    position: relative;
    width: 100vw;
    height: 450px;
    max-height: 100%;
}
.p-withdrawal-25__vc-historical-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 600px) {
    .p-withdrawal-25__section-2-container .p-withdrawal-25__section-2-swiper {
        width: auto;
    }
    .p-withdrawal-25__section-2-container .p-withdrawal-25__section-2-swiper-item,
    .p-withdrawal-25__section-2-container .p-withdrawal-25__section-2-swiper img {
        width: 370px;
    }
}
@media screen and (min-width: 768px) {
    .p-withdrawal-25__results-options-card {
        max-width: 360px;
    }
    .p-withdrawal-25__section-3-content {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-withdrawal-25__section-3-content,
    .p-withdrawal-25__section-5-options-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .p-withdrawal-25__section-5-options-container .p-withdrawal-25__results-options-card {
        margin-bottom: 0;
        margin-right: 16px;
    }
    .p-withdrawal-25__section-5-tip {
        margin-top: 16px;
    }
    .p-withdrawal-25__modal-funds iframe {
        width: 560px;
        height: 315px;
    }
    .itf-slider__pagination-vc {
        display: none;
    }
    .p-withdrawal-25__section-2-button {
        margin-top: 40px;
    }
    .p-withdrawal-25__vc-historical {
        padding-top: 55%;
        height: auto;
    }
}
@media screen and (min-width: 1024px) {
    .p-withdrawal-25 .c-header-overlay {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: unset;
    }
    .p-withdrawal-25__section-1,
    .p-withdrawal-25__section-6 {
        background-image: url(https://cdn01.sura.net.pe/integra/webapps/cercania/prod/statics/assets/img/withdrawal25/header-desktop.2059813c.png);
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        background-color: #6a798b;
        color: #fff;
    }
    .p-withdrawal-25__section-1 .e-show-desktop,
    .p-withdrawal-25__section-6 .e-show-desktop {
        display: block;
    }
    .p-withdrawal-25__section-1 .e-show-mobile-tablet,
    .p-withdrawal-25__section-6 .e-show-mobile-tablet {
        display: none;
    }
    .p-withdrawal-25__section-1-container {
        height: -webkit-calc(100% - 60px);
        height: calc(100% - 60px);
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-withdrawal-25__section-1-title {
        margin-top: 0;
    }
    .p-withdrawal-25__curve-container,
    .p-withdrawal-25__section-1-img,
    .p-withdrawal-25__section-2-button {
        display: none;
    }
    .p-withdrawal-25__section-2-container .p-withdrawal-25__video-button {
        cursor: pointer;
    }
    .p-withdrawal-25__section-2-container .p-withdrawal-25__video-button img {
        max-width: 400px;
    }
    .p-withdrawal-25__section-4__content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .p-withdrawal-25__section-4__content-item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        margin-bottom: 0;
        padding: 0 16px;
    }
    .p-withdrawal-25__section-4-container,
    .p-withdrawal-25__section-5-container {
        height: -webkit-calc(100% - 120px);
        height: calc(100% - 120px);
    }
    .p-withdrawal-25__section-4-container .e-button--blue-transparent,
    .p-withdrawal-25__section-5-container .e-button--blue-transparent {
        display: none;
    }
    .p-withdrawal-25__section-6-container-title {
        color: #fff;
    }
    .p-withdrawal-25__section-6-container .e-button.e-button--link {
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    .p-withdrawal-25__modal-withdrawal {
        text-align: left;
    }
    .p-withdrawal-25__modal-withdrawal .s-withdrawal-25 {
        padding: 64px 0;
    }
    .p-withdrawal-25__modal-withdrawal .s-withdrawal-25 .e-container {
        width: 95%;
    }
    .p-withdrawal-25__modal-withdrawal .s-withdrawal-25 .s-withdrawal-25__results-options-card {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
    }
    .p-withdrawal-25__modal-funds {
        padding: 56px;
    }
    .p-withdrawal-25__modal-funds iframe {
        width: 840px;
        height: 474px;
    }
}
@media screen and (min-width: 1280px) {
    .p-withdrawal-25__section-1-container,
    .p-withdrawal-25__section-2-container,
    .p-withdrawal-25__section-3-container,
    .p-withdrawal-25__section-4-container,
    .p-withdrawal-25__section-5-container,
    .p-withdrawal-25__section-6-container {
        height: -webkit-calc(100% - 75px);
        height: calc(100% - 75px);
    }
    .p-withdrawal-25__section-3-wrapper {
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .p-withdrawal-25__section-3-left-image {
        height: -webkit-calc(100% + 75px);
        height: calc(100% + 75px);
        margin-top: -75px;
        background-image: url(https://cdn01.sura.net.pe/integra/webapps/cercania/prod/statics/assets/img/withdrawal25/section-img.4a0a3504.png);
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
    }
    .p-withdrawal-25__section-6-container .e-button.e-button--link {
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    .p-withdrawal-25__section-6-container-title {
        color: #fff;
    }
    .p-withdrawal-25__vc-historical {
        width: 900px;
    }
    .p-withdrawal-25__vc-historical-modal {
        padding: 50px;
    }
}
@media screen and (min-width: 1280px) {
    .c-header-links {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .c-header-links__item {
        margin-right: 40px;
        font-size: 16px;
    }
    .c-header-links__item.isActive {
        font-family: fs_joeymedium;
    }
}
@media screen and (min-width: 1366px) {
    .c-header-links__item {
        margin-right: 50px;
        font-size: 18px;
    }
}
.s-yolo-header {
    width: 100%;
    height: 100vh;
    background: #818891;
    position: relative;
    overflow: hidden;
}
.s-yolo-header img {
    position: absolute;
    height: 100%;
    min-width: 100%;
    right: 0;
    top: 0;
    z-index: 10;
}
.s-yolo-header__content {
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 20;
}
.s-yolo-header__title {
    color: #fff;
}
.s-yolo-header__detail {
    padding-left: 20px;
    margin-top: 15px;
}
.s-yolo-header__title-line {
    padding-left: 15px;
    white-space: nowrap;
}
.s-yolo-header__title-line:first-child {
    -webkit-animation: TextFadeInRightAnimation 0.8s both;
    animation: TextFadeInRightAnimation 0.8s both;
}
.s-yolo-header__title-line:nth-child(2) {
    -webkit-animation: TextFadeInRightAnimation 1.3s both;
    animation: TextFadeInRightAnimation 1.3s both;
}
.s-yolo-header__title-line:nth-child(3) {
    -webkit-animation: TextFadeInRightAnimation 1.6s both;
    animation: TextFadeInRightAnimation 1.6s both;
}
.s-yolo-header__title-line:nth-child(4) {
    -webkit-animation: TextFadeInRightAnimation 1.9s both;
    animation: TextFadeInRightAnimation 1.9s both;
}
.s-yolo-header__title-landscape {
    display: none;
}
.s-yolo-header__arrow {
    position: absolute;
    z-index: 30;
    bottom: 10%;
    left: -webkit-calc(50% - 18px);
    left: calc(50% - 18px);
    padding: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}
.s-yolo-header__arrow svg {
    width: 22px;
    height: 16px;
    fill: #fff;
}
.s-yolo-header__arrow-line {
    width: 2px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: -12px;
    background-position: 0 -50px;
    -webkit-background-size: 100% 200%;
    background-size: 100% 200%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(0, hsla(0, 0%, 100%, 0)));
    background-image: -webkit-linear-gradient(top, #fff 50%, hsla(0, 0%, 100%, 0) 0);
    background-image: -o-linear-gradient(top, #fff 50%, hsla(0, 0%, 100%, 0) 0);
    background-image: linear-gradient(180deg, #fff 50%, hsla(0, 0%, 100%, 0) 0);
    -webkit-animation: scrollDownAnimation 2s cubic-bezier(0.76, 0, 0.3, 1) infinite forwards;
    animation: scrollDownAnimation 2s cubic-bezier(0.76, 0, 0.3, 1) infinite forwards;
}
@media screen and (orientation: landscape) {
    .s-yolo-header__title-landscape {
        display: block;
    }
    .s-yolo-header__title-portrait {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .s-yolo-header__detail,
    .s-yolo-header__title {
        padding-left: 0;
    }
    .s-yolo-header__title-landscape {
        display: block;
    }
    .s-yolo-header__title-portrait {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .s-yolo-header__content .e-container {
        width: 85%;
    }
}
.page-404 {
    position: relative;
    min-height: 100vh;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 auto;
    background-color: #fff;
}
.page-404__image {
    margin: 20px auto 0;
    width: 90%;
}
.page-404__logo {
    margin: 0 auto;
    font-size: 0;
    width: 120px;
}
.page-404__logo svg {
    width: 100%;
}
.page-404__title {
    font-size: 42px;
    line-height: 35px;
    margin: 20px 0;
    color: #4c5662;
    text-align: center;
}
.page-404__title.page-404__title--small {
    font-size: 25px;
}
.page-404__description {
    font-size: 21px;
    line-height: 27px;
    color: #4c5662;
    text-align: center;
}
.page-404__code {
    display: none;
    color: #acacac;
}
.page-404__code.page-404__code--large {
    font-size: 22px;
}
.page-404__button {
    margin: 10px auto;
}
.page-404__option {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    color: #0057c2;
}
.page-404__description-2 {
    padding-top: 20px;
}
@media screen and (min-width: 768px) {
    .page-404__option {
        width: 170px;
    }
}
@media screen and (min-width: 1024px) {
    .page-404 {
        height: 100vh;
        min-height: 620px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .page-404__logo {
        padding-top: 30px;
        width: 200px;
    }
    .page-404__container {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0 auto;
        padding: 0 50px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 1024px;
    }
    .page-404__image {
        position: absolute;
        top: 60%;
        right: 0;
        width: 67%;
        font-size: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .page-404__title {
        margin-bottom: 20px;
        font-size: 76px;
        line-height: 70px;
        text-align: left;
    }
    .page-404__title.page-404__title--small {
        font-size: 50px;
    }
    .page-404__description {
        font-size: 24px;
        line-height: 30px;
        text-align: left;
        width: 88%;
    }
    .page-404__code {
        margin: 20px 0;
        font-size: 18px;
        line-height: 27px;
        text-align: left;
        display: block;
    }
    .page-404__code.page-404__code--large {
        font-size: 26px;
    }
    .page-404__button {
        margin: 0;
    }
}
@media screen and (min-width: 1280px) {
    .page-404__container {
        width: 1200px;
    }
    .page-404__description {
        width: 100%;
        margin: 0;
    }
}
@media screen and (min-width: 1600px) {
    .page-404__container {
        padding: 0;
    }
    .page-404__logo {
        padding-top: 90px;
        width: 285px;
    }
    .page-404__title {
        margin-bottom: 25px;
        font-size: 86px;
        line-height: 80px;
    }
    .page-404__title.page-404__title--small {
        font-size: 65px;
    }
    .page-404__description {
        font-size: 34px;
        line-height: 40px;
    }
    .page-404__code {
        margin: 25px 0;
        font-size: 26px;
        line-height: 37px;
    }
    .page-404__code.page-404__code--large {
        font-size: 34px;
    }
    .page-404__container {
        width: 1400px;
    }
}
.c-table__header {
    width: 100%;
}
.c-table__header,
.c-table__header-th {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.c-table__header-th {
    background: #0057c2;
    padding: 20px 12px;
    color: #fff;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-table__header-th.isRight {
    text-align: right;
}
.c-table__header-th:first-child {
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}
.c-table__header-th:last-child {
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
.c-table__header-th.e-text-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-table__body {
    width: 100%;
}
.c-table__body-tr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #c1c7d5;
}
.c-table__body-td {
    padding: 20px 12px;
}
.c-table__body-td.isRight {
    text-align: right;
}
.c-table.c-table--turquoise .c-table__header-th {
    background: #00aec7;
}
.c-table.c-table--turquoise .c-table__body-tr.isActive {
    background: rgba(0, 174, 199, 0.2);
    color: #00aec7;
}
.c-table.c-table--border {
    border: 1px solid #c1c7d5;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.c-table.c-table--border .c-table__body-tr:last-child {
    border-bottom: 0;
}
@media screen and (min-width: 768px) {
    .c-table__body-td,
    .c-table__header-th {
        padding: 12px 20px;
    }
}
.s-exit-certificate-form {
    padding: 50px 0;
}
.s-exit-certificate-form__valid .e-form-group__title {
    text-align: left;
    margin-top: 35px;
}
.s-exit-certificate-form__valid .c-radiocard__container {
    width: 240px;
}
.s-exit-certificate-form__valid-button {
    width: 245px;
    padding-left: 1rem;
}
.s-exit-certificate-form__result {
    margin-top: 30px;
    padding: 30px 20px;
    border: 1px solid #c1c7d5;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.s-exit-certificate-form__result-table {
    max-width: 700px;
    margin: 0 auto;
}
.s-exit-certificate-form__result-table .c-table__body-td,
.s-exit-certificate-form__result-table .c-table__header-th {
    width: 36%;
}
.s-exit-certificate-form__result-table .c-table__body-td:first-child,
.s-exit-certificate-form__result-table .c-table__header-th:first-child {
    width: 28%;
}
.s-exit-certificate-form__result-subtitle {
    margin: 10px 0 25px;
}
.s-exit-certificate-form__mail .row {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.s-exit-certificate-form__mail-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.s-exit-certificate-form__mail-actions-cancel {
    margin-left: 30px;
}
.s-exit-certificate-form__mail-left {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (min-width: 768px) {
    .s-exit-certificate-form {
        padding: 70px 0;
    }
    .s-exit-certificate-form__valid .row {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .s-exit-certificate-form__valid .e-form-group__title {
        text-align: right;
    }
    .s-exit-certificate-form__valid .c-radiocard__container {
        width: 100%;
    }
    .s-exit-certificate-form__valid .c-radiocard__item {
        min-width: 100px;
    }
    .s-exit-certificate-form__valid .e-button {
        margin-top: 10px;
    }
    .s-exit-certificate-form__result-table .c-table__body-td,
    .s-exit-certificate-form__result-table .c-table__header-th {
        width: 30%;
    }
    .s-exit-certificate-form__result-table .c-table__body-td:first-child,
    .s-exit-certificate-form__result-table .c-table__header-th:first-child {
        width: 41%;
    }
}
@media screen and (min-width: 1024px) {
    .s-exit-certificate-form {
        padding: 90px 0;
    }
    .s-exit-certificate-form__result {
        padding: 60px;
    }
}
.s-depa-requirements {
    position: relative;
    padding: 70px 0;
    background: #f6fcff;
    overflow: hidden;
}
.s-depa-requirements .e-container {
    position: relative;
    z-index: 20;
}
.s-depa-requirements__img {
    position: absolute;
    z-index: 10;
    right: -190px;
    bottom: 0;
    height: 700px;
}
.s-depa-requirements__title {
    text-align: center;
}
.s-depa-requirements__just-need {
    margin-top: 270px;
    margin-bottom: 20px;
}
.s-depa-requirements__list {
    border: 1px solid #c1c7d5;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 35px 15px 20px;
    background: #fff;
    margin-bottom: 15px;
}
.s-depa-requirements__list-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.s-depa-requirements__list-row:last-child .s-depa-requirements__list-row-text {
    border-bottom: none;
}
.s-depa-requirements__list-row-icon {
    width: 17px;
    height: 12px;
    margin: 30px 15px 0 0;
    fill: #00aec7;
}
.s-depa-requirements__list-row-icon path {
    fill: #00aec7;
}
.s-depa-requirements__list-row-text {
    color: #6a798b;
    padding: 20px 0;
    border-bottom: 1px solid #c1c7d5;
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
}
@media screen and (min-width: 768px) {
    .s-depa-requirements__img {
        height: 770px;
        right: -80px;
    }
    .s-depa-requirements {
        padding: 120px 0 140px;
    }
    .s-depa-requirements__title {
        text-align: left;
        margin-bottom: 5px;
    }
    .s-depa-requirements__list {
        background: rgba(0, 0, 0, 0);
        border: none;
        padding: 0;
        display: inline-block;
        margin-bottom: 0;
    }
    .s-depa-requirements__list-row {
        border: 1px solid #c1c7d5;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        padding: 16px;
        background: #fff;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
    }
    .s-depa-requirements__list-row-icon {
        width: 42px;
        height: 42px;
        margin-top: 0;
    }
    .s-depa-requirements__list-row-text {
        padding: 0;
        border: 0;
    }
    .s-depa-requirements__just-need {
        margin-top: 45px;
    }
}
@media screen and (min-width: 768px) {
    .s-depa-requirements__img {
        right: 0;
    }
}
@media screen and (min-width: 1280px) {
    .s-depa-requirements__img {
        right: 9%;
        height: 800px;
    }
    .s-depa-requirements__list-row {
        padding: 22px;
    }
    .s-depa-requirements__list-row-icon {
        margin-right: 20px;
    }
}
@media screen and (min-width: 1600px) {
    .s-depa-requirements__img {
        right: 20%;
        height: auto;
    }
}
.s-modal-withdepa {
    color: #6a798b;
}
.s-modal-withdepa__text-blue {
    color: #0057c2;
}
.s-modal-withdepa__icon {
    margin: 50px 0 60px;
    width: 280px;
    height: 140px;
}
.s-modal-withdepa__title-date {
    margin-top: 20px;
}
.s-modal-withdepa__card {
    margin: 30px 0 40px;
    padding: 15px;
    border: 1px solid #c1c7d5;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
.s-modal-withdepa__card:after,
.s-modal-withdepa__card:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
}
.s-modal-withdepa__card:before {
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #c1c7d5;
    left: -webkit-calc(50% - 10px);
    left: calc(50% - 10px);
    z-index: 10;
    top: -10px;
}
.s-modal-withdepa__card:after {
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 9px solid #fff;
    left: -webkit-calc(50% - 8px);
    left: calc(50% - 8px);
    z-index: 20;
    top: -9px;
}
.s-modal-withdepa__line {
    border-bottom: 1px solid #c1c7d5;
    margin-bottom: 40px;
}
.s-modal-withdepa__remember {
    padding: 20px 15px;
    margin-top: 40px;
    border: 1px solid #c1c7d5;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
.s-modal-withdepa__remember-title {
    position: absolute;
    left: -webkit-calc(50% - 50px);
    left: calc(50% - 50px);
    top: -14px;
    background: #fff;
    width: 100px;
    color: #4c5662;
}
.s-depa-steps {
    background: #0057c2;
    color: #fff;
    text-align: center;
    padding: 70px 0;
    position: relative;
}
.s-depa-steps__triangle-bottom,
.s-depa-steps__triangle-top {
    width: 0;
    height: 0;
    border-left: 16px solid rgba(0, 0, 0, 0);
    border-right: 16px solid rgba(0, 0, 0, 0);
    position: absolute;
    left: -webkit-calc(50% - 16px);
    left: calc(50% - 16px);
    z-index: 10;
}
.s-depa-steps__triangle-top {
    border-top: 16px solid #f6fcff;
    top: 0;
}
.s-depa-steps__triangle-bottom {
    border-top: 16px solid #0057c2;
    bottom: -16px;
}
.s-depa-steps__list-item {
    margin-top: 70px;
    background: #fff;
    color: #6a798b;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 70px 0 60px;
    position: relative;
}
.s-depa-steps__list-item-icon-container {
    width: 78px;
    height: 78px;
    background: #00aec7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #0057c2;
    position: absolute;
    top: -39px;
    left: -webkit-calc(50% - 39px);
    left: calc(50% - 39px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.s-depa-steps__list-item-icon {
    width: 38px;
    height: 40px;
    fill: #fff;
    stroke: #fff;
}
.s-depa-steps__list-item-icon path {
    stroke: #fff;
    fill: #fff;
}
.s-depa-steps__list-item-title {
    font-size: 26px;
    color: #4c5662;
    margin: 15px 0 25px;
}
.s-depa-steps__modal-agreement {
    color: #6a798b;
}
.s-depa-steps__modal-agreement-blue {
    color: #0057c2;
}
.s-depa-steps__modal-agreement-detail {
    margin-top: 20px;
}
.s-depa-steps__modal-agreement-icons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 480px;
    margin: 0 auto;
}
.s-depa-steps__modal-agreement-icons svg {
    height: 20px;
    margin-top: 20px;
}
.s-depa-steps__modal-agreement-icons svg:first-child,
.s-depa-steps__modal-agreement-icons svg:nth-child(2) {
    width: 70px;
}
.s-depa-steps__modal-agreement-icons svg:nth-child(3),
.s-depa-steps__modal-agreement-icons svg:nth-child(4) {
    width: 100px;
}
.s-depa-steps__modal-agreement-icons svg:nth-child(5) {
    width: 30px;
}
@media screen and (min-width: 768px) {
    .s-depa-steps {
        padding: 100px 0;
    }
    .s-depa-steps__list-item {
        padding: 40px 0;
        margin-top: 45px;
    }
    .s-depa-steps__list-item-icon {
        width: 38px;
        height: 40px;
        fill: #0057c2;
        stroke: #0057c2;
    }
    .s-depa-steps__list-item-icon path {
        stroke: #0057c2;
        fill: #0057c2;
    }
    .s-depa-steps__list-item-icon-container {
        position: relative;
        background: rgba(0, 0, 0, 0);
        border: none;
        left: auto;
        width: 100%;
        top: auto;
        height: auto;
        margin-bottom: 15px;
    }
    .s-depa-steps__list-item-title {
        margin: 5px 0 15px;
    }
}
@media screen and (min-width: 1024px) {
    .s-depa-steps__list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .s-depa-steps__list-item {
        width: 31%;
    }
    .s-depa-steps__list-item-title br {
        display: block;
    }
}
@media screen and (min-width: 1280px) {
    .s-depa-steps {
        padding: 120px 0;
    }
    .s-depa-steps__list-item {
        margin-top: 60px;
    }
}
@media screen and (min-width: 1600px) {
    .s-depa-steps {
        padding: 150px 0;
    }
    .s-depa-steps__list-item {
        padding: 70px 0;
    }
}
.s-insurance-cases {
    text-align: center;
    background: #f6fcff;
}
.s-insurance-cases__title {
    margin: 0 auto 26px;
    width: 200px;
}
.s-insurance-cases__link-video {
    text-decoration: underline;
}
.s-insurance-cases__options {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.s-insurance-cases__option-container {
    width: 50%;
}
.s-insurance-cases__option-icon-title {
    padding: 8px 0;
}
.s-insurance-cases__option-icon1-container {
    padding: 15px 24px 26px 23px;
}
.s-insurance-cases__option-icon1-container svg {
    height: 67px;
    width: 42px;
    fill: #00aec7;
}
.s-insurance-cases__option-icon2-container {
    padding: 17px 28px 30px 21px;
}
.s-insurance-cases__option-icon2-container svg {
    height: 60px;
    width: 58px;
    fill: #00aec7;
}
.s-insurance-cases__option-icon1-container,
.s-insurance-cases__option-icon2-container {
    height: 100px;
    width: 100px;
    border: 2px solid #00aec7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
}
.s-insurance-cases__option-title {
    margin-top: 15px;
}
.s-insurance-cases__option-title span {
    cursor: pointer;
}
.s-insurance-cases__option-title svg {
    width: 6px;
    height: 11px;
    margin-left: 7px;
    fill: #00aec7;
}
.s-insurance-cases__left {
    padding: 70px 0 35px;
}
.s-insurance-cases__right {
    padding: 35px 0 70px;
}
.s-insurance-cases__img-right {
    padding: 30px 0;
}
.s-insurance-cases__img-right svg {
    height: 109px;
    width: 100px;
}
.s-insurance-cases__right .e-button:last-child {
    margin-top: 24px;
}
.s-insurance-cases__links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.s-insurance-cases__links .e-button {
    margin: auto;
}
.s-insurance-cases .c-modal__main {
    width: 90%;
}
.s-insurance-cases__detail {
    width: 90%;
    margin: auto auto 0;
    color: #6a798b;
}
.s-insurance-cases__modal-item {
    text-align: justify;
    margin: 16px 0;
}
.s-insurance-cases__modal-item svg {
    height: 20px;
    width: 20px;
    fill: #0057c2;
}
@media screen and (min-width: 768px) {
    .s-insurance-cases__options {
        width: 70%;
        margin: auto;
    }
    .s-insurance-cases__box-container {
        -webkit-border-radius: 8px;
        border-radius: 8px;
        border: 1px solid #c1c7d5;
        padding: 50px 0;
        width: 500px;
        margin: 0 auto;
        background: #fff;
    }
    .s-insurance-cases__right {
        padding: 50px 0 70px;
    }
    .s-insurance-cases__left {
        padding: 70px 0 0;
    }
    .s-insurance-cases__img-right {
        display: none;
    }
    .s-insurance-cases__title {
        width: 270px;
    }
    .s-insurance-cases__detail {
        width: 419px;
        margin: auto auto 27px;
    }
    .s-insurance-cases .c-modal__main {
        width: 50%;
    }
}
@media screen and (min-width: 1024px) {
    .s-insurance-cases__options {
        width: 100%;
    }
    .s-insurance-cases__title {
        width: 260px;
        font-size: 36px;
        line-height: 34px;
    }
    .s-insurance-cases__detail {
        width: 306px;
    }
    .s-insurance-cases__left,
    .s-insurance-cases__right {
        width: 50%;
    }
    .s-insurance-cases__left {
        padding: 70px 0;
    }
    .s-insurance-cases__right {
        padding: 70px 0;
        margin-left: 33px;
    }
    .s-insurance-cases__wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .s-insurance-cases__box-container {
        height: 100%;
        width: auto;
    }
    .s-insurance-cases .c-modal__main {
        width: 680px;
    }
    .s-insurance-cases__option-icon1-container,
    .s-insurance-cases__option-icon2-container {
        height: 115px;
        width: 115px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .s-insurance-cases__option-icon1-container {
        padding: 0;
        margin: auto 20px auto auto;
    }
    .s-insurance-cases__option-icon1-container svg {
        height: 60px;
        width: 50px;
    }
    .s-insurance-cases__option-title-1 {
        text-align: right;
        padding-right: 38px;
    }
    .s-insurance-cases__option-title-1 div {
        display: inline-block;
        cursor: pointer;
    }
    .s-insurance-cases__option-icon2-container {
        margin: auto auto auto 20px;
        padding: 0;
    }
    .s-insurance-cases__option-icon2-container svg {
        height: 60px;
        width: 50px;
    }
    .s-insurance-cases__option-title-2 {
        text-align: left;
        padding-left: 22px;
    }
    .s-insurance-cases__option-title-2 div {
        display: inline-block;
        cursor: pointer;
    }
    .s-insurance-cases__option-icon-modal-container {
        margin: 0 auto 20px;
    }
}
@media screen and (min-width: 1360px) {
    .s-insurance-cases .e-h2 {
        font-size: 38px;
    }
    .s-insurance-cases__left {
        margin-right: 41px;
    }
    .s-insurance-cases__right {
        margin-left: 41px;
    }
}
@media screen and (min-width: 1600px) {
    .s-insurance-cases__left {
        margin-right: 66px;
    }
    .s-insurance-cases__right {
        margin-left: 66px;
    }
    .s-insurance-cases__detail {
        width: 385px;
    }
    .s-insurance-cases .c-modal__main .e-h4 {
        font-size: 40px;
    }
    .s-insurance-cases__option-icon1-container,
    .s-insurance-cases__option-icon2-container {
        height: 100px;
        width: 100px;
    }
    .s-insurance-cases__box-container {
        padding: 80px 0;
    }
    .s-insurance-cases__option-icon1-container {
        margin: auto 40px auto auto;
    }
    .s-insurance-cases__option-icon2-container {
        margin: auto auto auto 30px;
    }
    .s-insurance-cases__option-title-1 {
        padding-right: 25px;
    }
    .s-insurance-cases__option-title-2 {
        padding-left: 15px;
    }
}
.s-constancy-requirements {
    background: #f6fcff;
    padding: 50px 0;
}
.s-constancy-requirements__description {
    margin-bottom: 55px;
}
.s-constancy-requirements__list-item-title {
    margin: 18px 0 10px;
}
.s-constancy-requirements__list-item:first-child {
    margin-bottom: 80px;
}
.s-constancy-requirements__list-item-icon {
    width: 42px;
    height: 42px;
    fill: #00aec7;
}
.s-constancy-requirements__list-item-text {
    position: relative;
}
.s-constancy-requirements__list-item-text .c-tooltip {
    position: absolute;
    bottom: 0;
    left: -webkit-calc(50% + 105px);
    left: calc(50% + 105px);
}
.s-constancy-requirements__disclaimer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}
.s-constancy-requirements__disclaimer-icon {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    height: 43px;
    margin-right: 20px;
    fill: #0057c2;
}
.s-constancy-requirements__hr {
    height: 1px;
    background: #c1c7d5;
    width: 100%;
    margin: 20px auto;
}
.swiper-container.swiper-container-s-constancy-requirements__Swiper {
    padding: 15px 0;
}
.swiper-container.swiper-container-s-constancy-requirements__Swiper .swiper-slide {
    width: 100%;
}
.s-constancy-requirements__swiper-box {
    margin: 0 50px;
    -webkit-box-shadow: 0 0 16px 0 rgba(145, 182, 218, 0.48);
    box-shadow: 0 0 16px 0 rgba(145, 182, 218, 0.48);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 48px 24px;
    background: #fff;
    height: 370px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (min-width: 768px) {
    .s-constancy-requirements {
        padding: 70px 0;
    }
    .s-constancy-requirements__list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .s-constancy-requirements__list-item:first-child {
        margin-bottom: 0;
    }
    .s-constancy-requirements__swiper-container {
        width: 500px;
        margin: auto;
    }
    .s-constancy-requirements__swiper-box {
        margin: 0 70px;
        height: 350px;
    }
}
@media screen and (min-width: 1024px) {
    .s-constancy-requirements {
        padding: 90px 0;
    }
    .s-constancy-requirements__disclaimer {
        text-align: left;
        padding: 0;
    }
    .s-constancy-requirements__hr {
        width: 90%;
    }
}
.s-who-wins-afp {
    text-align: center;
    background: #f2f5f9;
    padding-top: 65px;
    padding-bottom: 70px;
}
.s-who-wins-afp__subtitle {
    margin-top: 10px;
}
.s-who-wins-afp__item {
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c1c7d5;
    padding: 50px 0 40px;
    height: 480px;
}
.s-who-wins-afp__item-detail {
    color: #6a798b;
}
.s-who-wins-afp__item-container {
    margin-top: 35px;
}
.s-who-wins-afp__item-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    fill: #0057c2;
}
.s-who-wins-afp__item-title {
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .s-who-wins-afp__item-container {
        width: 100%;
    }
    .login {
        min-height: auto;
    }
    .login__inner {
        min-height: auto;
    }

}
@media screen and (min-width: 768px) {
    .s-who-wins-afp__item-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .s-who-wins-afp__item {
        width: 330px;
        padding: 40px 0;
        height: auto;
    }
}
@media screen and (min-width: 1280px) {
    .s-who-wins-afp {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .s-who-wins-afp__item {
        width: 430px;
        padding: 70px 0;
    }
    .s-who-wins-afp__item-container {
        margin-top: 30px;
    }
}
@media screen and (min-width: 1600px) {
    .s-who-wins-afp__item {
        width: 555px;
    }
}
.s-yolo-menu-mobile .c-menu-mobile__item-sub:nth-child(7) svg {
    height: 26px;
}
.irene-chat {
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 2000001;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 64px;
}
.irene-chat__button {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    background-color: #ffe946;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: none;
    font-size: 0;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.35s linear;
    transition: -webkit-transform 0.35s linear;
    -o-transition: 0.35s transform linear;
    transition: transform 0.35s linear;
    transition: transform 0.35s linear, -webkit-transform 0.35s linear;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
}
.irene-chat__button img {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.irene-chat__button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.irene-chat__button svg g {
    fill: #0057c2;
}
.irene-chat__button.irene-chat__button--close {
    -webkit-transform: translateY(250%);
    -ms-transform: translateY(250%);
    transform: translateY(250%);
}
.irene-chat__frame {
    position: absolute;
    bottom: 0;
    right: -20px;
    background-color: #fff;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    -webkit-transition: -webkit-transform 0.35s linear;
    transition: -webkit-transform 0.35s linear;
    -o-transition: 0.35s transform linear;
    transition: transform 0.35s linear;
    transition: transform 0.35s linear, -webkit-transform 0.35s linear;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
}
.irene-chat__frame iframe {
    width: 100%;
}
.irene-chat__frame.irene-chat__frame--active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: -64px;
}
.irene-chat__frame.irene-chat__frame--active .irene-chat__close {
    top: 0;
}
.irene-chat__close {
    position: absolute;
    top: 64px;
    right: 10px;
    z-index: 10;
    width: 20px;
    height: 60px;
    font-size: 0;
    cursor: pointer;
}
.irene-chat__close svg {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.irene-chat__close svg g {
    fill: #0057c2;
}
@media screen and (min-width: 1024px) {
    .irene-chat__button {
        width: 100px;
        height: 100px;
    }
}
.s-depa-example {
    text-align: center;
}
.s-depa-example .c-imagetext__text-container {
    padding: 70px 0;
}
.s-depa-example .c-imagetext__img-container {
    font-size: 0;
}
.s-depa-example__icon {
    width: 260px;
    height: 120px;
    margin: 60px 0 70px;
}
.s-depa-example__remember {
    border: 2px solid #c1c7d5;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 40px;
    position: relative;
}
.s-depa-example__remember-text {
    position: absolute;
    left: -webkit-calc(50% - 60px);
    left: calc(50% - 60px);
    top: -13px;
    background: #fff;
    width: 120px;
    display: inline-block;
    line-height: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .s-depa-example .c-imagetext__left-image {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .s-depa-example .c-imagetext__img-container,
    .s-depa-example .c-imagetext__text-container {
        width: 100%;
    }
    .s-depa-example .c-imagetext__text-container {
        padding-top: 90px;
        padding-bottom: 80px;
    }
}
@media screen and (min-width: 1280px) {
    .s-depa-example {
        text-align: left;
    }
    .s-depa-example .c-imagetext__picture {
        height: 100%;
    }
    .s-depa-example__remember-text {
        text-align: center;
        left: 25px;
    }
}
.s-advantage-afp__title {
    text-align: center;
}
.s-advantage-afp__detail {
    color: #6a798b;
    text-align: center;
}
.s-advantage-afp__profitability {
    max-width: 400px;
    border: 1px solid #c1c7d5;
    padding: 25px 20px 20px;
    text-align: center;
    margin: 45px auto 35px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    color: #6a798b;
}
.s-advantage-afp__profitability-icon {
    width: 42px;
    height: 42px;
    padding: 10px;
    position: absolute;
    top: -21px;
    left: -webkit-calc(50% - 21px);
    left: calc(50% - 21px);
    z-index: 10;
    border: 1px solid #c1c7d5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    fill: #00aec7;
}
.s-advantage-afp__calculation {
    text-align: center;
    word-spacing: 8px;
}
.s-advantage-afp__calculation-result {
    color: #00aec7;
    position: relative;
    margin-left: 10px;
}
.s-advantage-afp__calculation-result-icon-left,
.s-advantage-afp__calculation-result-icon-right {
    position: absolute;
    top: -8px;
    width: 11px;
    height: 14px;
    z-index: 10;
}
.s-advantage-afp__calculation-result-icon-left path,
.s-advantage-afp__calculation-result-icon-right path {
    fill: #00aec7;
}
.s-advantage-afp__calculation-result-icon-left {
    left: -12px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.s-advantage-afp__calculation-result-icon-right {
    right: -12px;
}
.s-advantage-afp__message {
    text-align: center;
    margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .s-advantage-afp .c-imagetext__left-image {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .s-advantage-afp .c-imagetext__img-container,
    .s-advantage-afp .c-imagetext__text-container {
        width: 100%;
    }
    .s-advantage-afp .c-imagetext__text-container {
        padding-top: 90px;
        padding-bottom: 80px;
    }
}
@media screen and (min-width: 1280px) {
    .s-advantage-afp__calculation,
    .s-advantage-afp__detail,
    .s-advantage-afp__message,
    .s-advantage-afp__title {
        text-align: left;
    }
    .s-advantage-afp__profitability {
        display: inline-block;
        padding: 30px 25px 30px 45px;
        max-width: none;
    }
    .s-advantage-afp__profitability-icon {
        width: 50px;
        height: 50px;
        left: -25px;
        top: -webkit-calc(50% - 25px);
    }
    .s-advantage-afp .c-imagetext__text-container {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .s-advantage-afp .c-imagetext__picture {
        height: 100%;
    }
}
@media screen and (min-width: 1600px) {
    .s-advantage-afp .c-imagetext__text-container {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}
.c-imagetext-v2 {
    padding-top: 60px;
    font-size: 0;
    text-align: center;
}
.c-imagetext-v2__title {
    margin-bottom: 5px;
}
.c-imagetext-v2__subtitle {
    color: #6a798b;
}
.c-imagetext-v2__img-container {
    margin-top: 30px;
}
.c-imagetext-v2__img {
    width: 100%;
    max-width: 400px;
}
@media screen and (min-width: 768px) {
    .c-imagetext-v2__img-container {
        margin-top: 25px;
    }
}
@media screen and (min-width: 1280px) {
    .c-imagetext-v2 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-top: 0;
    }
    .c-imagetext-v2__content {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        text-align: left;
        width: 50%;
    }
    .c-imagetext-v2__img-container {
        width: 50%;
        margin-top: 0;
        padding-top: 70px;
    }
    .c-imagetext-v2__img {
        max-width: 480px;
    }
}
@media screen and (min-width: 1600px) {
    .c-imagetext-v2__img {
        width: 600px;
        max-width: none;
    }
    .c-imagetext-v2__img-container {
        padding-top: 80px;
    }
}
@media screen and (min-width: 1280px) {
    .s-receive-money .c-imagetext-v2__img {
        margin-left: -50px;
    }
}
.s-whatis-fundtype__subtitle {
    margin-bottom: 40px;
}
.s-whatis-fundtype__detail {
    position: relative;
    color: #6a798b;
    border: 1px solid #c1c7d5;
    padding: 40px 30px 35px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.s-whatis-fundtype__profitability-icon-container {
    position: absolute;
    width: 42px;
    height: 42px;
    left: -webkit-calc(50% - 21px);
    left: calc(50% - 21px);
    top: -21px;
    padding: 10px;
    background: #fff;
    border: 1px solid #c1c7d5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.s-whatis-fundtype__profitability-icon {
    fill: #00aec7;
    width: 20px;
    height: 19px;
}
@media screen and (min-width: 768px) {
    .s-whatis-fundtype__profitability-icon-container {
        width: 52px;
        height: 52px;
        left: -webkit-calc(50% - 26px);
        left: calc(50% - 26px);
        top: -26px;
        padding: 12px;
    }
    .s-whatis-fundtype__profitability-icon {
        width: 28px;
        height: 26px;
    }
    .s-whatis-fundtype__detail {
        width: 600px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1280px) {
    .s-whatis-fundtype__detail {
        display: inline-block;
        padding: 20px 55px 25px;
        width: auto;
    }
    .s-whatis-fundtype__profitability-icon-container {
        width: 60px;
        height: 60px;
        left: -30px;
        top: -webkit-calc(50% - 30px);
        top: calc(50% - 30px);
        padding: 14px;
    }
    .s-whatis-fundtype__profitability-icon {
        width: 32px;
        height: 30px;
    }
}
.s-manage-your-money__subtitle {
    color: #6a798b;
}
.s-manage-your-money__button {
    margin-top: 20px;
}
.s-manage-your-money__emoticon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: block;
}
.s-manage-your-money__emoticon:last-child {
    display: none;
}
@media screen and (max-width: 767px) {
    .s-manage-your-money .c-imagetext-v2__title {
        font-size: 44px;
        line-height: 43px;
    }
}
@media screen and (min-width: 768px) {
    .s-manage-your-money__button {
        margin-top: 30px;
    }
    .s-manage-your-money__emoticon {
        width: 45px;
        height: 45px;
        position: absolute;
        margin: -2px 0 0 18px;
    }
    .s-manage-your-money__emoticon:first-child {
        display: none;
    }
    .s-manage-your-money__emoticon:last-child {
        display: inline-block;
    }
}
@media screen and (min-width: 1280px) {
    .s-manage-your-money__emoticon {
        width: 60px;
        height: 60px;
        margin: 0 0 0 18px;
    }
}
.s-discount-calculator {
    background: #f2f5f9;
    padding: 60px 0;
}
.s-discount-calculator__title {
    margin-bottom: 15px;
}
.s-discount-calculator__subtitle {
    margin: 30px 0 45px;
}
.s-discount-calculator__content-button {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 5px;
}
.s-discount-calculator__simbol {
    position: absolute;
    bottom: 8px;
    left: 0;
    font-size: 22px;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    opacity: 0;
}
.s-discount-calculator__content {
    background: #fff;
    padding: 30px 30px 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #c1c7d5;
    position: relative;
}
.s-discount-calculator__content .row {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.s-discount-calculator__content .e-form-group__input {
    text-align: center;
}
.s-discount-calculator__content .e-form-group__control-label {
    left: -webkit-calc(50% - 62px);
    left: calc(50% - 62px);
}
.s-discount-calculator__content .e-form-group__input:focus ~ .e-form-group__control-label,
.s-discount-calculator__content .e-form-group__input:valid ~ .e-form-group__control-label {
    left: -webkit-calc(50% - 50px);
    left: calc(50% - 50px);
}
.s-discount-calculator__content .e-form-group.has-value .s-discount-calculator__simbol,
.s-discount-calculator__content .e-form-group__input:focus ~ .s-discount-calculator__simbol {
    opacity: 1;
}
.s-discount-calculator__content-emoticon {
    width: 52px;
    height: 52px;
    position: absolute;
    top: -26px;
    left: -webkit-calc(50% - 26px);
    left: calc(50% - 26px);
}
.s-discount-calculator__result {
    margin-top: 40px;
}
.s-discount-calculator__result.isHide {
    display: none;
}
.s-discount-calculator__result-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: FadeInRightAnimation 1s both;
    animation: FadeInRightAnimation 1s both;
}
.s-discount-calculator__result-item:last-child {
    margin-top: 35px;
}
.s-discount-calculator__result-item-icon {
    width: 50px;
    height: 46px;
    margin-right: 18px;
    fill: #0057c2;
}
.s-discount-calculator__result-item-icon ellipse,
.s-discount-calculator__result-item-icon path {
    fill: #0057c2;
}
.s-discount-calculator__result-text-detail {
    color: #6a798b;
}
.s-discount-calculator__result-title {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (max-width: 374px) {
    .s-discount-calculator .e-form-wrapper {
        max-width: 60%;
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
}
@media screen and (min-width: 375px) {
    .s-discount-calculator__content {
        padding: 46px 30px 25px 10px;
    }
    .s-discount-calculator__content .e-form-group__input {
        text-align: left;
        padding-left: 25px;
    }
    .s-discount-calculator__content .e-form-group__control-label,
    .s-discount-calculator__content .e-form-group__input:focus ~ .e-form-group__control-label,
    .s-discount-calculator__content .e-form-group__input:valid ~ .e-form-group__control-label {
        left: 0;
    }
}
@media screen and (min-width: 768px) {
    .s-discount-calculator {
        padding: 80px 0;
    }
    .s-discount-calculator__subtitle {
        margin: 25px 0 75px;
    }
    .s-discount-calculator__simbol {
        opacity: 1;
        font-size: 32px;
        line-height: 32px;
        bottom: 7px;
    }
    .s-discount-calculator__content {
        max-width: 650px;
        margin: 0 auto;
        padding: 30px 30px 20px;
    }
    .s-discount-calculator__content .row {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .s-discount-calculator__content .e-form-group__control-label {
        display: none;
    }
    .s-discount-calculator__content .e-form-group__input {
        font-size: 32px;
        line-height: 32px;
        height: auto;
        padding: 5px 0 5px 40px;
    }
    .s-discount-calculator__content-emoticon {
        width: 62px;
        height: 62px;
        top: -31px;
        left: -webkit-calc(50% - 31px);
        left: calc(50% - 31px);
    }
    .s-discount-calculator__content-button {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin: 0;
    }
    .s-discount-calculator__content-title {
        font-size: 24px;
    }
    .s-discount-calculator__result {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 700px;
        margin: 30px auto 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .s-discount-calculator__result-item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: -webkit-calc(50% - 1px);
        width: calc(50% - 1px);
        position: relative;
    }
    .s-discount-calculator__result-item:nth-child(2) {
        -webkit-animation: FadeInLeftAnimation 1s both;
        animation: FadeInLeftAnimation 1s both;
    }
    .s-discount-calculator__result-item:last-child {
        margin: 0;
    }
    .s-discount-calculator__result-line {
        width: 1px;
        height: 70px;
        background: #c1c7d5;
        margin-top: 6%;
    }
    .s-discount-calculator__result-item-icon {
        margin: 0 0 10px;
    }
}
@media screen and (min-width: 1280px) {
    .s-discount-calculator {
        padding: 100px 0;
    }
}
@media screen and (min-width: 1920px) {
    .s-discount-calculator {
        padding: 120px 0;
    }
}
.s-yolo-footer {
    position: relative;
    height: 550px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    background: #818891;
}
.s-yolo-footer img {
    position: absolute;
    left: -webkit-calc(50% - 384px);
    left: calc(50% - 384px);
    top: 0;
    z-index: 10;
}
.s-yolo-footer__content {
    position: relative;
    z-index: 20;
    text-align: center;
    color: #fff;
}
.s-yolo-footer__detail {
    margin-top: 20px;
}
@media screen and (min-width: 768px) {
    .s-yolo-footer {
        height: 700px;
    }
    .s-yolo-footer img {
        left: -webkit-calc(50% - 600px);
        left: calc(50% - 600px);
    }
}
@media screen and (min-width: 1280px) {
    .s-yolo-footer {
        height: 750px;
    }
    .s-yolo-footer img {
        left: -webkit-calc(50% - 960px);
        left: calc(50% - 960px);
    }
}
.s-fund-types-section {
    background: #f2f5f9;
    padding: 60px 0;
}
.s-fund-types-section__item {
    background: #fff;
    margin-top: 25px;
    border: 1px solid #c1c7d5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #6a798b;
    position: relative;
}
.s-fund-types-section__item .items-type-fund__download-buttons {
    margin: 0;
}
.s-fund-types-section__item-wrapper {
    padding: 50px 20px 60px;
}
.s-fund-types-section__item-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.s-fund-types-section__item-line {
    width: 15px;
    height: 2px;
    background: #00aec7;
    display: inline-block;
    margin: 20px 0 13px;
}
.s-fund-types-section__item-title {
    color: #4c5662;
}
.s-fund-types-section__item-detail {
    max-width: 270px;
    margin: 0 auto;
}
.s-fund-types-section__detail {
    margin-top: 20px;
    color: #6a798b;
}
.s-fund-types-section__download-buttons {
    padding: 15px 0;
    font-size: 14px;
    background: #f2f5f9;
    margin-right: 0;
    margin-left: 0;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.s-fund-types-section__download-buttons a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.s-fund-types-section__download-buttons a:hover .items-type-fund__download-icon {
    fill: #013a81;
}
.s-fund-types-section__hr {
    width: 2px;
    height: 25px;
    background: rgba(0, 87, 194, 0.47);
    margin: 0 -1px;
}
.s-fund-types-section__download-icon {
    height: 19px;
    width: 15px;
    margin-right: 10px;
    fill: #0057c2;
}
@media screen and (max-width: 767px) {
    .s-fund-types-section__item-title {
        font-size: 28px;
    }
}
@media screen and (min-width: 768px) {
    .s-fund-types-section__item {
        margin: 40px auto 0;
        width: 420px;
    }
    .s-fund-types-section__item-wrapper {
        padding: 70px 0;
    }
    .s-fund-types-section__item-icon {
        width: 65px;
        height: 65px;
    }
    .s-fund-types-section__detail {
        margin-top: 30px;
    }
}
@media screen and (min-width: 960px) {
    .s-fund-types-section__item-detail {
        max-width: 300px;
    }
}
@media screen and (min-width: 1280px) {
    .s-fund-types-section {
        padding: 70px 0;
    }
    .s-fund-types-section__container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .s-fund-types-section__item {
        width: 32%;
        margin: 30px 0 0;
    }
    .s-fund-types-section__item-wrapper {
        padding: 60px 0;
    }
    .s-fund-types-section__item-line {
        width: 20px;
    }
    .s-fund-types-section__item-icon {
        width: 60px;
        height: 60px;
    }
    .s-fund-types-section__detail {
        margin-top: 40px;
    }
    .s-fund-types-section__item-detail {
        max-width: none;
    }
}
@media screen and (min-width: 1600px) {
    .s-fund-types-section,
    .s-fund-types-section__item-wrapper {
        padding: 80px 0;
    }
}
.s-yolo-journeys {
    background: #818891;
}
.s-yolo-journeys__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.s-yolo-journeys__item-content {
    width: 100%;
    background: #fff;
}
.s-yolo-journeys__item-inner {
    margin-top: -65px;
    background: #fff;
    text-align: center;
    position: relative;
    padding: 58px 0 75px;
    z-index: 10;
}
.s-yolo-journeys__item-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: -webkit-calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 10;
}
.s-yolo-journeys__item-button {
    margin-top: 20px;
}
.s-yolo-journeys__item-img-container {
    font-size: 0;
}
.s-yolo-journeys__item-img {
    width: 550px;
}
@media screen and (max-width: 767px) {
    .s-yolo-journeys__item-title {
        font-size: 44px;
        line-height: 42px;
    }
}
@media screen and (min-width: 550px) {
    .s-yolo-journeys__item-img {
        width: auto;
    }
}
@media screen and (min-width: 768px) {
    .s-yolo-journeys__item-icon {
        width: 66px;
        height: 66px;
        top: -33px;
        left: -webkit-calc(50% - 33px);
        left: calc(50% - 33px);
    }
    .s-yolo-journeys__item-inner {
        margin-top: -50px;
        padding: 60px 0 80px;
    }
    .s-yolo-journeys__item-img {
        width: 900px;
    }
}
@media screen and (min-width: 900px) {
    .s-yolo-journeys__item-img {
        width: 1024px;
        width: auto;
    }
}
@media screen and (min-width: 1280px) {
    .s-yolo-journeys {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: none;
    }
    .s-yolo-journeys__item {
        position: relative;
        color: #fff;
        width: -webkit-calc(33.33333% - 0.5px);
        width: calc(33.33333% - 0.5px);
        background: #818891;
    }
    .s-yolo-journeys__item:hover .s-yolo-journeys__item-img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .s-yolo-journeys__item:nth-child(2) {
        margin: 0 1px;
    }
    .s-yolo-journeys__item-content {
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0);
    }
    .s-yolo-journeys__item-inner {
        margin-top: 0;
        text-align: left;
        background: none;
        width: 85%;
    }
    .s-yolo-journeys__item-img {
        height: 800px;
        -webkit-transition: all 0.25s linear !important;
        -o-transition: all 0.25s linear !important;
        transition: all 0.25s linear !important;
    }
    .s-yolo-journeys__item-icon {
        left: auto;
        top: auto;
        width: 50px;
        height: 50px;
        margin-left: 15px;
        margin-top: 5px;
    }
    .s-yolo-journeys__item-title {
        position: relative;
    }
}
@media screen and (min-width: 1440px) {
    .s-yolo-journeys__item-inner {
        width: 74%;
    }
}
@media screen and (min-width: 1600px) {
    .s-yolo-journeys__item-img {
        height: 900px;
    }
    .s-yolo-journeys__item-icon {
        width: 60px;
        height: 60px;
        margin-left: 20px;
    }
}
.s-important {
    text-align: center;
    overflow: hidden;
}
.s-important__relative {
    position: relative;
}
.s-important__wrapper {
    padding: 70px 0;
    position: relative;
    background: #f7fdff;
}
.s-important__wrapper:before {
    content: "";
    position: absolute;
    left: -webkit-calc(50% - 20px);
    left: calc(50% - 20px);
    bottom: -19px;
    width: 0;
    height: 0;
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-top: 22px solid #fff;
}
.s-important__detail {
    padding: 17px 0 41px;
    width: 287px;
    margin: 0 auto;
}
.s-important__icon {
    margin-bottom: 56px;
}
.s-important__icon svg {
    width: 204px;
    height: 136px;
}
.s-important__tip-box {
    background: #fff;
    padding: 39px 0;
    border: 1px solid #c1c7d5;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
}
.s-important__tip-box-img {
    position: absolute;
    top: -29px;
    left: -webkit-calc(50% - 29px);
    left: calc(50% - 29px);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 59px;
    width: 59px;
    border: 1px solid #c1c7d5;
    background: #fff;
    padding: 10px;
}
.s-important__tip-box-img path {
    fill: #00aec7;
}
.s-important__insurancework-wrapper {
    background: #0057c2;
    padding: 70px 0 30px;
    color: #fff;
}
.s-important__insurancework-img {
    background: #0057c2;
}
.s-important__insurancework-img img {
    vertical-align: middle;
}
.s-important__insurancework-wrapper-title {
    padding-bottom: 17px;
}
@media screen and (min-width: 768px) {
	
    .s-important {
        text-align: left;
    }
    .s-important__insurancework-wrapper-title {
        padding-bottom: 6px;
    }
    .s-important__wrapper {
        padding: 70px 0;
    }
    .s-important__wrapper:before {
        left: 58px;
    }
    .s-important__detail {
        width: 396px;
        margin: 0 auto 0 0;
        padding: 6px 0 22px;
    }
    .s-important__icon {
        margin-bottom: 19px;
    }
    .s-important__icon svg {
        height: 124px;
        width: 187px;
    }
    .s-important__general-container {
        width: 60%;
    }
    .s-important__tip-box {
        padding: 20px;
        width: 370px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .s-important__tip-box-img {
        position: relative;
        left: auto;
        top: auto;
        margin-right: 15px;
        border: 0;
        padding: 0;
        width: 40px;
        height: 40px;
    }
    .s-important__insurancework-wrapper {
        padding: 70px 0;
    }
    .s-important__insurancework-img {
        position: absolute;
        bottom: 0;
        right: 2%;
        background: rgba(0, 0, 0, 0);
    }
    .s-important__insurancework-img img {
        height: 700px;
    }
}
@media screen and (min-width: 1024px) {
    .s-important__wrapper {
        padding: 85px 0 80px;
    }
    .s-important__detail {
        width: 432px;
    }
    .s-important__tip-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .s-important__icon {
        margin-bottom: 0;
    }
    .s-important__tip-box {
        margin-left: 10px;
    }
    .s-important__tip-box:before {
        content: "";
        position: absolute;
        left: -12px;
        top: 37px;
        width: 0;
        height: 0;
        border-top: 11px solid rgba(0, 0, 0, 0);
        border-bottom: 11px solid rgba(0, 0, 0, 0);
        border-right: 12px solid #c1c7d5;
    }
    .s-important__tip-box:after {
        content: "";
        position: absolute;
        left: -10px;
        top: 38px;
        width: 0;
        height: 0;
        border-top: 10px solid rgba(0, 0, 0, 0);
        border-bottom: 10px solid rgba(0, 0, 0, 0);
        border-right: 10px solid #fff;
    }
    .s-important__insurancework-wrapper {
        padding: 70px 0;
    }
    .s-important__tip-box-img {
        display: none;
    }
    .s-important__insurancework-img {
        right: 5%;
    }
    .s-important__insurancework-img img {
        height: 620px;
    }
}
@media screen and (min-width: 1280px) {
    .s-important__insurancework-img {
        right: 8%;
    }
    .s-important__insurancework-img img {
        height: 700px;
    }
}
@media screen and (min-width: 1360px) {
    .s-important__tip-box:before {
        top: 45px;
    }
    .s-important__tip-box:after {
        top: 46px;
    }
    .s-important__tip-box {
        width: 360px;
        padding: 23px;
    }
    .s-important__detail {
        width: 595px;
    }
    .s-important__insurancework-img img {
        height: 660px;
    }
    .s-important__insurancework-img {
        right: 10%;
    }
    .s-important__insurancework-wrapper-title {
        padding-bottom: 4px;
    }
    .s-important__detail {
        padding: 6px 0 22px;
    }
    .s-insurance-cases__option-icon-modal-container {
        margin: auto !important;
    }
}
@media screen and (min-width: 1600px) {
    .s-important__wrapper {
        padding: 146px 0;
    }
    .s-important__detail {
        width: 520px;
    }
    .s-important__tip-box {
        width: 390px;
    }
    .s-important__insurancework-wrapper {
        padding: 140px 0;
    }
    .s-important__insurancework-img {
        right: 13%;
    }
    .s-important__insurancework-img img {
        height: auto;
    }
}


@media (max-width: 768px) {
	#__next {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.login-page, .register-page {
	    background-image: url(../../img/bck_login_clan.png);
	    background-position: inherit;
	    background-size: 100%;
	}
}