:root {
    --podio-register-ink: #071a36;
    --podio-register-muted: #64738d;
    --podio-register-green: #006b66;
    --podio-register-green-2: #0b8c85;
    --podio-register-line: #c9e3e0;
    --podio-register-mint: #eaf8f6;
    --podio-register-soft: #f7fbfa;
}

body.podio-auth-register {
    min-height: 100vh;
    background: #fff !important;
}

body.podio-auth-register .podio-auth-brand-panel {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 20;
    width: 82px !important;
    min-height: 100vh;
    padding: 28px 0 !important;
    background: linear-gradient(180deg, #00514e, #006a65) !important;
}

body.podio-auth-register .podio-auth-brand-panel::before,
body.podio-auth-register .podio-auth-brand-panel::after,
body.podio-auth-register .podio-auth-brand-copy {
    display: none !important;
}

body.podio-auth-register .podio-auth-brand {
    display: grid !important;
    place-items: center;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

body.podio-auth-register .podio-auth-brand img {
    width: 42px !important;
    height: auto !important;
    margin: 0 !important;
}

body.podio-auth-register .podio-auth-brand span {
    display: none;
}

body.podio-auth-register .podio-auth-topnav {
    position: absolute !important;
    top: 22px !important;
    right: 34px !important;
    left: auto !important;
    z-index: 25;
}

body.podio-auth-register #wrapper,
body.podio-auth-register #content,
body.podio-auth-register #content > .container,
body.podio-auth-register #content > .container-fluid {
    width: auto !important;
    max-width: none !important;
    min-height: 100vh;
    margin: 0 0 0 82px !important;
    padding: 0 !important;
    background: #fff !important;
}

body.podio-auth-register #content > .container > .row,
body.podio-auth-register #content > .container-fluid > .row {
    margin: 0 !important;
}

body.podio-auth-register #content > .container > .row > [class*="col-"],
body.podio-auth-register #content > .container-fluid > .row > [class*="col-"] {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.podio-registration {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
    padding: 30px 0 60px;
    color: var(--podio-register-ink);
    font-size: 14px;
}

.podio-registration *,
.podio-registration *::before,
.podio-registration *::after {
    box-sizing: border-box;
}

.podio-registration__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 23px;
}

.podio-registration__head > div:first-child {
    width: calc(100% - 364px);
}

.podio-registration__brand {
    display: block;
    margin-bottom: 44px;
    color: var(--podio-register-ink);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.02em;
}

.podio-registration__brand strong {
    font-weight: 500;
}

.podio-registration__head h1 {
    margin: 0 0 6px;
    color: var(--podio-register-ink);
    font-size: 31px;
    font-weight: 800;
    letter-spacing: -.035em;
}

.podio-registration__head p,
.podio-registration__card-head p {
    margin: 0;
    color: var(--podio-register-muted);
    line-height: 1.5;
}

.podio-registration__language {
    display: grid;
    gap: 5px;
    min-width: 130px;
    margin-top: 84px;
}

.podio-registration__language span {
    color: var(--podio-register-muted);
    font-size: 10px;
    font-weight: 700;
}

.podio-registration__language select {
    height: 38px !important;
    border: 1px solid var(--podio-register-line) !important;
    border-radius: 9px !important;
    box-shadow: none !important;
}

.podio-registration__steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: calc(100% - 364px);
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.podio-registration__steps::before {
    display: none;
}

.podio-registration__steps li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-width: 0;
    padding-right: 32px;
    text-align: left;
}

.podio-registration__steps li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 19px;
    right: 12px;
    left: 48px;
    z-index: 1;
    height: 2px;
    background: #d9e4e3;
}

.podio-registration__steps li > span {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border: 1px solid #cbd9da;
    border-radius: 50%;
    background: #fff;
    color: var(--podio-register-muted);
    font-weight: 800;
}

.podio-registration__steps strong,
.podio-registration__steps small {
    display: block;
}

.podio-registration__steps strong {
    color: var(--podio-register-ink);
    font-size: 13px;
}

.podio-registration__steps small {
    margin-top: 2px;
    color: var(--podio-register-muted);
    font-size: 10px;
}

