.tour-request-page {
    --tr-navy: #071c2f;
    --tr-blue: #0b5b83;
    --tr-cyan: #11a4b8;
    --tr-gold: #c99c55;
    --tr-text: #172b3a;
    --tr-muted: #6b7d8c;
    --tr-line: #dfe8ed;
    --tr-soft: #f4f8fa;
    background: #f6f9fa;
    color: var(--tr-text);
    overflow: hidden
}

    .tour-request-page * {
        box-sizing: border-box
    }

    .tour-request-page a {
        text-decoration: none
    }

.tour-request-hero {
    background: linear-gradient(120deg, #061a2b 0%, #0b4565 62%, #08798a 100%);
    color: #fff;
    /* overflow: hidden; */
    padding: 116px 0 86px;
    position: relative
}

    .tour-request-hero:before {
        background: radial-gradient(circle, rgba(255, 255, 255, .15) 1px, transparent 1px);
        background-size: 24px 24px;
        content: "";
        inset: 0;
        opacity: .25;
        position: absolute
    }

    .tour-request-hero:after {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        left: 0;
        height: 100%;
        pointer-events: none;
        background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    }

.tour-request-hero__glow {
    background: rgba(28, 184, 199, .2);
    border-radius: 50%;
    filter: blur(2px);
    height: 420px;
    position: absolute;
    right: -100px;
    top: -170px;
    width: 420px
}

.tour-request-hero__inner {
    position: relative;
    z-index: 1
}

.tour-request-breadcrumb {
    align-items: center;
    display: flex;
    font-size: 13px;
    gap: 10px;
    margin-bottom: 28px;
    opacity: 0;
    visibility: hidden;
}

    .tour-request-breadcrumb a {
        color: rgba(255, 255, 255, .7)
    }

        .tour-request-breadcrumb a:hover {
            color: #fff
        }

    .tour-request-breadcrumb i {
        font-size: 8px;
        opacity: .4
    }

    .tour-request-breadcrumb span {
        color: #fff
    }

.tour-request-eyebrow {
    align-items: center;
    color: #edcd83;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    letter-spacing: .12em;
    text-transform: uppercase
}

.tour-request-hero h1 {
    color: #fff;
    font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 1.08;
    margin: 13px 0
}

.tour-request-hero > div > p {
    color: rgba(255, 255, 255, .74);
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    max-width: 720px
}

.tour-request-steps {
    align-items: center;
    background: #0b6aac;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 14px;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    left: 15px;
    padding: 20px 26px;
    position: absolute;
    right: 15px;
    margin-top: 40px;
}

    .tour-request-steps > div {
        align-items: center;
        display: flex;
        gap: 12px;
        /* opacity: .6; */
    }

        .tour-request-steps > div.is-active {
            opacity: 1
        }

    .tour-request-steps b {
        align-items: center;
        background: var(--tr-cyan);
        border: 1px solid var(--tr-cyan);
        border-radius: 50%;
        display: flex;
        flex: 0 0 38px;
        height: 38px;
        justify-content: center
    }

    .tour-request-steps .is-active b {
        background: var(--tr-cyan);
        border-color: var(--tr-cyan)
    }

    .tour-request-steps strong,
    .tour-request-steps small {
        display: block
    }

    .tour-request-steps strong {
        color: #fff;
        font-size: 16px;
        font-family: 'BeVietnamPro-SemiBold';
    }

    .tour-request-steps small {
        color: rgba(255, 255, 255, .65);
        font-size: 15px;
        margin-top: 4px
    }

    .tour-request-steps > i {
        font-size: 9px;
        opacity: .35
    }

.tour-request-body {
    padding: 88px 0 68px;
}

.tour-request-layout {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 390px
}

.tour-request-form-card,
.tour-request-selected,
.tour-request-help,
.tour-request-success,
.tour-request-unavailable {
    background: #fff;
    border: 1px solid var(--tr-line);
    border-radius: 18px;
    box-shadow: 0 16px 45px rgba(7, 28, 47, .07)
}

.tour-request-form-card {
    padding: 34px
}

.tour-request-card-heading {
    align-items: center;
    border-bottom: 1px solid var(--tr-line);
    display: flex;
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 26px
}

    .tour-request-card-heading > span {
        align-items: center;
        background: #e8f7f8;
        border-radius: 14px;
        color: var(--tr-cyan);
        display: flex;
        flex: 0 0 54px;
        font-size: 22px;
        height: 54px;
        justify-content: center
    }

    .tour-request-card-heading small {
        color: var(--tr-cyan);
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .1em;
        text-transform: uppercase
    }

    .tour-request-card-heading h2 {
        color: var(--tr-navy);
        font-family: 'BeVietnamPro-SemiBold';
        font-size: 27px;
        font-weight: 500;
        margin: 5px 0 5px;
    }

    .tour-request-card-heading p {
        color: var(--tr-muted);
        font-size: 15px;
        margin: 0;
        font-family: 'Arimo-Regular';
    }

        .tour-request-card-heading p b,
        .tour-request-field label b,
        .tour-request-consent b {
            color: #d9363e
        }

.tour-request-alert {
    align-items: flex-start;
    background: #fff2f2;
    border: 1px solid #ffd2d4;
    border-radius: 10px;
    color: #a9272e;
    display: flex;
    gap: 10px;
    line-height: 1.55;
    margin-bottom: 24px;
    padding: 13px 15px
}

    .tour-request-alert i {
        margin-top: 3px
    }

.tour-request-honeypot {
    height: 0 !important;
    left: -10000px !important;
    overflow: hidden !important;
    position: absolute !important;
    width: 0 !important
}

.tour-request-section-title {
    align-items: center;
    display: flex;
    gap: 12px;
    margin: 25px 0 16px
}

    .tour-request-section-title > span {
        align-items: center;
        background: var(--tr-navy);
        border-radius: 8px;
        color: #fff;
        display: flex;
        flex: 0 0 34px;
        font-size: 11px;
        font-weight: 800;
        height: 34px;
        justify-content: center
    }

    .tour-request-section-title h3 {
        color: var(--tr-navy);
        font-size: 18px;
        margin: 0 0 3px
    }

    .tour-request-section-title p {
        color: var(--tr-muted);
        font-size: 15px;
        margin: 0;
        font-family: 'Arimo-Regular';
    }

.tour-request-fields {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.tour-request-field {
    min-width: 0
}

.tour-request-field--full {
    grid-column: 1/-1
}

.tour-request-field label {
    color: #354a5a;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px
}

.tour-request-field > div {
    position: relative
}

    .tour-request-field > div > i {
        color: #91a2ae;
        font-size: 13px;
        left: 15px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1
    }

.tour-request-field input,
.tour-request-field select,
.tour-request-field textarea {
    background: #fbfcfd;
    border: 1px solid #d8e3e9;
    border-radius: 10px;
    color: var(--tr-text);
    font-family: inherit;
    font-size: 16px;
    outline: none;
    transition: .2s ease;
    width: 100%
}

.tour-request-field input,
.tour-request-field select {
    height: 48px;
    padding: 0 14px 0 42px
}

.tour-request-field select {
    appearance: auto
}

.tour-request-field textarea {
    line-height: 1.6;
    min-height: 120px;
    padding: 14px;
    resize: vertical
}

    .tour-request-field input:focus,
    .tour-request-field select:focus,
    .tour-request-field textarea:focus {
        background: #fff;
        border-color: var(--tr-cyan);
        box-shadow: 0 0 0 4px rgba(17, 164, 184, .1)
    }

.tour-request-field > small {
    color: #98a6b0;
    display: block;
    font-size: 10px;
    margin-top: 5px;
    text-align: right
}

.tour-request-consent {
    align-items: flex-start;
    background: var(--tr-soft);
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    gap: 10px;
    line-height: 1.6;
    margin: 25px 0 14px;
    padding: 13px 15px;
    font-family: 'Arimo-Regular';
}

    .tour-request-consent input {
        accent-color: var(--tr-cyan);
        height: 16px;
        margin: 2px 0 0;
        width: 16px
    }

    .tour-request-consent > span:first-child {
        display: flex
    }

.tour-request-security {
    align-items: center;
    border: 1px dashed #cddde4;
    border-radius: 10px;
    color: var(--tr-muted);
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    padding: 12px 14px
}

    .tour-request-security > i {
        color: #239b68;
        font-size: 20px
    }

    .tour-request-security strong,
    .tour-request-security small {
        display: block
    }

    .tour-request-security strong {
        color: #385160;
        font-size: 16px;
        margin-bottom: 3px
    }

    .tour-request-security small {
        font-size: 14px;
        line-height: 1.45;
        font-family: 'Arimo-Regular';
    }

.tour-request-submit {
    background: linear-gradient(110deg, var(--tr-blue), var(--tr-cyan));
    border: 0;
    border-radius: 11px;
    box-shadow: 0 10px 22px rgba(11, 91, 131, .22);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
    height: 52px;
    transition: .2s ease;
    width: 100%;
    font-family: 'BEVIETNAMPRO-BOLD';
}

    .tour-request-submit:hover {
        box-shadow: 0 13px 28px rgba(11, 91, 131, .3);
        transform: translateY(-1px)
    }

    .tour-request-submit:disabled {
        cursor: wait;
        opacity: .72;
        transform: none
    }

.tour-request-submit-note {
    color: var(--tr-muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 10px 0 0;
    text-align: center;
    font-family: 'Arimo-Regular';
}

.tour-request-summary {
    position: sticky;
    top: 96px
}

.tour-request-selected {
    overflow: hidden
}

.tour-request-selected__image {
    height: 220px;
    overflow: hidden;
    position: relative
}

    .tour-request-selected__image:after {
        background: linear-gradient(0deg, rgba(7, 28, 47, .55), transparent 60%);
        content: "";
        inset: 0;
        position: absolute
    }

    .tour-request-selected__image img {
        height: 100%;
        object-fit: cover;
        transition: .5s ease;
        width: 100%
    }

.tour-request-selected:hover .tour-request-selected__image img {
    transform: scale(1.04)
}

.tour-request-selected__image span {
    background: var(--tr-gold);
    border-radius: 999px;
    bottom: 15px;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    left: 16px;
    letter-spacing: .08em;
    padding: 7px 11px;
    position: absolute;
    text-transform: uppercase;
    z-index: 1
}

.tour-request-selected__content {
    padding: 24px
}

    .tour-request-selected__content > small {
        color: var(--tr-cyan);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .12em
    }

    .tour-request-selected__content h2 {
        color: var(--tr-navy);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 23px;
        font-weight: 500;
        line-height: 1.35;
        margin: 7px 0 20px
    }

.tour-request-selected__facts {
    border-bottom: 1px solid var(--tr-line);
    display: grid;
    gap: 13px;
    padding-bottom: 19px
}

    .tour-request-selected__facts > div {
        align-items: flex-start;
        display: flex;
        gap: 11px
    }

    .tour-request-selected__facts i {
        align-items: center;
        background: #edf7f8;
        border-radius: 8px;
        color: var(--tr-cyan);
        display: flex;
        flex: 0 0 32px;
        height: 32px;
        justify-content: center
    }

    .tour-request-selected__facts small,
    .tour-request-selected__facts strong {
        display: block
    }

    .tour-request-selected__facts small {
        color: var(--tr-muted);
        font-size: 13px;
        margin-bottom: 3px;
        text-transform: uppercase
    }

    .tour-request-selected__facts strong {
        color: #344d5c;
        font-size: 15px;
        line-height: 1.4;
        font-family: 'Arimo-Regular';
    }

.tour-request-selected__price {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    padding: 19px 0
}

    .tour-request-selected__price span {
        color: var(--tr-muted);
        font-size: 17px;
    }

        .tour-request-selected__price span small {
            display: block;
            margin-top: 2px
        }

    .tour-request-selected__price strong {
        color: var(--tr-blue);
        font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
        font-size: 25px
    }

.tour-request-selected__content > a {
    align-items: center;
    border-top: 1px solid var(--tr-line);
    color: var(--tr-blue);
    display: flex;
    font-size: 15px;
    font-weight: 800;
    gap: 8px;
    padding-top: 16px
}

.tour-request-help {
    align-items: center;
    display: grid;
    gap: 11px;
    grid-template-columns: auto 1fr;
    margin-top: 18px;
    padding: 18px
}

    .tour-request-help > i {
        align-items: center;
        background: #e9f8f3;
        border-radius: 50%;
        color: #239b68;
        display: flex;
        font-size: 18px;
        height: 43px;
        justify-content: center;
        width: 43px
    }

    .tour-request-help small,
    .tour-request-help strong,
    .tour-request-help span {
        display: block
    }

    .tour-request-help small {
        color: var(--tr-muted);
        font-size: 13px;
        text-transform: uppercase
    }

    .tour-request-help strong {
        color: var(--tr-navy);
        font-size: 19px;
        margin: 3px 0
    }

    .tour-request-help span {
        color: var(--tr-muted);
        font-size: 13px;
        line-height: 1.4
    }

    .tour-request-help > a {
        background: var(--tr-navy);
        border-radius: 8px;
        color: #fff;
        font-size: 18px;
        font-weight: 800;
        grid-column: 1/-1;
        padding: 10px 34px;
        text-align: center;
        width: max-content;
        margin: auto;
    }

.tour-request-success,
.tour-request-unavailable {
    margin: 0 auto;
    max-width: 850px;
    padding: 48px;
    text-align: center
}

.tour-request-success__icon {
    align-items: center;
    background: #e9f8f3;
    border: 7px solid #f4fbf8;
    border-radius: 50%;
    color: #239b68;
    display: flex;
    font-size: 28px;
    height: 86px;
    justify-content: center;
    margin: 0 auto 22px;
    width: 86px
}

.tour-request-success h2,
.tour-request-unavailable h2 {
    color: var(--tr-navy);
    font-family: 'BeVietnamPro-Medium', Arial, sans-serif;
    font-size: 34px;
    font-weight: 500;
    margin: 10px 0
}

.tour-request-success p,
.tour-request-unavailable p {
    color: var(--tr-muted);
    font-size: 16px;
    line-height: 1.75;
    margin: 0 auto;
    max-width: 650px
}

.tour-request-success__actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 25px
}

    .tour-request-success__actions a,
    .tour-request-unavailable > a {
        background: var(--tr-blue);
        border-radius: 9px;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        font-weight: 800;
        padding: 13px 20px
    }

        .tour-request-success__actions a + a {
            background: #edf3f6;
            color: var(--tr-navy)
        }

.tour-request-unavailable > i {
    color: #d99a31;
    font-size: 50px
}

.tour-request-unavailable > a {
    margin-top: 22px
}

@media(max-width:1023px) {
    .tour-request-layout {
        grid-template-columns: minmax(0, 1fr) 330px
    }

    .tour-request-form-card {
        padding: 26px
    }

    .tour-request-hero {
        padding-top: 100px
    }
}

@media(max-width:767px) {
    .tour-request-hero {
        padding: 86px 0 63px;
    }

        .tour-request-hero h1 {
            font-size: 28px;
        }

        .tour-request-hero > div > p {
            font-size: 14px
        }

    .tour-request-steps {
        bottom: -118px;
        gap: 5px;
        padding: 14px 10px;
        margin-top: 0;
    }

        .tour-request-steps > div {
            display: block;
            text-align: center
        }

        .tour-request-steps b {
            height: 30px;
            margin: 0 auto 5px;
            width: 30px
        }

        .tour-request-steps strong {
            font-size: 11px;
        }

        .tour-request-steps small {
            display: none
        }

    .tour-request-body {
        padding: 80px 0 46px;
    }

    .tour-request-layout {
        display: flex;
        flex-direction: column-reverse;
        gap: 18px
    }

    .tour-request-summary {
        position: static;
        width: 100%
    }

    .tour-request-selected__image {
        height: 190px
    }

    .tour-request-form-card {
        padding: 20px;
        width: 100%
    }

    .tour-request-card-heading {
        align-items: flex-start
    }

        .tour-request-card-heading > span {
            flex-basis: 44px;
            height: 44px
        }

        .tour-request-card-heading h2 {
            font-size: 23px
        }

    .tour-request-fields {
        grid-template-columns: 1fr
    }

    .tour-request-field--full {
        grid-column: auto
    }

    .tour-request-section-title p {
        display: none
    }

    .tour-request-success,
    .tour-request-unavailable {
        padding: 32px 20px
    }

        .tour-request-success h2,
        .tour-request-unavailable h2 {
            font-size: 28px
        }

    .tour-request-success__actions {
        flex-direction: column
    }

    .tour-request-breadcrumb {
        margin-bottom: 20px
    }

    .tour-request-help {
        display: none
    }
}