@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes field-shake {
  0%, 100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-6px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(3px);
  }
}
@keyframes step-slide-out {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(var(--exit-x, -14px));
  }
}
@keyframes step-slide-in {
  from {
    opacity: 0;
    transform: translateX(var(--enter-x, 14px));
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes draw-ring {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw-check {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.4);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes checkbox-pop {
  0% {
    transform: scale(0.75);
  }
  60% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes note-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes stepper-pulse {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }
  70%, 100% {
    transform: scale(1.35);
    opacity: 0;
  }
}
#derfor, #soknad {
  scroll-margin-top: 76px;
}

@media (max-width: 1139px) {
  .page-banner.exhibitor-banner {
    position: relative;
    width: 100%;
    height: 54vh;
  }
  .page-banner.exhibitor-banner .overlay-top {
    width: 100%;
    height: 260px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
    z-index: 20;
  }
  .page-banner.exhibitor-banner img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(65%);
  }
  .page-banner.exhibitor-banner .overlay-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 68%;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 15, 28, 0.9), transparent);
    z-index: 10;
  }
  .page-banner.exhibitor-banner .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 30;
    padding: 0 20px 40px;
  }
  .page-banner.exhibitor-banner .content .text {
    color: rgb(246, 246, 246);
  }
  .page-banner.exhibitor-banner .content .text .eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(246, 246, 246, 0.85);
    margin-bottom: 12px;
  }
  .page-banner.exhibitor-banner .content .text h1 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 12px;
  }
  .page-banner.exhibitor-banner .content .text p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.92;
    max-width: 460px;
    margin-bottom: 20px;
  }
  .page-banner.exhibitor-banner .content .text .messe-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin-bottom: 22px;
  }
  .page-banner.exhibitor-banner .content .text .messe-info .rows {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .page-banner.exhibitor-banner .content .text .messe-info .rows .info-row {
    background: rgba(246, 246, 246, 0.95);
    color: #1F1F1F;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 13px;
    white-space: nowrap;
  }
  .page-banner.exhibitor-banner .content .text .messe-info .rows .info-row strong {
    font-weight: 700;
  }
  .page-banner.exhibitor-banner .content .text .messe-info .countdown {
    display: flex;
    gap: 8px;
  }
  .page-banner.exhibitor-banner .content .text .messe-info .countdown .unit {
    background: rgba(246, 246, 246, 0.95);
    color: #1F1F1F;
    border-radius: 6px;
    padding: 10px 16px;
    text-align: center;
    min-width: 64px;
    display: flex;
    flex-direction: column;
  }
  .page-banner.exhibitor-banner .content .text .messe-info .countdown .unit .num {
    font-size: 20px;
    color: #004876;
    font-weight: 500;
  }
  .page-banner.exhibitor-banner .content .text .messe-info .countdown .unit .label {
    font-size: 10px;
    opacity: 0.65;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .page-banner.exhibitor-banner .content .text .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .page-banner.exhibitor-banner .content .text .buttons .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 30px;
    text-decoration: none;
    padding: 12px 26px;
    font-size: 15px;
    font-weight: 500;
    width: -moz-max-content;
    width: max-content;
  }
  .page-banner.exhibitor-banner .content .text .buttons .button.primary {
    background: #006db1;
    color: rgb(246, 246, 246);
  }
  .page-banner.exhibitor-banner .content .text .buttons .button.secondary {
    background: rgba(20, 20, 20, 0.35);
    color: rgb(246, 246, 246);
    border: 1.5px solid rgba(246, 246, 246, 0.6);
  }
  .page-banner.exhibitor-banner .content .text .buttons .button i {
    font-size: 13px;
  }
  .exhibitor-benefits {
    background: rgb(246, 246, 246);
  }
  .exhibitor-benefits .content {
    padding: 60px 20px;
  }
  .exhibitor-benefits .text {
    margin-bottom: 32px;
  }
  .exhibitor-benefits .text .eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #004876;
    margin-bottom: 12px;
  }
  .exhibitor-benefits .text h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 36px;
    color: #1F1F1F;
    max-width: 420px;
  }
  .exhibitor-benefits .benefit-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .exhibitor-benefits .benefit-card {
    background: rgba(211, 211, 211, 0.16);
    border: 1px solid rgba(31, 31, 31, 0.06);
    border-radius: 14px;
    padding: 26px 22px;
  }
  .exhibitor-benefits .benefit-card .benefit-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #004876;
    color: rgb(246, 246, 246);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    margin-bottom: 16px;
  }
  .exhibitor-benefits .benefit-card h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 21px;
    color: #1F1F1F;
    margin-bottom: 8px;
  }
  .exhibitor-benefits .benefit-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #1F1F1F;
    opacity: 0.78;
  }
  .exhibitor-form-section {
    background: rgba(211, 211, 211, 0.3);
  }
  .exhibitor-form-section .content {
    padding: 56px 16px 70px;
  }
  .exhibitor-form-section .form-shell {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .exhibitor-form-section .form-intro .eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #004876;
    margin-bottom: 12px;
  }
  .exhibitor-form-section .form-intro h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 36px;
    color: #1F1F1F;
    margin-bottom: 12px;
    max-width: 320px;
  }
  .exhibitor-form-section .form-intro p {
    font-size: 14.5px;
    line-height: 1.6;
    color: #1F1F1F;
    opacity: 0.8;
    max-width: 440px;
    margin-bottom: 20px;
  }
  .exhibitor-form-section .form-intro .form-perks {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .exhibitor-form-section .form-intro .form-perks li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: #1F1F1F;
    opacity: 0.85;
  }
  .exhibitor-form-section .form-intro .form-perks li i {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(0, 72, 118, 0.1);
    color: #004876;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .exhibitor-form-section .form-card {
    position: relative;
    background: rgb(246, 246, 246);
    border-radius: 16px;
    padding: 24px 18px 26px;
    box-shadow: 0 24px 55px rgba(0, 20, 40, 0.14);
  }
  .exhibitor-form-section .stepper {
    margin-bottom: 28px;
  }
  .exhibitor-form-section .stepper .stepper-progress-label {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    color: #004876;
    letter-spacing: 0.02em;
  }
  .exhibitor-form-section .stepper .stepper-progress-label .step-name {
    color: #1F1F1F;
    opacity: 0.55;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
  }
  .exhibitor-form-section .stepper .stepper-track {
    position: relative;
    height: 5px;
    background: rgba(0, 72, 118, 0.1);
    border-radius: 30px;
    margin: 0 0 18px;
    overflow: visible;
    box-shadow: inset 0 1px 2px rgba(0, 20, 40, 0.06);
  }
  .exhibitor-form-section .stepper .stepper-track .stepper-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    border-radius: 30px;
    background: linear-gradient(90deg, #004876, #006db1);
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .exhibitor-form-section .stepper .stepper-track .stepper-fill::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #006db1;
    transform: translate(50%, -50%);
    box-shadow: 0 0 0 4px rgba(0, 109, 177, 0.22), 0 2px 5px rgba(0, 72, 118, 0.4);
  }
  .exhibitor-form-section .stepper .stepper-dots {
    display: flex;
    justify-content: space-between;
  }
  .exhibitor-form-section .stepper .stepper-dots .stepper-dot {
    position: relative;
    flex: 0 0 auto;
  }
  .exhibitor-form-section .stepper .stepper-dots .stepper-dot .dot-index {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgb(246, 246, 246);
    border: 2px solid rgba(0, 72, 118, 0.16);
    color: rgba(0, 72, 118, 0.5);
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
  }
  .exhibitor-form-section .stepper .stepper-dots .stepper-dot .dot-index::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: rgba(0, 72, 118, 0.16);
    opacity: 0;
  }
  .exhibitor-form-section .stepper .stepper-dots .stepper-dot .dot-label {
    display: none;
  }
  .exhibitor-form-section .stepper .stepper-dots .stepper-dot.is-active .dot-index {
    background: #004876;
    border-color: #004876;
    color: rgb(246, 246, 246);
    transform: scale(1.18);
    box-shadow: 0 4px 14px rgba(0, 72, 118, 0.35);
  }
  .exhibitor-form-section .stepper .stepper-dots .stepper-dot.is-active .dot-index::before {
    animation: stepper-pulse 1.8s ease-in-out infinite;
  }
  .exhibitor-form-section .stepper .stepper-dots .stepper-dot.is-done .dot-index {
    background: #006db1;
    border-color: #006db1;
    color: transparent;
    font-size: 0;
  }
  .exhibitor-form-section .stepper .stepper-dots .stepper-dot.is-done .dot-index::after {
    content: "";
    width: 8px;
    height: 5px;
    border-left: 2px solid rgb(246, 246, 246);
    border-bottom: 2px solid rgb(246, 246, 246);
    transform: rotate(-45deg) translate(1px, -1px);
  }
  .exhibitor-form-section .form-error {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(194, 55, 58, 0.08);
    border: 1px solid rgba(194, 55, 58, 0.25);
    color: #c2373a;
    font-size: 13px;
    padding: 12px 14px;
    border-radius: 10px;
    margin-bottom: 18px;
  }
  .exhibitor-form-section .form-error[hidden] {
    display: none;
  }
  .exhibitor-form-section .form-error i {
    font-size: 14px;
  }
  .exhibitor-form-section .form-steps {
    position: relative;
  }
  .exhibitor-form-section .form-step {
    display: none;
  }
  .exhibitor-form-section .form-step.is-active {
    display: block;
  }
  .exhibitor-form-section .form-step.anim-out {
    animation: step-slide-out 0.18s ease forwards;
  }
  .exhibitor-form-section .form-step.anim-in {
    animation: step-slide-in 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .exhibitor-form-section .step-heading {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 21px;
    color: #1F1F1F;
    margin-bottom: 18px;
  }
  .exhibitor-form-section .field {
    margin-bottom: 16px;
  }
  .exhibitor-form-section .field label, .exhibitor-form-section .field .field-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #1F1F1F;
    margin-bottom: 8px;
  }
  .exhibitor-form-section .field label .optional, .exhibitor-form-section .field .field-label .optional {
    font-weight: 400;
    opacity: 0.55;
    font-size: 12px;
  }
  .exhibitor-form-section .field .field-hint {
    font-size: 12px;
    line-height: 1.55;
    color: #004876;
    opacity: 0.85;
    margin: -3px 0 9px;
  }
  .exhibitor-form-section .field input[type=text], .exhibitor-form-section .field input[type=email], .exhibitor-form-section .field input[type=tel], .exhibitor-form-section .field textarea {
    width: 100%;
    padding: 13px 15px;
    border-radius: 10px;
    border: 1.5px solid rgba(31, 31, 31, 0.14);
    background: rgba(211, 211, 211, 0.14);
    font-size: 15px;
    font-family: inherit;
    color: #1F1F1F;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  }
  .exhibitor-form-section .field input[type=text]::-moz-placeholder, .exhibitor-form-section .field input[type=email]::-moz-placeholder, .exhibitor-form-section .field input[type=tel]::-moz-placeholder, .exhibitor-form-section .field textarea::-moz-placeholder {
    color: rgba(31, 31, 31, 0.42);
  }
  .exhibitor-form-section .field input[type=text]::placeholder, .exhibitor-form-section .field input[type=email]::placeholder, .exhibitor-form-section .field input[type=tel]::placeholder, .exhibitor-form-section .field textarea::placeholder {
    color: rgba(31, 31, 31, 0.42);
  }
  .exhibitor-form-section .field input[type=text]:focus, .exhibitor-form-section .field input[type=email]:focus, .exhibitor-form-section .field input[type=tel]:focus, .exhibitor-form-section .field textarea:focus {
    outline: none;
    border-color: #004876;
    background: rgb(246, 246, 246);
    box-shadow: 0 0 0 4px rgba(0, 72, 118, 0.1);
  }
  .exhibitor-form-section .field textarea {
    resize: vertical;
    min-height: 90px;
  }
  .exhibitor-form-section .field .field-error {
    display: block;
    min-height: 15px;
    font-size: 12px;
    color: #c2373a;
    margin-top: 6px;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .exhibitor-form-section .field.has-error input, .exhibitor-form-section .field.has-error textarea {
    border-color: #c2373a;
    background: rgba(194, 55, 58, 0.05);
  }
  .exhibitor-form-section .field.has-error .field-error {
    opacity: 1;
    transform: translateY(0);
  }
  .exhibitor-form-section .field.shake {
    animation: field-shake 0.4s ease;
  }
  .exhibitor-form-section .field-row {
    display: flex;
    flex-direction: column;
  }
  .exhibitor-form-section .field-row .field {
    flex: 1;
  }
  .exhibitor-form-section .field-status {
    display: block;
    font-size: 11.5px;
    color: #004876;
    opacity: 0.75;
    margin-top: -12px;
    margin-bottom: 12px;
    min-height: 14px;
  }
  .exhibitor-form-section .form-restore-note {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 72, 118, 0.06);
    border: 1px solid rgba(0, 72, 118, 0.16);
    color: #004876;
    font-size: 12px;
    padding: 10px 14px;
    border-radius: 10px;
    margin-bottom: 18px;
    opacity: 0;
  }
  .exhibitor-form-section .form-restore-note[hidden] {
    display: none;
  }
  .exhibitor-form-section .form-restore-note.is-visible {
    animation: note-in 0.3s ease forwards;
  }
  .exhibitor-form-section .form-restore-note i {
    font-size: 13px;
  }
  .exhibitor-form-section .choice-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 4px;
  }
  .exhibitor-form-section .choice-card {
    position: relative;
    cursor: pointer;
    display: block;
  }
  .exhibitor-form-section .choice-card input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .exhibitor-form-section .choice-card .choice-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 8px;
    min-height: 84px;
    border-radius: 12px;
    border: 1.5px solid rgba(31, 31, 31, 0.14);
    background: rgba(211, 211, 211, 0.14);
    text-align: center;
    transition: border-color 0.25s cubic-bezier(0.22, 1, 0.36, 1), background 0.25s ease, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease;
  }
  .exhibitor-form-section .choice-card .choice-card-inner i {
    font-size: 17px;
    color: #004876;
  }
  .exhibitor-form-section .choice-card .choice-card-inner span {
    font-size: 12px;
    font-weight: 500;
    color: #1F1F1F;
    line-height: 1.3;
  }
  .exhibitor-form-section .choice-card input:checked + .choice-card-inner {
    border-color: #004876;
    background: rgba(0, 72, 118, 0.07);
    box-shadow: 0 8px 20px rgba(0, 72, 118, 0.14);
    transform: translateY(-2px) scale(1.02);
  }
  .exhibitor-form-section .choice-card input:focus-visible + .choice-card-inner {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 109, 177, 0.35);
  }
  .exhibitor-form-section .choice-card:active .choice-card-inner {
    transform: scale(0.97);
  }
  .exhibitor-form-section .size-card .choice-card-inner {
    padding: 18px 8px;
  }
  .exhibitor-form-section .size-card .choice-card-inner .size-name {
    font-size: 14px;
    font-weight: 600;
    color: #1F1F1F;
  }
  .exhibitor-form-section .size-card .choice-card-inner .size-meta {
    font-size: 11px;
    color: #1F1F1F;
    opacity: 0.6;
  }
  .exhibitor-form-section .stand-info-panel {
    margin-top: 12px;
  }
  .exhibitor-form-section .stand-info-panel[hidden] {
    display: none;
  }
  .exhibitor-form-section .stand-info-block {
    background: rgba(0, 72, 118, 0.05);
    border: 1px solid rgba(0, 72, 118, 0.14);
    border-radius: 12px;
    padding: 16px;
    animation: note-in 0.25s ease;
  }
  .exhibitor-form-section .stand-info-block[hidden] {
    display: none;
  }
  .exhibitor-form-section .stand-info-block .stand-info-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 6px 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 72, 118, 0.14);
  }
  .exhibitor-form-section .stand-info-block .stand-info-head h4 {
    min-width: 0;
    font-weight: 600;
    font-size: 15px;
    color: #1F1F1F;
  }
  .exhibitor-form-section .stand-info-block .stand-info-head h4 span {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.6;
    margin-left: 2px;
  }
  .exhibitor-form-section .stand-info-block .stand-info-head .stand-info-price {
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 700;
    color: #004876;
  }
  .exhibitor-form-section .stand-info-block .stand-info-head .stand-info-price small {
    font-size: 10px;
    font-weight: 500;
    opacity: 0.75;
  }
  .exhibitor-form-section .stand-info-block ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0;
  }
  .exhibitor-form-section .stand-info-block ul li {
    position: relative;
    padding-left: 14px;
    font-size: 12.5px;
    line-height: 1.5;
    color: #1F1F1F;
    opacity: 0.82;
  }
  .exhibitor-form-section .stand-info-block ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #004876;
    opacity: 0.55;
  }
  .exhibitor-form-section .checkbox-field {
    background: rgba(0, 72, 118, 0.04);
    border: 1.5px solid rgba(0, 72, 118, 0.12);
    border-radius: 12px;
    padding: 14px 16px;
    transition: border-color 0.2s ease, background 0.2s ease;
  }
  .exhibitor-form-section .checkbox-field .checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
  }
  .exhibitor-form-section .checkbox-field .checkbox-label input[type=checkbox] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .exhibitor-form-section .checkbox-field .checkbox-label .checkbox-box {
    flex-shrink: 0;
    position: relative;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border-radius: 7px;
    border: 1.5px solid rgba(31, 31, 31, 0.28);
    background: rgb(246, 246, 246);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  }
  .exhibitor-form-section .checkbox-field .checkbox-label .checkbox-box svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: rgb(246, 246, 246);
    stroke-width: 2.2px;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .exhibitor-form-section .checkbox-field .checkbox-label .checkbox-box svg path {
    stroke-dasharray: 18;
    stroke-dashoffset: 18;
    transition: stroke-dashoffset 0.28s ease 0.02s;
  }
  .exhibitor-form-section .checkbox-field .checkbox-label input:checked + .checkbox-box {
    background: #004876;
    border-color: #004876;
    animation: checkbox-pop 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .exhibitor-form-section .checkbox-field .checkbox-label input:checked + .checkbox-box svg path {
    stroke-dashoffset: 0;
  }
  .exhibitor-form-section .checkbox-field .checkbox-label input:focus-visible + .checkbox-box {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 109, 177, 0.35);
  }
  .exhibitor-form-section .checkbox-field .checkbox-label:hover .checkbox-box {
    border-color: #004876;
  }
  .exhibitor-form-section .checkbox-field .checkbox-label .checkbox-text {
    font-size: 13px;
    line-height: 1.55;
    color: #1F1F1F;
    opacity: 0.85;
    padding-top: 1px;
  }
  .exhibitor-form-section .checkbox-field .checkbox-label .checkbox-text a {
    color: #004876;
    text-decoration: underline;
  }
  .exhibitor-form-section .checkbox-field.has-error {
    border-color: #c2373a;
    background: rgba(194, 55, 58, 0.05);
  }
  .exhibitor-form-section .checkbox-field.has-error .checkbox-box {
    border-color: #c2373a;
  }
  .exhibitor-form-section .step-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
  }
  .exhibitor-form-section .step-nav .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 30px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    transition: opacity 0.2s ease, transform 0.15s ease;
  }
  .exhibitor-form-section .step-nav .button.primary {
    background: #006db1;
    color: rgb(246, 246, 246);
  }
  .exhibitor-form-section .step-nav .button.secondary {
    background: transparent;
    color: #1F1F1F;
    border: 1.5px solid rgba(31, 31, 31, 0.25);
  }
  .exhibitor-form-section .step-nav .button:active {
    transform: scale(0.97);
  }
  .exhibitor-form-section .step-nav .button i {
    font-size: 12px;
  }
  .exhibitor-form-section .form-submit {
    position: relative;
    min-width: 150px;
  }
  .exhibitor-form-section .form-submit .btn-spinner {
    display: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: rgb(246, 246, 246);
    margin-left: 8px;
    animation: spin 0.7s linear infinite;
  }
  .exhibitor-form-section .form-submit.is-loading {
    pointer-events: none;
    opacity: 0.85;
  }
  .exhibitor-form-section .form-submit.is-loading .btn-spinner {
    display: inline-block;
  }
  .exhibitor-form-section .summary-groups {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 6px;
  }
  .exhibitor-form-section .summary-group {
    border: 1px solid rgba(31, 31, 31, 0.1);
    border-radius: 12px;
    padding: 14px 16px;
  }
  .exhibitor-form-section .summary-group .summary-group-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .exhibitor-form-section .summary-group .summary-group-head h4 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 16px;
    color: #1F1F1F;
  }
  .exhibitor-form-section .summary-group .summary-group-head .summary-edit {
    background: none;
    border: none;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    color: #004876;
    cursor: pointer;
    text-decoration: underline;
  }
  .exhibitor-form-section .summary-group dl {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .exhibitor-form-section .summary-group dl div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }
  .exhibitor-form-section .summary-group dl div.stacked {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .exhibitor-form-section .summary-group dl dt {
    font-size: 12.5px;
    color: #1F1F1F;
    opacity: 0.55;
  }
  .exhibitor-form-section .summary-group dl dd {
    font-size: 12.5px;
    color: #1F1F1F;
    font-weight: 500;
    text-align: right;
    max-width: 62%;
  }
  .exhibitor-form-section .summary-group dl div.stacked dd {
    text-align: left;
    max-width: 100%;
    line-height: 1.6;
  }
  .exhibitor-form-section .form-success {
    text-align: center;
    padding: 8px 4px 4px;
  }
  .exhibitor-form-section .form-success[hidden] {
    display: none;
  }
  .exhibitor-form-section .form-success .success-check {
    position: relative;
    width: 76px;
    height: 76px;
    margin: 0 auto 18px;
  }
  .exhibitor-form-section .form-success .success-check::before {
    content: "";
    position: absolute;
    inset: -14px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 109, 177, 0.28), transparent 70%);
    transform: scale(0.4);
    opacity: 0;
    animation: pulse-ring 0.7s ease-out 0.1s forwards;
  }
  .exhibitor-form-section .form-success .success-check .success-check-ring {
    fill: none;
    stroke: rgba(0, 72, 118, 0.16);
    stroke-width: 3;
  }
  .exhibitor-form-section .form-success .success-check .success-check-mark {
    fill: none;
    stroke: #004876;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    animation: draw-check 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.35s forwards;
  }
  .exhibitor-form-section .form-success h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 24px;
    color: #1F1F1F;
    margin-bottom: 10px;
    opacity: 0;
    animation: fade-up 0.5s ease 0.5s forwards;
  }
  .exhibitor-form-section .form-success p {
    font-size: 14px;
    line-height: 1.6;
    color: #1F1F1F;
    opacity: 0;
    max-width: 360px;
    margin: 0 auto 22px;
    animation: fade-up 0.5s ease 0.65s forwards;
  }
  .exhibitor-form-section .form-success .success-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    animation: fade-up 0.5s ease 0.8s forwards;
  }
  .exhibitor-form-section .form-success .success-actions .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
  }
  .exhibitor-form-section .form-success .success-actions .button.primary {
    background: #006db1;
    color: rgb(246, 246, 246);
  }
  .exhibitor-form-section .form-success .success-actions .button.secondary {
    background: transparent;
    color: #1F1F1F;
    border: 1.5px solid rgba(31, 31, 31, 0.25);
  }
}
@media only screen and (min-width: 1140px) {
  .page-banner.exhibitor-banner {
    position: relative;
    width: 100%;
    height: 59vh;
  }
  .page-banner.exhibitor-banner .overlay-top {
    width: 100%;
    height: 280px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
    z-index: 20;
  }
  .page-banner.exhibitor-banner img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(72%);
  }
  .page-banner.exhibitor-banner .overlay-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 68%;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 15, 28, 0.85), transparent);
    z-index: 10;
  }
  .page-banner.exhibitor-banner .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 1460px;
    margin-inline: auto;
    right: 0;
    z-index: 30;
    padding: 0 60px 56px;
    padding-inline: 35px;
  }
  .page-banner.exhibitor-banner .content .text {
    color: rgb(246, 246, 246);
  }
  .page-banner.exhibitor-banner .content .text .eyebrow {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(246, 246, 246, 0.85);
    margin-bottom: 16px;
  }
  .page-banner.exhibitor-banner .content .text h1 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 60px;
    max-width: 780px;
    margin-bottom: 18px;
  }
  .page-banner.exhibitor-banner .content .text p {
    font-size: 18px;
    line-height: 1.6;
    opacity: 1;
    max-width: 560px;
    margin-bottom: 28px;
  }
  .page-banner.exhibitor-banner .content .text .messe-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .page-banner.exhibitor-banner .content .text .messe-info .rows {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .page-banner.exhibitor-banner .content .text .messe-info .rows .info-row {
    background: rgba(246, 246, 246, 0.95);
    color: #1F1F1F;
    border-radius: 4px;
    padding: 10px 16px;
    font-size: 14px;
    white-space: nowrap;
    width: 100%;
  }
  .page-banner.exhibitor-banner .content .text .messe-info .rows .info-row strong {
    font-weight: 700;
  }
  .page-banner.exhibitor-banner .content .text .messe-info .countdown {
    display: flex;
    gap: 10px;
  }
  .page-banner.exhibitor-banner .content .text .messe-info .countdown .unit {
    background: rgba(246, 246, 246, 0.95);
    color: #1F1F1F;
    border-radius: 4px;
    padding: 12px 20px;
    text-align: center;
    min-width: 76px;
    display: flex;
    flex-direction: column;
  }
  .page-banner.exhibitor-banner .content .text .messe-info .countdown .unit .num {
    font-size: 22px;
    font-weight: 500;
    color: #004876;
    line-height: 1.2;
  }
  .page-banner.exhibitor-banner .content .text .messe-info .countdown .unit .label {
    font-size: 11px;
    opacity: 0.65;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .page-banner.exhibitor-banner .content .text .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .page-banner.exhibitor-banner .content .text .buttons .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 30px;
    text-decoration: none;
    padding: 15px 34px;
    font-size: 16px;
    font-weight: 500;
    width: -moz-max-content;
    width: max-content;
    transition: opacity 0.25s ease;
  }
  .page-banner.exhibitor-banner .content .text .buttons .button:hover {
    opacity: 0.85;
  }
  .page-banner.exhibitor-banner .content .text .buttons .button.primary {
    background: #006db1;
    color: rgb(246, 246, 246);
  }
  .page-banner.exhibitor-banner .content .text .buttons .button.secondary {
    background: rgba(20, 20, 20, 0.35);
    color: rgb(246, 246, 246);
    border: 1.5px solid rgba(246, 246, 246, 0.5);
  }
  .page-banner.exhibitor-banner .content .text .buttons .button i {
    font-size: 13px;
  }
  .exhibitor-benefits {
    background: rgb(246, 246, 246);
  }
  .exhibitor-benefits .content {
    padding: 100px 35px;
    max-width: 1460px;
    margin-inline: auto;
  }
  .exhibitor-benefits .text {
    margin-bottom: 56px;
  }
  .exhibitor-benefits .text .eyebrow {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #004876;
    margin-bottom: 16px;
  }
  .exhibitor-benefits .text h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 53px;
    color: #1F1F1F;
    max-width: 640px;
  }
  .exhibitor-benefits .benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  .exhibitor-benefits .benefit-card {
    background: rgba(211, 211, 211, 0.16);
    border: 1px solid rgba(31, 31, 31, 0.06);
    border-radius: 16px;
    padding: 36px 30px;
  }
  .exhibitor-benefits .benefit-card .benefit-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #004876;
    color: rgb(246, 246, 246);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin-bottom: 20px;
  }
  .exhibitor-benefits .benefit-card h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 24px;
    color: #1F1F1F;
    margin-bottom: 10px;
  }
  .exhibitor-benefits .benefit-card p {
    font-size: 15px;
    line-height: 1.65;
    color: #1F1F1F;
    opacity: 0.78;
  }
  .exhibitor-form-section {
    background: rgba(211, 211, 211, 0.3);
  }
  .exhibitor-form-section .content {
    padding: 100px 35px;
    max-width: 1460px;
    margin-inline: auto;
  }
  .exhibitor-form-section .form-shell {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 80px;
    align-items: start;
  }
  .exhibitor-form-section .form-intro {
    position: sticky;
    top: 120px;
  }
  .exhibitor-form-section .form-intro .eyebrow {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #004876;
    margin-bottom: 16px;
  }
  .exhibitor-form-section .form-intro h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 53px;
    color: #1F1F1F;
    margin-bottom: 16px;
  }
  .exhibitor-form-section .form-intro p {
    font-size: 16px;
    line-height: 1.7;
    color: #1F1F1F;
    opacity: 0.8;
    max-width: 420px;
    margin-bottom: 28px;
  }
  .exhibitor-form-section .form-intro .form-perks {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .exhibitor-form-section .form-intro .form-perks li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #1F1F1F;
    opacity: 0.85;
  }
  .exhibitor-form-section .form-intro .form-perks li i {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(0, 72, 118, 0.1);
    color: #004876;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .exhibitor-form-section .form-card {
    position: relative;
    background: rgb(246, 246, 246);
    border-radius: 20px;
    padding: 40px 44px 44px;
    box-shadow: 0 30px 70px rgba(0, 20, 40, 0.14);
  }
  .exhibitor-form-section .stepper {
    margin-bottom: 38px;
  }
  .exhibitor-form-section .stepper .stepper-progress-label {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 700;
    color: #004876;
    letter-spacing: 0.02em;
  }
  .exhibitor-form-section .stepper .stepper-progress-label .step-name {
    color: #1F1F1F;
    opacity: 0.55;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
  }
  .exhibitor-form-section .stepper .stepper-track {
    position: relative;
    height: 5px;
    background: rgba(0, 72, 118, 0.1);
    border-radius: 30px;
    margin: 0 0 22px;
    overflow: visible;
    box-shadow: inset 0 1px 2px rgba(0, 20, 40, 0.06);
  }
  .exhibitor-form-section .stepper .stepper-track .stepper-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    border-radius: 30px;
    background: linear-gradient(90deg, #004876, #006db1);
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .exhibitor-form-section .stepper .stepper-track .stepper-fill::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #006db1;
    transform: translate(50%, -50%);
    box-shadow: 0 0 0 5px rgba(0, 109, 177, 0.22), 0 2px 6px rgba(0, 72, 118, 0.4);
  }
  .exhibitor-form-section .stepper .stepper-dots {
    display: flex;
    justify-content: space-between;
    padding-bottom: 26px;
  }
  .exhibitor-form-section .stepper .stepper-dots .stepper-dot {
    position: relative;
    flex: 0 0 auto;
  }
  .exhibitor-form-section .stepper .stepper-dots .stepper-dot .dot-index {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgb(246, 246, 246);
    border: 2px solid rgba(0, 72, 118, 0.16);
    color: rgba(0, 72, 118, 0.5);
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
  }
  .exhibitor-form-section .stepper .stepper-dots .stepper-dot .dot-index::before {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: 50%;
    background: rgba(0, 72, 118, 0.16);
    opacity: 0;
  }
  .exhibitor-form-section .stepper .stepper-dots .stepper-dot .dot-label {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8px;
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #1F1F1F;
    opacity: 0.5;
    transition: opacity 0.3s ease, color 0.3s ease;
  }
  .exhibitor-form-section .stepper .stepper-dots .stepper-dot:first-child .dot-label {
    left: 0;
    transform: none;
  }
  .exhibitor-form-section .stepper .stepper-dots .stepper-dot:last-child .dot-label {
    left: auto;
    right: 0;
    transform: none;
  }
  .exhibitor-form-section .stepper .stepper-dots .stepper-dot.is-active .dot-index {
    background: #004876;
    border-color: #004876;
    color: rgb(246, 246, 246);
    transform: scale(1.18);
    box-shadow: 0 4px 14px rgba(0, 72, 118, 0.35);
  }
  .exhibitor-form-section .stepper .stepper-dots .stepper-dot.is-active .dot-index::before {
    animation: stepper-pulse 1.8s ease-in-out infinite;
  }
  .exhibitor-form-section .stepper .stepper-dots .stepper-dot.is-active .dot-label {
    opacity: 1;
    color: #004876;
    font-weight: 600;
  }
  .exhibitor-form-section .stepper .stepper-dots .stepper-dot.is-done .dot-index {
    background: #006db1;
    border-color: #006db1;
    color: transparent;
    font-size: 0;
  }
  .exhibitor-form-section .stepper .stepper-dots .stepper-dot.is-done .dot-index::after {
    content: "";
    width: 9px;
    height: 6px;
    border-left: 2px solid rgb(246, 246, 246);
    border-bottom: 2px solid rgb(246, 246, 246);
    transform: rotate(-45deg) translate(1px, -1px);
  }
  .exhibitor-form-section .stepper .stepper-dots .stepper-dot.is-done .dot-label {
    opacity: 0.7;
  }
  .exhibitor-form-section .form-error {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(194, 55, 58, 0.08);
    border: 1px solid rgba(194, 55, 58, 0.25);
    color: #c2373a;
    font-size: 14px;
    padding: 14px 16px;
    border-radius: 10px;
    margin-bottom: 22px;
  }
  .exhibitor-form-section .form-error[hidden] {
    display: none;
  }
  .exhibitor-form-section .form-error i {
    font-size: 15px;
  }
  .exhibitor-form-section .form-steps {
    position: relative;
  }
  .exhibitor-form-section .form-step {
    display: none;
  }
  .exhibitor-form-section .form-step.is-active {
    display: block;
  }
  .exhibitor-form-section .form-step.anim-out {
    animation: step-slide-out 0.18s ease forwards;
  }
  .exhibitor-form-section .form-step.anim-in {
    animation: step-slide-in 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .exhibitor-form-section .step-heading {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 25px;
    color: #1F1F1F;
    margin-bottom: 24px;
  }
  .exhibitor-form-section .field {
    margin-bottom: 20px;
  }
  .exhibitor-form-section .field label, .exhibitor-form-section .field .field-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1F1F1F;
    margin-bottom: 9px;
  }
  .exhibitor-form-section .field label .optional, .exhibitor-form-section .field .field-label .optional {
    font-weight: 400;
    opacity: 0.55;
    font-size: 12.5px;
  }
  .exhibitor-form-section .field .field-hint {
    font-size: 13px;
    line-height: 1.6;
    color: #004876;
    opacity: 0.85;
    margin: -4px 0 10px;
    max-width: 480px;
  }
  .exhibitor-form-section .field input[type=text], .exhibitor-form-section .field input[type=email], .exhibitor-form-section .field input[type=tel], .exhibitor-form-section .field textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1.5px solid rgba(31, 31, 31, 0.14);
    background: rgba(211, 211, 211, 0.14);
    font-size: 15px;
    font-family: inherit;
    color: #1F1F1F;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  }
  .exhibitor-form-section .field input[type=text]::-moz-placeholder, .exhibitor-form-section .field input[type=email]::-moz-placeholder, .exhibitor-form-section .field input[type=tel]::-moz-placeholder, .exhibitor-form-section .field textarea::-moz-placeholder {
    color: rgba(31, 31, 31, 0.42);
  }
  .exhibitor-form-section .field input[type=text]::placeholder, .exhibitor-form-section .field input[type=email]::placeholder, .exhibitor-form-section .field input[type=tel]::placeholder, .exhibitor-form-section .field textarea::placeholder {
    color: rgba(31, 31, 31, 0.42);
  }
  .exhibitor-form-section .field input[type=text]:focus, .exhibitor-form-section .field input[type=email]:focus, .exhibitor-form-section .field input[type=tel]:focus, .exhibitor-form-section .field textarea:focus {
    outline: none;
    border-color: #004876;
    background: rgb(246, 246, 246);
    box-shadow: 0 0 0 4px rgba(0, 72, 118, 0.1);
  }
  .exhibitor-form-section .field textarea {
    resize: vertical;
    min-height: 100px;
  }
  .exhibitor-form-section .field .field-error {
    display: block;
    min-height: 16px;
    font-size: 12.5px;
    color: #c2373a;
    margin-top: 6px;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .exhibitor-form-section .field.has-error input, .exhibitor-form-section .field.has-error textarea {
    border-color: #c2373a;
    background: rgba(194, 55, 58, 0.05);
  }
  .exhibitor-form-section .field.has-error .field-error {
    opacity: 1;
    transform: translateY(0);
  }
  .exhibitor-form-section .field.shake {
    animation: field-shake 0.4s ease;
  }
  .exhibitor-form-section .field-row {
    display: flex;
    gap: 20px;
  }
  .exhibitor-form-section .field-row .field {
    flex: 1;
  }
  .exhibitor-form-section .field-status {
    display: block;
    font-size: 12.5px;
    color: #004876;
    opacity: 0.75;
    margin-top: -14px;
    margin-bottom: 14px;
    min-height: 15px;
  }
  .exhibitor-form-section .form-restore-note {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 72, 118, 0.06);
    border: 1px solid rgba(0, 72, 118, 0.16);
    color: #004876;
    font-size: 13px;
    padding: 12px 18px;
    border-radius: 10px;
    margin-bottom: 24px;
    opacity: 0;
  }
  .exhibitor-form-section .form-restore-note[hidden] {
    display: none;
  }
  .exhibitor-form-section .form-restore-note.is-visible {
    animation: note-in 0.3s ease forwards;
  }
  .exhibitor-form-section .form-restore-note i {
    font-size: 14px;
  }
  .exhibitor-form-section .choice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 6px;
  }
  .exhibitor-form-section .choice-grid-size {
    grid-template-columns: repeat(4, 1fr);
  }
  .exhibitor-form-section .choice-grid-2col {
    grid-template-columns: repeat(2, 1fr);
  }
  .exhibitor-form-section .choice-card {
    position: relative;
    cursor: pointer;
    display: block;
  }
  .exhibitor-form-section .choice-card input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .exhibitor-form-section .choice-card .choice-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 10px;
    min-height: 96px;
    border-radius: 12px;
    border: 1.5px solid rgba(31, 31, 31, 0.14);
    background: rgba(211, 211, 211, 0.14);
    text-align: center;
    transition: border-color 0.25s cubic-bezier(0.22, 1, 0.36, 1), background 0.25s ease, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease;
  }
  .exhibitor-form-section .choice-card .choice-card-inner i {
    font-size: 19px;
    color: #004876;
  }
  .exhibitor-form-section .choice-card .choice-card-inner span {
    font-size: 13px;
    font-weight: 500;
    color: #1F1F1F;
    line-height: 1.3;
  }
  .exhibitor-form-section .choice-card input:checked + .choice-card-inner {
    border-color: #004876;
    background: rgba(0, 72, 118, 0.07);
    box-shadow: 0 10px 24px rgba(0, 72, 118, 0.16);
    transform: translateY(-3px) scale(1.02);
  }
  .exhibitor-form-section .choice-card input:focus-visible + .choice-card-inner {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 109, 177, 0.35);
  }
  .exhibitor-form-section .choice-card:active .choice-card-inner {
    transform: scale(0.97);
  }
  .exhibitor-form-section .size-card .choice-card-inner {
    padding: 22px 10px;
  }
  .exhibitor-form-section .size-card .choice-card-inner .size-name {
    font-size: 15px;
    font-weight: 600;
    color: #1F1F1F;
  }
  .exhibitor-form-section .size-card .choice-card-inner .size-meta {
    font-size: 12px;
    color: #1F1F1F;
    opacity: 0.6;
  }
  .exhibitor-form-section .stand-info-panel {
    margin-top: 14px;
  }
  .exhibitor-form-section .stand-info-panel[hidden] {
    display: none;
  }
  .exhibitor-form-section .stand-info-block {
    background: rgba(0, 72, 118, 0.05);
    border: 1px solid rgba(0, 72, 118, 0.14);
    border-radius: 14px;
    padding: 20px 22px;
    animation: note-in 0.25s ease;
  }
  .exhibitor-form-section .stand-info-block[hidden] {
    display: none;
  }
  .exhibitor-form-section .stand-info-block .stand-info-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 72, 118, 0.14);
  }
  .exhibitor-form-section .stand-info-block .stand-info-head h4 {
    font-weight: 600;
    font-size: 17px;
    color: #1F1F1F;
  }
  .exhibitor-form-section .stand-info-block .stand-info-head h4 span {
    font-size: 13px;
    font-weight: 400;
    opacity: 0.6;
    margin-left: 3px;
  }
  .exhibitor-form-section .stand-info-block .stand-info-head .stand-info-price {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 700;
    color: #004876;
    white-space: nowrap;
  }
  .exhibitor-form-section .stand-info-block .stand-info-head .stand-info-price small {
    font-size: 11px;
    font-weight: 500;
    opacity: 0.75;
  }
  .exhibitor-form-section .stand-info-block ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 0;
  }
  .exhibitor-form-section .stand-info-block ul li {
    position: relative;
    padding-left: 15px;
    font-size: 13.5px;
    line-height: 1.55;
    color: #1F1F1F;
    opacity: 0.82;
  }
  .exhibitor-form-section .stand-info-block ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #004876;
    opacity: 0.55;
  }
  .exhibitor-form-section .checkbox-field {
    background: rgba(0, 72, 118, 0.04);
    border: 1.5px solid rgba(0, 72, 118, 0.12);
    border-radius: 14px;
    padding: 16px 20px;
    transition: border-color 0.2s ease, background 0.2s ease;
  }
  .exhibitor-form-section .checkbox-field .checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    cursor: pointer;
  }
  .exhibitor-form-section .checkbox-field .checkbox-label input[type=checkbox] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .exhibitor-form-section .checkbox-field .checkbox-label .checkbox-box {
    flex-shrink: 0;
    position: relative;
    width: 23px;
    height: 23px;
    margin-top: 1px;
    border-radius: 7px;
    border: 1.5px solid rgba(31, 31, 31, 0.28);
    background: rgb(246, 246, 246);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  }
  .exhibitor-form-section .checkbox-field .checkbox-label .checkbox-box svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: rgb(246, 246, 246);
    stroke-width: 2.2px;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .exhibitor-form-section .checkbox-field .checkbox-label .checkbox-box svg path {
    stroke-dasharray: 18;
    stroke-dashoffset: 18;
    transition: stroke-dashoffset 0.28s ease 0.02s;
  }
  .exhibitor-form-section .checkbox-field .checkbox-label input:checked + .checkbox-box {
    background: #004876;
    border-color: #004876;
    animation: checkbox-pop 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .exhibitor-form-section .checkbox-field .checkbox-label input:checked + .checkbox-box svg path {
    stroke-dashoffset: 0;
  }
  .exhibitor-form-section .checkbox-field .checkbox-label input:focus-visible + .checkbox-box {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 109, 177, 0.35);
  }
  .exhibitor-form-section .checkbox-field .checkbox-label:hover .checkbox-box {
    border-color: #004876;
  }
  .exhibitor-form-section .checkbox-field .checkbox-label .checkbox-text {
    font-size: 14px;
    line-height: 1.6;
    color: #1F1F1F;
    opacity: 0.85;
    padding-top: 1px;
  }
  .exhibitor-form-section .checkbox-field .checkbox-label .checkbox-text a {
    color: #004876;
    text-decoration: underline;
  }
  .exhibitor-form-section .checkbox-field.has-error {
    border-color: #c2373a;
    background: rgba(194, 55, 58, 0.05);
  }
  .exhibitor-form-section .checkbox-field.has-error .checkbox-box {
    border-color: #c2373a;
  }
  .exhibitor-form-section .step-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
  }
  .exhibitor-form-section .step-nav .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 30px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 500;
    font-family: inherit;
    transition: opacity 0.2s ease, transform 0.15s ease;
  }
  .exhibitor-form-section .step-nav .button.primary {
    background: #006db1;
    color: rgb(246, 246, 246);
  }
  .exhibitor-form-section .step-nav .button.primary:hover {
    opacity: 0.88;
  }
  .exhibitor-form-section .step-nav .button.secondary {
    background: transparent;
    color: #1F1F1F;
    border: 1.5px solid rgba(31, 31, 31, 0.25);
  }
  .exhibitor-form-section .step-nav .button.secondary:hover {
    border-color: #1F1F1F;
  }
  .exhibitor-form-section .step-nav .button:active {
    transform: scale(0.97);
  }
  .exhibitor-form-section .step-nav .button i {
    font-size: 13px;
  }
  .exhibitor-form-section .form-submit {
    position: relative;
    min-width: 170px;
  }
  .exhibitor-form-section .form-submit .btn-spinner {
    display: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: rgb(246, 246, 246);
    margin-left: 8px;
    animation: spin 0.7s linear infinite;
  }
  .exhibitor-form-section .form-submit.is-loading {
    pointer-events: none;
    opacity: 0.85;
  }
  .exhibitor-form-section .form-submit.is-loading .btn-spinner {
    display: inline-block;
  }
  .exhibitor-form-section .summary-groups {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 10px;
  }
  .exhibitor-form-section .summary-group {
    border: 1px solid rgba(31, 31, 31, 0.1);
    border-radius: 14px;
    padding: 18px 22px;
  }
  .exhibitor-form-section .summary-group .summary-group-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  .exhibitor-form-section .summary-group .summary-group-head h4 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 18px;
    color: #1F1F1F;
  }
  .exhibitor-form-section .summary-group .summary-group-head .summary-edit {
    background: none;
    border: none;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    color: #004876;
    cursor: pointer;
    text-decoration: underline;
  }
  .exhibitor-form-section .summary-group .summary-group-head .summary-edit:hover {
    opacity: 0.8;
  }
  .exhibitor-form-section .summary-group dl {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .exhibitor-form-section .summary-group dl div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
  .exhibitor-form-section .summary-group dl div.stacked {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .exhibitor-form-section .summary-group dl dt {
    font-size: 13.5px;
    color: #1F1F1F;
    opacity: 0.55;
  }
  .exhibitor-form-section .summary-group dl dd {
    font-size: 13.5px;
    color: #1F1F1F;
    font-weight: 500;
    text-align: right;
    max-width: 65%;
  }
  .exhibitor-form-section .summary-group dl div.stacked dd {
    text-align: left;
    max-width: 100%;
    line-height: 1.65;
  }
  .exhibitor-form-section .form-success {
    text-align: center;
    padding: 20px 10px 10px;
  }
  .exhibitor-form-section .form-success[hidden] {
    display: none;
  }
  .exhibitor-form-section .form-success .success-check {
    position: relative;
    width: 92px;
    height: 92px;
    margin: 0 auto 22px;
  }
  .exhibitor-form-section .form-success .success-check::before {
    content: "";
    position: absolute;
    inset: -16px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 109, 177, 0.28), transparent 70%);
    transform: scale(0.4);
    opacity: 0;
    animation: pulse-ring 0.7s ease-out 0.1s forwards;
  }
  .exhibitor-form-section .form-success .success-check .success-check-ring {
    fill: none;
    stroke: rgba(0, 72, 118, 0.16);
    stroke-width: 3;
  }
  .exhibitor-form-section .form-success .success-check .success-check-mark {
    fill: none;
    stroke: #004876;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    animation: draw-check 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.35s forwards;
  }
  .exhibitor-form-section .form-success h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 30px;
    color: #1F1F1F;
    margin-bottom: 12px;
    opacity: 0;
    animation: fade-up 0.5s ease 0.5s forwards;
  }
  .exhibitor-form-section .form-success p {
    font-size: 15px;
    line-height: 1.65;
    color: #1F1F1F;
    opacity: 0;
    max-width: 400px;
    margin: 0 auto 28px;
    animation: fade-up 0.5s ease 0.65s forwards;
  }
  .exhibitor-form-section .form-success .success-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    opacity: 0;
    animation: fade-up 0.5s ease 0.8s forwards;
  }
  .exhibitor-form-section .form-success .success-actions .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    padding: 14px 28px;
    font-size: 14.5px;
    font-weight: 500;
    font-family: inherit;
    transition: opacity 0.2s ease;
  }
  .exhibitor-form-section .form-success .success-actions .button.primary {
    background: #006db1;
    color: rgb(246, 246, 246);
  }
  .exhibitor-form-section .form-success .success-actions .button.primary:hover {
    opacity: 0.88;
  }
  .exhibitor-form-section .form-success .success-actions .button.secondary {
    background: transparent;
    color: #1F1F1F;
    border: 1.5px solid rgba(31, 31, 31, 0.25);
  }
  .exhibitor-form-section .form-success .success-actions .button.secondary:hover {
    border-color: #1F1F1F;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}/*# sourceMappingURL=bli-utstiller.css.map */