/* Hide svg sprite */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-Regular.woff2') format('woff2'),
    url('../fonts/SFProText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-Semibold.woff2') format('woff2'),
    url('../fonts/SFProText-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-Medium.woff2') format('woff2'),
    url('../fonts/SFProText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
    url('../fonts/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Semibold.woff2') format('woff2'),
    url('../fonts/SFProDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
    url('../fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'SF Pro Text';
    background-color: #F5F7FA;
    font-size: 15px;
    line-height: 22px;
    color: #3E4C59;
}

@media (min-width: 768px) {
    body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

    #app {
        flex-grow: 1;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5 {
    margin-top: 0;
    font-weight: 600;
    color: #222222;
}

.h1 {
    font-size: 28px;
    line-height: 34px;
}

.h1 {
    font-size: 28px;
    line-height: 34px;
}

.h2 {
    font-size: 24px;
    line-height: 30px;
}

.h3 {
    font-size: 20px;
    line-height: 26px;
}

.h4 {
    font-size: 18px;
    line-height: 20px;
}

.h5 {
    font-size: 16px;
    line-height: 20px;
}

a {
    color: #0055f5;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn {
    font-size: 14px;
    line-height: 20px;
    padding: 9px 20px;
}

.btn-lg {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 0.7rem 1.3rem;
}

.btn-primary {
    background-color: #0059F1;
    border-color: #0059F1;
    outline: none;
}

.btn-primary:active,
.btn-primary:focus {
    outline: none;
    box-shadow: none;
}

.btn-secondary {
    background-color: #EAEAEA;
    border-color: #EAEAEA;
    color: #222222;
    outline: none;
}

.btn-secondary:active,
.btn-secondary:focus {
    outline: none;
    box-shadow: none;
}

.btn-success {
    background-color: #1BD59A;
    border-color: #1BD59A;
    outline: none;
}

.btn-success:hover {
    background-color: #19bb89;
    border-color: #19bb89;
}

.btn-success:active,
.btn-success:focus {
    outline: none;
    box-shadow: none;
}

.btn-outline-secondary {
    color: #111B25;
    border-color: #E4E7EB;
}

.btn-link {
    color: #0059F1;
    outline: none;
}

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

.btn-link-grey {
    outline: none;
    color: #222222;
    text-decoration: underline;
}

.btn-link-grey:hover {
    color: #161616;
    text-decoration: none;
}

.badge {
    font-size: 10px;
    line-height: 17px;
    padding: 2px 12px;
    border-radius: 4px;
}

.badge-warning {
    color: #FFFFFF;
    background: #FF9800;
}

.footer {
    padding: 20px 0;
    font-size: 12px;
    border-top: 1px solid #e4e7eb;
    margin-top: auto;
}

@media (max-width: 575px) {
    .footer {
        text-align: center;
    }

    .footer .row > div {
        padding-bottom: .75em;
    }
}

.pro-benefits-footer {
    margin-top: 32px;
}

.pro-benefits-footer .h3 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.pro-benefits-footer .btn {
    margin-top: 19px;
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 29px;
}

.pro-benefits-footer-2 .btn {
    margin-top: 32px;
    margin-bottom: 16px;
}

.pro-benefits-footer-2 .pro-benefits-link {
    margin-top: 54px;
}

.pro-benefits-price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.pro-benefits-price-old {
    color: #616E7C;
    text-decoration-line: line-through;
    font-size: 14px;
    line-height: 100%;
}

.pro-benefits-price-active {
    color: #0059F1;
    letter-spacing: -0.02em;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
}

.pro-benefits-price-active .month {
    color: #52606D;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85;
}

.pro-benefits-price-active .currency {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    vertical-align: top;
}

.pro-benefits-description {
    color: #52606D;
    margin-top: 4px;
    margin-bottom: 0;
}

.pro-benefits-link {
    margin-bottom: 0;
}

.pro-benefits-link,
.pro-benefits-link a {
    color: #222222;
}

.pro-benefits-link a {
    text-decoration: underline;
    font-weight: 600;
}

/* table primary */
.table-custom > thead:first-child > tr:first-child > th {
    color: #222222;
    font-weight: 600;
}

.table-custom > tbody > tr > td {
    color: #1F2933;
    font-size: 16px;
    line-height: 20px;
}

.table-custom > thead:first-child > tr:first-child > th,
.table-custom > tbody > tr > td {
    height: 44px;
    vertical-align: middle;
}

.table-custom > thead > tr > th,
.table-custom > tbody > tr > td {
    padding: 9px 12px;
}

.table-bordered td,
.table-bordered th {
    border-color: #e4e7eb;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 1px;
}

.table-custom .small {
    font-size: 12px;
}

.pro-benefits .table-custom td:last-child {
    font-weight: 600;
}

.pro-benefits .table > thead:first-child > tr:first-child > th:nth-child(2) {
    background-color: #EEEEEE;
}

.pro-benefits .table > thead:first-child > tr:first-child > th:last-child {
    background-color: #0055F5;
    color: #fff;
}

@media (max-width: 767px) {
    .card-pro .pro-benefits .table > thead:first-child > tr:first-child > th:nth-child(2) {
        width: 50%;
    }
}

@media (max-width: 560px) {
    .group-table {
        margin-left: -22px;
        margin-right: -22px;
    }
}

@media (min-width: 992px) {

    .table-custom > thead > tr > th,
    .table-custom > tbody > tr > td {
        padding-left: 20px;
        padding-right: 20px;
    }

    .table-custom > tbody > tr > td {
        font-size: 14px;
    }

    .pro-benefits .table > thead:first-child > tr:first-child > th:first-child {
        width: 52%;
    }

    .pro-benefits .table > thead:first-child > tr:first-child > th:nth-child(2) {
        width: 24%;
    }
}

/* header-slim */
.header-slim {
    border-bottom: 1px solid #e4e7eb;
    background-color: #fff;
}

.header-slim-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}

.header-user {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #111B25;
    transition: ease-in-out 0.15s;
}

.header-user .icon {
    color: #616E7C;
    margin-left: 9px;
}

.header-user:hover,
.header-user:focus {
    color: #111B25;
    text-decoration: none;
    outline: none;
}

.header-user-initials {
    font-weight: 500;
    background: #616E7C;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    margin-left: 12px;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-pro {
    margin: 48px auto;
    box-shadow: 0px 3.95266px 7.90533px rgba(16, 42, 67, 0.05), 0px 0.988166px 2.9645px rgba(16, 42, 67, 0.02), 0px 0px 0.988166px rgba(16, 42, 67, 0.04);
}

.card-pro .h1 {
    margin-bottom: 16px;
}

.card-pro .h1,
.card-pro .h4 {
    font-family: 'SF Pro Display';
}

.card-pro-header {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.card-pro-header img {
    display: block;
    max-width: 100%;
}

.card-pro-body {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    padding: 36px 32px 48px;
}

.card-pro-logo {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .card-pro-md {
        width: 818px;
    }

    .card-pro-sm {
        width: 621px;
    }
}

.relative {
    position: relative;
}

.card-pro .pro-benefits-link a {
    font-weight: normal;
}

.card-pro .pro-benefits-footer .btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 30px;
}

.card-pro .pro-benefits {
    margin-top: 39px;
}

.card-pro .pro-benefits .table {
    margin-top: 24px;
}

.table-offset-cell {
    position: absolute;
    bottom: -112px;
    width: calc(100% + 2px);
    height: 112px;
    text-align: center;
    left: -1px;
    border: 1px solid #e4e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.table-offset-cell .pro-benefits-price-old,
.table-offset-cell .pro-benefits-price-active {
    margin-bottom: 4px;
}

.table-offset-cell .pro-benefits-description {
    font-weight: normal;
}

.table-offset-cell .free {
    font-size: 24px;
    line-height: 30px;
    color: #111B25;
}

.table-has-offset {
    margin-bottom: 48px;
}

@media (min-width: 992px) {
    .card-pro .pro-benefits .table > thead:first-child > tr:first-child > th:first-child {
        width: 39%;
    }

    .card-pro .pro-benefits .table > thead:first-child > tr:first-child > th:nth-child(2) {
        width: 30%;
    }
}

.content-info {
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    margin-bottom: 60px;
}

.content-info svg {
    color: #9AA5B1;
    position: relative;
    bottom: 1px;
    width: 15px;
    height: 15px;
}

.content-info a {
    text-decoration: underline;
    font-weight: 600;
}

/* faq */
.faq {
    width: 754px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
}

.faq .h4 {
    margin-bottom: 8px;
}

.faq-item {
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #E4E7EB;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.faq-header {
    position: relative;
    padding-right: 50px;
}

.faq-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #0055F5;
}

.faq-header a:not(.collapsed) ~ .faq-arrow svg {
    transform: rotate(180deg);
}

.faq-header a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    outline: none;
    text-decoration: none;
}

.faq-body p:last-child {
    margin-bottom: 0;
}

.faq-body p:first-child {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .faq {
        margin-bottom: 88px;
    }
}

.activation-bar {
    padding: 16px 0;
    background: #222222;
    color: #fff;
}

.activation-bar i {
    color: #a7a7a7;
    font-size: 23px;
    margin-right: 12px;
}

.activation-bar .btn,
.activation-bar .btn:focus {
    background-color: #0055F5;
    color: #fff;
}

.activation-bar .btn:hover {
    color: #fff;
    background-color: #267ae9;
}

.activation-bar .more {
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    color: #fff;
    margin-left: 16px;
}

.activation-bar .header-user {
    color: #FFFFFF;
}

.activation-bar-content .header-user {
    margin-left: auto;
}

.activation-bar-time {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .activation-bar {
        text-align: center;
    }

    .activation-bar-time {
        justify-content: center;
        margin-bottom: 14px;
    }
}

@media (min-width: 992px) {
    .activation-bar-content {
        display: flex;
        align-items: center;
    }
}

/* checkout */
.container-checkout {
    margin-top: 48px;
    margin-bottom: 100px;
}

.container-checkout .h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    font-family: 'SF Pro Display';
}

