*
{
    pointer-events: all;
}

html,
body
{
    overflow: hidden;
}

@font-face {
    font-family: Roboto;
    src: url(assets/fonts/a8d6ac03c7b96b7acb6228ff2676139d.ttf);
}
@font-face {
    font-family: Roboto;
    src: url(assets/fonts/8be2d1487420548b3b8ddba68270b26b.ttf);
    font-weight: 300;
}

/* @font-face {
    font-family: Roboto;
    src: url(assets/fonts/Roboto-Bold.ttf);
    font-style: bold;
} */

@font-face {
    font-family: 'Roboto Condensed';
    src: url(assets/fonts/a6ce46bce0b2d8fe21eed84340288a9b.ttf);
}
/* @font-face {
    font-family: 'Roboto Condensed';
    src: url(assets/fonts/RobotoCondensed-Bold.ttf);
    font-style: bold;
} */
@font-face {
    font-family: 'Roboto Condensed';
    src: url(assets/fonts/a2108861e43b155db670aae05f1adbeb.ttf);
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url(assets/fonts/bdcc02520aa66233970b273b7614b744.ttf);
    font-style: italic;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url(assets/fonts/6048943918d007107cdd452c243f1eb1.ttf);
    font-style: italic;
    font-weight: 300;
}
.webUIParent{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: none;
    margin: 0;
    padding: 0;
    pointer-events: none;
}
.phoneUIParent{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: none;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

/* Intro panel */
.i-panel{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: none;
    margin: 0;
    padding: 0;
    background-color: #1A2962;
}

.i-topPanel{
    height: 95px;
    background-color: #FFFFFF;
    left: 0;
    right: 0;
}

.i-logoUNSW{
    position: absolute;
    top: 17px;
    left: 25px;
    width: 301px;
    height: 55px;
    pointer-events: none;
}
.i-logoTooheys{
    position: absolute;
    top: 25px;
    right: 32px;
    width: 159px;
    height: 48px;
    pointer-events: none;
}

.i-title{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 586px;
    height: 106px;
    text-align: center;
    font: normal normal normal 45px/53px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    pointer-events: none;
}

.i-description{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    overflow-y: hidden;
    width: 624px;
    height: 100px;
    text-align: left;
    font: normal normal normal 17px/23px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    pointer-events: none;
}

.p-i-topPanel{
    height: 72px;
    background-color: #FFFFFF;
    left: 0;
    right: 0;
}
.p-i-logoUNSW{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 194px;
    height: 36px;
    pointer-events: none;
}
.p-i-logoTooheys{
    position: absolute;
    top: 23px;
    right: 20px;
    width: 102px;
    height: 30px;
    pointer-events: none;
}

.p-i-title{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 114px;
    text-align: center;
    font: normal normal normal 28px/38px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    pointer-events: none;
}

.p-i-description{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 132px;
    text-align: left;
    font: normal normal normal 16px/22px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    pointer-events: none;
}


.p-i-start{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font: normal normal 300 22px/25px 'Roboto Condensed';
    bottom: 10%;
    letter-spacing: 3.92px;
    color: #FFFFFF;
    opacity: 1;
    cursor: pointer;
}
.p-i-LoadingPanel{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font: normal normal 300 22px/25px 'Roboto Condensed';
    bottom: 15%;
    letter-spacing: 3.92px;
    color: #FFFFFF;
    opacity: 1;
}

.p-i-LoadingBar{
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    text-align: center;
    /* background-color: #FFFFFF; */
    font: normal normal 300 22px/25px 'Roboto Condensed';
    width: max-content;
    height: 4px;
}

.i-credits{
    position: fixed;
    right: 32px;
    bottom: 24px;
    font: normal normal 300 20px/24px 'Roboto Condensed';
    text-align: right;
    letter-spacing: 2.8px;
    color: #FFFFFF;
    cursor: pointer;
}

.p-i-credits{
    position: fixed;
    right: 20px;
    bottom: 20px;
    font: normal normal 300 14px/17px 'Roboto Condensed';
    text-align: right;
    letter-spacing: 1.96px;
    color: #FFFFFF;
    cursor: pointer;
}

.i-start{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font: normal normal 300 28px/33px 'Roboto Condensed';
    bottom: 10%;
    letter-spacing: 3.92px;
    color: #FFFFFF;
    opacity: 1;
    cursor: pointer;
}

.i-LoadingPanel{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font: normal normal 300 28px/33px 'Roboto Condensed';
    bottom: 10%;
    letter-spacing: 3.92px;
    color: #FFFFFF;
    opacity: 1;
}

.i-LoadingBar{
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    text-align: center;
    /* background-color: #FFFFFF; */
    font: normal normal 300 28px/33px 'Roboto Condensed';
    width: max-content;
    height: 4px;
}
/* The main scene stuff */

.floatingUNSW{
    display: none;
    position:absolute;
    top: 24px;
    left: 24px;
    width: 330px;
    height: 25px;
    text-align: center;
    font: normal normal 300 22px/25px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    pointer-events: none;
}
.floatingTooheys{
    display: none;
    position:absolute;
    top: 24px;
    right: 24px;
    width: 300px;
    height: 25px;
    text-align: center;
    font: normal normal 300 22px/25px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    pointer-events: none;
}

.processTextClass{
    display: none;
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    width: max-content;
    height: 25px;
    text-align: center;
    font: normal normal 300 22px/25px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    pointer-events: none;
}
.p-processTextClass{
    display: none;
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    width: max-content;
    height: 25px;
    text-align: center;
    font: normal normal 300 14px/16px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    pointer-events: none;
}

.p-floatingUNSW{
    display: none;
    position:absolute;
    top: 12px;
    left: 12px;
    width: 118px;
    height: 32px;
    text-align: left;
    font: normal normal 300 14px/16px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    pointer-events: none;
}
.p-floatingTooheys{
    display: none;
    position:absolute;
    top: 12px;
    right: 12px;
    width: 93px;
    height: 25px;
    text-align: center;
    font: normal normal 300 14px/16px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    pointer-events: none;
}

.l-Panel{
    display: none;
    position: absolute;
    /* width: 250px;
    height: 300px; */
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 0.85;
    /* top: 100px;
    left: 200px; */
    top: 11%;
    left: 8%;
    width: 385px;
    /* height: 469px; */
    min-height: 469px;
}

.p-l-Panel{
    display: block;
    position: absolute;
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 0.85;
    /* top: 100px;
    left: 200px; */
    bottom: 0%;
    left: 3%;
    width: 93%;
    /* height: 469px; */
    min-height: 200px;
}

.orbitClose{
    position: absolute;
    width:42px;
    height: 42px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.l-PanelTitle{
    padding-top: 48px;
    padding-left: 32px;
    width: 321px;
    height: 28px;
    color: #ffffff;
    text-align: left;
    font: normal normal normal 24px/28px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.l-PanelDescription{
    padding-top: 24px;
    padding-left: 32px;
    width: 321px;
    text-align: left;
    font: normal normal 300 16px/24px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.listTitle{
    padding-top: 24px;
    padding-left: 32px;
    padding-bottom: 6;
    text-align: left;
    font: normal normal normal 16px/24px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}

.listItemClass{
    /* top: 400px;
    left: 140px; */
    /* width: 321px; */
    /* padding-bottom: 27px; */
    padding-left: 32px;
    height: 24px;
    width: fit-content;
    cursor: pointer; 
    text-align: left;
    text-decoration: underline;
    font: normal normal normal 18px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #C29315;
    opacity: 1;
}

.p-orbitClose{
    position: absolute;
    width:42px;
    height: 42px;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.p-minMax{
    position: fixed;
    padding-left: 100%;
    padding-top: 12px;
    width: 42px;
    height: 42px;
    /* top: 12px; */
    right: 62px;
    cursor: pointer;
}

.p-l-PanelTitle{
    padding-top: 54px;
    padding-left: 24px;
    width: 321px;
    height: 28px;
    color: #ffffff;
    text-align: left;
    font: normal normal normal 20px/24px 'Roboto Condensed';
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 1;
}

.p-l-PanelDescription{
    padding-top: 16px;
    padding-left: 24px;
    width: 83%;
    text-align: left;
    font: normal normal 300 15px/22px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.p-listTitle{
    padding-top: 16px;
    padding-left: 24px;
    padding-bottom: 16px;
    text-align: left;
    font: normal normal normal 16px/24px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}

.p-listItemClass{
    /* top: 400px;
    left: 140px; */
    /* width: 321px; */
    /* padding-bottom: 27px; */
    padding-left: 32px;
    padding-bottom: 6px;
    height: 24px;
    width: fit-content;
    cursor: pointer; 
    text-align: left;
    text-decoration: underline;
    font: normal normal normal 16px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #C29315;
    opacity: 1;
}

.p-startVideoButton{
    position: absolute;
    width:113px;
    height: 40px;
    bottom: 16px;
    /* padding-top: 31px; */
    /* padding-right: 40px; */
    /* padding-bottom: 20px; */
    /* padding-left: 224px; */
    right: 16px;
    cursor: pointer;
}



.listEmptySpace{
    height: 91px;
}
.p-listEmptySpace{
    height: 50px;
}

.startVideoButton{
    position: absolute;
    width:122px;
    height: 40px;
    bottom: 20px;
    /* padding-top: 31px; */
    /* padding-right: 40px; */
    /* padding-bottom: 20px; */
    /* padding-left: 224px; */
    left: 224px;
    cursor: pointer;
}
.creditsClass{
    position:absolute;
    width: 81px;
    height: 24px;
    bottom:28px;
    left: 30px;
    font: normal normal 300 21px/24px 'Roboto Condensed';
    letter-spacing: 1.47px;
    color: #FFFFFF;
    opacity: 1;
    cursor: pointer;
}
.p-creditsClass{
    display: none;
    position:absolute;
    width: 81px;
    height: 24px;
    bottom:16px;
    left: 32px;
    font: normal normal 300 21px/24px 'Roboto Condensed';
    letter-spacing: 1.47px;
    color: #FFFFFF;
    opacity: 1;
    cursor: pointer;
}

.btnNext{
    display: none;
    position: absolute;
    width: 46px;
    height: 69px;
    background: #60606000;
    font: normal normal normal 12px/14px 'Roboto Condensed';
    right:0;
    top:50%;
    color: #FFFFFF;
    cursor:pointer;
}

.btnNextImg{
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 6px;
    width: 20px;
    height: 40px;
}

.btnPrevImg{
    padding-right: 6px;
    padding-bottom: 15px;
    padding-left: 20px;
    width: 20px;
    height: 40px;
    
}

.btnPrev{
    display: none;
    position: absolute;
    
    width: 40px;
    height: 69px;
    background: #60606000;
    font: normal normal normal 12px/14px 'Roboto Condensed';
    text-align: right;
    left:0;
    top:50%;
    color: #FFFFFF;
    cursor:pointer;
}

.p-btnNext{
    display: none;
    position: absolute;
    width: 46px;
    height: 69px;
    background: #60606000;
    font: normal normal normal 12px/14px 'Roboto Condensed';
    right:0;
    top:5%;
    color: #FFFFFF;
    cursor:pointer;
}

.p-btnNextImg{
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 6px;
    width: 20px;
    height: 40px;
}

.p-btnPrevImg{
    padding-right: 6px;
    padding-bottom: 15px;
    padding-left: 20px;
    width: 20px;
    height: 40px;
    
}

.p-btnPrev{
    display: none;
    position: absolute;

    width: 40px;
    height: 69px;
    background: #60606000;
    font: normal normal normal 12px/14px 'Roboto Condensed';
    text-align: right;
    left:0;
    top:5%;
    color: #FFFFFF;
    cursor:pointer;
}

.videoClose{
    display: none;
    position:absolute;
    top:0;
    left: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    /* background: #ffffff */
}

.webgl
{
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
    margin: 0;
    padding: 0;
    touch-action: none;/* this specifically allows us to drag rotate videos with finger.*/
}

/* Video stuff */
.videoTitle{
    display: none;
    position: absolute;
    top:24px;
    left: 0px;
    width: 100%;
    text-align: center;
    font:normal normal 300 22px/25px 'Roboto Condensed';
    color: #FFFFFF;
    /* background-color: black; */
    opacity: 1;
}
.l-Audio {
    display: none;
    position: absolute;
    height: 95px;
    background: #40404000;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
}

.l-VideoBar{
    position: absolute;
    left: 40px;
    right: 40px;
    top: 7px;
    height: 4px;
    background-color: #cbcbcbA3;
}
.l-Scrubber{
    position: absolute;
    left: 40px;
    right: 40px;
    top: -10px;
    height: 40px;
    background-color: #cbcbcb00;
}
.l-VideoProgress{
    position: absolute;
    height: 4px;
    left: 0;
    right: 50%;
    opacity: 100%;
    background-color: #E6E6E6;
}

.vl-parent{
    display: none;
    position: absolute;
    width: fit-content;
    /* height: 44px; */
    bottom: 0px;
    height: 40px;
    text-align: center;
    font: normal normal normal 12px/14px 'Roboto';
    letter-spacing: 0px;
    /* background-color: aqua; */
    color: #FFFFFF;
    cursor: pointer;
}

.vl-bg{
    width: fit-content;
    height: 24px;
    background-color: black;
    border: 1px solid #FFFFFF;
    /* outline-color: white; */
    /* outline-width: 1px; */
}
.vl-Text{
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font: normal normal normal 12px/14px 'Roboto';
}
.vl-line{
    position: absolute;
    width: 1px;
    bottom: 5px;
    height: 10px;
    left: 50%;
    background-color: white;
    transform: translateX(-50%);
}
.vl-dot{
    position: absolute;
    width: 11px;
    height: 11px;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}

.l-AudioReset {
    position: absolute;
    width: 28px;
    height: 28px;
    left: 40px;
    bottom: 32px;
    cursor: pointer;
}
.l-AudioNext{
    position: absolute;
    width: 28px;
    height: 28px;
    left: 144px;
    bottom: 32px;
    cursor: pointer;
}

.l-AudioPlayPause {
    position: absolute;
    width: 28px;
    height: 28px;
    left: 92px;
    bottom: 32px;
    cursor: pointer;
}

.l-PlaybackTime {
    position: absolute;
    width: 86px;
    height: 21px;
    left: 192px;
    bottom: 35px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal normal 18px/21px 'Roboto Condensed';
}
/*  */

.p-videoTitle{
    display: none;
    position: absolute;
    top:16px;
    left: 0px;
    width: 100%;
    text-align: center;
    font:normal normal 300 14px/16px 'Roboto Condensed';
    color: #FFFFFF;
    /* background-color: black; */
    opacity: 1;
}
.p-l-Audio {
    display: block;
    position: absolute;
    background: #0000007f;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
}

.p-l-VideoBar{
    position: absolute;
    width: 56%;
    bottom: 36px;
    left: 26%;
    height: 4px;
    background-color: #cbcbcbA3;
}
.p-l-Scrubber{
    position: absolute;
    width: 56%;
    bottom: 16px;
    left: 26%;
    height: 40px;
    background-color: #cbcbcb00;
}
.p-l-VideoProgress{
    position: absolute;
    height: 4px;
    left: 0;
    right: 50%;
    opacity: 100%;
    background-color: #E6E6E6;
}

.p-l-AudioReset {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    cursor: pointer;
}
.p-l-AudioNext{
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    cursor: pointer;
}

.p-l-AudioPlayPause {
    position: absolute;
    width: 44px;
    height: 44px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.p-l-PlaybackTime {
    position: absolute;
    width: 70px;
    height: 16px;
    left: 20px;
    bottom: 28px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal normal 14px/16px 'Roboto Condensed';
}


.p-miniBox{
    display: none;
    position: absolute;
    right: 3%;
    bottom: 117px;
    width: 165px;
    height: 142px;
    background: #000000cc 0% 0% no-repeat padding-box;
    border-radius: 4px;
}

.p-infoImage{
    position:absolute;
    width: 18px;
    height: 18px;
    top: 8px;
    left: 8px;
}
.p-miniTitle{
    position: absolute;
    left: 32px;
    top: 9px;
    width: 133px;
    height: 17px;
    font: normal normal normal 14px/17px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #FFFFFF;
}
.p-thumbnail{
    position:absolute;
    left: 8px;
    bottom: 8px;
    /* top: 34px; */
    width: 149px;
    height: 100px;
    border: 1px solid #808080;
}

.fs-panel{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: none;
    margin: 0;
    padding: 0;
    background: #000000cc 0% 0% no-repeat padding-box;
}

.fs-title{
    width: max-content;
    padding-top: 80px;
    margin-left: auto;
    margin-right: auto;
    /* transform: translateX(-50%); */
    text-align: center;
    font: normal normal normal 16px/19px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #FFFFFF;
}

.fs-image{
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
    /* transform: translateX(-50%); */
    width: 703px;
    height: 470px;
}
.fs-close{
    position: fixed;
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
}

.fs-text{
    padding-top: 13px;
    margin-left: auto;
    margin-right: auto;
    width: 695px;
    height: 97px;
    text-align: left;
    font: normal normal 300 12px/18px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #FFFFFF;
}

.c-creditsPanel{
    display: none;
    position: fixed;
    /* height: 77%;
    width: 80%; */
    margin: auto;
    height: 591px;
    width: 1102px;
    background-color: black;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.c-title{
    position:fixed;
    top: 39px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font: normal normal normal 24px/24px 'Roboto';
    letter-spacing: 1.68px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.c-mainContent0{
    position: fixed;
    left: 76px;
    top: 92px;
    width: 250px;
    height: fit-content;
    font: normal normal 300 16px/22px 'Roboto';
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.c-mainContent1{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 92px;
    width: 250px;
    height: fit-content;
    font: normal normal 300 16px/22px 'Roboto';
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.c-mainContent2{
    position: fixed;
    right: 76px;
    top: 92px;
    width: 250px;
    height: fit-content;
    font: normal normal 300 16px/22px 'Roboto';
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.p-c-creditsPanel{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: none;
    margin: 0;
    padding: 0;
    background-color: #000010e8;
}

.p-c-title{
    position: fixed;
    top: 24px;
    left: 50%;
    width: fit-content;
    height: 29px;
    font: normal normal 300 24px/24px 'Roboto Condensed';
    color: #FFFFFF;
    transform: translateX(-50%);
    text-align: center;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    opacity: 1;
}

.p-c-mainContent{
    position: fixed;
    height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 250px;
    font: normal normal 300 16px/22px 'Roboto';
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.p-c-back{
    position: fixed;
    bottom: 23px;
    left: 23px;
    text-align: center;
    font: normal normal 300 22px/30px 'Roboto Condensed';
    letter-spacing: 3.08px;
    color: #FFFFFF;
    cursor: pointer;
}

.p-c-next{
    position: fixed;
    bottom: 23px;
    right: 23px;
    text-align: center;
    font: normal normal 300 22px/30px 'Roboto Condensed';
    letter-spacing: 3.08px;
    color: #FFFFFF;
    cursor: pointer;
}

.p-c-close{
    position: fixed;
    top: 12px;
    right: 12px;
    width: 42px;
    cursor: pointer;
}

.p-test{
    display: none;
    position: fixed;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    color: white;
}

.p-portraitForcer{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #1A2962;
    color: white;
}
.forceHolder{
    position: fixed;
    width: max-content;
    left: 50%;
    height: max-content;
    transform: translate(-50%,-50%);
    /* padding-bottom: 57px; */
    text-align: center;
    top: 50%;
}
.forcePlease{
    padding-bottom: 57px;
}
.forceInstruct{
    padding-top: 57px;
}

.ins-parent{
    position: fixed;
    width: 609px;
    height: 165px;
    bottom: 59px;
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
    text-align: center;
    font: normal normal 300 16px/24px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #FFFFFF;
}
.ins-mouseScroll{
    position: fixed;
    width: 100px;
    height: 56px;
    top: 37px;
    left: 73px;
}
.ins-mouseClick{
    position: fixed;
    width: 100px;
    height: 56px;
    top: 37px;
    right: 73px;
}
.ins-mouseDrag{
    position: fixed;
    width: 100px;
    height: 56px;
    top: 37px;
    left: 50%;
    transform: translateX(-50%);
}

.ins-scrollText{
    position: fixed;
    left: 56px;
    bottom: 37px;
    width: 134px;
}
.ins-dragText{
    position: fixed;
    bottom: 37px;
    width: 134px;
    left: 50%;
    transform: translateX(-50%);
}
.ins-clickText{
    position: fixed;
    right: 27px;
    bottom: 37px;
    width: 178px;
}
.ins-close{
    position: fixed;
    top: 12px;
    right: 12px;
    width: 42px;
    cursor: pointer;
}

.v-ins-parent{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 294px;
    height: 171px;
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 0.85;
}

.v-ins-mouseDrag{
    position: fixed;
    width: 100px;
    height: 56px;
    top:48px;
    left: 50%;
    transform:translateX(-50%)
}
.v-ins-text{
    position: fixed;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 135px;
    text-align: center;
    font: normal normal 300 16px/24px 'Roboto Condensed';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

/*# sourceMappingURL=main.css.map*/