.podio-registration__steps .is-active > span {
    border: 4px solid #cceeea;
    background: var(--podio-register-green);
    color: #fff;
}

.podio-registration__steps .is-active strong {
    color: var(--podio-register-green);
}

.podio-registration__steps .is-complete > span {
    border-color: var(--podio-register-green);
    background: var(--podio-register-green);
    color: #fff;
}

.podio-registration__steps .is-complete::after {
    background: var(--podio-register-green);
}

.podio-registration__alert {
    display: flex;
    gap: 10px;
    width: min(980px, 100%);
    margin: 0 auto 15px;
    padding: 12px 15px;
    border: 1px solid #f0c7c7;
    border-radius: 11px;
    background: #fff7f7;
    color: #a32929;
}

.podio-registration__alert span {
    display: block;
}

.podio-registration__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
}

.podio-registration__card,
.podio-registration__summary {
    border: 1px solid #d0e0df;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 17px 45px rgba(7, 55, 65, .07);
}

.podio-registration__card {
    min-height: 0;
    overflow: hidden;
}

.podio-registration__panel {
    min-height: 0;
    padding: 28px 30px 0;
}

.podio-registration__panel[hidden] {
    display: none !important;
}

.podio-registration__card-head {
    margin-bottom: 22px;
}

.podio-registration__eyebrow {
    display: block;
    margin-bottom: 7px;
    color: var(--podio-register-green);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
}

.podio-registration__card-head h2,
.podio-registration__summary h2 {
    margin: 0 0 5px;
    color: var(--podio-register-ink);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.02em;
}

.podio-registration__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.podio-registration__grid[hidden] {
    display: none !important;
}

.podio-registration__field {
    display: grid;
    align-self: start;
    align-content: start;
    gap: 7px;
    margin: 0;
}

.podio-registration__field--wide {
    grid-column: 1 / -1;
}

.podio-registration__field--cpf {
    gap: 10px;
    margin-bottom: 4px;
}

.podio-registration__field > span:first-child {
    color: var(--podio-register-ink);
    font-size: 11px;
    font-weight: 800;
}

.podio-registration__field b {
    color: #c83e3e;
}

.podio-registration__field small {
    color: var(--podio-register-muted);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
}

.podio-registration__input {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 50px;
    min-height: 48px;
    padding: 0 13px;
    border: 1px solid var(--podio-register-line);
    border-radius: 10px;
    background: #fff;
    transition: border-color .15s, box-shadow .15s;
}

.podio-registration__input:focus-within {
    border-color: var(--podio-register-green);
    box-shadow: 0 0 0 3px rgba(11, 140, 133, .1);
}

.podio-registration__input > i {
    width: 18px;
    color: var(--podio-register-green);
    text-align: center;
}

.podio-registration__input input {
    width: 100%;
    height: 44px;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--podio-register-ink);
    font-size: 13px;
}

.podio-registration__input em {
    color: var(--podio-register-muted);
    font-style: normal;
}

.podio-registration__field.is-valid .podio-registration__input {
    border-color: #6fc8a2;
}

.podio-registration__field.is-valid em,
.podio-registration__field.is-valid small {
    color: #18804f;
}

.podio-registration__field.is-invalid .podio-registration__input {
    border-color: #e68b8b;
}

.podio-registration__field.is-invalid em,
.podio-registration__field.is-invalid small {
    color: #b63535;
}

.podio-registration__input button {
    padding: 6px;
    border: 0;
    background: transparent;
    color: var(--podio-register-muted);
}

