.elementor-239 .elementor-element.elementor-element-37e4f76{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-92d05ca *//* =========================================================
   IMAM HARRISON EMPIRE
   MEMBERSHIP REGISTRATION
   TYPEFORM / JOTFORM STYLE
   PREMIUM BLACK + GOLD
   UPDATED: QUANTITY + EMAIL OTP
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Oswald:wght@500;600;700&display=swap');

.ihe-register,
.ihe-register * {
    box-sizing: border-box;
}

.ihe-register {
    --ihe-bg: #050505;
    --ihe-bg-2: #0b0906;
    --ihe-bg-3: #11100d;

    --ihe-gold: #d7a748;
    --ihe-gold-light: #f3cb73;
    --ihe-gold-soft: #b88432;
    --ihe-gold-dark: #6f4612;

    --ihe-white: #ffffff;
    --ihe-text: #e8e8e8;
    --ihe-muted: #969696;
    --ihe-muted-2: #6f6f6f;

    --ihe-green: #80c987;
    --ihe-red: #df7b7b;

    --ihe-line: rgba(215, 167, 72, 0.24);
    --ihe-line-soft: rgba(255, 255, 255, 0.08);

    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    isolation: isolate;
    color: var(--ihe-white);

    background:
        radial-gradient(
            circle at 15% 15%,
            rgba(215, 167, 72, 0.08),
            transparent 30%
        ),
        radial-gradient(
            circle at 85% 75%,
            rgba(139, 88, 20, 0.1),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #050505 0%,
            #090705 52%,
            #040404 100%
        );

    font-family: 'Inter', sans-serif;
}


/* =========================================================
   BACKGROUND
========================================================= */

.ihe-register__pattern {
    position: absolute;
    inset: 0;
    z-index: -4;
    pointer-events: none;
    opacity: 0.13;

    background-image:
        linear-gradient(
            rgba(215, 167, 72, 0.055) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(215, 167, 72, 0.055) 1px,
            transparent 1px
        );

    background-size: 58px 58px;

    mask-image:
        linear-gradient(
            to bottom,
            transparent,
            #000 12%,
            #000 88%,
            transparent
        );

    -webkit-mask-image:
        linear-gradient(
            to bottom,
            transparent,
            #000 12%,
            #000 88%,
            transparent
        );
}

.ihe-register__glow {
    position: absolute;
    z-index: -3;
    border-radius: 50%;
    filter: blur(150px);
    pointer-events: none;
}

.ihe-register__glow--one {
    top: 40px;
    left: -220px;
    width: 520px;
    height: 520px;
    background: rgba(215, 167, 72, 0.12);
}

.ihe-register__glow--two {
    right: -220px;
    bottom: 0;
    width: 560px;
    height: 560px;
    background: rgba(116, 71, 17, 0.16);
}


/* =========================================================
   TOP BAR
========================================================= */

.ihe-register__topbar {
    position: relative;
    z-index: 10;

    min-height: 82px;
    padding: 18px 34px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    border-bottom: 1px solid var(--ihe-line);

    background:
        linear-gradient(
            90deg,
            rgba(215, 167, 72, 0.06),
            rgba(255, 255, 255, 0.008)
        );

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.ihe-register__brand {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 13px;
}

.ihe-register__brand-mark {
    width: 42px;
    height: 42px;
    flex-shrink: 0;

    display: grid;
    place-items: center;

    border: 1px solid rgba(215, 167, 72, 0.55);

    color: var(--ihe-gold-light);

    background:
        linear-gradient(
            145deg,
            rgba(215, 167, 72, 0.12),
            rgba(255, 255, 255, 0.01)
        );

    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.ihe-register__brand strong,
.ihe-register__brand small {
    display: block;
}

.ihe-register__brand strong {
    color: var(--ihe-white);
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ihe-register__brand small {
    margin-top: 4px;
    color: var(--ihe-gold-soft);
    font-family: 'Oswald', sans-serif;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ihe-register__top-progress {
    flex-shrink: 0;
    text-align: right;
}

.ihe-register__top-progress span,
.ihe-register__top-progress strong {
    display: block;
}

.ihe-register__top-progress span {
    color: var(--ihe-muted-2);
    font-family: 'Oswald', sans-serif;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ihe-register__top-progress strong {
    margin-top: 6px;
    color: var(--ihe-gold-light);
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}


/* =========================================================
   PROGRESS
========================================================= */

.ihe-register__progress {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 4px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}

.ihe-register__progress span {
    display: block;
    width: 0;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            #754812 0%,
            #c99234 35%,
            #f2cb72 70%,
            #a96e21 100%
        );

    box-shadow:
        0 0 18px rgba(215, 167, 72, 0.45);

    transition: width 0.42s ease;
}


/* =========================================================
   FORM
========================================================= */

.ihe-register__form {
    position: relative;
    z-index: 2;

    width: min(calc(100% - 44px), 1180px);
    min-height: calc(100vh - 86px);

    margin: 0 auto;
}


/* =========================================================
   SCREENS
========================================================= */

.ihe-register-screen {
    display: none;

    min-height: calc(100vh - 176px);

    padding: 52px 0 34px;

    align-items: center;
    justify-content: center;

    opacity: 0;
    transform: translateY(18px);
}

.ihe-register-screen.is-active {
    display: flex;
    animation: iheRegisterScreenIn 0.42s ease forwards;
}

@keyframes iheRegisterScreenIn {

    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

.ihe-register-screen__content {
    width: min(100%, 820px);
    margin: 0 auto;
}

.ihe-register-screen__content--welcome {
    max-width: 900px;
    text-align: center;
}


/* =========================================================
   QUESTION LABEL
========================================================= */

.ihe-register-question-number {
    margin-bottom: 16px;

    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: var(--ihe-gold-soft);

    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;

    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ihe-register-question-number span {
    min-width: 29px;
    height: 29px;
    padding: 0 7px;

    display: inline-grid;
    place-items: center;

    border: 1px solid rgba(215, 167, 72, 0.4);

    color: var(--ihe-gold-light);
    background: rgba(215, 167, 72, 0.055);
}


/* =========================================================
   TYPOGRAPHY
========================================================= */

.ihe-register-screen h1,
.ihe-register-screen h2 {
    margin: 0;

    color: var(--ihe-white);

    font-family: 'Oswald', sans-serif;
    font-weight: 600;

    line-height: 1.08;
    letter-spacing: 0.02em;

    text-transform: uppercase;
}

.ihe-register-screen h1 {
    max-width: 820px;

    margin-left: auto;
    margin-right: auto;

    font-size: clamp(28px, 3.2vw, 40px);
}

.ihe-register-screen h2 {
    max-width: 760px;

    font-size: clamp(24px, 3vw, 32px);
}

.ihe-register-screen h1 strong,
.ihe-register-screen h2 strong {
    display: block;
    margin-top: 6px;

    color: transparent;

    background:
        linear-gradient(
            180deg,
            #fff0bc 0%,
            #f0c96c 28%,
            #c38d31 62%,
            #744812 100%
        );

    -webkit-background-clip: text;
    background-clip: text;

    font-weight: inherit;
}

.ihe-register-screen__intro {
    max-width: 680px;

    margin: 18px 0 0;

    color: var(--ihe-muted);

    font-size: 13px;
    line-height: 1.75;
}

.ihe-register-screen__content--welcome > p {
    max-width: 680px;

    margin: 20px auto 0;

    color: var(--ihe-muted);

    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   WELCOME
========================================================= */

.ihe-register-welcome__badge {
    margin-bottom: 18px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    color: var(--ihe-gold-light);

    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;

    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ihe-register-welcome__badge span {
    width: 38px;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            var(--ihe-gold-dark),
            var(--ihe-gold-light)
        );
}

.ihe-register-welcome__meta {
    max-width: 760px;

    margin: 30px auto 0;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    border-top: 1px solid var(--ihe-line);
    border-bottom: 1px solid var(--ihe-line);
}

.ihe-register-welcome__meta > div {
    min-height: 88px;

    padding: 18px;

    display: grid;
    align-content: center;

    gap: 7px;
}

.ihe-register-welcome__meta > div:not(:last-child) {
    border-right: 1px solid var(--ihe-line);
}

.ihe-register-welcome__meta span {
    color: var(--ihe-muted-2);

    font-family: 'Oswald', sans-serif;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;

    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ihe-register-welcome__meta strong {
    color: var(--ihe-white);

    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;

    text-transform: uppercase;
}


/* =========================================================
   START BUTTON
========================================================= */

.ihe-register-start {
    min-height: 54px;

    margin-top: 30px;
    padding: 0 25px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 13px;

    border: 1px solid rgba(215, 167, 72, 0.75);
    border-radius: 0;

    color: #090806;

    background:
        linear-gradient(
            135deg,
            #825216 0%,
            #d9a848 44%,
            #f0cc76 62%,
            #98611c 100%
        );

    box-shadow:
        0 15px 35px rgba(215, 167, 72, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.38);

    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;

    letter-spacing: 0.11em;
    text-transform: uppercase;

    cursor: pointer;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        filter 0.25s ease;
}

.ihe-register-start:hover {
    transform: translateY(-3px);
    filter: brightness(1.07);

    box-shadow:
        0 20px 45px rgba(215, 167, 72, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.ihe-register-start svg {
    width: 18px;
    height: 18px;

    transition: transform 0.25s ease;
}

.ihe-register-start:hover svg {
    transform: translateX(4px);
}

.ihe-register-enter-hint {
    display: block;

    margin-top: 14px;

    color: var(--ihe-muted-2);

    font-size: 10px;
}


/* =========================================================
   MEMBERSHIP CARD
========================================================= */

.ihe-register-membership-card {
    margin-top: 28px;

    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);

    overflow: hidden;

    border: 1px solid rgba(215, 167, 72, 0.34);

    background:
        linear-gradient(
            145deg,
            rgba(215, 167, 72, 0.07),
            rgba(255, 255, 255, 0.015)
        );
}

.ihe-register-membership-card__price {
    min-height: 250px;

    padding: 28px 24px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    border-right: 1px solid var(--ihe-line);

    background:
        linear-gradient(
            180deg,
            rgba(215, 167, 72, 0.09),
            rgba(215, 167, 72, 0.02)
        );
}

.ihe-register-membership-card__price span,
.ihe-register-membership-card__price strong,
.ihe-register-membership-card__price small {
    display: block;
}

.ihe-register-membership-card__price span {
    color: var(--ihe-gold-soft);

    font-family: 'Oswald', sans-serif;
    font-size: 9px;
    font-weight: 500;

    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ihe-register-membership-card__price strong {
    margin-top: 15px;

    color: var(--ihe-gold-light);

    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.ihe-register-membership-card__price small {
    margin-top: 7px;

    color: var(--ihe-muted);

    font-size: 11px;
}

.ihe-register-membership-card__details {
    padding: 25px 26px;

    display: grid;
    align-content: center;
}

.ihe-register-membership-card__details > div {
    min-height: 56px;

    padding: 13px 0;

    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);

    gap: 11px;
    align-items: start;
}

.ihe-register-membership-card__details > div:not(:last-child) {
    border-bottom: 1px solid var(--ihe-line-soft);
}

.ihe-register-check {
    width: 20px;
    height: 20px;

    display: grid;
    place-items: center;

    border: 1px solid rgba(215, 167, 72, 0.48);

    color: var(--ihe-gold-light);
    background: rgba(215, 167, 72, 0.055);

    font-size: 11px;
}

.ihe-register-membership-card__details p {
    margin: 0;

    color: #adadad;

    font-size: 12.5px;
    line-height: 1.65;
}


/* =========================================================
   INFO NOTE
========================================================= */

.ihe-register-info-note,
.ihe-register-email-note {
    margin-top: 22px;

    padding: 16px 17px;

    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);

    align-items: center;
    gap: 12px;

    border: 1px solid rgba(215, 167, 72, 0.22);

    background: rgba(215, 167, 72, 0.028);
}

.ihe-register-info-note__icon {
    width: 36px;
    height: 36px;

    display: grid;
    place-items: center;

    border: 1px solid rgba(215, 167, 72, 0.4);

    color: var(--ihe-gold-light);
}

.ihe-register-info-note__icon svg,
.ihe-register-email-note svg {
    width: 21px;
    height: 21px;
}

.ihe-register-info-note p,
.ihe-register-email-note span {
    margin: 0;

    color: #8e8e8e;

    font-size: 11.5px;
    line-height: 1.65;
}


/* =========================================================
   FIELDS
========================================================= */

.ihe-register-field-grid {
    max-width: 760px;

    margin-top: 30px;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 20px;
}

.ihe-register-field {
    min-width: 0;
}

.ihe-register-field--single {
    max-width: 690px;
    margin-top: 30px;
}

.ihe-register-field label {
    display: block;

    margin-bottom: 10px;

    color: #b7b7b7;

    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;

    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ihe-register-field label em {
    color: var(--ihe-gold-light);
    font-style: normal;
}

.ihe-register-field input[type="text"],
.ihe-register-field input[type="email"],
.ihe-register-field input[type="tel"] {
    width: 100%;

    min-height: 58px;

    margin: 0;
    padding: 0 18px;

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;

    outline: none;

    color: var(--ihe-white);

    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.025),
            rgba(215, 167, 72, 0.018)
        );

    font-family: 'Inter', sans-serif;
    font-size: 14px;

    box-shadow: none;

    transition:
        border-color 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.ihe-register-field input::placeholder {
    color: #626262;
    opacity: 1;
}

.ihe-register-field input:focus {
    border-color: rgba(215, 167, 72, 0.75);

    background:
        linear-gradient(
            90deg,
            rgba(215, 167, 72, 0.055),
            rgba(255, 255, 255, 0.015)
        );

    box-shadow:
        0 0 0 3px rgba(215, 167, 72, 0.055);
}


/* =========================================================
   PHONE
========================================================= */

.ihe-register-phone {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
}

.ihe-register-phone > span {
    min-height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(215, 167, 72, 0.46);
    border-right: 0;

    color: var(--ihe-gold-light);

    background: rgba(215, 167, 72, 0.07);

    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 600;

    letter-spacing: 0.05em;
}

.ihe-register-phone input {
    min-width: 0;
}


/* =========================================================
   PLAYER QUANTITY
========================================================= */

.ihe-register-quantity-card {
    max-width: 690px;

    margin-top: 30px;

    overflow: hidden;

    border: 1px solid rgba(215, 167, 72, 0.34);

    background:
        linear-gradient(
            145deg,
            rgba(215, 167, 72, 0.07),
            rgba(255, 255, 255, 0.012)
        );
}

.ihe-register-quantity-card__heading {
    min-height: 74px;

    padding: 18px 22px;

    display: flex;
    align-items: center;

    border-bottom: 1px solid var(--ihe-line);

    background:
        linear-gradient(
            90deg,
            rgba(215, 167, 72, 0.09),
            rgba(215, 167, 72, 0.01)
        );
}

.ihe-register-quantity-card__heading span,
.ihe-register-quantity-card__heading strong {
    display: block;
}

.ihe-register-quantity-card__heading span {
    color: var(--ihe-gold-soft);

    font-family: 'Oswald', sans-serif;
    font-size: 9px;
    font-weight: 500;

    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ihe-register-quantity-card__heading strong {
    margin-top: 6px;

    color: var(--ihe-white);

    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 600;

    text-transform: uppercase;
}

.ihe-register-quantity-control {
    min-height: 210px;

    padding: 30px 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 34px;
}

.ihe-register-quantity-control > button {
    width: 58px;
    height: 58px;

    flex-shrink: 0;

    display: grid;
    place-items: center;

    border: 1px solid rgba(215, 167, 72, 0.5);
    border-radius: 0;

    color: var(--ihe-gold-light);

    background:
        linear-gradient(
            145deg,
            rgba(215, 167, 72, 0.08),
            rgba(255, 255, 255, 0.015)
        );

    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;

    cursor: pointer;

    transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.ihe-register-quantity-control > button:hover:not(:disabled) {
    color: #090806;

    border-color: var(--ihe-gold-light);

    background:
        linear-gradient(
            135deg,
            #98641e,
            #e2b355 55%,
            #f0cb73
        );

    transform: translateY(-3px);
}

.ihe-register-quantity-control > button:disabled {
    opacity: 0.28;
    cursor: not-allowed;
}

.ihe-register-quantity-number {
    min-width: 150px;

    text-align: center;
}

.ihe-register-quantity-number strong,
.ihe-register-quantity-number span {
    display: block;
}

.ihe-register-quantity-number strong {
    color: var(--ihe-gold-light);

    font-family: 'Oswald', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 0.95;
}

.ihe-register-quantity-number span {
    margin-top: 9px;

    color: #939393;

    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    font-weight: 500;

    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ihe-register-quantity-calculation {
    min-height: 86px;

    padding: 18px 22px;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    border-top: 1px solid var(--ihe-line);

    background: rgba(255, 255, 255, 0.012);
}

.ihe-register-quantity-calculation > div {
    display: grid;
    align-content: center;

    gap: 6px;
}

.ihe-register-quantity-calculation > div:last-child {
    padding-left: 22px;

    border-left: 1px solid var(--ihe-line);

    text-align: right;
}

.ihe-register-quantity-calculation span {
    color: #737373;

    font-family: 'Oswald', sans-serif;
    font-size: 9px;
    font-weight: 500;

    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ihe-register-quantity-calculation strong {
    color: #e5e5e5;

    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.ihe-register-quantity-calculation > div:last-child strong {
    color: var(--ihe-gold-light);

    font-size: 23px;
}


/* =========================================================
   EMAIL CONTROL
========================================================= */

.ihe-register-email-control {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
}

.ihe-register-email-control input {
    min-width: 0;
}

.ihe-register-send-code {
    min-width: 125px;

    padding: 0 18px;

    border: 1px solid rgba(215, 167, 72, 0.65);
    border-left: 0;
    border-radius: 0;

    color: #090806;

    background:
        linear-gradient(
            135deg,
            #865718,
            #d8a848 48%,
            #efca70
        );

    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    font-weight: 600;

    letter-spacing: 0.1em;
    text-transform: uppercase;

    cursor: pointer;

    transition:
        filter 0.25s ease,
        background 0.25s ease;
}

.ihe-register-send-code:hover:not(:disabled) {
    filter: brightness(1.08);
}

.ihe-register-send-code:disabled {
    opacity: 0.55;
    cursor: wait;
}


/* =========================================================
   EMAIL VERIFICATION BOX
========================================================= */

.ihe-register-verification {
    max-width: 690px;

    margin-top: 20px;

    padding: 20px;

    border: 1px solid rgba(215, 167, 72, 0.3);

    background:
        linear-gradient(
            145deg,
            rgba(215, 167, 72, 0.055),
            rgba(255, 255, 255, 0.012)
        );

    animation: iheVerificationIn 0.3s ease forwards;
}

@keyframes iheVerificationIn {

    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

.ihe-register-verification__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    gap: 20px;
}

.ihe-register-verification__top div > span,
.ihe-register-verification__top div > strong {
    display: block;
}

.ihe-register-verification__top div > span {
    color: var(--ihe-gold-soft);

    font-family: 'Oswald', sans-serif;
    font-size: 9px;
    font-weight: 500;

    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ihe-register-verification__top div > strong {
    margin-top: 6px;

    color: var(--ihe-white);

    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 600;

    text-transform: uppercase;
}

.ihe-register-verification__status {
    flex-shrink: 0;

    padding: 7px 10px;

    border: 1px solid rgba(215, 167, 72, 0.34);

    color: var(--ihe-gold-light);
    background: rgba(215, 167, 72, 0.05);

    font-family: 'Oswald', sans-serif;
    font-size: 9px;
    font-weight: 500;

    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ihe-register-verification > p {
    margin: 17px 0 0;

    color: #909090;

    font-size: 12px;
    line-height: 1.65;
}

.ihe-register-verification > p strong {
    color: #d7d7d7;
    font-weight: 500;
}

.ihe-register-otp {
    margin-top: 17px;

    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
}

.ihe-register-otp input {
    width: 100%;
    min-height: 58px;

    padding: 0 18px;

    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 0;

    outline: none;

    color: var(--ihe-gold-light);

    background: rgba(255, 255, 255, 0.025);

    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 600;

    letter-spacing: 0.28em;
}

.ihe-register-otp input::placeholder {
    color: #555;
}

.ihe-register-otp input:focus {
    border-color: rgba(215, 167, 72, 0.75);

    box-shadow:
        0 0 0 3px rgba(215, 167, 72, 0.055);
}

.ihe-register-verify-code {
    min-width: 140px;

    border: 1px solid rgba(215, 167, 72, 0.68);
    border-left: 0;
    border-radius: 0;

    color: #090806;

    background:
        linear-gradient(
            135deg,
            #845418,
            #d8a849 48%,
            #efca70
        );

    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    font-weight: 600;

    letter-spacing: 0.1em;
    text-transform: uppercase;

    cursor: pointer;
}

.ihe-register-verify-code:disabled {
    opacity: 0.55;
    cursor: wait;
}

.ihe-register-verification__bottom {
    margin-top: 14px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;
}

.ihe-register-verification__bottom span {
    color: #757575;

    font-size: 10.5px;
    line-height: 1.5;
}

.ihe-register-verification__bottom button {
    padding: 0;

    border: 0;

    color: var(--ihe-gold-light);
    background: transparent;

    font-family: 'Oswald', sans-serif;
    font-size: 9px;
    font-weight: 500;

    letter-spacing: 0.1em;
    text-transform: uppercase;

    cursor: pointer;
}


/* =========================================================
   VERIFIED EMAIL
========================================================= */

.ihe-register-email-verified {
    max-width: 690px;

    margin-top: 20px;

    padding: 17px 18px;

    align-items: center;
    gap: 13px;

    border: 1px solid rgba(111, 191, 120, 0.33);

    background:
        linear-gradient(
            90deg,
            rgba(111, 191, 120, 0.075),
            rgba(111, 191, 120, 0.02)
        );

    animation: iheVerificationIn 0.3s ease forwards;
}

.ihe-register-email-verified__icon {
    width: 36px;
    height: 36px;

    flex-shrink: 0;

    display: grid;
    place-items: center;

    border: 1px solid rgba(111, 191, 120, 0.48);

    color: #071008;
    background: var(--ihe-green);

    font-size: 16px;
    font-weight: 700;
}

.ihe-register-email-verified strong,
.ihe-register-email-verified div > span {
    display: block;
}

.ihe-register-email-verified strong {
    color: #dff3e1;

    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 600;

    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ihe-register-email-verified div > span {
    margin-top: 4px;

    color: #89b98e;

    font-size: 11px;
}


/* =========================================================
   UPLOAD
========================================================= */

.ihe-register-upload-wrapper {
    max-width: 690px;
    margin-top: 30px;
}

.ihe-register-upload {
    position: relative;

    min-height: 220px;

    padding: 26px;

    display: grid !important;
    grid-template-columns: 60px minmax(0, 1fr);

    align-content: center;
    align-items: center;

    gap: 18px;

    overflow: hidden;

    border: 1px dashed rgba(215, 167, 72, 0.55);

    background:
        linear-gradient(
            135deg,
            rgba(215, 167, 72, 0.055),
            rgba(255, 255, 255, 0.01)
        );

    cursor: pointer;

    transition:
        border-color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.ihe-register-upload:hover {
    border-color: rgba(244, 203, 113, 0.9);

    background:
        linear-gradient(
            135deg,
            rgba(215, 167, 72, 0.09),
            rgba(255, 255, 255, 0.015)
        );

    transform: translateY(-4px);

    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.28);
}

.ihe-register-upload input {
    position: absolute;

    width: 1px;
    height: 1px;

    opacity: 0;
}

.ihe-register-upload__icon {
    width: 58px;
    height: 58px;

    display: grid;
    place-items: center;

    border: 1px solid rgba(215, 167, 72, 0.48);

    color: var(--ihe-gold-light);
    background: rgba(215, 167, 72, 0.06);
}

.ihe-register-upload__icon svg {
    width: 28px;
    height: 28px;
}

.ihe-register-upload__content {
    min-width: 0;
}

.ihe-register-upload__content strong,
.ihe-register-upload__content small {
    display: block;
}

.ihe-register-upload__content strong {
    overflow-wrap: anywhere;

    color: var(--ihe-white);

    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 600;

    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.ihe-register-upload__content small {
    margin-top: 7px;

    color: #777777;

    font-size: 11px;
    line-height: 1.5;
}

.ihe-register-upload__button {
    grid-column: 1 / -1;

    min-height: 45px;
    padding: 0 16px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(215, 167, 72, 0.5);

    color: var(--ihe-gold-light);

    background: rgba(215, 167, 72, 0.035);

    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    font-weight: 600;

    letter-spacing: 0.12em;
    text-transform: uppercase;
}


/* =========================================================
   REVIEW
========================================================= */

.ihe-register-review {
    margin-top: 28px;

    overflow: hidden;

    border: 1px solid rgba(215, 167, 72, 0.32);

    background:
        linear-gradient(
            180deg,
            rgba(18, 15, 10, 0.97),
            rgba(7, 7, 7, 0.99)
        );
}

.ihe-register-review__membership {
    min-height: 96px;

    padding: 21px 24px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    border-bottom: 1px solid var(--ihe-line);

    background:
        linear-gradient(
            90deg,
            rgba(215, 167, 72, 0.1),
            rgba(215, 167, 72, 0.015)
        );
}

.ihe-register-review__membership span,
.ihe-register-review__membership strong {
    display: block;
}

.ihe-register-review__membership span {
    color: var(--ihe-gold-soft);

    font-family: 'Oswald', sans-serif;
    font-size: 9px;
    font-weight: 500;

    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ihe-register-review__membership strong {
    margin-top: 8px;

    color: var(--ihe-white);

    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 600;

    text-transform: uppercase;
}

.ihe-register-review__price {
    flex-shrink: 0;
    text-align: right;
}

.ihe-register-review__price strong {
    color: var(--ihe-gold-light);
    font-size: 29px;
}

.ihe-register-review__grid {
    padding: 8px 24px;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    column-gap: 34px;
}

.ihe-register-review__grid > div {
    min-height: 74px;

    padding: 16px 0;

    display: grid;
    align-content: center;

    gap: 6px;

    border-bottom: 1px solid var(--ihe-line-soft);
}

.ihe-register-review__grid span {
    color: #747474;

    font-family: 'Oswald', sans-serif;
    font-size: 9px;
    font-weight: 500;

    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ihe-register-review__grid strong {
    overflow-wrap: anywhere;

    color: #e2e2e2;

    font-size: 12.5px;
    font-weight: 400;
}

.ihe-register-review__total {
    padding: 20px 24px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    background:
        linear-gradient(
            90deg,
            rgba(215, 167, 72, 0.1),
            rgba(215, 167, 72, 0.02)
        );
}

.ihe-register-review__total span {
    display: block;

    color: var(--ihe-white);

    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 600;

    text-transform: uppercase;
}

.ihe-register-review__total small {
    display: block;

    margin-top: 6px;

    color: #777777;

    font-size: 11px;
}

.ihe-register-review__total > strong {
    color: var(--ihe-gold-light);

    font-family: 'Oswald', sans-serif;
    font-size: 31px;
    font-weight: 700;
}


/* =========================================================
   AGREEMENTS
========================================================= */

.ihe-register-declarations {
    margin-top: 22px;

    display: grid;
    gap: 14px;
}

.ihe-register-agreement {
    position: relative;

    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);

    align-items: start;
    gap: 12px;

    color: #909090;

    font-size: 12px;
    line-height: 1.65;

    cursor: pointer;
}

.ihe-register-agreement input {
    position: absolute;

    width: 1px;
    height: 1px;

    opacity: 0;
}

.ihe-register-agreement__box {
    width: 20px;
    height: 20px;

    margin-top: 1px;

    display: grid;
    place-items: center;

    border: 1px solid rgba(215, 167, 72, 0.55);

    color: #070707;
}

.ihe-register-agreement__box svg {
    width: 14px;
    height: 14px;

    opacity: 0;
    transform: scale(0.45);

    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.ihe-register-agreement input:checked +
.ihe-register-agreement__box {
    border-color: var(--ihe-gold);
    background: var(--ihe-gold);
}

.ihe-register-agreement input:checked +
.ihe-register-agreement__box svg {
    opacity: 1;
    transform: scale(1);
}


/* =========================================================
   ERROR
========================================================= */

.ihe-register__error {
    min-height: 20px;

    margin: 0 0 10px;

    color: var(--ihe-red);

    font-size: 12px;
    line-height: 1.5;
}


/* =========================================================
   NAVIGATION
========================================================= */

.ihe-register__navigation {
    position: relative;

    min-height: 74px;

    padding: 15px 0 20px;

    display: none;
    align-items: center;
    justify-content: space-between;

    gap: 16px;

    border-top: 1px solid var(--ihe-line);
}

.ihe-register__navigation-center {
    flex: 1;
    text-align: center;
}

.ihe-register__navigation-center span {
    color: #6f6f6f;

    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    font-weight: 500;

    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ihe-register-button {
    min-height: 49px;

    padding: 0 20px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    border-radius: 0;

    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    font-weight: 600;

    letter-spacing: 0.11em;
    text-transform: uppercase;

    cursor: pointer;

    transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease,
        filter 0.25s ease;
}

.ihe-register-button svg {
    width: 17px;
    height: 17px;
}

.ihe-register-button--back {
    min-width: 135px;

    border: 1px solid rgba(255, 255, 255, 0.15);

    color: #bcbcbc;

    background: rgba(255, 255, 255, 0.02);
}

.ihe-register-button--back:hover {
    color: var(--ihe-gold-light);

    border-color: rgba(215, 167, 72, 0.5);

    background: rgba(215, 167, 72, 0.04);

    transform: translateY(-2px);
}

.ihe-register-button--next,
.ihe-register-button--checkout {
    min-width: 165px;

    border: 1px solid rgba(215, 167, 72, 0.78);

    color: #090806;

    background:
        linear-gradient(
            135deg,
            #815116 0%,
            #d7a748 45%,
            #f1cb73 62%,
            #94601d 100%
        );

    box-shadow:
        0 13px 28px rgba(215, 167, 72, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.ihe-register-button--checkout {
    display: none;
    min-width: 205px;
}

.ihe-register-button--next:hover,
.ihe-register-button--checkout:hover {
    transform: translateY(-3px);

    filter: brightness(1.07);

    box-shadow:
        0 16px 35px rgba(215, 167, 72, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .ihe-register__topbar {
        padding-left: 24px;
        padding-right: 24px;
    }

    .ihe-register__form {
        width: min(calc(100% - 34px), 1180px);
    }

    .ihe-register-screen {
        min-height: calc(100vh - 170px);
        padding-top: 48px;
    }

    .ihe-register-screen h1 {
        font-size: clamp(27px, 4.5vw, 36px);
    }

    .ihe-register-screen h2 {
        font-size: clamp(23px, 4vw, 30px);
    }

    .ihe-register-membership-card {
        grid-template-columns: 190px minmax(0, 1fr);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ihe-register {
        min-height: 100svh;
    }

    .ihe-register__topbar {
        min-height: 72px;

        padding: 15px 16px;
    }

    .ihe-register__brand-mark {
        width: 38px;
        height: 38px;

        font-size: 15px;
    }

    .ihe-register__brand strong {
        font-size: 13px;
    }

    .ihe-register__brand small {
        font-size: 8px;
    }

    .ihe-register__top-progress span {
        display: none;
    }

    .ihe-register__top-progress strong {
        margin-top: 0;

        font-size: 15px;
    }

    .ihe-register__form {
        width: min(calc(100% - 28px), 1180px);

        min-height: calc(100svh - 76px);
    }

    .ihe-register-screen {
        min-height: calc(100svh - 165px);

        padding: 40px 0 30px;

        align-items: flex-start;
    }

    .ihe-register-screen__content--welcome {
        padding-top: 10px;

        text-align: left;
    }

    .ihe-register-welcome__badge {
        justify-content: flex-start;
    }

    .ihe-register-screen h1 {
        margin-left: 0;
        margin-right: 0;

        font-size: clamp(28px, 8vw, 34px);
        line-height: 1.1;
    }

    .ihe-register-screen h2 {
        font-size: clamp(23px, 7vw, 28px);
        line-height: 1.12;
    }

    .ihe-register-screen__content--welcome > p,
    .ihe-register-screen__intro {
        font-size: 13px;
        line-height: 1.72;
    }

    .ihe-register-screen__content--welcome > p {
        margin-left: 0;
        margin-right: 0;
    }

    .ihe-register-welcome__meta {
        grid-template-columns: 1fr;

        margin-top: 26px;
    }

    .ihe-register-welcome__meta > div {
        min-height: 68px;

        padding: 15px 0;
    }

    .ihe-register-welcome__meta > div:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid var(--ihe-line);
    }

    .ihe-register-start {
        width: 100%;

        margin-top: 25px;
    }


    /* MEMBERSHIP */

    .ihe-register-membership-card {
        grid-template-columns: 1fr;
    }

    .ihe-register-membership-card__price {
        min-height: auto;

        padding: 21px 20px;

        border-right: 0;
        border-bottom: 1px solid var(--ihe-line);
    }

    .ihe-register-membership-card__price strong {
        font-size: 40px;
    }

    .ihe-register-membership-card__details {
        padding: 13px 20px;
    }


    /* FIELDS */

    .ihe-register-field-grid {
        grid-template-columns: 1fr;

        gap: 17px;
    }

    .ihe-register-field input[type="text"],
    .ihe-register-field input[type="email"],
    .ihe-register-field input[type="tel"] {
        min-height: 56px;

        font-size: 14px;
    }

    .ihe-register-phone {
        grid-template-columns: 70px minmax(0, 1fr);
    }

    .ihe-register-phone > span {
        min-height: 56px;
    }


    /* QUANTITY */

    .ihe-register-quantity-control {
        min-height: 180px;

        gap: 22px;
    }

    .ihe-register-quantity-control > button {
        width: 52px;
        height: 52px;

        font-size: 25px;
    }

    .ihe-register-quantity-number {
        min-width: 110px;
    }

    .ihe-register-quantity-number strong {
        font-size: 55px;
    }


    /* EMAIL */

    .ihe-register-email-control {
        grid-template-columns: 1fr;
    }

    .ihe-register-send-code {
        min-height: 48px;

        border-left: 1px solid rgba(215, 167, 72, 0.65);
        border-top: 0;
    }

    .ihe-register-otp {
        grid-template-columns: 1fr;
    }

    .ihe-register-verify-code {
        min-height: 48px;

        border-left: 1px solid rgba(215, 167, 72, 0.68);
        border-top: 0;
    }


    /* UPLOAD */

    .ihe-register-upload {
        min-height: 200px;

        padding: 22px 19px;

        grid-template-columns: 50px minmax(0, 1fr);
    }

    .ihe-register-upload__icon {
        width: 48px;
        height: 48px;
    }


    /* REVIEW */

    .ihe-register-review__membership {
        align-items: flex-start;
        flex-direction: column;
    }

    .ihe-register-review__price {
        text-align: left;
    }

    .ihe-register-review__grid {
        grid-template-columns: 1fr;
    }

    .ihe-register-review__total {
        align-items: flex-start;
        flex-direction: column;
    }


    /* NAV */

    .ihe-register__navigation {
        min-height: auto;

        padding: 18px 0 24px;

        display: flex;
        flex-wrap: wrap;
    }

    .ihe-register__navigation-center {
        order: -1;

        width: 100%;
        flex-basis: 100%;

        margin-bottom: 5px;
    }

    .ihe-register-button--back,
    .ihe-register-button--next,
    .ihe-register-button--checkout {
        flex: 1;
        min-width: 0;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .ihe-register__form {
        width: min(calc(100% - 22px), 1180px);
    }

    .ihe-register__brand div {
        max-width: 180px;
    }

    .ihe-register__brand strong {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ihe-register-screen {
        padding-top: 34px;
    }

    .ihe-register-screen h1 {
        font-size: 28px;
    }

    .ihe-register-screen h2 {
        font-size: 24px;
    }

    .ihe-register-info-note,
    .ihe-register-email-note {
        grid-template-columns: 1fr;
    }

    .ihe-register-quantity-control {
        gap: 14px;
    }

    .ihe-register-quantity-control > button {
        width: 48px;
        height: 48px;
    }

    .ihe-register-quantity-number {
        min-width: 90px;
    }

    .ihe-register-quantity-number strong {
        font-size: 48px;
    }

    .ihe-register-quantity-calculation {
        grid-template-columns: 1fr;
    }

    .ihe-register-quantity-calculation > div:last-child {
        margin-top: 14px;
        padding-top: 14px;
        padding-left: 0;

        border-top: 1px solid var(--ihe-line);
        border-left: 0;

        text-align: left;
    }

    .ihe-register-verification__top,
    .ihe-register-verification__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .ihe-register-upload {
        grid-template-columns: 1fr;
    }

    .ihe-register-upload__button {
        grid-column: auto;
    }

    .ihe-register-review__grid {
        padding-left: 18px;
        padding-right: 18px;
    }

    .ihe-register-review__membership,
    .ihe-register-review__total {
        padding-left: 18px;
        padding-right: 18px;
    }

}


/* =========================================================
   ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .ihe-register *,
    .ihe-register *::before,
    .ihe-register *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

}


/* =========================================================
   ELEMENTOR FIX
========================================================= */

.elementor-widget-html .ihe-register h1,
.elementor-widget-html .ihe-register h2,
.elementor-widget-html .ihe-register p {
    margin-left: 0;
    margin-right: 0;
}

.elementor-widget-html .ihe-register input,
.elementor-widget-html .ihe-register button {
    font-family: inherit;
}

.elementor-widget-html .ihe-register input {
    width: 100%;
}

.elementor-widget-html .ihe-register svg {
    display: block;
}

@media (max-width: 767px) {

    .elementor-widget-html .ihe-register-start {
        width: 100%;
    }

}/* End custom CSS */