.sfc-nominations-page,
.sfc-nom-page {
    background:
        linear-gradient(78.818deg, rgba(115, 184, 244, 0.1) 13.568%, rgba(226, 54, 128, 0.1) 102.26%),
        #FFFFFF;
}

.sfc-nominations-page footer.site-footer {
    max-width: 100%;
    margin-top: 0;
    padding: 32px;
    background: linear-gradient(203deg, #614694 0%, #3355A6 100%) !important;
    color: #FFFFFF;
}

.sfc-nominations-page footer.site-footer a {
    color: #FFFFFF;
}

.sfc-nom-page {
    --sfc-nom-blue: #35589A;
    --sfc-nom-mid-blue: #3355A6;
    --sfc-nom-sky: #B44FA7;
    --sfc-nom-green: #CA236B;
    --sfc-nom-soft: rgba(244, 244, 249, 0.5);
    --sfc-nom-soft-blue: #F4F4F9;
    --sfc-nom-border: #E0E0E0;
    --sfc-nom-muted: #828282;
    --sfc-nom-field-radius: 15px;
    --sfc-nom-field-padding-x: 20px;
    --sfc-nom-field-padding-y: 16px;
    min-height: 100vh;
    color: var(--sfc-nom-blue);
    font-family: "Avenir Next", Arial, sans-serif;
    overflow: hidden;
}

.sfc-nom-hero {
    min-height: 245px;
    padding: 0 20px;
    background: transparent;
}

.sfc-nom-hero-inner {
    width: min(100% - 32px, 1000px);
    margin: 0 auto;
    padding-top: 92px;
    text-align: center;
}

.sfc-nom-title {
    margin: 0;
    color: var(--sfc-nom-blue);
    font-size: 44px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    text-shadow: none;
    text-transform: uppercase;
}

.sfc-nom-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 12px;
    color: var(--sfc-nom-blue);
    font-size: 16px;
    font-weight: 500;
}

.sfc-nom-breadcrumb a {
    color: var(--sfc-nom-blue);
    font-weight: 700;
    text-decoration: none;
}

.sfc-nom-shell {
    position: relative;
    z-index: 2;
    width: min(100% - 40px, 1080px);
    margin: 0 auto 96px;
}

.sfc-nom-page > .sfc-nom-shell:first-child {
    margin-top: 56px;
}

.sfc-nom-alert {
    margin-bottom: 18px;
    padding: 18px 20px;
    border-radius: var(--sfc-nom-field-radius);
    font-size: 16px;
    line-height: 1.45;
}

.sfc-nom-alert--success {
    border: 1px solid rgba(50, 222, 138, 0.45);
    background: #E9FFF4;
    color: #06653A;
}

.sfc-nom-alert--error {
    border: 1px solid rgba(204, 58, 58, 0.32);
    background: #FFF1F1;
    color: #8D2020;
}

.sfc-nom-alert strong {
    display: block;
    margin-bottom: 8px;
}

.sfc-nom-alert ul {
    margin: 0;
    padding-left: 20px;
}

.sfc-nom-form {
    width: 100%;
    border: 1px solid var(--sfc-nom-border);
    border-radius: 15px;
    background: #FFFFFF;
    box-shadow: 0 18px 40px rgba(53, 88, 154, 0.08);
    overflow: hidden;
}

.sfc-nom-panel-head {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 20px;
    background: var(--sfc-nom-green);
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.sfc-nom-panel-icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
}

.sfc-nom-panel-icon svg {
    width: 100%;
    height: 100%;
}

.sfc-nom-panel {
    padding: 32px;
}