.podio-registration__type {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.podio-registration__type label {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 62px;
    margin: 0;
    padding: 10px 14px;
    border: 1px solid #d4e1e0;
    border-radius: 11px;
    cursor: pointer;
}

.podio-registration__type label.is-selected {
    border-color: var(--podio-register-green);
    background: var(--podio-register-mint);
}

.podio-registration__type input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.podio-registration__type i {
    width: 36px;
    color: var(--podio-register-green);
    font-size: 19px;
    text-align: center;
}

.podio-registration__type strong,
.podio-registration__type small {
    display: block;
}

.podio-registration__type strong {
    color: var(--podio-register-ink);
    font-size: 12px;
}

.podio-registration__type small {
    margin-top: 2px;
    color: var(--podio-register-muted);
    font-size: 10px;
}

.podio-registration__info,
.podio-registration__person-note {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 20px;
    padding: 14px 16px;
    border: 1px solid #b7ded9;
    border-radius: 11px;
    background: var(--podio-register-mint);
    color: var(--podio-register-green);
}

.podio-registration__person-note[hidden] {
    display: none !important;
}

.podio-registration__info > i,
.podio-registration__person-note > i {
    font-size: 20px;
}

.podio-registration__info strong,
.podio-registration__info span,
.podio-registration__person-note strong,
.podio-registration__person-note span {
    display: block;
}

.podio-registration__info span,
.podio-registration__person-note span {
    margin-top: 2px;
    color: #47677a;
    font-size: 11px;
    line-height: 1.45;
}

.podio-registration__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    margin: 28px 0 0;
    padding: 0 0 28px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.podio-registration__actions.is-forward-only {
    justify-content: flex-end;
}

.podio-registration__actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 45px;
    padding: 0 20px;
    border: 1px solid var(--podio-register-green);
    border-radius: 9px;
    background: linear-gradient(135deg, #005b57, #0b8881);
    box-shadow: 0 9px 20px rgba(0, 107, 102, .16);
    color: #fff !important;
    font-weight: 800;
}

.podio-registration__actions button:not(.is-secondary):hover,
.podio-registration__actions button:not(.is-secondary):focus,
.podio-registration__actions button:not(.is-secondary):active,
.podio-registration__actions button:not(.is-secondary) i {
    color: #fff !important;
}

.podio-registration__actions button.is-secondary {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    color: var(--podio-register-green) !important;
}

.podio-registration__actions button.is-secondary i {
    color: var(--podio-register-green) !important;
}

.podio-registration__actions button.is-loading {
    opacity: .86;
    pointer-events: none;
}

.podio-registration__actions button.is-loading::before {
    width: 15px;
    height: 15px;
    content: "";
    animation: podio-registration-spin .75s linear infinite;
    border: 2px solid rgba(255, 255, 255, .36);
    border-top-color: #fff;
    border-radius: 50%;
}

.podio-registration__submit-status {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid #b9dfda;
    border-radius: 12px;
    background: #eff9f7;
    color: var(--podio-register-green);
}

.podio-registration__submit-status[hidden] {
    display: none !important;
}

.podio-registration__submit-status > span:first-child {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 11px;
    background: #dff2ef;
    color: var(--podio-register-green);
    font-size: 17px;
}

.podio-registration__submit-status > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.podio-registration__submit-status strong {
    color: var(--podio-register-navy);
    font-size: 13px;
    line-height: 1.3;
}

.podio-registration__submit-status small {
    color: var(--podio-register-muted);
    font-size: 11px;
    line-height: 1.45;
}

.podio-registration__submit-status.is-delayed {
    border-color: #ead49a;
    background: #fff9e9;
}

.podio-registration__submit-status.is-delayed > span:first-child {
    background: #fff0c9;
    color: #9a6811;
}

@keyframes podio-registration-spin {
    to {
        transform: rotate(360deg);
    }
}

.podio-registration__consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 18px 0 0;
    color: var(--podio-register-muted);
}

.podio-registration__consent input {
    width: 17px;
    height: 17px;
    margin: 1px 0 0;
    accent-color: var(--podio-register-green);
}

.podio-registration__recaptcha {
    margin-top: 18px;
}

.podio-registration__summary {
    position: sticky;
    top: 24px;
    overflow: hidden;
    padding: 26px;
}

.podio-registration__summary ol {
    display: grid;
    gap: 0;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.podio-registration__summary li {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 76px;
    border-bottom: 1px solid #dce7e6;
}

.podio-registration__summary li:last-child {
    border-bottom: 0;
}

.podio-registration__summary li > span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
    background: #edf2f2;
    color: var(--podio-register-muted);
    font-weight: 800;
}

.podio-registration__summary li.is-active > span,
.podio-registration__summary li.is-complete > span {
    background: var(--podio-register-green);
    color: #fff;
}

.podio-registration__summary strong,
.podio-registration__summary small {
    display: block;
}

.podio-registration__summary strong {
    color: var(--podio-register-ink);
    font-size: 12px;
}

