#expressJoin {
    z-index: 10000000001;
}

#expressJoin .extra-attend-txt {
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 18px;
    max-width: 306px;
    margin-bottom: 20px;
}

#expressJoin .extra-attend-txt .util-hint {
    color: #FFFFFF;
    font-weight: normal;
}

#expressJoin .join-form .input-err-ct {
    display: flex;
    flex-direction: column;
    width: 155px;
}

#expressJoin .join-form .input-err-ct.email-ct {
    width: 316px;
}

#expressJoin .join-form .name-ct,
#expressJoin .join-form .passwords-ct {
    display: flex;
    justify-content: space-between;
}

#expressJoin .join-form .name-ct input:first-of-type,
#expressJoin .join-form .passwords-ct input:first-of-type {
    margin-right: 5px;
}

#expressJoin .join-form .email-ct input[type="text"] {
    width: 316px;
}

#expressJoin .join-form input[type="text"],
#expressJoin .join-form input[type="password"] {
    padding: 10px 8px;
    font-family: 'proxima-nova';
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
    border-radius: 3px;
    border: 1px solid #979797;
    width: 155px;
}

#expressJoin .join-form input[type="text"]::placeholder,
#expressJoin .join-form input[type="password"]::placeholder {
    color: #D7D7D7;
}

#expressJoin .join-form label {
    margin-bottom: 5px;
}

#expressJoin .join-form a,
#expressJoin .join-form p {
    font-size: 14px;
}

#expressJoin .join-form a {
    color: #02DB73;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

#expressJoin .join-form .button-ct {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

#expressJoin .join-form .start {
    color: #000000;
    background-color: #2DDB73;
    font-family: 'proxima-nova';
    font-size: 30px;
    font-weight: 800;
    min-height: 56px;
    padding: 19px 35px;
    border: none;
    letter-spacing: -1.5;
    line-height: 0.6;
    min-width: 200px;
    cursor: pointer;
}

/* checkbox */

#expressJoin .join-form .checkbox {
    margin-top: 20px;
}

#expressJoin .join-form .checkbox-input {
    visibility: hidden;
    position: absolute;
}

#expressJoin .join-form .checkbox-label {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

#expressJoin .join-form .checkbox-label p,
#expressJoin .join-form .checkbox-label a {
    line-height: 1.1;
    cursor: pointer;
}

#expressJoin .join-form .checkbox-label a {
    text-decoration: none;
    cursor: pointer;
}

#expressJoin .join-form .checkbox-input + .checkbox-label:before {
    content: " ";
    display: inline-block;
    background: #000;
    border: 6px solid #999999;
    min-width: 28px;
    min-height: 28px;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer
}

#expressJoin .join-form .checkbox-input:checked + .checkbox-label:before {
    background: #02DB73;
    border: 6px solid #979797;
    min-width: 28px;
    min-height: 28px;
    cursor: pointer;
}


#expressJoin .step1 p {
    line-height: 1.125;
}

#expressJoin .step1 {
    padding: 0 30px 30px 30px;
    display: flex;
    /* align-items: flex-start; */
}

#expressJoin .step1 .left {
    padding-right: 32px;
    min-width: 442px;
    width: 442px;
    max-width: 442px;
}

#expressJoin .step1 .right {
    padding-left: 38px;
    max-width: 600px;
}

#expressJoin .step1 .line {
    width: 1px;
    background: #979797;
}

#expressJoin .step1 .left p.grey {
    color: #A0A0A0;
    width: 365px;
}

#expressJoin .step1 .left a {
    color: #2DDB73;
    margin-bottom: 32px;
    display: block;
    cursor: pointer;
}

#expressJoin .step1 .left p:last-of-type {
    color: #646466;
    font-size: 18px;
}

#expressJoin .step1 .left .add-extension {
    font-family: "proxima-nova";
    font-weight: 800;
    text-decoration: none;
    color: #000;
    border-radius: 4px;
    width: 310px;
    height: 56px;
    font-size: 21px;
    letter-spacing: -1.05px;
    background: #2DDB73;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

#expressJoin .step1 .add-extension img {
    margin-right: 14px;
}

#expressJoin .step1 .right .checkmark {
    margin-bottom: 20px;
}

#expressJoin .step1 .right img.pop-up {
    margin: 20px 0;
}

#expressJoin .step1 .right p:last-of-type {
    margin-top: 20px;
}


/* After install  */

#expressJoin .step1 .after-install {
    display: none;
}

#expressJoin .step1 .after-install .icon {
    width: 51px;
    height: 51px;
    margin: 0 auto;
    margin-bottom: 15px;
}

#expressJoin .step1 .after-install a:link,
#expressJoin .step1 .after-install a:visited {
    color: #2ddb73;
}

#expressJoin .step1 .after-install .if-installed {
    font-size: 20px;
    margin-bottom: 25px;
}

#expressJoin .step1 .after-install .close-tab {
    font-size: 20px;
    margin-bottom: 25px;
}

#expressJoin .step1 .after-install .close-tab span {
    font-size: 20px;
    color: #02DB73;
    cursor: pointer;
}

#expressJoin .step1 .after-install .must-install {
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 800;
}

#expressJoin .step1 .after-install .go-back {
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 24px;
    color:#2DDB73;
}

#expressJoin .step1 .after-install .spooked {
    font-size: 20px;
    margin-bottom: 14px;
}

#expressJoin .step1 .after-install .explanation {
    margin-bottom: 65px;
}

