/* PORTRAITS */
.c23-portrait-img-wrapper:nth-child(2),
.c23-portrait-name-wrapper:nth-child(2) {
    display: none;
}

.c23-portrait-img-wrapper:nth-child(4),
.c23-portrait-name-wrapper:nth-child(4) {
    display: none;
}

@media only screen and (min-width: 991px) {

    .c23-portraits-wrapper,
    .c23-portraits-wrapper-2 {
        padding-right: 400px;
    }
}

/* END PORTRAITS */


.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;
}


.iframe-container {
    position: relative;
    width: 100%;
    display: flex;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 30px 5px 30px 5px;
    overflow: hidden;
}

.iframe-container.paused::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    right: 0;
    cursor: pointer;
    background-color: rgb(3, 61, 117);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url(https://cdn.opptylab.com/hg/assets/video-pause-state.svg), url(https://cdn.opptylab.com/hg/assets/video-pause-background.svg);
    opacity: 0.9;
}

.youtube-placeholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

.youtube-consent-message {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 4% 0 6%;
}

.youtube-consent-message p a,
.accept-marketing-consent {
    background-color: rgb(102, 184, 251);
    padding: 6px 10px;
    border-radius: 50px;
    font-size: 0.9em;
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

.vimeo-container {
    position: relative;
    padding: 56.25% 0 0 0;
    border-radius: 30px 5px 30px 5px;
    overflow: hidden;
}

.cent-container-youtube-iframe {
    padding-top: unset;
    height: unset;
}


.c23-contact-heading-1 {
    padding-top: 0px;
    font-size: 15px;
    color: rgb(0, 150, 185);
}

.c23-portraits-black-background {
    margin-top: -100px;
}

/* ::fbs::2731c1fab582725c580088dbd4e646e36c1a75db:: */

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

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


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

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