.podio-registration__summary small {
    margin-top: 3px;
    color: var(--podio-register-muted);
    font-size: 10px;
}

@media (max-width: 1050px) {
    .podio-registration__head {
        padding-right: 0;
    }

    .podio-registration__head > div:first-child,
    .podio-registration__steps {
        width: 100%;
    }

    .podio-registration__layout {
        grid-template-columns: 1fr;
    }

    .podio-registration__summary {
        position: static;
    }
}

@media (max-width: 760px) {
    body.podio-auth-register .podio-auth-brand-panel {
        position: absolute;
        width: 64px !important;
        min-height: 74px;
        height: 74px;
        padding: 16px 0 !important;
    }

    body.podio-auth-register .podio-auth-brand-panel img {
        width: 34px !important;
    }

    body.podio-auth-register #wrapper,
    body.podio-auth-register #content,
    body.podio-auth-register #content > .container,
    body.podio-auth-register #content > .container-fluid {
        margin-left: 0 !important;
    }

    body.podio-auth-register .podio-auth-topnav {
        top: 17px !important;
        right: 16px !important;
    }

    .podio-registration {
        width: calc(100% - 28px);
        padding-top: 94px;
    }

    .podio-registration__brand {
        display: none;
    }

    .podio-registration__head {
        margin-bottom: 20px;
    }

    .podio-registration__head h1 {
        font-size: 26px;
    }

    .podio-registration__language {
        display: none;
    }

    .podio-registration__steps {
        gap: 8px;
    }

    .podio-registration__steps li {
        justify-content: center;
        padding-right: 0;
    }

    .podio-registration__steps li:not(:last-child)::after {
        right: -50%;
        left: 50%;
    }

    .podio-registration__steps li > div {
        display: none;
    }

    .podio-registration__grid,
    .podio-registration__type {
        grid-template-columns: 1fr;
    }

    .podio-registration__panel {
        min-height: 0;
        padding: 22px 18px 0;
    }

    .podio-registration__actions {
        padding: 15px 0 20px;
    }

    .podio-registration__actions button {
        padding: 0 14px;
        font-size: 11px;
    }
}

.podio-registration__field .podio-cnpj-lookup__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.podio-registration__field .podio-cnpj-lookup__actions button {
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid #a9cfcb;
    border-radius: 10px;
    background: #f2fbfa;
    color: #006f69;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.podio-registration__field .podio-cnpj-lookup__actions button:hover {
    border-color: #008982;
    background: #e4f7f4;
}

.podio-registration__grid > .podio-cnpj-lookup__preview {
    grid-column: 1 / -1;
}

.podio-cnpj-lookup__preview {
    padding: 11px 13px;
    border: 1px solid #c7dcda;
    border-radius: 12px;
    background: #f7fbfb;
    color: #49657a;
    font-size: 11px;
    line-height: 1.45;
}

.podio-cnpj-lookup__preview.is-success {
    border-color: #87ccb9;
    background: #edf9f5;
    color: #116a57;
}

.podio-cnpj-lookup__preview.is-error {
    border-color: #efb5b5;
    background: #fff5f5;
    color: #9a3434;
}

@media (max-width: 520px) {
    .podio-registration__field .podio-cnpj-lookup__actions {
        align-items: stretch;
        flex-direction: column;
    }
}

body.podio-registration-modal-open {
    overflow: hidden;
}

.podio-registration__email-actions {
    display: flex;
    min-height: 32px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 7px;
}

.podio-registration__email-actions small {
    flex: 1;
    margin: 0;
    color: var(--podio-register-muted);
    font-size: 10px;
    line-height: 1.45;
}

.podio-registration__email-actions small.is-verified {
    color: #087a67;
    font-weight: 750;
}

.podio-registration__email-actions button {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 12px;
    border: 1px solid #8bcfc7;
    border-radius: 9px;
    color: #076c67;
    background: #f4fbfa;
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
}

.podio-registration__email-actions button:hover,
.podio-registration__email-actions button:focus {
    border-color: #087d76;
    color: #075451;
    background: #e7f7f5;
}

.podio-registration__email-actions button.is-verified,
.podio-registration__email-actions button:disabled {
    cursor: default;
    opacity: 1;
}