@media (min-width: 992px) {
    .container-checkout {
        max-width: 780px;
    }
}

.checkout {
    background-color: #fff;
}

.checkout-header {
    background: #F5F7FA;
    box-shadow: 0px 0px 0px 1px #E4E7EB;
    border-radius: 4px;
    padding: 27px 32px 24px;
    margin-bottom: 16px;
}

.checkout-header-title {
    margin-right: 24px;
}

.checkout-header-title .h4,
.checkout-header-title .h5 {
    color: #111B25;
}

.checkout-header-payment .checkout-header-title {
    width: 110px;
    text-align: right;
}

.checkout-header-price {
    margin-top: 4px;
}

.checkout-price-old {
    font-size: 14px;
    line-height: 1;
    text-decoration-line: line-through;
    color: #616E7C;
    margin-bottom: 4px;
}

.checkout-price-active {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #0059F1;
    margin-bottom: 4px;
}

.checkout-price-active .currency {
    font-size: 14px;
    font-weight: 500;
    vertical-align: super;
    line-height: normal;
    position: relative;
    top: 2px;
    margin-right: -2px;
}

.checkout-price-description {
    font-size: 14px;
    line-height: 20px;
    color: #52606D;
}

.checkout-header-go-free {
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 991px) {
    .checkout-header-payment .checkout-header-title {
        text-align: left;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .checkout-header-payment {
        padding: 23px 32px 14px;
    }
}

.card + .card {
    margin-top: 16px;
}

.card .h3 {
    font-family: 'SF Pro Display';
}

@media (min-width: 992px) {
    .card-body {
        padding: 29px 31px 32px;
    }
}

.method {
    margin-top: 24px;
}

.method-item {
    background-color: #F5F7FA;
    border-radius: 4px;
    padding: 24px;
    text-align: center;
    transition: all .15s;
    position: relative;
}

.badge-xs {
    position: absolute;
    left: 12px;
    top: 10px;
}

.method-item:hover {
    text-decoration: none;
}

.method-item:active {
    background-color: #C2D9FF;
}

.method-item p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #222222;
    margin-bottom: 0;
    margin-top: 16px;
}