.sfc-nom-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.sfc-nom-tab {
    min-height: 64px;
    border: 1px solid transparent;
    border-radius: var(--sfc-nom-field-radius);
    background: var(--sfc-nom-soft-blue);
    color: var(--sfc-nom-muted);
    font: inherit;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.sfc-nom-tab.is-active {
    border-color: transparent;
    background: linear-gradient(203deg, #614694 0%, #3355A6 100%);
    color: #FFFFFF;
    box-shadow: 0 8px 22px rgba(97, 70, 148, 0.24);
}

.sfc-nom-tab:focus-visible,
.sfc-nom-submit:focus-visible,
.sfc-nom-add:focus-visible,
.sfc-nom-repeat-remove:focus-visible,
.sfc-nom-upload:focus-within {
    outline: 3px solid rgba(202, 35, 107, 0.28);
    outline-offset: 3px;
}

.sfc-nom-intro {
    margin: 28px 0 0;
    color: var(--sfc-nom-muted);
    font-size: 14px;
    line-height: 1.55;
}

.sfc-nom-section {
    margin-top: 38px;
}

.sfc-nom-section h2 {
    margin: 0 0 32px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--sfc-nom-border);
    color: var(--sfc-nom-blue);
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

.sfc-nom-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.sfc-nom-field {
    min-width: 0;
    margin: 0 0 20px;
}

.sfc-nom-field label,
.sfc-nom-repeater-field > label {
    display: block;
    margin-bottom: 8px;
    color: var(--sfc-nom-blue);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}

.sfc-nom-help {
    display: block;
    margin-top: -4px;
    margin-bottom: 10px;
    color: var(--sfc-nom-muted);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.sfc-nom-field input,
.sfc-nom-field select,
.sfc-nom-field textarea,
.sfc-nom-repeat-row input {
    box-sizing: border-box;
    width: 100%;
    min-height: 56px;
    border: 1px solid var(--sfc-nom-border);
    border-radius: 10px !important;
    background: #FFFFFF;
    color: #1F2A3D;
    font: inherit;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: 0;
}

.sfc-nom-field input,
.sfc-nom-field select,
.sfc-nom-repeat-row input {
    padding: 0 var(--sfc-nom-field-padding-x);
}

.sfc-nom-field textarea {
    min-height: 160px;
    padding: var(--sfc-nom-field-padding-y) var(--sfc-nom-field-padding-x);
    resize: vertical;
}

.sfc-nom-field input::placeholder,
.sfc-nom-field textarea::placeholder,
.sfc-nom-repeat-row input::placeholder {
    color: #AEB7C4;
}

.sfc-nom-field input:focus,
.sfc-nom-field select:focus,
.sfc-nom-field textarea:focus,
.sfc-nom-repeat-row input:focus {
    border-color: var(--sfc-nom-green);
    outline: none;
    box-shadow: 0 0 0 3px rgba(202, 35, 107, 0.12);
}

.sfc-nom-upload-field {
    margin: 0 0 28px;
}

.sfc-nom-upload {
    box-sizing: border-box;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 28px 24px;
    border: 1px dashed var(--sfc-nom-border);
    border-radius: var(--sfc-nom-field-radius);
    background: var(--sfc-nom-soft);
    color: var(--sfc-nom-muted);
    text-align: center;
    cursor: pointer;
    transition: border-color 160ms ease, background 160ms ease;
}

.sfc-nom-upload:hover {
    border-color: var(--sfc-nom-green);
    background: #FFF2F8;
}

.sfc-nom-upload input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.sfc-nom-upload-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--sfc-nom-green);
    color: #FFFFFF;
}

.sfc-nom-upload-icon svg {
    width: 28px;
    height: 28px;
}

.sfc-nom-upload strong {
    color: var(--sfc-nom-blue);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.sfc-nom-upload span:not(.sfc-nom-upload-icon) {
    max-width: 760px;
    color: var(--sfc-nom-muted);
    font-size: 16px;
    line-height: 1.45;
}

.sfc-nom-upload em {
    margin-top: 4px;
    color: var(--sfc-nom-blue);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}

.sfc-nom-repeater {
    margin-bottom: 28px;
}

.sfc-nom-repeater-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sfc-nom-repeat-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sfc-nom-repeat-remove {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: var(--sfc-nom-field-radius);
    background: #F4F4F9;
    color: var(--sfc-nom-blue);
    cursor: pointer;
}

.sfc-nom-repeat-remove svg {
    width: 18px;
    height: 18px;
}

.sfc-nom-repeat-row:only-child .sfc-nom-repeat-remove {
    display: none;
}

.sfc-nom-add {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 14px;
    padding: 0 22px;
    border: 0;
    border-radius: var(--sfc-nom-field-radius);
    background: var(--sfc-nom-green);
    color: #FFFFFF;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}

.sfc-nom-add:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.sfc-nom-add svg {
    width: 20px;
    height: 20px;
}

.sfc-nom-note {
    margin: 30px 0 24px;
    padding: 20px 24px;
    border-radius: var(--sfc-nom-field-radius);
    background: #FFF1F9;
    color: var(--sfc-nom-blue);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.sfc-nom-submit {
    width: 100%;
    min-height: 57px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: var(--sfc-nom-field-radius);
    background: var(--sfc-nom-green);
    color: #FFFFFF;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.4px;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.sfc-nom-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(202, 35, 107, 0.24);
}

.sfc-nom-honeypot,
.sfc-nom-page .is-hidden {
    display: none !important;
}

@media (max-width: 900px) {
    .sfc-nom-shell {
        width: min(100% - 28px, 720px);
        margin-top: 0;
    }

    .sfc-nom-title {
        font-size: 34px;
    }

    .sfc-nom-panel {
        padding: 24px;
    }

    .sfc-nom-tabs,
    .sfc-nom-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .sfc-nom-hero {
        min-height: 210px;
    }

    .sfc-nom-hero-inner {
        padding-top: 70px;
    }

    .sfc-nom-title {
        font-size: 28px;
    }

    .sfc-nom-breadcrumb {
        flex-wrap: wrap;
        gap: 8px;
        font-size: 14px;
    }

    .sfc-nom-shell {
        width: min(100% - 20px, 520px);
        margin-bottom: 64px;
    }

    .sfc-nom-panel-head {
        min-height: 76px;
        font-size: 18px;
    }

    .sfc-nom-panel {
        padding: 18px;
    }

    .sfc-nom-tab {
        min-height: 54px;
        font-size: 14px;
    }

    .sfc-nom-section h2 {
        margin-bottom: 22px;
        font-size: 21px;
    }

    .sfc-nom-upload {
        min-height: 176px;
        padding: 24px 16px;
    }

    .sfc-nom-upload strong {
        font-size: 18px;
    }

    .sfc-nom-upload span:not(.sfc-nom-upload-icon) {
        font-size: 14px;
    }

    .sfc-nom-repeat-row {
        align-items: stretch;
    }
}

/* Figma header/footer corrections for node 5434:46049 */
body.sfc-nominations-page .header-underclass-image {
    display: none !important;
}

body.sfc-nominations-page .site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 120px;
    min-height: 120px;
    padding: 0;
    border-bottom: 0;
    background-color: #FFFFFF !important;
    background-image: linear-gradient(16.843deg, rgba(115, 184, 244, 0.1) 13.568%, rgba(226, 54, 128, 0.1) 102.26%) !important;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 204px;
    box-shadow: none;
}

body.sfc-nominations-page.admin-bar .site-header {
    top: 32px;
}

body.sfc-nominations-page .site-header .container-secondary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: min(1600px, calc(100% - 320px));
    max-width: none;
    height: 95px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

body.sfc-nominations-page .site-header .container-secondary > .xs\:hidden.lg\:flex:not(.gap-5) {
    display: flex !important;
    flex: 0 1 960px;
    align-items: flex-start;
    justify-content: center;
    height: 71px;
    margin-right: 0;
    margin-left: 0;
}

body.sfc-nominations-page .site-header .container-secondary > .hidden.lg\:flex.gap-5:not(.items-center) {
    display: none !important;
}

body.sfc-nominations-page .site-header .container-secondary > .hidden.lg\:flex.gap-5.items-center {
    display: flex !important;
    flex: 0 0 126px;
    align-items: flex-start;
    justify-content: flex-end;
    height: 101px;
}

body.sfc-nominations-page .site-header #mobile-toggle,
body.sfc-nominations-page .site-header a[aria-label="Sales club tickets link for 2026"] {
    display: none !important;
}

body.sfc-nominations-page .site-header a[aria-label="WED header logo"] {
    display: flex;
    flex: 0 0 184px;
    align-items: center;
    justify-content: flex-start;
    height: 95px;
}

body.sfc-nominations-page .site-header #wed-header-logo {
    display: block;
    width: 183.636px;
    max-width: none;
    height: 48px;
    object-fit: contain;
}

body.sfc-nominations-page .site-header #scc-header-logo {
    display: block;
    width: 125.878px;
    max-width: none;
    height: 80px;
    margin-top: 10px;
    object-fit: contain;
    content: url("../icons/sales-club-conference.svg");
}

body.sfc-nominations-page .scc-figma-header-menu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 960px;
    height: 71px;
    padding: 0 16px;
}