.podio-registration__email-actions button.is-verified {
    border-color: #b8e4db;
    color: #087a67;
    background: #e9f8f4;
}

.podio-registration-email-modal {
    position: fixed;
    z-index: 2250;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
}

.podio-registration-email-modal[hidden] {
    display: none !important;
}

.podio-registration-email-modal__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(4, 25, 43, .66);
    backdrop-filter: blur(8px);
}

.podio-registration-email-modal__card {
    position: relative;
    z-index: 1;
    width: min(500px, 100%);
    padding: 34px;
    overflow: hidden;
    border: 1px solid #b9dfda;
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0, rgba(106, 211, 198, .18), transparent 34%),
        #fff;
    box-shadow: 0 34px 90px rgba(3, 32, 48, .3);
    text-align: center;
}

.podio-registration-email-modal__card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, #075451, #0e8d85, #84d8cd);
}

.podio-registration-email-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    padding: 0;
    border: 1px solid #d8e8e7;
    border-radius: 50%;
    color: #395267;
    background: #fff;
}

.podio-registration-email-modal__icon {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    margin: 0 auto 17px;
    border: 7px solid #dcf5f1;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #075451, #0e9188);
    font-size: 23px;
}

.podio-registration-email-modal__card h2 {
    margin: 8px 0 8px;
    color: var(--podio-register-ink);
    font-size: 26px;
    font-weight: 850;
    letter-spacing: -.035em;
}

.podio-registration-email-modal__card > p {
    margin: 0 auto;
    color: #50657a;
    font-size: 13px;
    line-height: 1.6;
}

.podio-registration-email-modal__card > p strong {
    display: block;
    margin-top: 3px;
    color: #075451;
}

.podio-registration-email-modal__notice {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    margin: 20px 0 0;
    padding: 13px 15px;
    border: 1px solid #c7e5e2;
    border-radius: 13px;
    color: #075451;
    background: #eff9f8;
    text-align: left;
}

.podio-registration-email-modal__notice > i {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(135deg, #075451, #0e9188);
}

.podio-registration-email-modal__notice strong,
.podio-registration-email-modal__notice small {
    display: block;
}

.podio-registration-email-modal__notice strong {
    font-size: 13px;
    line-height: 1.35;
}

.podio-registration-email-modal__notice small {
    margin-top: 3px;
    color: #557086;
    font-size: 11px;
    line-height: 1.45;
}

.podio-registration-email-modal__digits {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 9px;
    margin: 25px 0 16px;
}

.podio-registration-email-modal__digits input {
    width: 100%;
    height: 53px;
    padding: 0;
    border: 1px solid #bddbd8;
    border-radius: 11px;
    color: var(--podio-register-ink);
    background: #fbfdfd;
    font-size: 22px;
    font-weight: 850;
    text-align: center;
}

.podio-registration-email-modal__digits input:focus {
    border-color: #0a9189;
    outline: 3px solid rgba(12, 151, 143, .12);
    background: #fff;
}

.podio-registration-email-modal__feedback {
    margin: 0 0 14px;
    padding: 10px 12px;
    border-radius: 9px;
    color: #496176;
    background: #eef7f6;
    font-size: 11px;
    font-weight: 700;
}

.podio-registration-email-modal__feedback.is-error {
    color: #9a3434;
    background: #fff0f0;
}

.podio-registration-email-modal__feedback.is-success {
    color: #087a67;
    background: #e7f8f3;
}

.podio-registration-email-modal__confirm {
    display: inline-flex;
    width: 100%;
    min-height: 47px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #076c67;
    border-radius: 10px;
    color: #fff !important;
    background: linear-gradient(135deg, #075451, #0b8e86);
    box-shadow: 0 11px 24px rgba(7, 84, 81, .2);
    font-size: 12px;
    font-weight: 850;
}

.podio-registration-email-modal__resend {
    margin-top: 13px;
    padding: 5px 8px;
    border: 0;
    color: #087a73;
    background: transparent;
    font-size: 11px;
    font-weight: 800;
}

.podio-registration-email-modal__resend:disabled {
    color: #8ca0ae;
}

.podio-registration-verified {
    position: fixed;
    z-index: 2200;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
}

.podio-registration-verified[hidden] {
    display: none !important;
}

.podio-registration-verified__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background:
        radial-gradient(circle at 50% 42%, rgba(15, 133, 126, .14), transparent 36%),
        rgba(4, 25, 43, .62);
    backdrop-filter: blur(7px);
}

.podio-registration-verified__card {
    position: relative;
    z-index: 1;
    width: min(510px, 100%);
    padding: 34px;
    overflow: hidden;
    border: 1px solid #b9dfda;
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0, rgba(106, 211, 198, .18), transparent 34%),
        #fff;
    box-shadow: 0 34px 90px rgba(3, 32, 48, .28);
    text-align: center;
}