.method-item:not(.active) .radio-icon {
    opacity: 0;
}

.method-item .radio-icon {
    position: absolute;
    right: 12px;
    top: 12px;
    transition: all .15s;
    opacity: 1;
}

.payment-header {
    padding-bottom: 25px;
    border-bottom: 1px solid #E4E7EB;
    margin-bottom: 28px;
}

.form-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    color: #111B25;
    padding-bottom: 7px;
    border-bottom: 1px solid #E4E7EB;
    margin-bottom: 17px;
}

.form-title .badge {
    margin-left: 5px;
}

@media (max-width: 991px) {
    .method-item {
        display: block;
    }

    .method-item + .method-item {
        margin-top: 16px;
    }

    .checkout-header-go-free {
        text-align: center;
        margin-top: 16px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .method {
        display: flex;
        justify-content: space-between;
    }

    .method-item {
        width: calc(33.333333% - 8px);
    }

    .checkout-header-go-free {
        margin-left: auto;
        margin-top: auto;
        margin-bottom: auto;
    }

    .payment-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .payment-header a {
        font-size: 14px;
    }
}

/* forms */

input[type="radio"],
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 10px;
    border: 1px solid #CBD2D9;
    cursor: pointer;
    height: 22px;
    outline: none;
    transition: all 0.15s ease;
    width: 22px;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    background-color: #0059F1;
    background-image: url(../images/pro/sprite.svg#g-check);
}

input[type="radio"] {
    border-radius: 50%;
}

input[type="radio"]:checked {
    border-color: #0059F1;
}

input[type="checkbox"] {
    border-radius: 4px;
}

input[type="checkbox"]:checked {
    border-color: #0044B8;
}

.form-group {
    margin-bottom: 16px;
    position: relative;
}

.form-group label {
    color: #616E7C;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0;
}

.form-group label ~ .form-control {
    padding: 15px 14px !important;
}

.form-group.has-error .form-control {
    border-color: #E12D39;
    box-shadow: 0 0 0 1px #E12D39, 0 0 0 4px #FFE3E3;
}

.form-group.has-error .help-block {
    color: #E12D39;
    font-size: 14px;
    font-weight: 500;
    margin-top: 2px;
}

.form-control {
    border-color: #CBD2D9;
    font-size: 14px;
    height: 54px;
    line-height: 22px;
    padding: 15px 14px;
    color: #242931;
}

textarea.form-control {
    min-height: 228px;
}

.form-control ~ label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 17px;
    transition: all 0.15s ease;
}

