.eventbrite-box {
    display: none !important;
}
.rate-card-header h1 {
    font-size: 64px;
    font-weight: 600;
    margin: 100px auto 3rem;
    padding: 68px 0 0;
    text-align: center;
}
.rate-card-table {
    margin: 24px 0 0;
}
.rate-card-table thead tr th {
    border: none;
    padding: 4px;
    text-align: center;
    width: 100%;
}
.referral-loyalty-offers {
    margin: 24px 0 0;
}
.referral-loyalty-offers .card {
    border-radius: 12px;
    box-shadow: 0 3px 10px #c5c5c5;
    padding: 24px;
    margin: 0 0 24px;
}
.referral-loyalty-offers .card .card-title {
    font-size: 28px;
    margin: 0;
    text-align: left;
}
.referral-loyalty-offers .card .card-subheading {
    font-size: 20px;
}
.referral-loyalty-offers .card p:last-child,
.referral-loyalty-offers .card ul:last-child,
.referral-loyalty-offers .card:last-child {
    margin-bottom: 0;
}
.referral-loyalty-offers .card a {
    text-decoration: underline;
}
.referral-loyalty-offers table th {
    font-weight: 600;
}
.referral-loyalty-offers .card-title-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
    margin: 0 0 16px;
}
.referral-loyalty-offers .card-title-img {
    width: 54px;
}
.stand-price {
    letter-spacing: -3px;
}
.stand-wrapper {
    align-items: center;
    background: var(--white);
    border: none;
    border-radius: 12px;
    box-shadow: 0 3px 10px #c5c5c5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 246px;
    padding: 20px;
    text-align: center;
    position: relative;
}
.stand-wrapper .stand-wrapper--text-bold {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    max-width: 9rem;
    margin: 6px auto 0;
    text-decoration: underline;
}
.most-popular-badge {
    position: absolute;
    right: -5px;
    top: -12px;
    background: #3ba73f;
    color: var(--white);
    padding: 5px 8px;
    font-size: 10px;
    text-align: center;
    border-radius: 8px;
    line-height: 14px;
    font-weight: 600;
}
.rate-card-table a.btn {
    width: 100%;
    font-size: 14px;
    margin: 16px auto 0;
    padding: 8px 16px;
    display: block;
}
.stand-wrapper.two {
    min-height: 266px;
}
.stand-wrapper.three {
    min-height: 286px;
}
.stand-wrapper.four {
    min-height: 306px;
}
.stand-wrapper.five {
    min-height: 326px;
}
.stand-wrapper.six {
    min-height: 346px;
}
.rate-card-table thead th p {
    color: var(--black);
    font-size: 12px;
    font-weight: 400;
    margin: 10px 0 0;
}
.stand-wrapper .per-event {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}
.rate-card .vat {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    top: -16px;
}
.rate-card .pound {
    font-size: 14px;
    position: relative;
    top: -13px;
}
.stand-wrapper h2 {
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    margin: 8px 0 0;
    text-transform: none;
}
.stand-wrapper h3 {
    color: var(--black);
    font-size: 32px;
    letter-spacing: -1px;
    margin: 16px 0 0;
}
.rate-card-table tbody tr td {
    font-size: 14px;
    padding: 16px 8px;
    text-align: center;
    vertical-align: middle;
}
.rate-card-table tbody tr td a {
    text-decoration: underline;
}
.rate-card-table tbody tr td:first-child {
    text-align: left;
}
.rate-card-table tbody tr td img,
.rate-card-table tbody tr td .icon {
    height: 36px;
    width: 36px;
}
.rate-card-table tbody tr td img.cross-icon {
    width: 30px;
}
.hero-outro {
    margin: 32px 0 0;
}
.rate-card-table .table thead tr th:first-child,
.rate-card-table table.table-bordered {
    border: none !important;
}
.rate-card-table .table tbody tr:first-child td {
    border: none;
}
.rate-card-table .table tbody tr.table-cta-wrapper td {
    border-top: none;
    padding: 6px 8px 0;
}
.table-cta-wrapper .stand-wrapper {
    min-height: auto;
}
.table-cta-wrapper .stand-wrapper h2 {
    margin: 0;
}
.table-cta-wrapper .stand-wrapper a.btn {
    margin: 14px 0 0;
    text-decoration: none;
}
.rate-card-mobile {
    display: none;
}
.global-footer {
    margin: 40px 0 0;
}
.highlight-row {
    color: var(--coral);
    font-weight: 700;
}
.stand-wrapper h3.stand-heading-linethrough,
.stand-wrapper h3.stand-heading-discount {
    font-size: 38px;
}
.stand-wrapper h3.stand-heading-linethrough span {
    text-decoration: line-through;
}
.stand-wrapper h3.stand-heading-discount {
    margin: 4px 0 0;
}
.stand-wrapper h3.stand-heading-discount span:not(.per-event) {
    color: red;
}
@media(max-width: 1270px) {
    .stand-wrapper h3.stand-heading-discount {
        margin: 0 0 22px;
    }
    .stand-wrapper h3.stand-heading-linethrough {
        margin: 16px 0 6px;
    }
    .rate-card-desktop {
        display: none;
    }
    .rate-card-mobile {
        display: block;
        margin: 24px 0 0;
    }
    .stand-list {
        color: var(--black);
        font-size: 16px;
        margin: 12px 0 8px;
        padding: 0 0 0 32px;
        text-align: left;
        list-style: none;
    }
    .stand-desc {
        font-size: 16px;
    }
    .stand-list li {
        margin: 0 0 16px;
        position: relative;
    }
    .stand-list li:last-child {
        margin: 0;
    }
    .stand-list li::before {
        background-image: url('/images/icons/tick-green.svg?v2');
        background-size: cover;
        content: '';
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        left: -30px;
        top: -4px;
    }
    .stand-list a {
        text-decoration: underline;
    }
    .rate-card-header h1 {
        font-size: 38px;
        margin: 40px auto 4rem;
    }
    .stand-wrapper {
        margin: 24px 0 0;
        padding: 24px;
    }
    .stand-wrapper a.btn {
        font-size: 18px;
        margin: 16px 0 0;
        padding: 10px 12px;
        width: 100%;
    }
    .stand-wrapper h2 {
        font-size: 28px;
        margin: 12px 0 0;
    }
    .stand-wrapper h3 {
        font-size: 58px;
        margin: 16px 0;
    }
    .stand-wrapper .per-event {
        font-size: 20px;
    }
    .stand-wrapper .stand-wrapper--text-bold {
        font-size: 16px;
        margin: 6px auto 24px;
        max-width: none;
    }
    .most-popular-badge {
        border-radius: 0 11px;
        font-size: 14px;
        padding: 9px 10px;
        right: 0;
        top: 0;
    }
    .rate-card .vat,
    .rate-card .pound {
        font-size: 18px;
        top: -28px;
    }
    .referral-loyalty-offers .card .card-title {
        text-align: left;
    }
}