.winp_osNone {overscroll-behavior: none; overflow: hidden; touch-action: none;}
.winp_hidden {visibility: hidden;}
.winp_fixed {position: fixed;}
.winp_full_screen {top: 0px; left: 0px; right: 0px; bottom: 0px;}
.winp_margin_screen {   
    top: 100px;
    left: 100px;
    right: 100px;
    bottom: 100px;}
.winp_top-0 {top: 0px;}
.winp_left-0 {left: 0px;}
.winp_right-0 {right: 0px;}
.winp_bottom-0 {bottom: 0px;}
.winp_backdrop-blur-sm {backdrop-filter: blur(4px);}
.winp_mx-auto {margin-left: auto; margin-right: auto;}
.winp_max-w-6xl { max-width: 96rem;}


@media screen and (max-width: 640px) {
    .winp_margin_screen {left: 0; right: 0; top: 0; bottom: 0;}
    .winp_sm_top-4 {top: 0rem;}
    .winp_sm_bottom-4 {bottom: 5rem;}
}


@media screen and (min-width: 641px) and (max-width: 1200px){
    .winp_max-w-6xl { max-width: 568px; }
}

#rti-ac-host {
    -webkit-box-shadow: 0 0 10px #1C1C1C;
    box-shadow: 0 0 10px #1C1C1C;
}