.form-control:focus {
    border-color: #0059F1;
    box-shadow: 0 0 0 1px #0059F1, 0 0 0 4px #EBF2FF;
}

select.form-control:not(:-moz-placeholder-shown),
.form-control[placeholder]:not(:-moz-placeholder-shown) {
    padding-bottom: 6px;
    padding-top: 24px;
}

select.form-control:not(:-ms-input-placeholder),
.form-control[placeholder]:not(:-ms-input-placeholder) {
    padding-bottom: 6px;
    padding-top: 24px;
}

select.form-control:focus,
select.form-control:not(:placeholder-shown),
.form-control[placeholder]:focus,
.form-control[placeholder]:not(:placeholder-shown) {
    padding-bottom: 6px;
    padding-top: 24px;
}

select.form-control:not(:-moz-placeholder-shown) ~ label,
.form-control[placeholder]:not(:-moz-placeholder-shown) ~ label {
    color: #6E7C81;
    font-size: 12px;
    top: 9px;
}

select.form-control:not(:-ms-input-placeholder) ~ label,
.form-control[placeholder]:not(:-ms-input-placeholder) ~ label {
    color: #6E7C81;
    font-size: 12px;
    top: 9px;
}

select.form-control:focus ~ label,
select.form-control:not(:placeholder-shown) ~ label,
.form-control[placeholder]:focus ~ label,
.form-control[placeholder]:not(:placeholder-shown) ~ label {
    color: #6E7C81;
    font-size: 12px;
    top: 9px;
}

select.form-control:-webkit-autofill,
.form-control[placeholder]:-webkit-autofill {
    padding-bottom: 6px;
    padding-top: 24px;
}

select.form-control:-webkit-autofill ~ label,
.form-control[placeholder]:-webkit-autofill ~ label {
    color: #6E7C81;
    font-size: 12px;
    top: 9px;
}

select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.59998L7 7.59998L13 1.59998' stroke='%23616E7C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 14px 16px;
    padding-right: 29px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-check {
    color: #3E4C59;
    font-size: 14px;
    line-height: 22px;
    padding-left: 28px;
}

.form-check-input {
    margin-left: -28px;
    margin-top: 0;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #F5F7FA;
}

.input-group-text {
    background-color: #F5F7FA;
}

.input-group-copy .form-control,
.input-group-copy .input-group-text {
    border-color: #F5F7FA;
}

.input-group-copy .form-control {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #627D98;
}

.input-group-copy .form-control:focus {
    box-shadow: none;
}

.input-group-copy .input-group-text {
    padding-right: 0;
}

.control-card-number {
    position: relative;
}

.control-card-number .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
}

.control-card-number .icon img {
    width: 30px;
}