body.sfc-nominations-page .scc-figma-header-menu a {
    font-family: "Jost", sans-serif;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 71px;
    color: #828282 !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

body.sfc-nominations-page .scc-figma-header-menu a:hover,
body.sfc-nominations-page .scc-figma-header-menu a:focus-visible {
    color: #CA236B !important;
}

body.sfc-nominations-page .scc-figma-header-menu .scc-figma-header-lang {
    align-items: center;
    align-self: flex-start;
    width: 38.861px;
    height: 38px;
    margin-top: 41px;
    padding: 4.583px 9.931px;
    border-radius: 4px;
    background: #CA236B;
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.861px;
}

.sfc-nom-newsletter {
    min-height: 378px;
    background: linear-gradient(125.609deg, rgba(202, 35, 107, 0.42) 0%, rgba(202, 35, 107, 0.05) 24%, rgba(255, 255, 255, 0.96) 43%, rgba(164, 80, 165, 0.08) 62%, rgba(53, 88, 154, 0.75) 100%);
}

.sfc-nom-newsletter-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(1340px, calc(100% - 32px));
    max-width: none;
    min-height: 378px;
    margin-right: auto;
    margin-left: auto;
    gap: 42.667px;
}

.sfc-nom-newsletter-copy {
    flex: 0 1 776px;
    max-width: 776px;
}

.sfc-nom-newsletter-copy h2 {
    margin: 0;
    color: var(--sfc-nom-mid-blue);
    font-family: "Jost", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 53.333px;
    letter-spacing: 0.84px;
}

