@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 400;
    src: url(fonts/helvetica-regular.woff2) format("woff");
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: italic;
    font-weight: 400;
    src: url(fonts/helvetica-regular.woff2) format("woff");
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 500;
    src: url(fonts/helvetica-65-medium.woff2) format("woff");
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 700;
    src: url(fonts/helvetica-75-bold.woff2) format("woff");
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 900;
    src: url(fonts/helvetica-95-black.woff2) format("woff");
}

html {
    font-size: 11px;
    background-color: #000;
    color: #fff;
    font-family: "Helvetica Neue", sans-serif;
    text-align: center;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.005em;
    font-style: normal;
}

    html body {
        margin: 0px;
    }

#payment-element label {
    color: #fff;
    font-family: "Helvetica Neue", sans-serif;
    text-transform: capitalize;
}

#payment-element .Input {
    border-radius: 0px;
}

.error-message {
    color: #FFD747;
}

.spinner {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000;
    opacity: 0.3;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
}

    .spinner.active {
        display: block;
    }

h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    vertical-align: middle;
    padding-top: 17px;
    padding-bottom: 17px;
    font-weight: 700;
    letter-spacing: 0.01em;
    font-family: "bebas-neue-pro", sans-serif;
}

.sub-title {
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 22px;
    padding-bottom: 30px;
    line-height: 20px;
}

h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "bebas-neue-pro", sans-serif;
}

.confirmation {
    font-size: 15px;
    padding-bottom: 30px;
}

.contrast {
    color: #FFD747;
}

.primary-button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #FFD747;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    min-height: 47px;
    line-height: 47px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    border: none;
}

    .primary-button:hover {
        cursor: pointer;
        background-color: #fff;
    }

a.primary-button {
    display: block;
    text-decoration: none;
}

a.secondary-button {
    display: block;
    text-decoration: none;
}

.secondary-button {
    padding: 14px 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: rgba(38, 38, 38, 0.1019607843);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    min-height: 47px;
    border: none;
    text-align: center;
    font-style: italic;
}

    .secondary-button:hover {
        background-color: #000;
        color: #fff;
        cursor: pointer;
    }

.label {
    color: #fff;
    text-transform: capitalize;
    font-family: "Helvetica Neue", sans-serif;
    line-height: 26px;
}

