.style_wrapper__gCoGz {
    width: 90%;
    max-width: 600px;
    max-height: 94dvh;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9000;
    overflow: auto;
    background-color: var(--c-white);
    border-radius: 7px
}

.style_wrapper__gCoGz.style_visible__JuOXj {
    display: block
}

.style_form__wfB0w {
    width: 100%;
    max-height: 100%;
    padding: 40px 20px;
    position: relative;
    overflow-y: autos
}

@media screen and (min-width: 1024px) {
    .style_form__wfB0w {
        padding:50px 70px
    }
}

.style_recaptcha-notice__M9SYR {
    width: 90%;
    margin: 24px 0 0
}

.style_select__N7VxB {
    width: 100%;
    padding: 10px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f4f4f7;
    border: 1px solid #dbdbde;
    border-radius: var(--border-radius);
    font-size: 1rem;
    color: inherit
}

.style_label__mRNik {
    color: var(--c-primary);
    font-size: 1rem;
    letter-spacing: 0
}

.style_field__NSM7_ {
    margin-bottom: 30px
}

fieldset.style_step-1__61fpV {
    padding: 0;
    border: none
}

fieldset.style_step-1__61fpV button {
    width: 100%;
    max-width: 256px;
    margin-top: 20px
}

fieldset.style_step-1__61fpV p {
    margin-bottom: 30px!important;
    font-size: 1rem
}

fieldset.style_step-2__T_q8n {
    border: none;
    display: none
}

fieldset.style_step-2__T_q8n button {
    width: 100%;
    max-width: 256px;
    margin-top: 20px
}

fieldset.style_step-2__T_q8n .style_field-type--input__OgJw6 {
    margin-bottom: 10px
}

fieldset.style_step-2__T_q8n .style_field-type--input__OgJw6 label {
    margin-bottom: 2px;
    color: var(--c-black);
    font-weight: 600
}

fieldset.style_step-2__T_q8n .style_field-type--input__OgJw6 input {
    background-color: rgba(0,0,0,0)
}

div.style_step-3__yaiiG svg {
    flex-grow: 0;
    flex-shrink: 0
}

div.style_step-3__yaiiG div {
    margin: 20px 0 .5rem;
    display: flex;
    gap: 18px
}

div.style_step-3__yaiiG p {
    font-size: 1.125rem;
    font-weight: 600
}

div.style_step-3__yaiiG a {
    white-space: nowrap;
    text-decoration: underline
}

div.style_step-3__yaiiG a:hover {
    text-decoration: none
}

div.style_step-3__yaiiG button {
    width: 100%;
    max-width: 256px;
    margin-top: 20px
}

.style_tour-types__nsnhi {
    display: flex;
    gap: 20px;
    line-height: 1
}

.style_tour-types__nsnhi input {
    width: 1px;
    height: 1px;
    position: absolute;
    left: -999px;
    opacity: 0
}

.style_tour-types__nsnhi svg {
    flex-grow: 0;
    flex-shrink: 0
}

.style_tour-types__nsnhi label {
    width: 132px;
    height: 78px;
    padding: 8px 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    border: 1px solid var(--c-l-grey);
    border-radius: 2px;
    transition: .2s
}

.style_tour-types__nsnhi label:hover {
    background-color: var(--c-l-grey)
}

.style_tour-types__nsnhi input:checked+label {
    border-color: var(--c-primary)
}

.style_review-details__O30rN {
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--c-primary)
}

.style_review-details__O30rN div {
    display: flex;
    justify-content: space-between;
    gap: 12px
}

.style_review-details__O30rN dt {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 1.25rem
}

.style_review-details__O30rN dd {
    margin: 0;
    line-height: 2.3
}

@media screen and (min-width: 1024px) {
    .style_review-details__O30rN {
        gap:60px;
        justify-content: unset
    }
}

.style_close-button__XbP8W {
    width: 48px;
    height: 48px;
    padding: 6px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 100;
    background: none;
    border: none
}

.style_field__rllZR {
    margin-bottom: 20px
}

.style_field__rllZR.style_disabled__vS0AZ {
    opacity: .6
}

@media screen and (min-width: 1200px) {
    .style_field__rllZR {
        margin-bottom:0
    }
}

.style_input__gHe2w,.style_select__ACiPq,.style_textarea__fbOhW {
    width: 100%;
    padding: 2px 8px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: var(--border-radius);
    background-color: var(--c-l-grey)
}

.style_select__ACiPq {
    padding: 5px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit
}

.style_label__Boit_ {
    margin-bottom: 6px;
    display: inline-block;
    font-size: 1rem;
    color: var(--c-primary)
}

.style_label__Boit_ abbr.style_required__6bIm1 {
    cursor: help;
    color: var(--c-red);
    text-decoration: none
}

.style_type__file__nuB0R {
    width: 100%
}

.style_type__file__nuB0R label {
    cursor: pointer
}

.style_type__file__nuB0R input[type=file] {
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0
}

@media screen and (min-width: 650px) {
    .style_type__file__nuB0R {
        display:flex;
        align-items: flex-end
    }

    .style_type__file__nuB0R label {
        margin-right: 24px
    }
}

.style_file-type__bpEBX {
    width: 100%;
    max-width: 200px;
    padding: 2px 12px;
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--c-white);
    background-color: var(--c-black);
    border-radius: var(--border-radius)
}

.style_file-name__x5vT7 {
    margin-top: 16px;
    padding: 2px 0;
    display: block
}

.style_file-name__x5vT7 svg {
    margin-right: 10px
}

.style_wrapper__SoGyK {
    --checkbox-border-color: rgba(255,255,255,.15);
    --checkbox-bg-color: #F4F4F7;
    margin-bottom: 10px
}

.style_label__lGL2T {
    width: 100%;
    padding: 7px 0 7px 30px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: left;
    font-size: 1rem;
    border-radius: var(--border-radius);
    color: var(--c-black)
}

.style_label__lGL2T:before {
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 1px solid var(--checkbox-border-color);
    border-radius: var(--border-radius);
    background-color: var(--checkbox-bg-color)
}

.style_label__lGL2T:after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    top: 50%;
    left: 5px;
    transform: translateY(-50%) scale(0);
    background-color: var(--c-primary);
    border-radius: calc(var(--border-radius)/2);
    opacity: 0;
    transition: .1s
}

.style_label__lGL2T a {
    text-decoration: underline
}

.style_label__lGL2T a:hover {
    text-decoration: none
}

.style_input__3l__2 {
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0
}

.style_input__3l__2:checked+.style_label__lGL2T:after {
    transform: translateY(-50%) scale(1);
    opacity: 1
}

.style_input__3l__2:focus+.style_label__lGL2T {
    box-shadow: 0 0 0 4px var(--focus-inner,var(--c-white)),0 0 0 6px var(--focus-outer,var(--c-black))
}
