body {
    overflow: hidden;
}

.mobileFrame {
    /*overflow-x: hidden;*/
    /*overflow-y: scroll;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*min-height: 92vh;*/
    /*padding-top: 10px;*/

    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 86vh;
    /*background: grey;*/
}

.l-mobileFrame {
    /*overflow-x: hidden;*/
    /*overflow-y: hidden;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*min-height: 100vh;*/


    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100vh;
    /*background: grey;*/
}


.mbMainMenuContainer {
    width: 350px;
    position: relative;
    margin: 0 auto;
}

.l-mbMainMenuContainer {
    width: 350px;
    position: relative;
    margin: 0 auto;
    top: -10px;
}

.mbMainGear {
    width: 600px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}


@keyframes moveMainGearToBottom {
    80% {
        /*transform: translateX(20vw);*/
    }
    99% {
        opacity: 1;
    }
    100% {
        transform: translateX(80px) translateY(220px);
        width: 100px;
        height: 100px;
    }
}

@keyframes moveMainGearToTop {
    80% {
        /*transform: translateX(20vw);*/
    }
    99% {
        opacity: 1;
    }
    100% {
        transform: translateX(220px) translateY(-160px);
        width: 100px;
        height: 100px;
    }
}

@keyframes moveCToBottom {
    99% {
        opacity: 1;
    }
    50% {
        transform: translateX(160px) translateY(260px);
        position: absolute;
        font-size: 60px;
    }
    100% {
        transform: translateX(199px) translateY(325px);
        position: absolute;
        font-size: 20px;
    }
}


@keyframes movePToBottom {
    99% {
        opacity: 1;
    }
    50% {
        transform: translateX(140px) translateY(260px);
        position: absolute;
        font-size: 60px;
    }
    100% {
        transform: translateX(149px) translateY(325px);
        position: absolute;
        font-size: 20px;
    }
}


@keyframes moveGToBottom {
    99% {
        opacity: 1;
    }
    50% {
        transform: translateX(120px) translateY(260px);
        position: absolute;
        font-size: 60px;
    }
    100% {
        transform: translateX(106px) translateY(325px);
        position: absolute;
        font-size: 20px;
    }
}

@keyframes moveCToTop {
    99% {
        opacity: 1;
    }
    50% {
        transform: translateX(205px) translateY(40px);
        position: absolute;
        font-size: 60px;
    }
    100% {
        transform: translateX(338px) translateY(-55px);
        position: absolute;
        font-size: 20px;
    }
}

@keyframes movePToTop {
    99% {
        opacity: 1;
    }
    50% {
        transform: translateX(200px) translateY(40px);
        position: absolute;
        font-size: 60px;
    }
    100% {
        transform: translateX(288px) translateY(-55px);
        position: absolute;
        font-size: 20px;
    }
}

@keyframes moveGToTop {
    99% {
        opacity: 1;
    }
    50% {
        transform: translateX(200px) translateY(40px);
        position: absolute;
        font-size: 60px;
    }
    100% {
        transform: translateX(245px) translateY(-55px);
        position: absolute;
        font-size: 20px;
    }
}