.sfc-nom-newsletter-copy p {
    width: 100%;
    margin: 8px 0 0;
    color: var(--sfc-nom-muted);
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.sfc-nom-newsletter-form {
    display: flex;
    flex: 0 0 525px;
    flex-direction: column;
    width: 525px;
    gap: 19.187px;
}

.sfc-nom-newsletter-row {
    display: flex;
    width: 100%;
    gap: 16px;
}

.sfc-nom-newsletter-row > div {
    width: 50%;
}

.sfc-nom-newsletter-form input[type="text"],
.sfc-nom-newsletter-form input[type="email"] {
    box-sizing: border-box;
    width: 100%;
    height: 58px;
    padding: 13px var(--sfc-nom-field-padding-x);
    border: 1px solid var(--sfc-nom-border);
    border-radius: var(--sfc-nom-field-radius);
    background: #FFFFFF;
    color: var(--sfc-nom-mid-blue);
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    outline: 0;
}

.sfc-nom-newsletter-form input::placeholder {
    color: var(--sfc-nom-muted);
    opacity: 1;
}

.sfc-nom-newsletter-form input:focus-visible {
    border-color: var(--sfc-nom-pink);
    box-shadow: 0 0 0 3px rgba(202, 35, 107, 0.12);
}

.sfc-nom-newsletter-consent {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 16px;
}

.sfc-nom-newsletter-consent input {
    flex: 0 0 18.667px;
    width: 18.667px;
    height: 18.667px;
    margin: 0;
    border: 1px solid var(--sfc-nom-border);
    border-radius: 4px;
    background: #FFFFFF;
}

.sfc-nom-newsletter-consent label {
    flex: 1 1 auto;
    color: var(--sfc-nom-mid-blue);
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.sfc-nom-newsletter-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 259px;
    min-height: 64px;
    padding: 0 32px;
    border: 0;
    border-radius: var(--sfc-nom-field-radius);
    background: var(--sfc-nom-pink);
    color: #FFFFFF;
    font-family: "Jost", sans-serif;
    font-size: 21.333px;
    font-weight: 500;
    line-height: 21.333px;
    text-transform: uppercase;
    cursor: pointer;
}

.sfc-nom-newsletter-error {
    display: none;
    margin-top: 6px;
    color: var(--sfc-nom-pink);
    font-family: "Jost", sans-serif;
    font-size: 14px;
    line-height: 18px;
}

.sfc-nom-newsletter-status {
    color: var(--sfc-nom-mid-blue);
    font-family: "Jost", sans-serif;
    font-size: 14px;
    line-height: 18px;
}

body.sfc-nominations-page footer.site-footer {
    margin-top: 0;
    padding: 0 !important;
    background: #3355A6 !important;
    color: #FFFFFF;
    font-family: "Jost", sans-serif;
}

body.sfc-nominations-page footer.site-footer > .container:first-child {
    box-sizing: border-box;
    width: min(1320px, calc(100% - 32px));
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 56px 0 42.667px !important;
}

body.sfc-nominations-page footer.site-footer > .container.horizontal-secondary,
body.sfc-nominations-page footer.site-footer > .container:last-child {
    width: min(1320px, calc(100% - 32px));
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}

body.sfc-nominations-page footer.site-footer > .container.horizontal-secondary {
    margin-top: 0 !important;
}

body.sfc-nominations-page footer.site-footer > .container:last-child {
    min-height: 43px;
    margin-top: 42.667px !important;
    padding-bottom: 56px !important;
}

body.sfc-nominations-page footer.site-footer > .container:last-child span,
body.sfc-nominations-page footer.site-footer > .container:last-child a {
    color: #E6E6E6 !important;
    font-weight: 500;
}

body.sfc-nominations-page footer.site-footer .back-to-top-button {
    display: none !important;
}

body.sfc-nominations-page footer.site-footer .pt-14 {
    padding-top: 0 !important;
}

body.sfc-nominations-page footer.site-footer .mt-5 {
    margin-top: 24px !important;
}

body.sfc-nominations-page footer.site-footer .mt-14 {
    margin-top: 42.667px !important;
}

body.sfc-nominations-page footer.site-footer .mb-14 {
    margin-bottom: 42.667px !important;
}

body.sfc-nominations-page footer.site-footer .horizontal-thirt {
    height: 1px;
    background: #FFFFFF;
}

body.sfc-nominations-page footer.site-footer .horizontal-secondary {
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
}

body.sfc-nominations-page footer.site-footer .dk-purple-bckg {
    background: #CA236B !important;
}

body.sfc-nominations-page footer.site-footer .lght-green-bckg {
    background: #32DE8A !important;
}

body.sfc-nominations-page footer.site-footer .dk-purple-bckg.rounded-lg,
body.sfc-nominations-page footer.site-footer .lght-green-bckg.rounded-lg {
    min-height: 47px;
    padding: 12px 24px !important;
    border-radius: var(--sfc-nom-field-radius);
}

body.sfc-nominations-page footer.site-footer a,
body.sfc-nominations-page footer.site-footer span {
    color: #FFFFFF;
}

body.sfc-nominations-page footer.site-footer .hamburger-menu img[src*="FooterLogo"] {
    width: 183.636px;
    height: 48px;
    max-width: none;
    object-fit: contain;
}

body.sfc-nominations-page footer.site-footer img[src*="salesclub-conference-footer-logo"] {
    width: 130px;
    height: 55px;
    max-width: none;
    object-fit: contain;
}

body.sfc-nominations-page footer.site-footer a[href*="facebook.com/WomensEDayBulgaria"] img {
    width: 36px;
    height: 36px;
}

body.sfc-nominations-page footer.site-footer a[href*="linkedin.com/company/selenaassociationofwomen"] img {
    width: 36px;
    height: 36px;
}

body.sfc-nominations-page footer.site-footer a[href*="instagram.com/womensdaybulgaria"] img {
    width: 36px;
    height: 36px;
}

body.sfc-nominations-page footer.site-footer a[href*="facebook.com/salesclubpro"] img {
    width: 36px;
    height: 36px;
}

body.sfc-nominations-page footer.site-footer a[href*="instagram.com/salesclubpro"] img {
    width: 36px;
    height: 36px;
}

body.sfc-nominations-page footer.site-footer a[href*="linkedin.com/company/sales-club-pro"] img {
    width: 36px;
    height: 36px;
}

body.sfc-nominations-page footer.site-footer a[href*="youtube.com/@salesclub"] img {
    width: 36px;
    height: 36px;
}

body.sfc-nominations-page footer.site-footer a[href*="tiktok.com/@sales.club"] img {
    width: 36px;
    height: 36px;
}

body.sfc-nominations-page footer.site-footer #contact-us-footer {
    margin-top: 42.667px !important;
    padding: 24px 16px !important;
    border-radius: var(--sfc-nom-field-radius);
    background: #CA236B !important;
}

body.sfc-nominations-page footer.site-footer #contact-us-footer > div:first-child {
    width: calc(100% - 32px);
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 12px;
    border-bottom: 1px solid #FFFFFF;
}

body.sfc-nominations-page footer.site-footer #contact-us-footer > div:first-child span {
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

body.sfc-nominations-page footer.site-footer #contact-us-footer > .horizontal-thirt {
    display: none;
}

body.sfc-nominations-page footer.site-footer #contact-us-footer .grid {
    margin-top: 16px !important;
    padding-right: 32px;
    padding-left: 32px;
}

@media screen and (max-width: 1500px) {
    body.sfc-nominations-page .site-header .container-secondary {
        width: calc(100% - 64px);
    }
}

