#menu-menu .menu-item
{
    padding: 0 0 0 .5em;
    margin: 0;
    position: relative;
}

#menu-menu .menu-item:after
{
    content: "/";
    position: relative;
    display: inline-block;
    margin-left: .5em;

}

#menu-menu .menu-item.current_page_item a {
    color: inherit;
    font-weight: bold;
}

#menu-menu .menu-item:not(.current_page_item) a:hover
{
    font-weight: inherit;

}

#menu-menu .menu-item:first-child:last-child:after,
#menu-menu .menu-item:last-child:after
{
    display: none;
}

.w-html form:not([class]) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}



.w-html input[type=number]
{
    width: 50px;
}

.w-html input[type=number]::-webkit-outer-spin-button,
.w-html input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.w-html input[type=number] {
    -moz-appearance: textfield;
    margin-top: 0;
    z-index: 2;
    text-align: center;
}



.quest-form-input-wrapper
{
    display: flex!important;
    align-items: stretch;
    padding: 0 0 0 0;
    margin-block: 5px;
    flex-direction: row;
    
}

.quest-form-input-wrapper *
{
    box-sizing: border-box;
}

.quest-form-input-btn {
    min-height: var(--inputs-height);
    line-height: var(--inputs-height);
    padding: 0 var(--inputs-padding);
    aspect-ratio: 1;
    height: auto;
    display: inline-block;
    color: white;
    background-color:#c4c4c4;
    text-align: center;
    z-index: 1;

}
.quest-form-input-btn:active
{
    background-color: #a4a4a4;
}

@media screen and (max-width: 767px)
{
    div.questpass-cite img.alignleft
    {
        margin: 0;
        float: none;
        padding-bottom: 1em!important;
        position: relative;
    }
}

.carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-perspective: 590px;
    perspective: 590px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    height: clamp(370px,31.250vw, 480px);
    margin-bottom: 20px;
}

@media screen and (max-width: 680px){
    .carousel {

    }
}

.w-menu.layout_hor.not_responsive .menu
{
    flex-wrap: wrap;
}

.carousel.carousel-slider {
    top: 0;
    left: 0;
}

.carousel.carousel-slider .carousel-fixed-item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 1;
}

.carousel.carousel-slider .carousel-fixed-item.with-indicators {
    bottom: 68px;
}

.carousel.carousel-slider .carousel-item {
    width: 100%;
    height: 100%;
    min-height: clamp(240px,20.833vw, 400px);
    position: absolute;
    top: 0;
    left: 0;
}


.carousel.carousel-slider .carousel-item h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.carousel.carousel-slider .carousel-item p {
    font-size: 15px;
}

.carousel .carousel-item {
    visibility: hidden;
    max-width: 500px;
    width: 66.666%;
    min-height: clamp(360px,22.918vw, 440px);
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 680px){
    .carousel .carousel-item {
        width: 95%;
    }
}

.carousel .carousel-item > img {
    width: 100%;
    object-fit: contain;
    /*transform: translate3d(0,0,-9999999999999px);*/
    backface-visibility: hidden;
    height: 100%;
    position: absolute;
}

.carousel .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    display: none;
}

.carousel .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 24px 4px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%;
}

.carousel .indicators .indicator-item.active {
    background-color: #fff;
}

.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
    pointer-events: none;
}

.qflexy .wpb_wrapper>p:first-child
{
    padding-left: calc(40px + 2em);
    position: relative;
}

@media screen and (max-width: 600px){
.qflexy .wpb_wrapper>p:first-child
{
    padding-left: calc(40px + 1em);
}

}

.qflexy .wpb_wrapper>p>img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0!important;
    padding: 0!important;
}