.c23-mobile-menu {
    left: -100vw;
    width: 100vw;
    max-width: 100vw;
    z-index: 101;
    top: 0px;
}

.c23-mobile-menu-viewport {
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 0vw;
    position: fixed;
    z-index: 101;
    display: block;
    /* backdrop-filter: blur(5px); */
    background: rgba(0, 0, 0, .5);
}

.c23-mobile-menu .c23-navi-language-2 {
    padding-left: 15px;
    padding-top: 10px;
}

@media screen and (max-width: 766px) {
    .c23-mobile-menu .c23-navi-language-wrapper {
        display: block;
    }
}


.transitionClose {
    position: fixed;
    width: 100vw;
    height: 0vh;
    display: block;
    top: 0px;
    bottom: 100px;
    left: 0px;
    right: 0px;
    z-index: 50;
    overflow: hidden;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.transitionOpen {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: block;
    top: 0px;
    bottom: 100px;
    left: 0px;
    right: 0px;
    z-index: 50;
    overflow: hidden;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*
.video_overlay, .c23-video-wrapper{
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    width: 991px;
    height: 550px;
    margin:0 auto 0 auto;
}
.c23-header-home-wrapper{
     height: 550px;
}
.c23-video-wrapper{
    z-index: 1;
}
.video_overlay, .c23-video-wrapper{
    z-index: 2;
    background: rgba(0,0,0,0.3);
    background: linear-gradient(120deg, rgba(0,0,0,0.55) 26%, rgba(0,0,0,0.0) 100%);
}
.c23-header-home-wrapper{
position:relative;
z-index:2;
top: 0px;
}
.c23-video-wrapper {
    width:50%;
}
.c23-header-home-wrapper {
    width:50%;
}
.video-inner-wrapper{
opacity:0.3;
}
.c23-header-home-wrapper {
    transition: opacity 0.3s ease 0s;
    position: absolute;
    opacity: 1;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
}
.c23-box-1{
left:100px;
position:relative;
top :80px;
}
.c23-box-2{
left:100px;
position:relative;
top :90px;
width:800px;
}
.c23-box-3{
left:100px;
position:relative;
width:400px;
top:150px;
font-size:11px;
line-height:18px;
}
.c23-box-4{
left:90px;
top:115px;
}
*/


.accordionheader {
    background-color: none;
    color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    padding: 2px 0px 12px 0px;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    display: block;
    font-size: 14px;
    font-family: "Inter Regular Regular";
    line-height: 100%;
    margin: 0px;
}

.active,
.accordionheader:hover {
    color: rgb(0, 128, 148);
    ;
}

.accordionheader:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.accordionpanel {
    padding: 0;
    background-color: white;
    height: 0;
    overflow: hidden;
    transition: height 0.2s ease-out;
    display: block;
    border-bottom: 1px solid #ccc;
    font-family: "Inter Regular Regular";
    font-size: 11px;
    line-height: 14px;
    line-height: 14px;
}


/* HEADER */
.c23-section-black {
    max-height: 600px;
}

.c23-video-wrapper {
    margin-top: -220px;
}

.c23-partial-header {
    height: 840px;
}

@media only screen and (max-width: 766px) {
    .c23-partial-header {
        height: auto;
    }
}


#b-8405599 {
    background-color: #ccc;
}


.video-inner-wrapper {
    background: #000;
    width: 900px;
    margin-left: 45px;
}

.home-video {
    width: 900px;
    height: auto;
    opacity: 0.3;
    display: block;
    position: relative;
    object-fit: cover;
}

@media only screen and (max-width: 991px) {
    .video-inner-wrapper {
        width: 100%;
        margin-left: 0px;
    }

    .home-video {
        width: 100%;
    }
}

@media only screen and (max-width: 766px) {
    .c23-video-wrapper {
        margin-top: 0px;
    }

    .home-video {
        opacity: 1;
    }
}


.c23-lp-cs-services-qr-services {
    mix-blend-mode: multiply;
}

/* ::fbs::8d67c79e8d1ebf0ab666383cf288288c6087284a:: */

.o-form select,
.o-form input,
.o-form-input {
    padding: 16px 18px;
}

.o-form input[type=checkbox] {
    width: auto;
}


.c23-black-box-a-wrapper {
    opacity: 0.8;
}

.c23-black-box-a-wrapper:hover {
    opacity: 1;
}


html,
.c23-body {
    height: 100%;
    overflow-x: clip;
}

.c23-pagescale {
    transform-origin: top;
}