@media screen and (max-width: 1399px) {
    body.sfc-nominations-page .site-header {
        height: 92px;
        min-height: 92px;
        background-size: 100% 176px;
    }

    body.sfc-nominations-page .site-header .container-secondary {
        align-items: center;
        height: 92px;
    }

    body.sfc-nominations-page .site-header .container-secondary > .xs\:hidden.lg\:flex:not(.gap-5),
    body.sfc-nominations-page .site-header .container-secondary > .hidden.lg\:flex.gap-5.items-center {
        display: none !important;
    }

    body.sfc-nominations-page .site-header #mobile-toggle {
        display: block !important;
    }

    body.sfc-nominations-page .site-header a[aria-label="WED header logo"] {
        height: 92px;
    }

    .sfc-nom-newsletter-inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .sfc-nom-newsletter-copy,
    .sfc-nom-newsletter-form {
        flex: none;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    body.sfc-nominations-page.admin-bar .site-header {
        top: 46px;
    }

    body.sfc-nominations-page .site-header {
        height: 84px;
        min-height: 84px;
        background-size: 100% 148px;
    }

    body.sfc-nominations-page .site-header .container-secondary {
        width: calc(100% - 32px);
        height: 84px;
    }

    body.sfc-nominations-page .site-header a[aria-label="WED header logo"] {
        flex-basis: 154px;
        height: 84px;
    }

    body.sfc-nominations-page .site-header #wed-header-logo {
        width: 154px;
        height: auto;
    }

    .sfc-nom-newsletter-inner {
        width: calc(100% - 32px);
    }

    .sfc-nom-newsletter-copy h2 {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 0.6px;
    }

    .sfc-nom-newsletter-copy p {
        font-size: 16px;
        line-height: 24px;
    }

    .sfc-nom-newsletter-row {
        flex-direction: column;
    }

    .sfc-nom-newsletter-row > div,
    .sfc-nom-newsletter-form button {
        width: 100%;
    }

    .sfc-nom-newsletter-form button {
        min-height: 56px;
        font-size: 16px;
        line-height: 20px;
    }

    body.sfc-nominations-page footer.site-footer > .container:first-child {
        padding-top: 40px !important;
    }

    body.sfc-nominations-page footer.site-footer #contact-us-footer .grid {
        padding-right: 0;
        padding-left: 0;
    }
}

/* Figma node 5434:46049 */
.sfc-nominations-page,
.sfc-nom-page {
    background:
        linear-gradient(78.818deg, rgba(115, 184, 244, 0.1) 13.568%, rgba(226, 54, 128, 0.1) 102.26%),
        #FFFFFF;
}

.sfc-nom-page {
    --sfc-nom-blue: #35589A;
    --sfc-nom-mid-blue: #3355A6;
    --sfc-nom-pink: #CA236B;
    --sfc-nom-green: #CA236B;
    --sfc-nom-soft: rgba(244, 244, 249, 0.5);
    --sfc-nom-soft-blue: #F4F4F9;
    --sfc-nom-border: #E0E0E0;
    --sfc-nom-muted: #828282;
    --sfc-nom-placeholder: #BDBDBD;
    --sfc-nom-field-radius: 15px;
    --sfc-nom-field-padding-x: 20px;
    --sfc-nom-field-padding-y: 16px;
    color: var(--sfc-nom-blue);
    font-family: "Jost", Arial, sans-serif;
}

.sfc-nom-hero {
    min-height: 321px;
    padding: 0 20px;
    background: transparent;
}

.sfc-nom-hero-inner {
    width: min(100% - 32px, 1340px);
    padding-top: 189px;
}

.sfc-nom-title {
    color: var(--sfc-nom-blue);
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 1.26px;
}

.sfc-nom-breadcrumb {
    gap: 14px;
    margin-top: 10px;
    color: var(--sfc-nom-mid-blue);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.sfc-nom-breadcrumb a {
    color: var(--sfc-nom-mid-blue);
    font-weight: 700;
}

.sfc-nom-shell {
    width: min(100% - 32px, 1080px);
    margin: 0 auto 96px;
}

.sfc-nom-page > .sfc-nom-shell:first-child {
    margin-top: 48px;
}

.sfc-nom-form {
    border: 1px solid var(--sfc-nom-border);
    border-radius: 15px;
    background: #FFFFFF;
    box-shadow: none;
}

.sfc-nom-panel-head {
    min-height: 96px;
    gap: 24px;
    margin: 32px 32px 0;
    padding: 12px 24px;
    border-radius: var(--sfc-nom-field-radius);
    background:
        url("../icons/nomination.svg") center / cover no-repeat,
        var(--sfc-nom-pink);
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0;
    text-transform: none;
}

.sfc-nom-panel-icon {
    width: 49.655px;
    height: 48px;
    align-items: center;
    justify-content: center;
}

.sfc-nom-icon {
    display: block;
    flex: 0 0 auto;
    max-width: none;
    object-fit: contain;
    font-size: 0;
    line-height: 0;
}

span.sfc-nom-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sfc-nom-icon-nomination {
    width: 49.655px;
    height: 48px;
}

span.sfc-nom-icon-nomination {
    background-image: url("../icons/nomination-mark.svg");
}

.sfc-nom-icon-upload {
    width: 24px;
    height: 24px;
}

span.sfc-nom-icon-upload {
    background-image: url("../icons/upload.svg");
}

.sfc-nom-icon-plus,
.sfc-nom-icon-close {
    width: 14px;
    height: 14px;
}

span.sfc-nom-icon-plus,
span.sfc-nom-icon-close {
    background-image: url("../icons/open-close.svg");
}

.sfc-nom-icon-plus {
    transform: rotate(45deg);
}

.sfc-nom-panel {
    padding: 32px;
}

.sfc-nom-tabs {
    gap: 16px;
    margin-top: 32px;
    padding: 16px;
    border: 1px solid var(--sfc-nom-border);
    border-radius: var(--sfc-nom-field-radius);
    background: #FFFFFF;
}

.sfc-nom-tab {
    min-height: 64px;
    border: 1px solid var(--sfc-nom-border);
    border-radius: var(--sfc-nom-field-radius);
    background: var(--sfc-nom-soft-blue);
    color: var(--sfc-nom-muted);
    font-family: "Jost", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    box-shadow: none;
}

.sfc-nom-tab.is-active {
    border-color: var(--sfc-nom-mid-blue);
    background: var(--sfc-nom-mid-blue);
    color: #FFFFFF;
    box-shadow: none;
}

.sfc-nom-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: none;
    min-height: 92px;
    margin: 0;
    color: var(--sfc-nom-muted);
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
}