.podio-registration-verified__card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, #075451, #0e8d85, #84d8cd);
}

.podio-registration-verified__seal {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    margin: 0 auto 19px;
    border: 7px solid #dcf5f1;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #075451, #0e9188);
    box-shadow: 0 14px 30px rgba(7, 84, 81, .2);
    font-size: 24px;
}

.podio-registration-verified__card .podio-registration__eyebrow {
    margin-bottom: 8px;
}

.podio-registration-verified__card h2 {
    margin: 0 0 10px;
    color: var(--podio-register-ink);
    font-size: 27px;
    font-weight: 850;
    letter-spacing: -.035em;
}

.podio-registration-verified__card > p {
    max-width: 410px;
    margin: 0 auto;
    color: #50657a;
    font-size: 14px;
    line-height: 1.65;
}

.podio-registration-verified__identity {
    display: grid;
    gap: 8px;
    margin: 26px 0 24px;
    padding: 18px 20px;
    border: 1px solid #c7e5e1;
    border-radius: 12px;
    color: #087a73;
    background: #f0faf8;
}

.podio-registration-verified__identity span {
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.podio-registration-verified__identity strong {
    color: var(--podio-register-ink);
    font-size: 14px;
}

.podio-registration-verified__continue {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border: 1px solid #076c67;
    border-radius: 10px;
    color: #fff !important;
    background: linear-gradient(135deg, #075451, #0b8e86);
    box-shadow: 0 11px 24px rgba(7, 84, 81, .2);
    font-size: 12px;
    font-weight: 850;
}

.podio-registration__company-address {
    overflow: hidden;
    margin: 4px 0 0;
    border: 1px solid var(--podio-register-line);
    border-radius: 13px;
    background: var(--podio-register-soft);
}

.podio-registration__company-address > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    color: var(--podio-register-ink);
    cursor: pointer;
    list-style: none;
}

.podio-registration__company-address > summary::-webkit-details-marker {
    display: none;
}

.podio-registration__company-address > summary span {
    color: var(--podio-register-ink);
    font-size: 12px;
    font-weight: 800;
}

.podio-registration__company-address > summary span i {
    margin-right: 7px;
    color: var(--podio-register-green);
}

.podio-registration__company-address > summary small {
    color: var(--podio-register-muted);
    font-size: 10px;
}

.podio-registration__company-address[open] > summary {
    border-bottom: 1px solid var(--podio-register-line);
    background: #fff;
}

.podio-registration__company-address > .podio-registration__grid {
    padding: 16px;
}

@media (max-width: 680px) {
    .podio-registration__company-address > summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
}

.podio-registration-verified__continue:hover,
.podio-registration-verified__continue:focus,
.podio-registration-verified__continue i {
    color: #fff !important;
}

@media (max-width: 520px) {
    .podio-registration__email-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .podio-registration__email-actions button {
        width: 100%;
    }

    .podio-registration-email-modal {
        padding: 14px;
    }

    .podio-registration-email-modal__card {
        padding: 29px 19px 22px;
        border-radius: 18px;
    }

    .podio-registration-email-modal__digits {
        gap: 6px;
    }

    .podio-registration-email-modal__digits input {
        height: 47px;
        border-radius: 9px;
        font-size: 19px;
    }

    .podio-registration-verified {
        padding: 14px;
    }

    .podio-registration-verified__card {
        padding: 28px 20px 22px;
        border-radius: 18px;
    }

    .podio-registration-verified__card h2 {
        font-size: 23px;
    }
}