@keyframes rotateToRight {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateToLeft {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


.mbShowMenuItemLabel {
    animation: fade-in .1s ease-in-out both
}


.mbShowMenuItemService {

}

.mbShowMenuItemResource {
    animation: fade-in .1s ease-in-out both, rotateToRight 8s linear 0s infinite;
}

.mbShowMenuItemStartup {
    animation: fade-in .1s ease-in-out both, rotateToLeft 8s linear 0s infinite;
}

.mbMenuItem {
    width: 230px;
    height: 230px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

.mbMenuItemAbout {
    bottom: 30px;
    right: 135px;
}


.l-mbMenuItemAbout {
    bottom: -26px;
    right: -120px;
}

.mbMenuItemService {
    bottom: 174px;
    right: -26px;
}

.l-mbMenuItemService {
    bottom: 161px;
    right: -10px;
}

.mbMenuItemResource {
    bottom: 288px;
    right: 154px;
}

.l-mbMenuItemResource {
    bottom: 2px;
    right: 132px;
}

.mbMenuItemStartups {
    bottom: 453px;
    right: 21px;
}

.l-mbMenuItemStartups {
    bottom: 142px;
    right: 292px;
}

.mbMainMenuLabel {
    font-size: 18px;
    position: absolute;
    font-family: "Times New Roman";
    opacity: 0;
    z-index: 1;
}

.mbMainMenuLabel.aboutUs {
    bottom: 134px;
    right: 222px;
}

.mbMainMenuLabel.l-aboutUs {
    bottom: 76px;
    right: -33px;
}

.mbMainMenuLabel.services {
    bottom: 275px;
    right: 47px;
}

.mbMainMenuLabel.l-services {
    bottom: 259px;
    right: 63px;
}

.mbMainMenuLabel.resources {
    bottom: 391px;
    right: 218px;
}

.mbMainMenuLabel.l-resources {
    bottom: 104px;
    right: 197px;
}

.mbMainMenuLabel.startups {
    bottom: 553px;
    right: 92px;
}

.mbMainMenuLabel.l-startups {
    bottom: 243px;
    right: 363px;
}

:root {
    --y-abut: calc(100vw - 260px);
}

@keyframes expandAboutUsMenu {
    100% {
        left: -215px;
    }
}

@keyframes expandLandscapeAboutUsMenu {
    100% {
        bottom: -195px;
    }
}

@keyframes expandServicesMenu {
    100% {
        top: 50%;
        right: -215px;
    }
}

@keyframes expandLandscapeServicesMenu {
    100% {
        right: -215px;
        top: -200px;
    }
}

@keyframes expandResourcesMenu {
    100% {
        left: -218px;
        top: 95px;
    }
}

@keyframes expandLandscapeResourcesMenu {
    100% {
        left: -218px;
        bottom: -195px;
    }
}

@keyframes expandStartupsMenu {
    100% {
        top: -205px;
        right: 0px;
    }
}

@keyframes expandLandscapeStartupsMenu {
    100% {
        top: -50px;
        left: -450px;
    }
}

@keyframes moveMenuStartBtnToCenter {
    100% {
        transform: translateX(-100%);
    }
}

.mobileRotator {
    position: absolute;
    height: 90px;
    width: 25px;
}

.mobileRotator.left {
    left: 0;
    top: 30vh
}

.mobileRotator.right {
    right: 0;
    top: 45vh
}

.mbMainLetterContainer {
    position: absolute;
    height: 600px;
    width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.mbMainGearLetter {
    font-family: "OCPG-footlight";
    position: absolute;
}

.mbMainGearLetter.c {
    color: #e25617;
    font-size: 95px;
    top: 38.4%;
    left: 35.1%;
}

.mbMainGearLetter.p {
    color: #f08313;
    font-size: 94.6px;
    top: 38.4%;
    left: 46%;
}

.mbMainGearLetter.g {
    color: #fba70a;
    font-size: 96px;
    top: 38.3%;
    left: 55.2%;
}

@keyframes emptyMainGearFadeInOut {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.contentMenu {
    min-height: 50px;
    width: 90%;
    margin: auto;
    z-index: 11;
    position: absolute;
    bottom: 3vh;
    left: 50%;
    transform: translateX(-50%);
}

.contentMenuItemContainer {
    max-height: 90vh;
    overflow: hidden scroll;
}

.l-contentMenuItemContainer {
    max-height: 75vh;
    overflow: hidden scroll;
    width: 93vw;
    margin: auto;
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
}

.l-backBtnContainer {
    bottom: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


.l-contentMenu {
    /*min-height: 50px;*/
    /*position: absolute;*/
    /*height: 80vh;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*z-index: 10;*/
    /*bottom: 3vh;*/

    /*min-height: 50px;*/
    /*position: relative;*/
    /*height: 100vh;*/
    /*z-index: 10;*/

    position: absolute;
    height: 90vh;
    z-index: 10;
    bottom: 0;
    width: 100%;
}


.contentMenu a,
.l-contentMenu a {
    text-decoration: none;
}


.contentMenu .item,
.l-contentMenu .item {
    font-family: OCPG-footlight;
    font-size: 18px;
    padding: 5px 0;
    letter-spacing: 2px;
    text-shadow: 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 10px #000, 0 0 15px #000, 0 0 10px #000 !important;
}


.contentMenu .item a,
.l-contentMenu .item a {
    text-decoration: none;
    color: white;
    display: inline-block;
    width: 100%;
}

.backBtnImg {
    width: 40px;
    height: 40px;
}

.backBtnLabel {
    color: var(--y-font-active);
    letter-spacing: 5px;
    padding: 9px;
}

.mbErrorMessage {
    font-family: "Times New Roman";
    font-size: 20px;
    color: var(--y-font-active);
}

.mbContentContainer {
    height: 73vh;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    z-index: 10;
    text-shadow: 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 10px #000, 0 0 15px #000, 0 0 10px #000 !important;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.l-mbContentContainer {
    height: 65vh;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    z-index: 10;
    text-shadow: 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 10px #000, 0 0 15px #000, 0 0 10px #000 !important;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.toggleMenuBtn {
    width: 50px;
    height: 50px;
    position: relative;
    /*top: 5px;*/
    /*right: 35px;*/
    cursor: pointer;
    z-index: 1000;
}

.toggleMenuBtnIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    font-size: 28px;
    transform: translate(-50%, -50%);
}

.mbContentTitle {
    font-size: 18px;
    z-index: 18;
    position: relative;
    text-shadow: 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 10px #000, 0 0 15px #000, 0 0 10px #000 !important;
    /*padding-left: 30px;*/
    width: 100%;

}

.mbViewVideo {
    cursor: pointer;
    font-size: 15px;
    width: 100px;
    z-index: 22;
    position: relative;
    text-shadow: 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 10px #000, 0 0 15px #000, 0 0 10px #000 !important;
    /*margin-left: 30px;*/
    text-align: center;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
}

.mbCellVideoContainer iframe {
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    height: 60vh;
}

.toggleTitleContainer {
    position: relative;
    /*margin-top: 40px;*/
}

.l-toggleTitleContainer {
    position: absolute;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    min-height: 60px;
}

.l-toggleTitleContainer .titleContainer {
    font-size: 18px;
    z-index: 18;
    text-shadow: 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 10px #000, 0 0 15px #000, 0 0 10px #000 !important;
    width: 50%;
    left: 45%;
    position: absolute;
    transform: translateX(-50%);
    text-align: center;
    bottom: 13px;
}

.l-toggleTitleContainer .btnContainer {
    position: absolute;
    right: 50px;
    bottom: 5px;
}

/***********************************************************************************************************************/
/***********************************************************************************************************************/
/******************** MOBILE DEVICES ***********************************************************************************/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
@media (max-width: 767px) {
    .mbMainLetterContainer {
        /*display: none;*/
    }
}