:root {
    --background: #fcf8f0;
    --text-strong: #190b39;
    --text-muted: #464646;
    --confirmation: #0b9243;
    --accent: rgba(0, 0, 0, .03);
    --border: #d5d5d5;
    --text-placeholder: #909090;
    --primary: #7d65f6;
    --primary-foreground: white;
    --secondairy: #190b39;
    --secondary-foreground: white;
    --border-muted: #e6e6e6;
    --destructive-foreground: #b40000;
    --black: black;
    --destructive: #ffddd6;
    --white: white;
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

body {
    background-color: var(--background);
    color: var(--text-strong);
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Recoleta, sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 2.5rem;
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Recoleta, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Recoleta, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Recoleta, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

p {
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 0;
}

a {
    color: var(--text-muted);
    text-decoration: underline;
}

ul {
    color: var(--confirmation);
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1rem;
    line-height: 1.8;
}

strong {
    font-weight: 600;
}

.form-textarea {
    background-color: #fff;
    border: 1px solid #ccd2d4;
    border-radius: .25rem;
    min-height: 6rem;
    padding: 1rem;
}

.form-textarea::placeholder {
    color: #757575;
}

.g-3c {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1128px;
}

.form-2 {
    width: 100%;
    margin-bottom: 0;
}

.s {
    background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--background), rgba(219, 124, 38, .04) 30%, rgba(195, 47, 39, .04) 52%, var(--background));
    padding: 4rem 2rem 8rem;
    position: relative;
}

.s.s-styleguide {
    display: none;
}

.s.s-login {
    min-height: 100vh;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
}

.s.s-100vh {
    min-height: 100vh;
}

.form-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
}

._552-l {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    max-width: 552px;
    margin-right: auto;
}

.g-3-small {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 936px;
    margin-left: auto;
    margin-right: auto;
}

.label {
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 500;
}

.input {
    border: 1px solid var(--border);
    background-color: var(--accent);
    border-radius: 8px;
    height: 2.5rem;
    margin: 0;
    padding: 1rem;
    font-size: 1.125rem;
}

.input:focus {
    border-color: var(--text-strong);
}

.input::placeholder {
    color: var(--text-placeholder);
}

.input.input-s {
    height: 2.5rem;
}

.input.input-l {
    border-radius: 8px;
    height: 3rem;
}

.btn {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border: 0px solid var(--primary);
    background-color: var(--primary);
    color: var(--primary-foreground);
    letter-spacing: -.24px;
    border-radius: 8px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    padding: 0 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
    display: flex;
}

.btn:hover {
    background-color: var(--primary-foreground);
    color: var(--primary);
}

.btn.buy-button.js-prevent-cart-listener.add-button {
    background-image: url("../images/plus-77fa8dfe870ad9cf6d66b50888ba8656.svg");
    background-position: 8px;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 24px;
    padding-left: 40px;
}

.btn.buy-button.js-prevent-cart-listener.add-button:hover {
    background-color: #2ac74d;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .12)), url("../images/plus-77fa8dfe870ad9cf6d66b50888ba8656.svg");
    background-position: 0 0, 8px;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    border-color: #2ac74d;
}

.btn.btn-s {
    font-size: .875rem;
}

.btn.btn-l {
    height: 3rem;
    font-size: 1.125rem;
}

._552-r {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    max-width: 552px;
    margin-left: auto;
}