.control-card-number .icon .card-flip:not(.focus) .icon-back {
    display: none;
}

.control-card-number .icon .card-flip.focus .icon-front {
    display: none;
}

.error-summary {
    background-color: #f5f7fa;
    padding: 16px;
    margin-bottom: 14px;
    border-radius: 6px;
    border: 1px solid #E4E7EB;
}

.error-summary p {
    font-weight: 600;
    margin-bottom: 12px;
}

.error-summary ul {
    margin-bottom: 0;
    padding: 0 16px;
}

.error-summary ul li::marker {
    color: #A9ACB0;
}

.form-footer {
    margin-top: 8px;
}

.spin {
    -webkit-animation: spin-rotate 2s linear infinite;
    animation: spin-rotate 2s linear infinite;
    transform-origin: center;
    width: 60px;
}

.spin circle {
    fill: none;
    stroke-width: 4;
}

.spin .dash {
    stroke: #0059F1;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: spin-dash 1.5s ease-in-out infinite;
    animation: spin-dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes spin-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 80, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dashoffset: -124px;
    }
}

@keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 80, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dashoffset: -124px;
    }
}

.checkout-processing,
.checkout-success {
    text-align: center;
    margin-top: 23px;
    margin-bottom: 22px;
}

.checkout-processing .icon {
    margin-bottom: 19px;
}

.checkout-processing .spin {
    width: 52px;
    height: 52px;
}

.checkout-processing .h2 {
    margin-bottom: 12px;
    font-family: 'SF Pro Display';
}

.checkout-processing .h3 {
    margin-bottom: 12px;
    margin-top: 9px;
}

.checkout-processing p {
    font-size: 16px;
    line-height: 24px;
}

.checkout-processing .btn {
    margin-top: 32px;
    margin-bottom: 24px;
}

.checkout-processing .btn-review {
    margin-top: 16px;
    margin-bottom: 24px;
}

.checkout-processing a {
    font-size: 14px;
    line-height: 20px;
}

.bank-slip-header {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 38px;
}

.bank-slip-header img {
    margin-bottom: 19px;
}

.field {
    border: 1px solid #CBD2D9;
    border-radius: 4px;
    padding: 9px 16px;
    margin-bottom: 16px;
}

.field-label {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #616E7C;
    margin-bottom: 8px;
}

.field-data {
    font-size: 16px;
    line-height: 1;
    color: #111B25;
    margin-bottom: 0;
}

.field-helper {
    margin-bottom: 10px;
}