.hero {
    background-color: #000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

    .hero p {
        margin-top: 0px;
        font-size: 15px;
        letter-spacing: 0.03em;
        line-height: 20px;
        font-family: "Helvetica Neue", sans-serif;
    }

    .hero h2 {
        margin: 0px;
        padding-left: 28px;
        padding-right: 28px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hero .image {
        max-height: 127px;
        margin-bottom: 0px;
    }

#card-element {
    min-height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 1px #000;
    padding: 0px 18px;
}

.field-validation-error {
    font-size: 14px;
    color: #FFD747;
}

.terms-links-text {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.form-wrapper {
    background-color: #000;
    padding-bottom: 100px;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 506px;
}

    .form-wrapper .waiver {
        margin: 40px 5px;
        border: solid 1px #535353;
        padding: 20px;
        text-align: left;
        max-height: 250px;
        overflow: hidden;
        overflow-y: scroll;
        font-size: 10px;
        font-weight: 400;
    }

        .form-wrapper .waiver .bold {
            font-weight: 700;
        }

        .form-wrapper .waiver .title {
            font-weight: 700;
            font-size: 16px;
        }

        .form-wrapper .waiver::-webkit-scrollbar {
            width: 10px;
        }

        .form-wrapper .waiver::-webkit-scrollbar-track {
            background-color: black;
            border-left: solid 1px #535353;
        }

        .form-wrapper .waiver::-webkit-scrollbar-thumb {
            background: #FFD747;
            border-radius: 5px;
        }

    .form-wrapper a {
        color: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .form-wrapper a:hover {
            color: #FFD747;
        }

    .form-wrapper p {
        margin-top: 0px;
        letter-spacing: 0.03em;
        line-height: 20px;
    }

        .form-wrapper p.padding-bottom {
            padding-bottom: 20px;
        }

        .form-wrapper p.title {
            font-size: 15px;
            padding-bottom: 20px;
        }

    .form-wrapper .form-group {
        text-align: left;
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: "Helvetica Neue", sans-serif;
    }

        .form-wrapper .form-group.bottom {
            margin-bottom: 0px;
        }

        .form-wrapper .form-group.center {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .form-wrapper .form-group.title {
            font-family: "Helvetica Neue", sans-serif;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            min-height: 47px;
            font-size: 11px;
            line-height: 26px;
            font-weight: 400;
            margin-bottom: 0px;
            text-transform: capitalize;
        }

        .form-wrapper .form-group .select-wrapper {
            position: relative;
            width: 100%;
            margin-bottom: 0px;
            background-color: #fff;
        }

            .form-wrapper .form-group .select-wrapper select {
                padding-right: 30px;
                width: 100%;
                color: #000;
                background-color: transparent;
            }

            .form-wrapper .form-group .select-wrapper:hover {
                cursor: pointer;
            }

            .form-wrapper .form-group .select-wrapper .custom-selecter {
                position: absolute;
                right: 0px;
                top: 0px;
                bottom: 0px;
                z-index: 1;
                width: 40px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                z-index: 0;
            }

                .form-wrapper .form-group .select-wrapper .custom-selecter .chevron {
                    position: relative;
                    height: 11px;
                    width: 11px;
                    -webkit-transform-origin: center;
                    -ms-transform-origin: center;
                    transform-origin: center;
                    -webkit-transform: rotate(45deg) translateY(-5px);
                    -ms-transform: rotate(45deg) translateY(-5px);
                    transform: rotate(45deg) translateY(-5px);
                    border-bottom: solid 1px #000;
                    border-right: solid 1px #000;
                }

        .form-wrapper .form-group label {
            font-size: 10px;
            text-align: left;
            line-height: 32px;
            display: inline-block;
            margin-bottom: 12px;
            font-weight: 400;
        }

        .form-wrapper .form-group input, .form-wrapper .form-group select {
            width: 100%;
            height: 47px;
            padding-left: 18px;
            border: solid 1px #000;
            font-size: 12px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 0px;
        }

            .form-wrapper .form-group input:focus, .form-wrapper .form-group select:focus {
                outline-style: solid;
                outline-width: 2px;
                outline-color: #000;
            }

        .form-wrapper .form-group .tripple {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .form-wrapper .form-group .tripple input, .form-wrapper .form-group .tripple label {
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                margin-left: 10px;
                margin-right: 10px;
            }

                .form-wrapper .form-group .tripple input.first, .form-wrapper .form-group .tripple label.first {
                    margin-left: 0px;
                }

                .form-wrapper .form-group .tripple input.last, .form-wrapper .form-group .tripple label.last {
                    margin-right: 0px;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                }

        .form-wrapper .form-group .flaggable {
            padding-top: 5px;
            max-width: 360px;
            margin-left: auto;
            margin-right: auto;
        }

            .form-wrapper .form-group .flaggable .flaggable-text {
                font-size: 10px;
                line-height: 14px;
                text-align: center;
            }

            .form-wrapper .form-group .flaggable label {
                cursor: pointer;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                line-height: 22px;
                font-weight: 400;
            }

                .form-wrapper .form-group .flaggable label input {
                    display: none;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                }

                    .form-wrapper .form-group .flaggable label input[type=checkbox]:checked ~ .icon .inner-icon {
                        background-color: #FFD747;
                    }

                    .form-wrapper .form-group .flaggable label input:focus {
                        outline-style: none;
                    }

                .form-wrapper .form-group .flaggable label .icon {
                    height: 21px;
                    width: 21px;
                    min-width: 21px;
                    border: solid 1px #000;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    padding: 4px;
                    margin-right: 20px;
                    background-color: #fff;
                }

                    .form-wrapper .form-group .flaggable label .icon .inner-icon {
                        width: 100%;
                        height: 100%;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                    }

.details {
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.03em;
    font-family: "Helvetica Neue", sans-serif;
    text-align: center;
}

    .details .title {
        font-weight: 700;
    }

    .details .price {
        line-height: 47px;
    }

a.edit-link {
    font-size: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

    a.edit-link:hover {
        color: #FFD747;
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}

    select:hover {
        cursor: pointer;
    }

.row-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 646px;
    margin-left: auto;
    margin-right: auto;
}

    .row-wrapper .title-with-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 9px;
        padding-right: 9px;
        font-family: "Helvetica Neue", sans-serif;
    }

        .row-wrapper .title-with-icon .title {
            font-weight: 400;
            line-height: 29px;
            min-height: 29px;
            text-transform: capitalize;
            font-size: 11px;
            padding-right: 20px;
        }

        .row-wrapper .title-with-icon .icon {
            -webkit-transition: 0.2s;
            transition: 0.2s;
            height: 32px;
            width: 32px;
            border-radius: 50%;
            line-height: 32px;
            text-align: center;
            border: solid 1px #fff;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
            color: #fff;
        }

            .row-wrapper .title-with-icon .icon.rotate {
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .row-wrapper .title-with-icon .icon:hover {
                border-color: #FFD747;
                cursor: pointer;
            }

                .row-wrapper .title-with-icon .icon:hover .vertical, .row-wrapper .title-with-icon .icon:hover .horizontal {
                    background-color: #FFD747;
                }

            .row-wrapper .title-with-icon .icon .vertical {
                position: absolute;
                width: 15px;
                height: 1px;
                background-color: #fff;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%) rotate(90deg);
                -ms-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg);
                -webkit-transition: 0.2s;
                transition: 0.2s;
            }

            .row-wrapper .title-with-icon .icon .horizontal {
                position: absolute;
                width: 15px;
                height: 1px;
                background-color: #fff;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                -webkit-transition: 0.2s;
                transition: 0.2s;
            }

.tripple-column-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .tripple-column-wrapper .column {
        font-weight: 400;
        padding-bottom: 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 17px;
    }

        .tripple-column-wrapper .column .title {
            font-weight: 700;
            margin-bottom: 20px;
            text-transform: capitalize;
        }

        .tripple-column-wrapper .column .bold {
            font-weight: 700;
        }

.column-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .column-wrapper .column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .column-wrapper .column .form-group {
            width: 50%;
        }

            .column-wrapper .column .form-group .title-first-name {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
            }

                .column-wrapper .column .form-group .title-first-name .select-wrapper {
                    min-width: 80px;
                    max-width: 100px;
                    margin-right: 18px;
                }

        .column-wrapper .column .grow-column {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

            .column-wrapper .column .grow-column .form-group {
                width: 100%;
            }

    .column-wrapper.single {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .column-wrapper.single .column {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .column-wrapper.single .column .form-group {
                width: 100%;
            }

                .column-wrapper.single .column .form-group button, .column-wrapper.single .column .form-group input, .column-wrapper.single .column .form-group select, .column-wrapper.single .column .form-group .select-wrapper, .column-wrapper.single .column .form-group .primary-button {
                    min-width: 100%;
                    max-width: 100%;
                }

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.divider {
    height: 0px;
    border-top: 1px solid #535353;
    margin-top: 15px;
    margin-bottom: 10px;
    overflow: hidden;
}

.show-mobile-only {
    display: none;
}

.hide-mobile-only {
    display: block;
}

.hide {
    display: none;
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 35px;
        line-height: 35px;
    }

    .hero {
        padding-left: 30px;
        padding-right: 30px;
    }

        .hero .image {
            max-height: 117px;
        }

    .sub-title {
        font-size: 18px;
    }

    .tripple-column-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .tripple-column-wrapper .column {
            width: 100%;
        }

    .column-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0px;
        margin-right: 0px;
    }

        .column-wrapper.single .column {
            max-width: 100%;
        }

            .column-wrapper.single .column .form-group button, .column-wrapper.single .column .form-group input, .column-wrapper.single .column .form-group select, .column-wrapper.single .column .form-group .select-wrapper, .column-wrapper.single .column .form-group .primary-button {
                min-width: 100%;
                max-width: 100%;
            }

        .column-wrapper .column {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
        }

            .column-wrapper .column .form-group {
                width: 100%;
                padding-left: 0px;
                padding-right: 0px;
            }

                .column-wrapper .column .form-group.title-first-name {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                }

                    .column-wrapper .column .form-group.title-first-name .select-wrapper {
                        max-width: 100%;
                        margin-right: 0px;
                        margin-bottom: 14px;
                    }

    .form-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

        .form-wrapper .waiver {
            margin: 20px 0px;
        }

        .form-wrapper .form-group.title {
            min-height: 42px;
        }

        .form-wrapper .form-group .checkbox {
            font-size: 15px;
            font-weight: 400;
            line-height: 22px;
        }

        .form-wrapper .form-group label {
            font-size: 15px;
            line-height: 30px;
            display: inline-block;
            margin-bottom: 12px;
            font-weight: 500;
        }

        .form-wrapper .form-group input, .form-wrapper .form-group select {
            width: 100%;
            padding-left: 14px;
            border: solid 1px #000;
        }

    .show-mobile-only {
        display: block;
    }

    .hide-mobile-only {
        display: none;
    }

    .divider {
        margin-bottom: 30px;
    }
}