.c {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.c.c-grid {
    z-index: 0;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
    position: relative;
}

.c.c-login {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

._936-m {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    max-width: 936px;
    margin-left: auto;
    margin-right: auto;
}

.input--select {
    border: 1px solid var(--border);
    background-color: var(--accent);
    color: var(--text-strong);
    border-radius: 8px;
    width: 100%;
    height: 2.5rem;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 1rem 0 .75rem;
    font-size: 1.125rem;
}

.input--select:focus {
    border-color: var(--text-strong);
}

.input--select:focus-visible {
    border-color: var(--text-strong);
}

.input--select[data-wf-focus-visible] {
    border-color: var(--text-strong);
}

.btn-alt {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: var(--secondairy);
    color: var(--secondary-foreground);
    letter-spacing: -.24px;
    border-radius: 8px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    padding: 0 1rem;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
    display: flex;
}

.btn-alt:hover {
    background-color: var(--accent);
    color: var(--text-strong);
}

.btn-alt.btn-l {
    font-size: 1.125rem;
}

.btn-alt.btn-s {
    font-size: .875rem;
}

.btn-alt.btn-alt-void {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid var(--secondairy);
    background-color: var(--accent);
    color: var(--secondairy);
    padding-left: 1rem;
    padding-right: 1rem;
}

.btn-alt.btn-alt-void:hover {
    background-color: var(--border-muted);
}

.btn-alt.btn-qr {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-width: 1px;
    border-color: var(--secondairy);
    background-color: var(--accent);
    color: var(--secondairy);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.g-4c {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1128px;
}

.sg-btn-g {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: start;
    margin-top: 23px;
    margin-bottom: 23px;
    display: grid;
}

.grid-1-column {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

._1128 {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    max-width: 1128px;
}

.body {
    color: var(--text-strong);
    line-height: 1.4;
}

.n-link {
    color: #1c0a02;
    margin-left: 8px;
    margin-right: 8px;
    padding: 2px 8px 0;
    font-size: 16px;
}

.n-link.w--current {
    color: #201e23;
}

.n-link.n-link-lg {
    color: #2860f5;
}

.nav {
    z-index: 1200;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .9);
    border-bottom: 1px solid #d5d5d5;
    justify-content: flex-end;
    align-items: stretch;
    min-height: 72px;
    margin-bottom: 0;
    padding: 0 2rem;
    display: flex;
    position: relative;
    top: 0;
}

.c-nav {
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.brnd {
    margin-right: 32px;
}

.n-structure {
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
}

.c-nav-menu {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.helper {
    color: var(--text-placeholder);
    font-size: .875rem;
}

.flx-input {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    flex: 1;
    display: flex;
}

.input--area {
    border: 1px solid var(--border);
    background-color: var(--accent);
    border-radius: 8px;
    min-height: 7rem;
    margin-top: 0;
    margin-bottom: 0;
    padding: .75rem 1rem 1rem;
    font-size: 1.125rem;
}

.input--area:focus {
    border-color: var(--text-strong);
}

.input--area::placeholder {
    color: #757575;
}

.icon-embed-xxsmall {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    display: flex;
}

.bnr {
    z-index: 1;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}

.bnr.bnr-s {
    z-index: 0;
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.bnr.bnr-sticky {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(252, 248, 240, .6);
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.divider {
    background-color: var(--border);
    width: 100%;
    height: 1px;
}

.img-wrap--event {
    border-radius: 8px;
    width: 240px;
    min-width: 240px;
    height: 135px;
    min-height: 135px;
    overflow: hidden;
}

.img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.flx-bnr {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    display: flex;
}

.flx-bnr.flx-bnr-qr {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border: 1px solid var(--background);
    background-color: rgba(219, 228, 244, .5);
    background-image: linear-gradient(135deg, rgba(219, 228, 244, .5), rgba(252, 248, 240, .48));
    border-radius: 8px;
    flex-flow: column;
    justify-content: space-between;
    padding: 1.5rem;
}

.flx-input-layer {
    grid-column-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.flx-bnr-callout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border: 1px solid var(--background);
    background-color: rgba(219, 228, 244, .5);
    background-image: linear-gradient(rgba(219, 228, 244, .5), rgba(252, 248, 240, .48));
    border-radius: 12px;
    flex-flow: column;
    padding: 1.5rem;
    display: flex;
    box-shadow: 0 8px 12px rgba(0, 0, 0, .04);
}

.div-block-2 {
    background-color: var(--primary);
    height: 120px;
}

.flx {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.flx.flx--large {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: flex-start;
}

.flx.flx--large.flx--large-v {
    flex-flow: column;
}

.flx.flx--large.flx--large-extend {
    justify-content: space-between;
}

.flx.flx--large.inactive {
    opacity: .5;
}

.flx.flx-v.flx-v-r {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: flex-start;
}

.flx-input-h {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.flx-v {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
}

.img-icon {
    border-radius: 100px;
    flex: none;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.img-icon.img-logo {
    background-color: var(--border-muted);
    padding: .5rem;
}

.img-icon.img-logo.img-check {
    padding-top: .75rem;
}

.img-icon.large {
    width: 120px;
    height: 120px;
}

.flx-form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
}

.img-wrap-qr {
    border-radius: 8px 8px 0 0;
    width: 12rem;
    height: 12rem;
    overflow: hidden;
}

.div-block-3 {
    display: flex;
}

.qr {
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
}

.div-block-4 {
    z-index: -1;
    background-color: var(--background);
    filter: blur(20px);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.flx-sticky-footer {
    display: none;
}

.form-block {
    margin: 0;
}

.green {
    color: var(--confirmation);
}

.red {
    border: 1.5px solid var(--destructive-foreground);
    color: var(--destructive-foreground);
    border-radius: 100px;
    padding: .25rem .75rem;
    font-size: .875rem;
    font-weight: 500;
    display: block;
}

.badge--green {
    border: 1.5px solid var(--confirmation);
    color: var(--confirmation);
    border-radius: 100px;
    padding: .25rem .75rem;
    font-size: .875rem;
    font-weight: 500;
    display: block;
}

.limit-size {
    width: 500px;
}

.icon-embed-xxsmall-36 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.5rem;
    margin-bottom: .25rem;
    display: flex;
}

.p-mid {
    color: #767779;
    text-align: center;
    padding-bottom: 1rem;
    font-size: .875rem;
}

.padding-xxsmall {
    padding: .25rem;
}

.c-2 {
    width: 100%;
    max-width: 41.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.c-2.c-login {
    max-width: 21rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.padding-small {
    padding: 1rem;
}

.btn-2 {
    color: #1b1b1b;
    background-color: #cbf443;
    border: 2px solid #cbf443;
    border-radius: 10px;
    padding: .875rem 1.5rem .75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    transition: background-color .2s;
}

.btn-2:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #1b1b1b;
}

.btn-2.btn-100 {
    border-radius: 12px;
    width: 100%;
    height: 54px;
}

.btn-2.btn-100.btn-100-grey {
    color: #1b1b1b;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    border-width: 1px;
    border-color: #d5d5d5;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    height: 54px;
    display: flex;
}

.acc-img {
    height: 28px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.form-block-2 {
    color: #767779;
    margin-top: auto;
    margin-bottom: auto;
}

.t-field {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 12px;
    height: 54px;
    margin: 0;
    padding: .5rem 1rem;
    font-size: 16px;
}

.t-field:focus {
    border-color: #1b1b1b;
}

.div-block-118 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
}

.p-sm {
    color: #767779;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.125rem;
}

.t-ab {
    text-align: center;
    background-color: rgba(221, 221, 221, 0);
    border-bottom: 1px solid #d1d1d1;
    width: 100%;
    padding: .5rem 1rem;
    font-family: Recoleta, sans-serif;
    font-size: 1.125rem;
}

.t-ab.w--current {
    color: #1b1b1b;
    background-color: rgba(221, 221, 221, 0);
    border-bottom: 2px solid #1b1b1b;
}

.btn-void {
    opacity: 1;
    color: #767779;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 6px;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    transition: opacity .2s;
}

.btn-void:hover {
    opacity: .8;
}

.btn-void.mtch-2024 {
    color: var(--text-muted);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    padding: .5rem 0;
    text-decoration: underline;
    display: flex;
}

.grid-5 {
    grid-template-rows: auto;
    width: 100%;
    height: 100vh;
}

.tabs-menu-2 {
    display: flex;
}

.form-login {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
}

.divider-stretch {
    background-color: #d1d1d1;
    flex: 1;
    width: 100%;
    height: 1px;
}

.div-block-121 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    display: flex;
}

.div-block-119 {
    /*background-image: url('../images/matchable-login-bg.jpg');*/
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
}

.div-block-122 {
    min-width: 24rem;
    max-width: 24rem;
}

.h1-login {
    text-align: center;
    line-height: 3rem;
}

.badge--ghost {
    color: var(--text-muted);
    padding: .25rem .75rem;
    font-size: .875rem;
    font-weight: 500;
    display: block;
}

.payment-icon-check {
    color: var(--confirmation);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.payment-icon-check.error {
    color: var(--destructive-foreground);
}

.icon-embed-xxsmall-37 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    display: flex;
}

.img-wrap--guest {
    border-radius: 8px;
    width: 240px;
    min-width: 240px;
    height: 135px;
    min-height: 135px;
    overflow: hidden;
}

.badge--green-copy {
    border: 1.5px solid var(--confirmation);
    color: var(--confirmation);
    border-radius: 100px;
    padding: .25rem .75rem;
    font-size: .875rem;
    font-weight: 500;
    display: block;
}

.icon-l, .icon-embed-xxsmall-39, .icon-embed-xxsmall-40, .icon-embed-xxsmall-41, .icon-embed-xxsmall-42, .icon-embed-xxsmall-43, .icon-embed-xxsmall-44, .icon-embed-xxsmall-45 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    display: flex;
}

.badge--green-copy-copy {
    border: 1.5px solid var(--confirmation);
    color: var(--confirmation);
    border-radius: 100px;
    padding: .25rem .75rem;
    font-size: .875rem;
    font-weight: 500;
    display: block;
}

.navbar-logo-left {
    border-bottom: 1px solid var(--border);
}

.navbar-logo-left-container {
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    width: 1030px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
    width: 100%;
    max-width: 1140px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.container {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.nav-menu-two {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    display: flex;
}

.nav-link {
    color: #1a1b1f;
    letter-spacing: .25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.nav-link:hover {
    color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}

.nav-dropdown {
    margin-left: 5px;
    margin-right: 5px;
}

.nav-dropdown-toggle {
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    line-height: 20px;
}

.nav-dropdown-toggle:hover {
    color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
    margin-right: 10px;
}

.nav-dropdown-list {
    background-color: #fff;
    border-radius: 12px;
}

.nav-dropdown-list.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

.nav-dropdown-link:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-divider {
    background-color: var(--border);
    width: 1px;
    height: 22px;
    margin-left: 15px;
    margin-right: 15px;
}

.nav-link-accent {
    color: #1a1b1f;
    letter-spacing: .25px;
    margin-left: 5px;
    margin-right: 20px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}

.nav-link-accent:hover {
    color: rgba(26, 27, 31, .75);
}

.button-primary {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #1a1b1f;
    padding: 12px 25px;
    font-size: 12px;
    line-height: 20px;
    transition: all .2s;
}

.button-primary:hover {
    color: #fff;
    background-color: #32343a;
}

.button-primary:active {
    background-color: #43464d;
}

@media screen and (max-width: 991px) {
    .sg-btn-g {
        grid-column-gap: 1.25rem;
        grid-row-gap: 1.25rem;
    }

    .m-menu-2 {
        float: left;
        text-align: center;
        margin-bottom: auto;
        margin-left: 4px;
        font-weight: 600;
    }

    .n-link {
        border-bottom: 1px solid rgba(143, 143, 146, .12);
        margin-left: 0;
        margin-right: 0;
        padding: 12px 24px;
        font-size: 16px;
        line-height: 24px;
    }

    .nav {
        padding-left: 20px;
        padding-right: 20px;
    }

    .brnd {
        margin-right: auto;
    }

    .c-nav-mobile {
        color: #201e23;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 24px 20px;
        font-size: 20px;
        display: flex;
    }

    .c-nav-mobile.w--open {
        background-color: #000;
    }

    .n-structure {
        flex-direction: column;
    }

    .m-burger-2 {
        float: left;
        font-size: 20px;
    }

    .c-nav-menu {
        text-align: left;
        background-color: #ff7c65;
        border-radius: 3px;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        width: 50%;
        margin-top: 72px;
        margin-left: auto;
        display: flex;
        right: 0;
        overflow: hidden;
        box-shadow: 8px 8px 24px rgba(143, 143, 146, .12);
    }

    .grid-5 {
        flex-flow: column;
        padding-top: 2rem;
        padding-bottom: 2rem;
        display: flex;
    }

    .div-block-119 {
        background-position: 100%;
        display: none;
    }

    .container {
        max-width: 728px;
    }

    .nav-menu-wrapper {
        background-color: rgba(0, 0, 0, 0);
    }

    .nav-menu-two {
        background-color: #fff;
        border-radius: 50px;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        margin-top: 10px;
        padding: 20px;
        display: flex;
        box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
    }

    .nav-link {
        padding-left: 5px;
        padding-right: 5px;
    }

    .nav-dropdown-list.shadow-three.w--open {
        position: absolute;
    }

    .menu-button {
        padding: 12px;
    }

    .menu-button.w--open {
        color: #fff;
        background-color: #a6b1bf;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2rem;
    }

    .btn.btn-edit-page, .btn.btn-edit-page-desktop {
        display: none;
    }

    .sg-btn-g {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        grid-template-columns: 1fr;
    }

    .n-link {
        background-image: url("../images/arrow_right_wijzer-741d498ea0234e92b8280e3e90aff45d.svg");
        background-position: 0%;
        background-repeat: no-repeat;
        background-size: 6px;
        width: auto;
        padding: 14px 20px;
        font-size: 16px;
        font-weight: 400;
    }

    .nav {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .brnd {
        padding-left: 0;
        padding-right: 0;
    }

    .brnd.w--current {
        z-index: 1244;
        position: relative;
    }

    .c-nav-mobile {
        padding: 24px 14px;
    }

    .c-nav-mobile.w--open {
        z-index: 1800;
        border-radius: 0;
        padding: 24px 14px;
    }

    .n-structure {
        margin-bottom: 24px;
    }

    .c-nav-menu {
        border-radius: 0;
        width: 100%;
        margin-top: 0;
        padding-top: 72px;
        padding-left: 24px;
        padding-right: 24px;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
        overflow: auto;
    }

    .bnr.bnr-sticky {
        position: relative;
        top: auto;
    }

    .flx-sticky-footer {
        z-index: 10;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        background-color: rgba(252, 248, 240, .6);
        justify-content: space-between;
        align-items: stretch;
        margin-top: auto;
        padding: 1.5rem;
        display: flex;
        position: fixed;
        top: auto;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .grid-5 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-logo-left-container {
        max-width: 100%;
    }

    .navbar-brand {
        padding-left: 0;
    }

    .nav-menu-two {
        border-radius: 20px;
        flex-direction: column;
        padding-bottom: 30px;
    }

    .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
    }

    .nav-dropdown {
        flex-direction: column;
        align-items: center;
        display: flex;
    }

    .nav-dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-dropdown-list.shadow-three {
        box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
    }

    .nav-dropdown-list.shadow-three.w--open {
        position: relative;
    }

    .nav-dropdown-list.shadow-three.mobile-shadow-hide {
        box-shadow: none;
    }

    .nav-divider {
        width: 200px;
        max-width: 100%;
        height: 1px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .nav-link-accent {
        margin-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
    }

    .mobile-margin-top-10 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 479px) {
    .s {
        padding: 1rem 1rem 8rem;
    }

    .s.s-login {
        flex-flow: column;
    }

    .s.s-guest {
        background-color: var(--accent);
        color: var(--text-strong);
        min-height: 100vh;
    }

    .s.s-guest.s-guest-mission {
        background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--background), rgba(219, 124, 38, .04) 30%, rgba(195, 47, 39, .04) 52%, var(--background)), url("../images/background-2e51f9a2de6b306282f7818c8f84d22d.svg");
        background-position: 0 0, 50% 100%;
        background-size: auto, cover;
        height: 100dvh;
        min-height: auto;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .s.s--inactive {
        display: none;
    }

    .s.s-guest-image {
        background-color: var(--accent);
        color: var(--text-strong);
        min-height: 100vh;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .input, .btn {
        height: 3rem;
    }

    .btn.btn-l.btn-unique {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        background-image: linear-gradient(315deg, var(--primary), rgba(255, 221, 214, .12));
        letter-spacing: .24px;
        border-width: 2px;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 3.5rem;
        font-family: Recoleta, sans-serif;
        font-weight: 500;
        box-shadow: 0 8px 12px rgba(0, 0, 0, .04);
    }

    .btn.btn-l.btn-unique.unique-2 {
        background-color: var(--text-strong);
        width: 100%;
    }

    .btn.btn-l.btn-unique.btn-unique-green {
        border-color: var(--confirmation);
        background-color: var(--confirmation);
        background-image: linear-gradient(315deg, var(--confirmation), rgba(255, 221, 214, .24));
        border-radius: 100px;
        width: auto;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .btn.btn-l.btn-unique.btn-unique-green:hover {
        color: var(--text-strong);
    }

    .btn.btn-l.btn-unique.mid {
        justify-content: center;
        align-items: center;
    }

    .btn.btn-100 {
        width: 100%;
    }

    .c.c-grid {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .input--select, .btn-alt {
        height: 3rem;
    }

    .btn-alt.btn-alt-void.btn-alt-white {
        border-color: var(--background);
        color: var(--background);
    }

    .btn-alt._100 {
        width: 100%;
    }

    .m-menu-2 {
        margin-top: 0;
        padding-bottom: 0;
        font-weight: 400;
    }

    .n-link {
        color: #201e23;
        border-top-width: 1px;
        border-top-color: #c4c4c4;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .nav {
        border-bottom: 1px solid #e3e2e2;
        padding: 0 0 0 24px;
    }

    .c-nav {
        border-bottom-style: none;
    }

    .brnd {
        z-index: 12224;
        max-width: 160px;
        margin-top: auto;
        margin-bottom: auto;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .brnd.w--current {
        margin-top: 5px;
    }

    .c-nav-mobile {
        z-index: 1400;
        background-color: rgba(0, 0, 0, 0);
    }

    .n-structure {
        flex-direction: column;
        margin-bottom: 0;
    }

    .m-burger-2 {
        padding-top: 0;
    }

    .c-nav-menu {
        z-index: 1400;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .bnr {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-flow: column;
        justify-content: space-between;
        align-items: stretch;
    }

    .bnr.bnr-sticky, .bnr.align-l {
        justify-content: space-between;
        align-items: flex-start;
    }

    .bnr.align-l.mid {
        justify-content: space-between;
        align-items: center;
    }

    .img-wrap--event {
        order: -1;
    }

    .flx-bnr {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-flow: column;
    }

    .flx-input-layer {
        grid-row-gap: 1rem;
        flex-flow: column;
        display: flex;
    }

    .flx-bnr-callout {
        padding: 1rem;
    }

    .flx-bnr-callout.min-vh {
        justify-content: space-between;
        align-items: stretch;
        min-height: 60vh;
    }

    .flx-bnr-callout.min-vh.dark-mode {
        background-color: var(--text-strong);
        background-image: linear-gradient(to bottom, rgba(25, 11, 57, .88), rgba(25, 11, 57, .88)), linear-gradient(45deg, var(--secondairy), rgba(125, 101, 246, .24)), url("../images/background-2e51f9a2de6b306282f7818c8f84d22d.svg");
        background-position: 0 0, 0 0, 100%;
        background-repeat: repeat, repeat, no-repeat;
        background-size: auto, auto, 50vw;
        height: 100%;
        min-height: 600px;
        padding: 2rem 2rem 1rem;
    }

    .flx {
        flex-flow: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .flx.flx--large {
        flex-flow: column;
    }

    .flx.flx--large.flx--large-v.v-100 {
        flex: 1;
    }

    .flx.flx--large.flx--large-extend {
        flex-flow: column;
    }

    .flx.flx--large.flx--large-extend._100 {
        flex: 1;
    }

    .flx.flx-v.flx-v-r {
        flex-flow: column;
    }

    .flx.flx-cam {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        justify-content: space-between;
        align-items: center;
    }

    .flx-input-h {
        flex-flow: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .c-2.c-login {
        padding-top: 2rem;
    }

    .btn-2 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .acc-img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .btn-void {
        margin-left: auto;
        margin-right: auto;
    }

    .btn-void.mtch-2024 {
        text-align: center;
    }

    .form-login {
        flex-direction: column;
        display: flex;
    }

    .div-block-122 {
        min-width: 0;
    }

    .img-wrap--guest {
        order: -1;
        width: 100%;
        min-width: auto;
        height: 48vw;
        min-height: 0;
    }

    .p-white {
        color: var(--background);
    }

    .p-white.mid {
        text-align: center;
        font-size: .875rem;
        font-weight: 500;
    }

    .badge--green-copy {
        border-color: var(--text-strong);
        color: var(--text-strong);
    }

    .flx-safe {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        text-align: left;
        flex-flow: column;
        width: 100%;
        display: flex;
    }

    .icon-l {
        width: 1.125rem;
        height: 1.125rem;
    }

    .h1-guest {
        font-size: 2.25rem;
    }

    .h1-guest.story {
        color: var(--background);
        text-align: center;
        font-size: 20vw;
        line-height: 20vw;
    }

    .div-block-123 {
        flex: 1;
    }

    .camera-overlay {
        /*background-image: url("../images/background-2e51f9a2de6b306282f7818c8f84d22d.svg");*/
        background-position: 50%;
        background-size: auto;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .camera-settings {
        z-index: 12;
        background-color: rgba(0, 0, 0, .6);
        min-height: 148px;
        padding: 1.5rem 1rem 1rem;
        position: absolute;
        top: auto;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .camera-grid {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .link-block {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        width: 68px;
        height: 68px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }

    .camera-setting-s {
        background-color: var(--black);
        color: var(--background);
        border-radius: 1000px;
        flex-flow: column;
        flex: none;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        padding: .75rem;
        display: flex;
    }

    .badge--green-copy-copy {
        border-color: var(--background);
        color: var(--background);
    }

    .div-block-124 {
        width: 90%;
        height: 90%;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .container {
        max-width: none;
    }

    .nav-menu-two {
        flex-direction: column;
    }
}

#w-node-_7e70102d-295f-3106-28ae-0e40e38cdc54-c8a318c6 {
    justify-self: start;
}

@media screen and (max-width: 479px) {
    #w-node-_3f0651fc-e342-9ee8-df31-d76c0345c1ae-c8a318c6, #w-node-_08e0df73-58d3-6dd8-18cb-8d3eff2b6fc2-c8a318c6 {
        align-self: center;
        justify-self: center;
    }
}


@font-face {
    font-family: 'Recoleta';
    src: url("../fonts/Recoleta-Bold-a4dc8ae7404476f21adc565050ec8035.otf") format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Recoleta';
    src: url("../fonts/Recoleta-Regular-266afc4945906507e7f9de39cdb3b7c3.otf") format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Recoleta';
    src: url("../fonts/Recoleta-SemiBold-43da85150845ee7c8814685ff6dbf098.otf") format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Recoleta';
    src: url("../fonts/Recoleta-Medium-2c93c2aaa7362b68b3830000f641f5d1.otf") format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