.bank-slip a:not(.btn) {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.barcode {
    margin-top: 39px;
}

.barcode .form-title {
    margin-bottom: 12px;
}

.barcode img {
    max-width: 100%;
}

.barcode-code {
    font-size: 16px;
    line-height: 100%;
    color: #111B25;
    margin-top: 12px;
    word-break: break-all;
}

.barcode-code-copy {
    background-color: transparent;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0059F1;
    cursor: pointer;
    padding: 0;
}

.barcode-code-copy:focus {
    outline: none;
}

.barcode textarea {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.barcode-2 {
    margin-top: 8px;
}

.bank-slip-view .h4 {
    margin-bottom: 23px;
}

.bank-logo {
    margin-bottom: 24px;
}

.bank-slip-number {
    margin-top: 16px;
    padding-top: 32px;
    font-size: 16px;
    line-height: 1;
    color: #111B25;
    border-top: 1px solid #E4E7EB;
    margin-bottom: 23px;
}

.bank-slip-number p {
    margin-top: 12px;
}

.bank-slip-buttons {
    margin-top: 47px;
}

@media (max-width: 991px) {

    .bank-slip-buttons .btn,
    .bank-slip-view .btn {
        width: 100%;
    }

    .bank-slip-buttons .btn + .btn {
        margin-top: 12px;
    }
}

@media (min-width: 992px) {
    .bank-slip-number {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .bank-slip-buttons .btn + .btn {
        margin-left: 14px;
    }
}

.badge-pro {
    background: #0059F1;
    border-radius: 153px;
    font-size: 21px;
    line-height: 31px;
    color: #FFFFFF;
    padding: 5px 12px;
}

.badge-xs {
    font-size: 9px;
    line-height: 17px;
    padding: 1px 6px;
}

.content-welcome {
    margin-top: 48px;
    margin-bottom: 100px;
    background: #FFFFFF;
    border: 1px solid #E4E7EB;
    box-shadow: 0px 4px 8px rgba(16, 42, 67, 0.05), 0px 1px 3px rgba(16, 42, 67, 0.02), 0px 0px 1px rgba(16, 42, 67, 0.04);
    border-radius: 8px;
}

.content-welcome .content-title {
    font-size: 24px;
    letter-spacing: -0.2px;
    line-height: 1.25;
    margin-bottom: 16px;
}

.content-welcome .content-container {
    text-align: center;
}

.content-welcome .h1,
.content-welcome .h2,
.content-welcome .h3 {
    color: #111B25;
    font-family: 'SF Pro Display';
}

.content-welcome .h1 {
    line-height: 1.08333;
    margin-bottom: 32px;
    margin-top: 0;
}

.content-welcome .h2 {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 30px;
}

.content-welcome .h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 23px;
    margin-top: 0;
}

.content-welcome .img-dashboard {
    margin-bottom: 32px;
    margin-top: 7px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .content-welcome .img-dashboard {
        height: auto;
    }
}

.content-welcome .analyzes-list {
    margin-bottom: 32px;
}

.content-welcome .analyze-item {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
    min-height: 32px;
    padding-left: 47px;
    text-align: left;

    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #111B25;

}

.content-welcome .analyze-item.icon-1 {
    background: url(../img/pro/sprite.svg#g-chart) no-repeat left top;
    background-size: 32px 32px;
}

.content-welcome .analyze-item.icon-2 {
    background: url(../img/pro/sprite.svg#g-money) no-repeat left top;
    background-size: 32px 32px;
}

.content-welcome .analyze-item.icon-3 {
    background: url(../img/pro/sprite.svg#g-alert) no-repeat left top;
    background-size: 32px 32px;
}

.content-welcome .feature-item {
    font-size: 15px;
    line-height: 1.46667;
    margin-bottom: 50px;
    text-align: left;
}

.content-welcome .feature-item p,
.content-welcome .feature-item ul {
    margin-bottom: 24px;
}

.content-welcome .feature-item ul {
    list-style: none;
    padding-left: 0;
}

.content-welcome .feature-item li {
    background: url(../img/pro/sprite.svg#g-check2) no-repeat left 4px top 5px;
    background-size: 16px 12px;
    padding-left: 32px;
    color: #111B25;
    font-size: 16px;
}

.content-welcome .feature-item li + li {
    margin-top: 10px;
}

.content-welcome .feature-item-img {
    display: block;
    margin: 0 auto 13px;
}

.content-welcome .link-all-features {
    color: #111B25;
    display: inline-block;
    font-size: 15px;
    line-height: 1.46667;
    margin-top: 24px;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .content-welcome .feature-item-img {
        max-width: 100%;
    }

    .content-welcome .content-container {
        padding: 32px 22px;
    }

    .content-welcome .h1 {
        margin-top: 16px;
    }

    .content-welcome .h1 + p {
        margin-bottom: 32px;
    }
}

@media (min-width: 992px) {
    .content-welcome .content-container {
        font-size: 18px;
        line-height: 1.55556;
        padding: 73px 97px;
    }

    .content-welcome .content-container p {
        margin-bottom: 28px;
    }

    .content-welcome .h1 {
        font-size: 48px;
        margin-top: 25px;
    }

    .content-welcome .h2 {
        margin-top: 73px;
    }

    .content-welcome hr {
        margin: 64px 0;
    }

    .content-welcome .analyzes-list {
        margin-bottom: 100px;
    }

    .content-welcome .analyze-item {
        margin-bottom: 0;
    }

    .content-welcome .feature-item {
        margin-bottom: 70px;
    }

    .content-welcome .feature-item-img {
        position: relative;
        right: 4px;
    }
}

@media (min-width: 1200px) {
    .welcome .container {
        max-width: 1178px;
    }
}

.card-pro .barcode {
    margin-bottom: 32px;
    margin-top: 16px;
}

.table-footer {
    font-size: 14px;
    line-height: 1.42857;
    margin-bottom: 72px;
    text-align: center;
}

.table-footer .icon {
    color: #9AA5B1;
    position: relative;
    top: -1px;
}

.feature-list {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.42857;
    margin-bottom: 72px;
    margin-top: 49px;
    text-align: center;
}

.feature-item {
    margin-bottom: 24px;
}

.feature-item-icon {
    height: 28px;
    margin-bottom: 12px;
}

.dropdown-header,
.dropdown-footer {
    padding: 16px;
}

.dropdown-header {
    border-bottom: 1px solid #E4E7EB;
    border-radius: 4px 4px 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 16px;
}

.dropdown-footer {
    background-color: #F5F7FA;
    border-radius: 0 0 4px 4px;
    margin-top: 16px;
}

.header-dropdown .dropdown-toggle {
    background-color: transparent;
    border: none;
    padding: 0;
}

.header-dropdown .dropdown-toggle:after {
    display: none;
}

.header-dropdown .dropdown-menu {
    border: 1px solid #E4E7EB;
    box-shadow: 0px 10px 20px rgba(17, 17, 17, 0.08), 0px 2px 6px rgba(17, 17, 17, 0.05), 0px 0px 1px rgba(17, 17, 17, 0.04);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857;
    min-width: 232px;
}

.header-dropdown .dropdown-menu:before,
.header-dropdown .dropdown-menu:after {
    content: "";
    border: 7px solid transparent;
    border-top: none;
    position: absolute;
}

.header-dropdown .dropdown-menu:before {
    border-bottom-color: #E4E7EB;
    border-width: 8px;
    right: 11px;
    top: -8px;
}

.header-dropdown .dropdown-menu:after {
    border-bottom-color: #fff;
    right: 12px;
    top: -7px;
}

.header-dropdown .dropdown-item {
    color: #0059F1;
    padding: 4px 16px;
}

.header-dropdown .dropdown-menu {
    padding-bottom: 0;
    padding-top: 0;
}

.link-voucher {
    display: inline-block;
}

.modal .form {
    margin-bottom: 0;
}

.modal-content {
    border: none;
}

.modal-header {
    border-bottom-color: #EAEAEA;
    color: #555555;
    flex-direction: column;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 18px;
}

.modal-header .modal-title {
    color: #222222;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
}

.modal-body {
    background-color: #F8F8F8;
    font-size: 14px;
    line-height: 20px;
    padding: 30px 18px 38px;
}

.modal-footer {
    border-top-color: #EAEAEA;
    padding: 16px 14px;
}

.modal-alert .modal-body {
    background-color: transparent;
    padding-bottom: 30px;
}

.modal-alert .modal-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 33px;
    margin-bottom: 7px;
}

.modal-alert .modal-footer {
    border-top: none;
    padding-bottom: 30px;
    padding-top: 0;
}

.pix-qrcode {
    max-width: 581px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
}

@media (max-width: 991px) {
    .pix-qrcode .input-group {
        margin-top: 32px;
    }
}

.back-to-free {
    margin-top: 32px;
    margin-bottom: 80px;
}

.back-to-free a {
    font-weight: normal;
    text-decoration: underline;
    color: #222222;
}

.text-primary {
    color: #0059F1 !important;
}

.tabs {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    color: #323F4B;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
}

.tab-item {
    background-color: #fff;
    border-radius: 12px 0 0 12px;
    border: 2px solid #0059F1;
    width: 136px;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    transition: all .15s ease-in-out;
}

.tab-item:focus, .tab-item:active {
    outline: none;
}

.tab-item:last-child {
    border-radius: 0 12px 12px 0;
}

.tab-item.active {
    background-color: #0059F1;
    color: #fff;
    font-weight: 500;
    cursor: auto;
}

.tab-item:not(.active):hover {
    background-color: #E4E7EB;
}

@media (min-width: 992px) {
    .tabs {
        margin-bottom: 32px;
    }

    .tab-item {
        border: 1px solid #0059F1;
        width: 94px;
    }
}

.tabs-pill {
    gap: 8px;
    font-size: 14px;
}

.tabs-pill .tab-item {
    border-radius: 74px;
    padding: 6px 16px;
    font-weight: 500;
}

.tabs-pill .tab-item:not(.active) {
    background-color: #F5F7FA;
    border-color: #F5F7FA;
}

.card-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.card-cta .btn {
    width: 272px;
    max-width: 100%;
    font-size: 14px;
    padding: 12px 24px;
    line-height: 1.42;
}

.table-helper {
    color: #52606D;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33;
    margin-bottom: 4px;
}


.checkout-pro .checkout-header-title {
    min-width: 56px;
}

.checkout-pro .checkout-header-title.voucher .h4 {
    font-size: 14px;
}