#expressJoin .step1 .message-extension-after {
    display: none;
}

#expressJoin .step1 .show-safari {
    display: none;
}

#expressJoin .step1 h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 0.8;
    margin-bottom: 30px;
}

@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {

        #expressJoin .step1 .show-safari {
           display: block;
        }

        #expressJoin .step1 .hide-safari {
            display: none;
        }

    }
}

@media (max-width: 600px) {
    #expressJoin .join-form .name-ct,
    #expressJoin .join-form .passwords-ct {
        flex-direction: column;
    }

    #expressJoin .join-form .input-err-ct,
    #expressJoin .join-form .input-err-ct.email-ct {
        width: 100%;
    }

    #expressJoin .join-form input[type="text"],
    #expressJoin .join-form input[type="password"],
    #expressJoin .join-form .email-ct input[type="text"] {
        width: 100%;
    }

    #expressJoin .util-save-btn {
        font-size: 18px;
    }
}

/* Privacy popup */
#privacyJoin {
    z-index: 10000000002;
}

#privacyJoin .util-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#privacyJoin .privacy-ct {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 44px;
}

#privacyJoin .privacy-item {
    margin-right: 31px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#privacyJoin .privacy-item:last-child {
    margin-right: 0px;
}

#privacyJoin .privacy-item .number {
    background: #242424;
    border-radius: 50%;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    height: 56px;
    margin-bottom: 24px;
}

#privacyJoin .privacy-item p {
    font-family: "proxima-nova";
}

#privacyJoin .privacy-item p span {
    font-weight: 600;
    color: #98A4FF;
    font-family: "proxima-nova";
    font-style: italic;
}

#privacyJoin .speaking-of {
    font-weight: 300;
    font-size: 24px;
    margin: 10px 0px;
}

#privacyJoin .message {
    font-family: "proxima-nova";
    margin-bottom: 18px;
}

#privacyJoin .faq-ct .title {
    font-family: "proxima-nova";
    color: #2DDB73;
    display: block;
    margin-bottom: 30px;
    text-decoration: none;
}

#privacyJoin .faq-ct .question-ct {
    display: flex;
    justify-content: space-between;
    width: 418px;
    margin-bottom: 16px;
    align-items: flex-start;
    cursor: pointer;
}

#privacyJoin .faq-ct .question-ct img {
    margin-top: 6px;
}

#privacyJoin .faq-ct .question-ct p {
    font-family: "proxima-nova";
    font-weight: 600;
    text-align: start;
}

#privacyJoin .faq-ct .question-ct p span {
    font-family: "proxima-nova";
    font-weight: 400;
}

#privacyJoin .faq-ct .answer-ct {
	display: none;
    width: 420px;
    text-align: left;
    margin: 0 auto 25px auto;
    line-height: 1.3rem;
}

#privacyJoin .faq-ct .question-ct.open + .answer-ct {
	display: block;
}

#privacyJoin .faq-ct .read-more {
    color: #2DDB73;
    text-decoration: none;
    font-size: 12px;
    display: block;
    margin-top: 40px;
}

#privacyJoin .faq-ct .read-more span,
#privacyJoin .faq-ct .answer-ct a {
    color: #2DDB73;
    font-weight: 800;
}

#privacyJoin .expand-hidden,
#privacyJoin .collapse-hidden {
    display: none;
}

#privacyJoin .arrow-rotate {
    transform: rotate(180deg);
}

#privacyJoin .close {
    position: absolute;
    right: 0;
    top: 0%;
    background-color: #02DB73;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 5px;
    width: 93px;
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#privacyJoin h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

#privacyJoin p.experience {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}

#privacyJoin p.level {
    margin-top: 13px;
    margin-bottom: 30px;
}

#privacyJoin .personal-note {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

#privacyJoin .personal-note iframe {
    margin-bottom: 2px;
    border: none;
}

#privacyJoin .personal-note p {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    font-family: 'ltc-caslon-pro';
    font-style: italic;
}

@media (max-width: 500px) {
    #privacyJoin {
        max-width: 90vw;
        padding: 130px 30px 30px 30px;
    }

    #privacyJoin br {
        display: none;
    }

    #privacyJoin {
        flex-wrap: wrap;
    }

    #privacyJoin .privacy-item {
        margin-right: 0;
        margin-bottom: 20px;
    }

    #privacyJoin img.pop-up {
        max-width: 80vw;
    }

    #privacyJoin .faq-ct {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #privacyJoin .faq-ct .title,
    #privacyJoin .faq-ct .question-ct,
    #privacyJoin .faq-ct .answer-ct {
        width: fit-content;
    }
}

#expressEventJoin {
    z-index: 10000000000;
}

#expressEventJoin .util-modal {
    max-width: 400px;
    font-size: 18px;
}

#expressEventJoin .util-modal .event-join-btn {
    all: unset;
    color: var(--collection-color);
    font-weight: 600;
    border-bottom: 2px solid;
    margin: 16px 0;
    cursor: pointer;
}

#expressEventJoin .util-modal .login-btn {
    all: unset;
    color: var(--collection-color);
    border-bottom: 2px solid;
    font-weight: 600;
    cursor: pointer;
}

#expressJoin .success-txt {
    font-size: 24px;
    margin-bottom: 24px;
}

#expressJoin .success {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 600px) {
    #expressEventJoin .util-modal {
        max-width: 80vw;
    }
}