.sfc-nom-section {
    margin-top: 32px;
}

.sfc-nom-section h2 {
    margin: 0 0 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--sfc-nom-border);
    color: var(--sfc-nom-blue);
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0;
}

.sfc-nom-grid {
    gap: 20px;
}

.sfc-nom-field {
    margin-bottom: 20px;
}

.sfc-nom-field label,
.sfc-nom-repeater-field > label {
    margin-bottom: 5px;
    color: var(--sfc-nom-blue);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.sfc-nom-required {
    margin-left: 2px;
    color: var(--sfc-nom-pink);
}

.sfc-nom-help {
    margin-top: 0;
    margin-bottom: 5px;
    color: var(--sfc-nom-muted);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.sfc-nom-field input,
.sfc-nom-field select,
.sfc-nom-field textarea,
.sfc-nom-repeat-row input {
    min-height: 56px;
    border: 1px solid var(--sfc-nom-border);
    border-radius: var(--sfc-nom-field-radius);
    background-color: #FFFFFF;
    color: var(--sfc-nom-mid-blue);
    font-family: "Jost", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.sfc-nom-field input,
.sfc-nom-field select,
.sfc-nom-repeat-row input {
    padding: 0 var(--sfc-nom-field-padding-x);
}

.sfc-nom-field textarea {
    min-height: 160px;
    padding: var(--sfc-nom-field-padding-y) var(--sfc-nom-field-padding-x);
}

.sfc-nom-field select {
    appearance: none;
    padding-right: 44px;
    background-image: url("../icons/chevron-down.svg");
    background-position: right 16px center;
    background-repeat: no-repeat;
    background-size: 10px 7px;
}

.sfc-nom-field input::placeholder,
.sfc-nom-field textarea::placeholder,
.sfc-nom-repeat-row input::placeholder {
    color: var(--sfc-nom-placeholder);
}

.sfc-nom-field input:focus,
.sfc-nom-field select:focus,
.sfc-nom-field textarea:focus,
.sfc-nom-repeat-row input:focus {
    border-color: var(--sfc-nom-pink);
    box-shadow: 0 0 0 3px rgba(202, 35, 107, 0.12);
}

.sfc-nom-upload-field {
    margin-bottom: 28px;
}

.sfc-nom-upload {
    min-height: 200px;
    gap: 8px;
    padding: 24px 16px;
    border: 1px dashed var(--sfc-nom-border);
    border-radius: var(--sfc-nom-field-radius);
    background: var(--sfc-nom-soft);
}

.sfc-nom-upload:hover {
    border-color: var(--sfc-nom-pink);
    background: rgba(244, 244, 249, 0.75);
}

.sfc-nom-upload-icon {
    width: 48px;
    height: 48px;
    background: var(--sfc-nom-pink);
}

.sfc-nom-upload strong {
    color: var(--sfc-nom-blue);
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.36px;
    text-transform: none;
}

.sfc-nom-upload span:not(.sfc-nom-upload-icon):not(.sfc-nom-icon) {
    max-width: 480px;
    color: var(--sfc-nom-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.sfc-nom-upload em {
    color: var(--sfc-nom-blue);
    font-size: 13px;
    font-weight: 700;
}

.sfc-nom-repeater {
    margin-bottom: 28px;
}

.sfc-nom-repeater-items {
    gap: 10px;
}

.sfc-nom-repeat-row {
    gap: 8px;
}

.sfc-nom-repeat-remove {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    border-radius: var(--sfc-nom-field-radius);
    background: var(--sfc-nom-pink);
}

.sfc-nom-add {
    min-height: 44px;
    gap: 8px;
    margin-top: 14px;
    padding: 0 24px;
    border-radius: var(--sfc-nom-field-radius);
    background: var(--sfc-nom-pink);
    color: #FFFFFF;
    font-family: "Jost", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0;
}

.sfc-nom-note {
    margin: 30px 0 24px;
    padding: 24px;
    border-radius: var(--sfc-nom-field-radius);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
        linear-gradient(196deg, rgba(97, 70, 148, 0.8) 0%, rgba(51, 85, 166, 0.8) 100%),
        #7C3D89;
    color: var(--sfc-nom-mid-blue);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.sfc-nom-submit {
    min-height: 57px;
    border-radius: var(--sfc-nom-field-radius);
    background: var(--sfc-nom-pink);
    font-family: "Jost", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.64px;
}

.sfc-nom-submit:hover {
    box-shadow: 0 12px 28px rgba(202, 35, 107, 0.24);
}

@media (max-width: 900px) {
    .sfc-nom-hero {
        min-height: 236px;
    }

    .sfc-nom-hero-inner {
        width: min(100% - 28px, 720px);
        padding-top: 100px;
    }

    .sfc-nom-shell {
        width: min(100% - 28px, 720px);
    }

    .sfc-nom-title {
        font-size: 34px;
        line-height: 43px;
        letter-spacing: 1px;
    }

    .sfc-nom-panel {
        padding: 24px;
    }

    .sfc-nom-tabs,
    .sfc-nom-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .sfc-nom-hero {
        min-height: 205px;
    }

    .sfc-nom-hero-inner {
        width: min(100% - 20px, 520px);
        padding-top: 70px;
    }

    .sfc-nom-title {
        font-size: 28px;
        line-height: 35px;
        letter-spacing: 0.7px;
    }

    .sfc-nom-breadcrumb {
        justify-content: center;
        font-size: 14px;
        line-height: 18px;
    }

    .sfc-nom-shell {
        width: min(100% - 20px, 520px);
        margin-bottom: 64px;
    }

    .sfc-nom-panel-head {
        min-height: 56px;
        margin: 12px 12px 0;
        font-size: 16px;
        line-height: 20px;
    }

    .sfc-nom-panel {
        padding: 12px;
    }

    .sfc-nom-tab {
        min-height: 48px;
        font-size: 14px;
    }

    .sfc-nom-section h2 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 30px;
    }

    .sfc-nom-field label,
    .sfc-nom-repeater-field > label,
    .sfc-nom-help {
        font-size: 15px;
        line-height: 22px;
    }

    .sfc-nom-repeat-row {
        align-items: stretch;
    }
}

/* Last cascade pass for the Figma nomination card. */
.sfc-nom-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 32px;
    border-radius: 15px;
    box-shadow: none;
    overflow: visible;
}

.sfc-nom-panel-head {
    min-height: 96px;
    gap: 24px;
    margin: 0;
    padding: 12px 24px;
    border-radius: 15px;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.64px;
    text-transform: none;
}

.sfc-nom-panel {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0;
}

.sfc-nom-intro {
    min-height: 92px;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
}

.sfc-nom-intro span {
    display: block;
}

.sfc-nom-intro span + span {
    margin-top: 22.5px;
}

.sfc-nom-tabs {
    gap: 16px;
    margin: 0;
    padding: 16px;
    border-color: #B44FA7;
    border-radius: 15px;
}

.sfc-nom-tab {
    min-height: 64px;
    border: 0;
    border-radius: var(--sfc-nom-field-radius);
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
}

.sfc-nom-tab.is-active {
    border: 0;
    background: linear-gradient(203.12deg, #614694 0.141%, #3355A6 100.02%);
    font-weight: 700;
}

.sfc-nom-section {
    margin-top: 0;
}

.sfc-nom-section h2 {
    min-height: 58px;
    margin: 0 0 32px;
    padding-bottom: 24px;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

.sfc-nom-grid {
    gap: 16px;
    margin: 0 0 16px;
}

.sfc-nom-field {
    margin: 0;
}

.sfc-nom-section > .sfc-nom-field {
    margin-bottom: 16px;
}

.sfc-nom-section[aria-labelledby="sfc-nom-contact-title"] > .sfc-nom-grid,
.sfc-nom-section[aria-labelledby="sfc-nom-contact-title"] > .sfc-nom-field {
    margin-bottom: 12px;
}

.sfc-nom-section > .sfc-nom-grid:last-child,
.sfc-nom-section > .sfc-nom-field:last-child,
.sfc-nom-section[aria-labelledby="sfc-nom-contact-title"] > :last-child {
    margin-bottom: 0;
}

.sfc-nom-field label,
.sfc-nom-repeater-field > label {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.sfc-nom-required {
    margin-left: 0;
}

.sfc-nom-help {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.sfc-nom-field input,
.sfc-nom-field select,
.sfc-nom-field textarea,
.sfc-nom-repeat-row input {
    min-height: 56px;
    border-radius: var(--sfc-nom-field-radius);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.sfc-nom-field input,
.sfc-nom-repeat-row input {
    padding: 0 var(--sfc-nom-field-padding-x);
}

.sfc-nom-field select {
    padding: 0 44px 0 var(--sfc-nom-field-padding-x);
}

.sfc-nom-field textarea {
    min-height: 160px;
    padding: var(--sfc-nom-field-padding-y) var(--sfc-nom-field-padding-x);
}

.sfc-nom-upload-field {
    margin: 0;
}

.sfc-nom-section > .sfc-nom-upload-field {
    margin-bottom: 16px;
}

.sfc-nom-upload {
    min-height: 200px;
    gap: 8px;
    padding: 24px 16px;
    border-radius: var(--sfc-nom-field-radius);
}

.sfc-nom-upload-icon {
    width: 48px;
    height: 48px;
}

.sfc-nom-upload strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.36px;
    text-transform: none;
}

.sfc-nom-upload span:not(.sfc-nom-upload-icon):not(.sfc-nom-icon) {
    max-width: 984px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}

.sfc-nom-upload em:empty {
    display: none;
}

.sfc-nom-repeater {
    margin: 0;
}

.sfc-nom-repeater .sfc-nom-field {
    margin: 0;
}

.sfc-nom-repeat-row {
    align-items: center;
    gap: 8px;
}

.sfc-nom-add {
    min-height: 48px;
    gap: 8px;
    margin-top: 15px;
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.sfc-nom-add > span:first-child {
    width: 19.799px;
    height: 19.799px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sfc-nom-note {
    margin: 0;
    padding: 24px;
    border-radius: var(--sfc-nom-field-radius);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.sfc-nom-submit {
    min-height: 55px;
    padding: 16px 42px;
    border-radius: var(--sfc-nom-field-radius);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.64px;
}

@media (max-width: 900px) {
    .sfc-nom-form {
        gap: 28px;
        padding: 24px;
    }

    .sfc-nom-panel {
        gap: 28px;
        padding: 0;
    }

    .sfc-nom-intro {
        min-height: 0;
    }
}

@media (max-width: 560px) {
    .sfc-nom-form {
        gap: 20px;
        padding: 12px;
    }

    .sfc-nom-panel {
        gap: 20px;
        padding: 0;
    }

    .sfc-nom-panel-head {
        min-height: 72px;
        margin: 0;
        font-size: 22px;
        line-height: 26px;
    }
}

/* Final form-radius normalization. Keep all nomination form controls aligned. */
.sfc-nom-page {
    --sfc-nom-field-radius: 15px;
    --sfc-nom-field-padding-x: 20px;
    --sfc-nom-field-padding-y: 16px;
}

.sfc-nom-page .sfc-nom-form,
.sfc-nom-page .sfc-nom-panel-head,
.sfc-nom-page .sfc-nom-tabs,
.sfc-nom-page .sfc-nom-tab,
.sfc-nom-page .sfc-nom-upload,
.sfc-nom-page .sfc-nom-repeat-remove,
.sfc-nom-page .sfc-nom-add,
.sfc-nom-page .sfc-nom-note,
.sfc-nom-page .sfc-nom-submit,
.sfc-nom-page .sfc-nom-newsletter-form input[type="text"],
.sfc-nom-page .sfc-nom-newsletter-form input[type="email"],
.sfc-nom-page .sfc-nom-newsletter-form button {
    border-radius: var(--sfc-nom-field-radius);
}

.sfc-nom-page .sfc-nom-field input,
.sfc-nom-page .sfc-nom-field select,
.sfc-nom-page .sfc-nom-field textarea,
.sfc-nom-page .sfc-nom-repeat-row input {
    box-sizing: border-box !important;
    border-radius: var(--sfc-nom-field-radius) !important;
}

.sfc-nom-page .sfc-nom-field input,
.sfc-nom-page .sfc-nom-repeat-row input,
.sfc-nom-page .sfc-nom-newsletter-form input[type="text"],
.sfc-nom-page .sfc-nom-newsletter-form input[type="email"] {
    min-height: 56px !important;
    padding: 0 var(--sfc-nom-field-padding-x) !important;
}

.sfc-nom-page .sfc-nom-field select {
    min-height: 56px !important;
    padding: 0 52px 0 var(--sfc-nom-field-padding-x) !important;
    background-position: right var(--sfc-nom-field-padding-x) center !important;
}

.sfc-nom-page .sfc-nom-field textarea {
    padding: 18px var(--sfc-nom-field-padding-x) !important;
}

/* Figma node 5434:49666 - nomination header button. */
.sfc-nom-page .sfc-nom-panel-head {
    position: relative;
    min-height: 128px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0;
    padding: 24px;
    border: 0;
    border-radius: 15px;
    background: #CA236B;
    color: #FFFFFF;
    font-family: "Jost", Arial, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.64px;
    text-align: center;
    text-transform: none;
    overflow: hidden;
    isolation: isolate;
}

.sfc-nom-page .sfc-nom-panel-head::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 105%;
    height: 1436%;
    background: url("../icons/nomination.svg") center / 100% 100% no-repeat;
    transform: translate(-50%, -50%) rotate(78.88deg);
    transform-origin: center;
    pointer-events: none;
}

.sfc-nom-page .sfc-nom-panel-head > * {
    position: relative;
    z-index: 1;
}

.sfc-nom-page .sfc-nom-panel-head .sfc-nom-panel-icon,
.sfc-nom-page .sfc-nom-panel-head .sfc-nom-icon-nomination {
    flex: 0 0 49.655px;
    width: 49.655px;
    height: 48px;
}

.sfc-nom-page .sfc-nom-panel-head > span:last-child {
    color: #FFFFFF;
    font-family: "Jost", Arial, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.64px;
    white-space: nowrap;
}

@media (max-width: 560px) {
    .sfc-nom-page .sfc-nom-panel-head {
        min-height: 96px;
        gap: 16px;
        padding: 18px;
        font-size: 24px;
        line-height: 28px;
    }

    .sfc-nom-page .sfc-nom-panel-head .sfc-nom-panel-icon,
    .sfc-nom-page .sfc-nom-panel-head .sfc-nom-icon-nomination {
        flex-basis: 40px;
        width: 40px;
        height: 38.67px;
    }

    .sfc-nom-page .sfc-nom-panel-head > span:last-child {
        font-size: 24px;
        line-height: 28px;
    }
}

/* Figma node 5434:49716 - nomination type switcher. */
.sfc-nom-page .sfc-nom-tabs {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 16px;
    border: 1px solid #E0E0E0;
    border-radius: 15px;
    background: transparent;
}

.sfc-nom-page .sfc-nom-tab {
    flex: 1 1 0;
    min-width: 0;
    height: 64px;
    min-height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border: 0;
    border-radius: 16px;
    background: #F4F4F9;
    color: #828282;
    font-family: "Jost", Arial, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    box-shadow: none;
}

.sfc-nom-page .sfc-nom-tab.is-active {
    background:
        linear-gradient(203.12deg, #614694 0.141%, #3355A6 100.02%),
        #7C3D89;
    color: #FFFFFF;
    font-weight: 700;
    box-shadow: none;
}

@media (max-width: 640px) {
    .sfc-nom-page .sfc-nom-tabs {
        flex-direction: column;
    }

    .sfc-nom-page .sfc-nom-tab {
        width: 100%;
        font-size: 18px;
    }
}

/* Figma node 5434:49664 - intro copy. */
.sfc-nom-page .sfc-nom-intro {
    width: 100%;
    min-height: 0;
    display: block !important;
    align-items: initial;
    justify-content: initial;
    margin: 0;
    color: #828282;
    font-family: "Jost", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 0;
    text-align: center;
    white-space: pre-wrap;
}

.sfc-nom-page .sfc-nom-intro span {
    display: block;
    margin: 0;
    color: inherit;
    font: inherit;
    line-height: 1.25;
}

.sfc-nom-page .sfc-nom-intro span + span {
    margin-top: 22.5px;
}

@media (max-width: 560px) {
    .sfc-nom-page .sfc-nom-intro {
        font-size: 16px;
    }

    .sfc-nom-page .sfc-nom-intro span + span {
        margin-top: 20px;
    }
}

@media (max-width: 560px) {
    .sfc-nom-page .sfc-nom-hero {
        min-height: 245px;
    }

    .sfc-nom-page .sfc-nom-hero-inner {
        padding-top: 112px;
    }
}
