<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Video Player */
.VideoPlayer {
    position: relative;
    width: 100%;
    height: auto;
}
.DelightXREmbedWrap{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.VideoPlayer:after{
    content: "";
    width: 100%;
    min-height: 1px;
    padding-bottom: 56.25%;
    position: relative;
    display: block;
}
.VideoPlayerPreview{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    user-select: none;
}
.VideoPlayerPreviewLoaded{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    background: #dedede;
}
.VideoPlayerPreviewLoaded .VideoPlayerPreviewLoadedImage{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    user-select: none;
    pointer-events: none;
}
.VideoPlayerPreviewQualityLogo{
    position: absolute;
    top: 20px;
    left: 25px;
    display: flex;
    font-size: 21px;
}
.VideoPlayerPreviewQualityLogo div:first-child{
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    border-top-left-radius: 6px;
    color: rgb(0, 0, 0);
    padding: 4px;
    font-weight: 600;
    font-size: 21px;
}
.VideoPlayerPreviewQualityLogo div:last-child{
    background: rgba(0, 0, 0, 0.6);
    border-bottom-right-radius: 6px;
    color: rgb(255, 255, 255);
    padding: 4px;
    font-weight: 600;
    font-size: 21px;
}
.btn_radiate.single-video-poster__play-btn{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.btn_radiate.single-video-poster__play-btn svg{
    color: var(--main-color);
}
.btn_radiate.single-video-poster__play-btn:before{
    content: "";
    border: 1px solid;
    width: 150%;
    height: 150%;
    border-radius: 100%;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    animation: 1s linear 0s infinite normal none running videomodule-anim;
    color: var(--main-color);
}
.btn_radiate.single-video-poster__play-btn svg{
    color: var(--main-color);
    width: 100%;
    height: 100%;
}
@keyframes videomodule-anim {
    0% {
        opacity: 1;
        transform: scale(0.68);
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}


.VideoPlayer #dl8-content-container {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
}
.VideoPlayer.videoFinished {
    #dl8-content-container &gt; div &gt; div &gt; div &gt; div[style*='margin-top']:last-of-type {
        display: none;
    }
    #dl8-content-container &gt; div &gt; div &gt; div &gt; div &gt; i.dl8Icon:before {
        content: "\E90D";
    }
    /*#dl8-content-container &gt; div &gt; div &gt; div &gt; div &gt; i.dl8Icon {*/
    /*    pointer-events: initial;*/
    /*}*/
}
.VideoPlayer #dl8-content-container &gt; div &gt; div &gt; div &gt; div &gt; div &gt; div &gt; .dl8FadeInUp {
    display: none;
}
.VideoPlayer #dl8-content-container &gt; div &gt; div &gt; canvas {
    filter: blur(0) !important;
}

/* Next Videos Player */
.DelightXREmbedWrap #dl8-content-container{
    font-family: inherit!important;
}
.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-inner {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item {
    pointer-events: all;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    --indentX: 80px;
    --indentY: 20px;
}
.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-link{
    text-decoration: none;
    line-height: 1;
    vertical-align: bottom;
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:hover .vr-player__next-video-poster {
    filter: brightness(1);
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(1) {
    transform: translate(calc(-100% - var(--indentX)), calc(-100% - var(--indentY)));
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(2) {
    transform: translate(calc(var(--indentX)), calc(-100% - var(--indentY)));
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(3) {
    transform: translate(calc(-100% - var(--indentX)), calc(var(--indentY)));
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(4) {
    transform: translate(calc(var(--indentX)), calc(var(--indentY)));
}

@media (max-width: 1023px) {
    .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item {
        --indentX: 20px;
        --indentY: 0.651041666666667vw;
    }
}

@media (orientation: landscape) {
    @media (max-width: 844px) {
        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item {
            --indentX: 9.478672985781991vw;
            --indentY: 0px;
            width: 264px;
        }

        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(1) {
            transform: translate(calc(-100% - var(--indentX)), calc(-50% - var(--indentY)));
        }

        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(2) {
            transform: translate(calc(var(--indentX)), calc(-50% - var(--indentY)));
        }

        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(3),
        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(4) {
            display: none;
        }
    }

    @media (max-width: 768px) {
        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item {
            width: 224px;
        }
    }
}

@media (orientation: portrait) {
    @media (max-width: 767px) {
        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item {
            --indentX: 2.607561929595828vw;
            --indentY: 0px;
            width: 264px;
        }

        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(1) {
            transform: translate(calc(-100% - var(--indentX)), calc(-50% - var(--indentY)));
        }

        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(2) {
            transform: translate(calc(var(--indentX)), calc(-50% - var(--indentY)));
        }

        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(3),
        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(4) {
            display: none;
        }
    }

    @media (max-width: 564px) {
        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item {
            width: 220px;
        }
    }

    @media (max-width: 464px) {
        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(1) {
            transform: translate(calc(-50%), calc(-50%));
        }

        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-item:nth-of-type(2) {
            display: none;
        }
    }

    @media (max-width: 375px) {
        .DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-poster-wrapper {
            padding-top: 50px;
        }
    }
}
.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-poster-wrapper {
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    cursor: pointer;
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-poster-wrapper.no-thumb {
    padding-top: 50px;
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-poster-wrapper .vr-player__next-video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    pointer-events: none;
    filter: brightness(0.75);
    transition: all 0.2s linear;
    border-radius: 6px;
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-info {
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #000, transparent);
    padding: 14px;
    cursor: pointer;
    border-radius: 0 0 5px 5px;
    pointer-events: none;
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-info.no-thumb {
    background: linear-gradient(90deg, #3f0c61 0%, #82014c 100%);
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-info .vr-player__next-video-duration,
.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-info .vr-player__next-video-title {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
}

.DelightXREmbedWrap #dl8-content-container .DelightXREmbedNextVideos .vr-player__next-video-info .vr-player__next-video-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 6px;
    flex: 1;
}

.list-view-loading
{
	background:url(e1305518/listview/loading.gif) no-repeat;
}

.list-view .summary
{
	margin: 0 0 5px 0;
	text-align: right;
}

.list-view .sorter
{
	margin: 0 0 5px 0;
	text-align: right;
}

.list-view .pager
{
	margin: 5px 0 0 0;
	text-align: right;
}

.list-view .sorter
{
	font-size: 0.9em;
}

.list-view .sorter ul
{
	display: inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.list-view .sorter li
{
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
}

.list-view .sorter a.asc
{
	background:url(e1305518/listview/up.gif) right center no-repeat;
	padding-right: 10px;
}

.list-view .sorter a.desc
{
	background:url(e1305518/listview/down.gif) right center no-repeat;
	padding-right: 10px;
}


@CHARSET "UTF-8";

.ias_loader, .ias_trigger {
	text-align:center;
}

.ias_trigger a:link,
.ias_trigger a:visited {
    padding: 4px 50px;

    background-color: #f9f9f9;
    border: solid 1px #ddd;
    border-radius: 2px;

    font: bold 12px Arial, sans-serif;
    color: #555;
    text-decoration: none;
}
/*
.ias_trigger a:hover,
.ias_trigger a:active {
    border-color: #ccc;
}*/


html{
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    background: #fafafa;
    color: #0d0d0d;
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    line-height: 1.25;
    min-width: 1366px;
}

h1 {
    margin-bottom: 10px;
    font-size: 29px;
}

h2 {
    margin: 30px 0 10px 0;
    font-size: 26px;
}

h3 {
    font-size: 19px;
    margin: 30px 0 0px 0;
    line-height: 1.33;
}

h2 a {
    color:  black;
}

a {
    cursor: pointer;
    color: red;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: black !important;
}

.externalLinkImg  {
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
}

.footerWrapper {
    border-top: 1px solid rgba(0,0,0,0.07);
    width: 100%;
    margin-top: 40px;
}

.footerContainer{
    padding-bottom: 5px;
}

.footerContainer a {
    color: black;
    font-size: 13px;
}

.footerContainer .subtleText {
    text-align: justify;
}

.menuFlex {
    display: flex;
    justify-content: space-between;
    text-align: justify;
    text-align-last: justify;
    padding: 0px;
    margin: 20px 0 15px;
    /*flex-wrap: wrap;*/
}
.menuFlex li {
    display: inline-block;
}

.ui-state-active {
    background-color: red !important;
    border: 1px solid red !important;
}

.subtleText {
    font-size: 12px;
    color: rgba(0,0,0,0.33);
}

.footerSublinks {
    text-align: right;
}

.footerSublinks li{
    display: inline-block;
    margin-left: 20px;
}
.copyrightText {
    float: left;
}

.footerSublinksWrapper {
    /*color: rgba(0,0,0,.35);*/
    background-color: rgba(0,0,0,.05);
}

.footerSublinks a {
     color: rgba(0,0,0,.35);
}

.footerSublinks {
    padding: 10px 0;
    font-size: 13px;
}

.footerSublinks ul {
    margin: 0;
}

.logo {
    display: inline-block;
    margin: 16px 0px 15px 1%;
    float: left;
    width: 35%;
    text-align: left;
}

.logo img{
    width: 160px;
}

.tile {
    width: 14.63%;
    margin: .45% 1%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.tile:hover a {
    color: red !important;
}

.tile:hover .ctaLink {
    color: black !important;
}

.tileCategory:hover a{
    color: red !important;
}

.studioWrapper:hover a {
    color: red !important;
}

.videoThumbnail {
    border-radius: 5px;
    width: 100%;
}

.videoPreview {
    position: relative;
    -webkit-box-shadow: 5px 15px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 15px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 5px 15px 20px 0px rgba(0,0,0,0.15);
    font-size: 0;
    border-radius: 5px;
}

.videoPreview a img {
    position: relative !important;
    z-index: 1;
}

.videoPreview a video {
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 3;
    height: auto !important;
    width: 100%  !important;
}

.videoDescription {
    margin-top: 7px;
}

.videoDescription a {
    color: black;
    display: block;
    margin-top: 5px;
    text-transform: capitalize;
}

.videoDescription a.ctaLink {
    color: rgba(0,0,0,.4);
    display: block;
    font-size: 12px;
}

.previewSpinner {
    opacity: 0 !important;
}

.videoInfo {
    background-color: rgba(0,0,0,.5);
    color: white;
    display: inline-block;
    padding: 4px 7px 4px 5px;
    border-radius: 3px;
    position: absolute;
    bottom: 7px;
    right: 7px;
    font-size: 12px;
    z-index: 2;
}

.items {
    font-size: 0;
    margin: 0 -0.9%;
}

.topnav {
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.03);
    margin-bottom: 25px;
    background: white;
    height: 64px;
}

.topnavLinks {
    float: right;
    margin: 23px .5%;
    width: 37%;
    text-align: right;
    padding-left: 0;
}

.topnavLinks li {
    display: inline-block;
    margin-left: 4%;
}

.seeallWrapper {
    float: right;
    font-size: 15px;
    position: relative;
    top: -10px;
    background-color: #fff0f0;
    border-radius: 5px;
    margin-right: .4%;
}

.seeallBig a {
    width: 100%;
}

h1 .seeallWrapper {
    top: 0px;
    left: .6%;
}

.seeallWrapper a {
    padding: 10px 11px 8px 16px;
    display: inline-block;
    color: red;
}

.pager li a, ul.yiiPager a:link, ul.yiiPager a:visited {
    font-weight: normal;
    padding: 12px 2.5%;
}

ul.yiiPager .first, ul.yiiPager .last {
    display: inline;
}

ul.yiiPager li.previous , ul.yiiPager li.next {
    display: none;
}

.list-view .pager {
    margin: 30px auto 0px;
    text-align: center;
    font-size: 0;
    padding: 0;
}

.pager a {
    font-size: 18px;
    padding: 23px 18px;
    color: red;
    display: inline-block;
    background-color: #ffe1e1;
    margin: 2px;
    vertical-align: bottom;
    border-radius: 6px;
    font-weight: 400;
}

.inactivePagination {
    color: #bbb !important;
    background-color: #f1f1f1 !important;
    cursor: auto !important;
}

.inactivePagination:hover {
    color: #bbb !important;
}

.activePagination:hover {
    color: #ff6a6a !important;
}

.pager img {
    display: none;
}

.activePagination {
    opacity: .3;
    cursor: auto;
}

.paginationPageWrap {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: auto;
    display: inline-block;
}

.paginationPageWrap::-webkit-scrollbar {
    display: none;
}

.paginationPageWrap {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.list-view .summary {
    position: relative;
    top: -5px;
}
.joinLink {
    background-color: red;
    color: white !important;
    padding: 11px 13px;
    border-radius: 5px;
    box-shadow: 3px 5px 8px rgba(255, 0, 0, 0.25);
}

.joinLink:hover {
    color: white !important;
}

/*#yw0 .homeScreen:first-child {
    float: right;
    width: 31.5%;
    margin: .43% 1% .43% .43%;
}

#yw0 .homeScreen:first-child img {
    height: 31.2vw;
}*/

.topnavLinks li a {
    color: black;
}

.vrPlayer {
    /*height: 690px;*/
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: -15px;
}

#container {
    font-size: 62.5%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    height: 100%;
}

#vrPlayerContainer {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.titleWrapper {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.titleWrapper h2 {
    margin: 15px 0 2px;
    width: 80%;
    height: 33px;
    overflow: hidden;
    text-transform: capitalize;
}

.titleWrapper .joinLink {
    width: 13.7%;
    text-align: center;
    float: right;
    position: relative;
    top: -25px;
    box-shadow: 3px 5px 10px rgba(255, 0, 0, 0.33);
}

.joinLinkStudio {
    padding: 20px 30px;
    background-color: #ffe1e1;
    border-radius: 5px;
    margin-top: 0;
    display: inline-block;
    margin-left: 1%;
    font-weight: 600;
}

.videoInfoCell {
    margin-right: 30px;
    padding-bottom: 20px;
    display: inline-block;
}

.downloadLink {
    float: right;
}

.videoDesc {
    margin-bottom: 15px;
}

.player .progress-bar, .soundControlProgress {
    background: red;
}

#enterVrBtn, #exitVrBtn {
    background-color: red;
    color: white;
    border-radius: 2px;
    font-family: Arial, sans-serif !important;
    padding: 5px 7px 5px 34px;
    top: 2px;
}

.topnavSearch {
    display: inline-block;
    text-align: center;
    width: 350px;
    font-size: 0;
    vertical-align: top;
    position: relative;
    top: 13px;
}

.algolia-autocomplete {
    width: 83%;
}

.topnavSearchInput {
    border: none;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    font-size: 15px;
    display: inline-block;
    width: 270px;
}

.topnavSearchInput:focus , .topnavSearchSubmit:focus {
    outline: none;
}

.topnavSearchSubmit {
    border: none;
    background-color: #f7f7f7;
    padding: 11px 0;
    border-radius: 0 5px 5px 0;
    position: relative;
    cursor: pointer;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    width: 30px;
    left: -1px;
}

.ui-menu .ui-menu-item {
    padding: 3px;
}

ul.ui-widget.ui-widget-content {
    width: 336px;
    top: 50px;
    left: 798.234px;
    display: none;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px;
    font-size: 15px;
}

.headsetTile {
    border-radius: 4px;
    width: 22.85%;
    display: inline-block;
    margin: 1%;
    font-size: 15px;
    height: 130px;
    box-shadow: 5px 10px 25px rgba(0,0,0,0.03);
    background: white;
}

.headsetInstructions {
    font-size: 0;
}

.headsetTileLeft {
    width: 24%;
    display: inline-block;
    margin: 25px 2% 0 4%;
    vertical-align: top;
    max-width: 110px;
}

.headsetTileRight {
    margin: 2%;
    width:60%;
    display: inline-block;
}

.headsetInstructions {
    margin: 0 -1%;
}

.headsetTileLeft img {
    width: 100%;
}

.headsetTileTitle {
    margin-top: 25px;
}

.headsetTile {
    vertical-align: top;
}

.howToTabs {
    font-size: 15px;
    cursor: pointer;
    color: red;
    padding: 20px;
    background-color: #fff0f0;
    display: inline-block;
    font-weight: bold;
}

.activeHowSection {
    background-color: black;
    color: white;
}

.tabsContainer {
    margin: 1%;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
}

.studioWrapper {
    width: 14.66%;
    margin: 1%;
    display: inline-block;
    cursor: default;
    vertical-align: top;
}

.studioWrapper a {
    font-size: 14px;
}

.studioInfoWrapper .studioWrapper a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.studioWrapper img , .tileCategoryImage img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 5px 10px 20px rgba(0,0,0,0.05);
}


.titleLink {
    display: block;
    margin: 5px 0 0;
    color: black;
}

.studioWrapper .subtleText {
    margin-top: 5px;
}

.needHeadsetWrapper {
    padding: 20px;
    background: #ffe8e8;
    margin: 30px 2px;
    display: inline-block;
    border-radius: 4px;
}

.needHeadsetWrapper h3 {
    margin: 0 0 5px;
}

.needHeadsetText {
    width: 560px;
    display: inline-block;
}

.needHeadsetLink {
    vertical-align: top;
    background: red;
    border-radius: 5px;
    display: inline-block;
}

.needHeadsetLink a {
    color: white;
    padding: 15px 25px;
    display: inline-block;
}

.needHeadsetLink a:hover {
    color: white !important;
}

.tileCategory {
    width: 14.63%;
    margin: .66% 1%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.tileCategoryImage {
    height: 186px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 5px 10px 20px rgba(0,0,0,0.1);
}

.tileCategoryTitle a {
    color: black;
    font-size: 14px;
}

ul {
    list-style: none;
}

.categoriesList {
    display: inline-block;
    width: 11%;
    padding: 0;
    margin-right: 2%;
    vertical-align: top;
    margin-top: 0;
}

.categoriesListRow {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 10px 0;
}

.categoriesListRow:hover {
    border-bottom: 1px solid red;
}

.categoriesList a {
    color: black;
}

.categoriesList a:hover {
    color: red;
}

.categoriesListRow img {
    width: 8px;
    float:right;
    position: relative;
    top: 1px;
}

.categoryVideos {
    width: 86%;
    display: inline-block;
}

.categoryVideos .tile {
    width: 18%;
}

.categoryVideos h1 {
    margin-top: 0px;
}

.resultsCount {
    float: right;
    margin-top: -25px;
}

.searchPageTitle {
    width: 50%;
    display: inline-block;
}

.empty{
    width: 98%;
    display: block;
    padding: 30px 0;
    background-color: rgba(0,0,0,.03);
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    margin: 20px 1%;
}

.sk-fading-circle .sk-circle:before {
    background-color: red !important;
}

.viewMore {
    text-align: center;
    margin-top: 20px;
}

.viewMore a{
    background-color: #fff0f0;
    padding: 20px 200px;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
}

.headsetSteps {
    padding-left: 17px;
    line-height: 1.5;
}

.headsetPicture {
    float: right;
    height: 250px;
    position: relative;
    margin-top: -60px;
}

.hiddenSummary .summary {
    display: none;
}

.studioInfoWrapper {
    font-size: 15px;
    margin: 5px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
}

.studioInfoWrapper .studioWrapper {
    margin: 0;
    display: inline;
}

.studioInfoWrapper .studioWrapper img {
    width: 14.8%;
}

.studioInfoWrapper .titleLink {
    font-size: 32px;
    font-weight: 600;
}

.studioInfoWrapper .studioTileText {
    display: inline-block;
    vertical-align: top;
    margin-left: 1.7%;
    margin-top: 0;
}

.howToSeoimg {
    margin-top: 40px;
    border-radius: 6px;
}

.footerContainer , .footerSublinks, .siteContent {
    width: 94%;
    margin: 0 auto;
}

.videoPreview video {
    position: relative;
}

.aa-dropdown-menu div {
    text-align: left;
    background-color: white;
}

.aa-dataset-1 {
    padding: 0;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.aa-dataset-1 div {
    padding: 8px 11px;
    width: 296px;
    cursor: pointer;
    font-size: 14px;
}

.aa-dataset-1 div:last-child {
    border-bottom: none !important;
}

.aa-cursor {
    background-color: red !important;
    color: white !important;
}

.videoPreview video{
    z-index: 3;
}

.videoPreview  {
    z-index: 2;
    overflow: hidden;
}

.player .time {
    margin-top: 7px !important;
}

.player .play-pause {
    top: 17px !important;
}

.studioViewsInfo {
    margin-bottom: 1vw;
}

.studioViewsImg {
    width: 15%;
    display: inline-block;
    vertical-align: middle;
}

.studioViewsImg img {
    width: 100%;
    border-radius: 6px;
}

.studioViewsInfo h1 {
    line-height: .8;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    margin-left: 1%;
}

#settingPopup ul li.active {
    background-color: red !important;
    color: white !important;
}

#settingPopup h2 {
    color: white !important;
}

#settingPopup ul li {
    border-radius: 3px !important;
}

#settingPopup hr {
    display: none;
}
.siteTopper {
    text-align: center;
    font-size: 14px;
    background: red;
    color: white;
    padding: 20px;
}
.siteTopper a{
    color:#fff;
}

.description {
    margin-bottom: 30px;
}


.header-studios {
    background-color: #1b1b1b;
    padding: 10px;
    border-bottom: 1px solid #3a3a3a;
}

.header-studios ul li a {
    padding: 5px 0;
    font-weight: normal;
    color: #bbb;
}
.header-studios ul li a:hover {
    color: white !important;
}

.list-justify ul  {
    padding: 0;
    list-style: none;
    text-align: justify;

    /* ÐžÐ±Ð½ÑƒÐ»ÑÐµÐ¼ Ð´Ð»Ñ Ñ€Ð¾Ð´Ð¸Ñ‚ÐµÐ»Ñ*/
    line-height: 0;
    font-size: 1px; /* 1px Ð´Ð»Ñ Opera */

    /* Ð›ÐµÐºÐ°Ñ€ÑÑ‚Ð²Ð¾ Ð´Ð»Ñ IE6-7*/
    text-justify: newspaper;
    zoom: 1;

    /* Ð’ÐºÐ»ÑŽÑ‡Ð°ÐµÐ¼ Ð² Ñ€Ð°Ð±Ð¾Ñ‚Ñƒ Ð¿Ð¾ÑÐ»ÐµÐ´Ð½ÑŽÑŽ ÑÑ‚Ñ€Ð¾ÐºÑƒ*/
    text-align-last: justify;
    width: 1200px;
    margin: 0 auto;
}

.list-justify ul:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
.list-justify ul li {
    width: auto;
    height: 100%;
    display: inline-block;
    text-align: left;
    line-height: normal;
    font-size: 13px;
    font-weight: bold;
    vertical-align: top;
}


body {
    min-width: 320px;
}

h1 {
    margin-bottom: 5px;
    font-size: 24px;
}

.tile, #yw0 .homeScreen:first-child {
    margin: 1% 2%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.tile {
    width: 46%;
}

.categoryVideos .tile {
    width: 46%;
}

#yw0 .homeScreen:first-child img {
    height: auto;
}

.videoDescription {
    margin-top: 7px;
    height: 60px;
}

.tabsContainer {
    margin: 1% auto;
    display: block;
    width: 98%;
    max-width: 354px;
}

.videoDesc {
    margin-bottom: 20px;
}

.videoDescription a {
    max-height: 33px;
    overflow: hidden;
    text-transform: capitalize;
}

.seeallWrapper {
    float: right;
    font-size: 15px;
    position: relative;
    top: -5px;
    width: 84px;
    text-align: center;
}

.seeallBig {
    margin: 15px 0 25px 0;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    float: none;
    display: block;
}

.seeallBig a {
    padding: 23px 0px 22px 0px;
}

.seeAllSection {
    margin-top: 5px;
}

.mobileHidden {
    display: none !important;
}

.studioWrapper {
    width: 48%;
    margin: 1%;
    text-align: center;
}

.copyrightText, .footerSublinks {
    font-size: 12px;
}

.footerSublinks li {
    margin-left: 2%;
}

h1 {
    line-height: 1.1;
}

h2 {
    font-size: 24px;
    margin-left: 2px;
}

h2 a {
    color: black;
}

.logo {
    margin: 21px 0px 16px 3.5%;
}

.topnavLogo {
    display: block;
    text-align: left;
    height: 69px;
}

.joinLink {
    float: right;
    margin: 15px 4%;
}

.studioViewsImg {
    width: 100%;
}

.topnavSearch {
    margin: 0;
    width: 100%;
    text-align: left;
    background-color: #f7f7f7;
    top: 0;
}

.tabsWrapper {
    margin: 0 -1%;
}

.topnavSearchSubmit img {
    width: 20px;
}

.algolia-autocomplete {
    width: calc(100% - 42px);
}

.topnavSearch form {
    font-size: 0;
}

.topnavSearchInput {
    border: none;
    padding: 15px 4vw;
    border-radius: 0;
    width: calc(100% - 8vw);
    font-size: 15px;
    vertical-align: top;
    background: transparent;
}

.topnavLinks {
    float: none;
    margin: 0;
    width: 100%;
    text-align: justify;
    background-color: black;
    padding: 15px 0 9px;
}

.topnavLinks li a {
    color: white;
    font-size: 13px;
    position: relative;
    top: -1px;
}

.topnavLinks li a:hover {
    color: red !important;
}

.topnavLinks img {
    width: 18px;
    position: relative;
    top: 0px;
}

.topnavSearchSubmit {
    width: 42px;
    padding: 0;
    height: 100%;
    text-align: center;
    padding: 15px 0 9px;
    float: right;
}

.searchIcon, .cancelIcon {
    padding-right: 4vw;
}

.tileCategory {
    width: 46%;
    margin: 0.66% 2% 4%;
}

.tileCategoryImage {
    margin-bottom: 10px;
}

.titleWrapper h1 {
    margin: 13px 0 0 -1px;
    width: 90%;
    max-height: 25px;
    overflow: hidden;
    display: inline-block;
    text-transform: capitalize;
}

.titleWrapper {
    padding-bottom: 0;
}

.downloadLink img {
    width: 17px;
    height: 17px;
    top: 7px;
    /* right: 4px; */
}

.videoInfoBlock {
    width: 19%;
    display: inline-block;
}

.videoInfoCell {
    font-size: 14px;
    padding-bottom: 14px;
}

.titleWrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 13px;
}

.videoDesc {
    margin-top: 15px;
}

.showInfoImg {
    text-align: center;
    height: 10px;
    margin-bottom: 9px;
    border-top: 1px solid lightgray;
}

.showInfoImg img {
    transform: rotate(90deg);
    padding: 15px;
    width: 7px;
    position: relative;
    top: -21px;
    background-color: #fafafa;
    z-index: 2;
}

.hiddenDescription {
    display: none;
}

.linksRow {
    margin-bottom: 15px;
}

.flippedArrow {
    transform: rotate(270deg) !important;
}

.launchVRModeButton {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    padding: 6px 6px 6px 6px;
    text-decoration: none;
    display: inline-block;
    color: #fff !important;
    background: #fe0000 !important;
    margin: 6px;
}

.viewMore a {
    width: 98%;
    padding: 20px 0;
    margin: 1%;
}

.empty {
    padding: 20px 0;
    color: #999999;
}

.resultsCount {
    float: left;
    margin: 1% 0;
    font-size: 13px;
    color: rgba(0, 0, 0, .4);
    width: 100%;
}

.list-view .summary {
    text-align: left;
}

.tileCategoryImage {
    height: 40vw;
}

.categoriesList {
    display: none;
}

.categoryVideos {
    width: 100%;
}

.tileCategoryTitle a {
    width: 100%;
    display: block;
}

img.cancelIcon {
    width: 18px;
    position: relative;
    top: 0px;
}

.hiddenElement {
    display: none !important;
}

.iconVR {
    font-size: 21px;
    margin: 1px 11px 1px 7px;
}

.iconPlay {
    font-size: 24px !important;
    line-height: 28px !important;
    margin-right: 0px !important;
}

.launchVRModeButton {
    padding-right: 15px;
}

.viewMore {
    text-align: center;
    font-weight: bolder;
}

.vrPlayer {
    height: auto;
    margin-bottom: 0px;
}

#mobileInPagePlayerContainer #vrPlayerContainer {
    width: 100%;
    margin: 0px;
    font-size: 0;
}

.joinLinkStudio {
    padding: 15px 0;
    float: none;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin: 0 0 15px;
}

.studioInfoWrapper {
    margin: 0 0 10px 0;
    background-color: transparent;
    margin-top: -20px !important;
}

.studioInfoWrapper .studioWrapper {
    width: 96%;
    margin: 0 2%;
    margin-top: 15px;
}

.studioInfoWrapper .studioTileText {
    margin-left: 0%;
}

.studioInfoWrapper .studioWrapper img {
    width: 100%;
}

.studioInfoWrapper .studioWrapper a {
    font-size: 24px;
}

.needHeadsetText {
    width: 100%;
}

.needHeadsetLink {
    margin-top: 15px;
    width: 100%;
}

img.headsetPicture {
    float: none;
    height: 250px;
    position: relative;
    margin-top: -60px;
    margin: -12px auto 15px auto;
    display: block;
}

.videoWrapper {
    width: 100%;
    border-radius: 6px;
    margin-top: 30px;
}

.downloadLink {
    margin-top: 21px;
}

.howToTabs {
    font-size: 14px;
    width: 33.333%;
    padding: 15px 0;
    text-align: center;
}

.needHeadsetWrapper {
    margin: 15px 2px 0;
    text-align: center;
}

.headsetTile {
    width: 98%;
    border-radius: 5px;
    font-size: 14px;
    height: 115px;
}

.items {
    margin: 0 -1.9%;
}

.headsetTileTitle {
    margin-top: 13px;
    margin-bottom: 8px;
}

.headsetTileLeft {
    margin-top: 18px;
}

.headsetTileTitle .subtleText {
    width: 90%;
}

a.belowVideoCTA {
    width: 100%;
    display: block;
    float: none;
    margin: 20px 0 25px;
    z-index: 3;
    position: relative;
    text-align: center;
    padding: 15px 0;
}

.infoSubTitle {
    margin-top: 5px;
}

.howToSeoimg {
    width: 100%;
    border-radius: 6px;
}

.videoPreview {
    position: relative;
}

.fullLengthWrapper .tile, #yw0 .homeScreen:first-child {
    margin: 0;
    padding: 0.2% 0.2% 0;
}

.slick-list {
    margin: 0 -2% !important;
}

.slick-slide img {
    border-radius: 6px !important;
}

.slick-list .videoInfo {
    bottom: 7px;
}

.footerLinksMobile {
    padding: 0;
    font-size: 0;
    margin-top: 15px;
}

.footerLinksMobile li {
    width: 24%;
    margin-left: 1%;
    text-align: center;
    display: inline-block;
    padding: 8px 0;
    background-color: #ededed;
    border-radius: 3px;
}

#firstButtonFooter {
    width: 25%;
    margin-left: 0%;
}

.footerLinksMobile li a {
    font-size: 11px !important;
}

.topnav {
    text-align: center;
    margin-bottom: 15px;
    height: auto;
    float: none;
}

#searchForm {
    background-color: white;
    border-bottom: 1px solid #e6e6e6;
}

.topnavSearchSubmit {
    background-color: transparent;
}

.aa-dataset-1 div {
    width: 100%;
    display: block;
    padding: 10px 4vw;
}

.aa-dataset-1 {
    width: 100%;
}

.aa-dropdown-menu {
    width: calc(100% + 42px);
}

.studioViewsImg img {
    width: 100%;
    border-radius: 6px;
}

.studioViewsInfo h1 {
    line-height: .9;
    margin: 7px 0 12px;
    text-align: center;
    display: block;
}

.videosRelatedWrapper .videos {
    margin: 0;
}

.ias_trigger a:link, .ias_trigger a:visited {
    padding: 22px 0 23px;
    background-color: #fff0f0;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    color: red;
    text-decoration: none;
    width: 96%;
    display: block;
    margin: 10px auto;
}

.pager li a, ul.yiiPager a:link, ul.yiiPager a:visited {
    font-weight: normal;
    padding: 12px 2.5%;
}

ul.yiiPager .first, ul.yiiPager .last {
    display: inline;
}

ul.yiiPager li.previous, ul.yiiPager li.next {
    display: none;
}

.list-view .pager {
    margin: 10px auto 0px;
    text-align: center;
    font-size: 0;
    padding: 0;
}

.pager a {
    font-size: 15px;
    padding: 15px 14px;
    color: red;
    display: inline-block;
    background-color: #ffe1e1;
    margin: 2px;
    vertical-align: bottom;
    border-radius: 6px;
    font-weight: 400;
}

.pager img {
    display: none;
}

.activePagination {
    opacity: .3;
}

.paginationPageWrap {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: 201px;
    display: inline-block;
}

.paginationPageWrap::-webkit-scrollbar {
    display: none;
}

.paginationPageWrap {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.slick-slider {
    margin: 0 -1.1% !important;
}

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

    .headsetTileRight {
        margin-top: 15px
    }

    .tile {
        width: 29.333%;
    }

    #yw0 .homeScreen:first-child {
        width: 29.333%;
    }

    .categoryVideos .tile {
        width: 29.333%;
    }

    .tileCategory {
        width: 29.333% !important;
    }

    .tileCategoryImage {
        height: 23vw;
    }

    .studioWrapper {
        width: 29.33%;
        margin: 1% 2%;
    }

    .headsetTileTitle {
        margin-top: 15px;
    }

    .studioInfoWrapper .studioWrapper img {
        display: none;
    }

    .studioInfoWrapper .studioWrapper {
        width: 96%;
        margin: 0px 2%;
    }

    img.headsetPicture {
        float: right;
    }

    .studioViewsImg {
        width: 31%;
        display: inline-block;
    }

    .studioViewsInfo .joinLinkStudio {
        width: 200px;
        vertical-align: top;
        margin-top: 2.2vw;
    }

    .studioViewsInfo h1 {
        display: inline-block;
        margin: 3.5vw 1%;
        padding: 0;
        font-size: 19px;
        vertical-align: top;
        text-align: left;
    }

    .paginationPageWrap {
        width: auto;
    }

    .pager a {
        padding: 15px 12px;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 35px !important;
        line-height: 0 !important;
        opacity: 1 !important;
        color: red !important;
        position: relative !important;
        top: 10px !important;
        left: -5px !important;
    }

    .slick-prev {
        left: 1.5% !important;
    }

    .slick-next {
        right: 0.9% !important;
    }

    .slick-prev, .slick-next {
        width: 27px !important;
        height: 27px !important;
        background: white !important;
        border-radius: 100px !important;
        z-index: 3 !important;
        top: 38% !important;
    }
}

.mainError h2 {
    font-size: 14px;
    text-align: center !important;
    margin-top: 10px;
}

.mainError p {
    text-align: center !important;
    font-size: 12px;
}

.siteTopper {
    text-align: center;
    font-size: 14px;
    background: red;
    color: white;
    padding: 15px;
}

.siteTopper a {
    color: #fff;
}

/*! jQuery UI - v1.12.1 - 2018-04-15
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}

/*! jQuery UI - v1.12.1 - 2018-04-15
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:16px}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("../themes/vrpornlist/assets/css/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("../themes/vrpornlist/assets/css/images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("../themes/vrpornlist/assets/css/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("../themes/vrpornlist/assets/css/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("../themes/vrpornlist/assets/css/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("../themes/vrpornlist/assets/css/images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("../themes/vrpornlist/assets/css/images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../js/slick/./fonts/slick.eot');
    src: url('../js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('../js/slick/./fonts/slick.woff') format('woff'), url('../js/slick/./fonts/slick.ttf') format('truetype'), url('../js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â†';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'â†’';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*Custom CSS*/

.slick-slide {
    padding: 15px;
    outline: none;
}

.slick-slide img {
    display: block;
    width: 100%;
    border-radius: 4px 4px 0 0;
}

.videoCarousel .slick-slide {
    padding: 10px;
}

.videoCarousel .slick-slide img{
    opacity: 1;
}

@media screen and (max-width: 600px) {
    .slick-slide {
        padding: 13px;
    }
    
    .videoCarousel .slick-slide {
        padding: 5px !important;
    }
}

/* Age gate*/
body.show-age-gate{
    overflow: hidden;
}
#age-gate-holder{}
.age-wrapper{
    background-image: url("/css/images/age-gate-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    padding: 20px 25px;
    box-sizing: border-box;

    @media (max-width: 1000px){
        padding: 20px 20px;
    }
}
.age-wrapper *{
    box-sizing: border-box;
}
.age-header{
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
}
.age-header-logo{
    position: relative;
    width: auto;
    max-width: 100%;
}
.age-header-logo a{
    display: inline-block;
    line-height: 1;
    vertical-align: bottom;
}
.age-header-logo svg{
    position: relative;
    display: inline-block;
    line-height: 1;
    vertical-align: bottom;
    width: 120px;
    height: 32px;
    max-width: 100%;
}
.age-form-wrap{
    position: absolute;
    left: 50%;
    top: calc(50% + 20px);
    transform: translate(-50%, -50%);
    width: 714px;
    max-width: calc(100% - 20px - 20px);
    height: auto;
    max-height: calc(100svh - 80px);
    background: transparent;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
}
.age-form-inner{
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 56px 56px 30px 56px;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    @media (max-width: 1000px){
        padding: 30px 20px 30px 20px;
    }
}
.age-form-header{
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    flex: 0 0 auto;
    flex-shrink: 0;
    @media (max-width: 1000px){
        margin-bottom: 20px;
    }
}
.age-form-bottom{
    position: relative;
    width: 100%;
    flex: 0 0 auto;
    flex-shrink: 0;
}
.age-form-title{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    margin: 0;
}
.age-form-content{
    position: relative;
    width: 100%;
    overflow-y: auto;
    padding: 0 10px;
    height: auto;
    flex: 1;
    flex-grow: 1;
}
.age-form-content::-webkit-scrollbar {
    width: 2px;
}
.age-form-content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
}
.age-form-content::-webkit-scrollbar-thumb {
    background: #fff;
}
.age-form-content::-webkit-scrollbar-thumb:hover {
    background: #fff;
}
@-moz-document url-prefix() {
    .age-form-content{
        scrollbar-width: thin;
        scrollbar-color:  #fff rgba(255, 255, 255, 0.2);
    }
}
.age-content-text,
.age-content-text p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}
.age-form-content p{
    margin-bottom: 16px;
}
.age-form-content a{
    transition: all .1s ease;
    text-decoration: underline;
}
.age-form-content a:hover{
    color: #fff!important;
    transition: all .1s ease;
}
.color-light-white{
    color: #FFFFFF99!important;
}
.color-light-white a{
    color: #FFFFFF99!important;
}
.fw-500 {
    font-weight: 500!important;
}
.mt-16{
    margin-top: 16px!important;
}
.mb-0{
    margin-bottom: 0!important;
}
.age-form-ul{
    position: relative;
    width: 100%;
    list-style: disc;
    padding-left: 20px;
    margin: 0;
    padding-right: 0;
}
.age-form-ul li{
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    list-style-image: none;
    padding-left: 3px;
    padding-bottom: 0;
}
.age-gate-form{
    position: relative;
    width: 100%;
    margin-top: 30px;
    @media (max-width: 1000px){
        margin-top: 20px;
    }
}
.age-form-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
    @media (max-width: 1000px){
        margin-top: 20px;
    }
}
.age-form-buttons input[type=submit]{
    background: #272727;
    color: #fff;
    border-radius: 6px;
    border: 0 none;
    cursor: pointer;
    padding: 8px 24px 8px 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    width: auto;
    min-width: 130px;
    line-height: 24px;
    display: inline-block;
    margin-top: 0px;
    -webkit-appearance: button;
    transition: all .1s ease;
}
.age-form-buttons input[type=submit].highlight{
    background: #FF00AA;
}
.age-form-buttons input[type=submit]:hover{
    transition: all .1s ease;
    box-shadow: 0 0 10px -5px rgb(255 255 255 / 10%);
}
.age-form-buttons input[type=submit]:focus{
    outline: 1px solid #fff!important;
}


/* Info Pages */
.infoSectionContainer {
    width: 1557px;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}
@media screen and (min-width: 2040px) {
    .infoSectionContainer {
        width: 1976px;
    }
}
@media screen and (min-width: 1780px) and (max-width: 2039px) {
    .infoSectionContainer {
        width: 1694px;
    }
}
@media screen and (min-width: 1500px) and (max-width: 1779px) {
    .infoSectionContainer {
        width: 1411px;
    }
}
@media screen and (min-width: 1px) and (max-width: 1499px) {
    .infoSectionContainer, .wholeContainer {
        width: 1168px;
    }
}
@media screen and (min-width: 0px) and (max-width: 0px) {
    .infoSectionContainer {
        width: 330px;
        position: relative;
        margin-bottom: 20px;
    }
}
.infoSectionContainer p {
    padding: 0!important;
    margin: 0!important;
    margin-bottom: 15px!important;
    line-height: 1.5;
    font-size: 16px;
    color: inherit;
}

body.itIsMobile .infoSectionContainer p {
    padding: 0!important;
    margin: 0!important;
    margin-bottom: 15px!important;
    line-height: 1.5;
    font-size: 13px;
    color: inherit;
}

.infoLegalText {
    width: calc(1000px + 15px + 15px);
    max-width: 100%;
    padding: 0 15px;
    margin: auto;
    font-size: 16px;
    box-sizing: border-box;
}
.infoLegalTextInner{
    margin-top: 35px;
}

.infoLegalText b {
    font-weight: bold;
    color: antiquewhite;
}

.infoLegalText a {
    display: initial;
}

.infoLegalText table {
    padding: 5px;
    margin: auto;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}
body.itIsMobile .infoLegalText table{
    font-size: 13px;
    line-height: 1.5;
}

.infoLegalText th {
    border: 1px solid #2c2c2c;
    padding: 5px;
    text-align: center;
}
.infoLegalText td {
    border: 1px solid #2c2c2c;
    padding: 5px;
    text-align: center;
}
.infoLegalText h1, .infoLegalText h2, .infoLegalText h3, .infoLegalText h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.infoLegalText h1 {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
.infoLegalText h2 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
}
.infoLegalText h3 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}
.infoLegalText h4 {
    font-size: 21px;
    margin: 0;
}
.infoLegalText h5 {
    font-size: 16px;
    margin: 0;
}
.infoLegalText h6 {
    font-size: 16px;
    margin: 0;
}
body.itIsMobile .infoLegalText h5{
    font-size: 14px;
}
body.itIsMobile .infoLegalText h6{
    font-size: 14px;
}
    /* Info Pages - END */

.infoLegalText ul, .infoLegalText ol {
    margin: 0!important;
    margin-top: 15px!important;
    padding: 0!important;
    padding-left: 25px!important;
    font-weight: 400;
    position: relative;
}
body.itIsMobile .infoLegalText ul, body.itIsMobile .infoLegalText ol{
    margin: 0!important;
    margin-top: 15px!important;
    padding: 0!important;
    padding-left: 20px!important;
}


.infoLegalText li {
    font-size: 16px;
    line-height: 1.5;
    list-style-image: none;
    margin: 0!important;
    margin-bottom: 15px!important;
    padding: 0!important;
    padding-left: 40px!important;
}
body.itIsMobile .infoLegalText li {
    font-size: 13px;
    line-height: 1.5;
    margin: 0!important;
    margin-bottom: 15px!important;
    padding: 0!important;
    padding-left: 20px!important;
}
.infoLegalText ul &gt; li {
    list-style: disc;
}
.infoLegalText ol &gt; li {
    list-style: decimal;
}

.infoLegalText ol.list-style-none{
    list-style: none;
    padding-left: 0!important;
}
body.itIsMobile .infoLegalText ol.list-style-none{
    padding-left: 0!important;
}
.infoLegalText ol.list-style-none &gt; li{
    list-style: none;
}

/* ol counter (a) (b) (c) */
.infoLegalText ol.letter-counter {
    list-style-type: none;
    counter-reset: letter-counter;
}
.infoLegalText ol.letter-counter &gt; li{
    list-style-type: none;
}
.infoLegalText ol.letter-counter &gt; li::before {
    position: absolute;
    line-height: 1.2;
    left: 0;
    counter-increment: letter-counter;
    content: "(" counter(letter-counter, lower-alpha) ")";
}

/* ol counter (a) (b) (c) */
.infoLegalText ol.roman-counter {
    list-style-type: none;
    counter-reset: roman-counter;
}
.infoLegalText ol.roman-counter &gt; li{
    list-style-type: none;
}
.infoLegalText ol.roman-counter &gt; li::before {
    position: absolute;
    line-height: 1.2;
    left: 0;
    counter-increment: roman-counter;
    content: "(" counter(roman-counter, lower-roman) ")";
}

/* ol counter #.# */
.infoLegalText ol[class^="counter-"] {
    list-style: none;
}
.infoLegalText ol[class^="counter-"] &gt; li{
    list-style: none;
}
.infoLegalText ol[class^="counter-"] &gt; li::before {
    line-height: 1.4;
}

.infoLegalText ol.counter-1 {
    counter-reset: counter1;
}
.infoLegalText ol.counter-1 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter1;
    content: "1." counters(counter1, ".") " ";
}

.infoLegalText ol.counter-2 {
    counter-reset: counter2;
}
.infoLegalText ol.counter-2 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter2;
    content: "2." counters(counter2, ".") " ";
}

.infoLegalText ol.counter-3 {
    counter-reset: counter3;
}
.infoLegalText ol.counter-3 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter3;
    content: "3." counters(counter3, ".") " ";
}

.infoLegalText ol.counter-4 {
    counter-reset: counter4;
}
.infoLegalText ol.counter-4 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter4;
    content: "4." counters(counter4, ".") " ";
}

.infoLegalText ol.counter-5 {
    counter-reset: counter5;
}
.infoLegalText ol.counter-5 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter5;
    content: "5." counters(counter5, ".") " ";
}

.infoLegalText ol.counter-6 {
    counter-reset: counter6;
}
.infoLegalText ol.counter-6 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter6;
    content: "6." counters(counter6, ".") " ";
}

.infoLegalText ol.counter-7 {
    counter-reset: counter7;
}
.infoLegalText ol.counter-7 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter7;
    content: "7." counters(counter7, ".") " ";
}

.infoLegalText ol.counter-8 {
    counter-reset: counter8;
}
.infoLegalText ol.counter-8 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter8;
    content: "8." counters(counter8, ".") " ";
}

.infoLegalText ol.counter-9 {
    counter-reset: counter9;
}
.infoLegalText ol.counter-9 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter9;
    content: "9." counters(counter9, ".") " ";
}

.infoLegalText ol.counter-10 {
    counter-reset: counter10;
}
.infoLegalText ol.counter-10 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter10;
    content: "10." counters(counter10, ".") " ";
}

.infoLegalText ol.counter-11 {
    counter-reset: counter11;
}
.infoLegalText ol.counter-11 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter11;
    content: "11." counters(counter11, ".") " ";
}

.infoLegalText ol.counter-12 {
    counter-reset: counter12;
}
.infoLegalText ol.counter-12 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter12;
    content: "12." counters(counter12, ".") " ";
}

.infoLegalText ol.counter-13 {
    counter-reset: counter13;
}
.infoLegalText ol.counter-13 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter13;
    content: "13." counters(counter13, ".") " ";
}

.infoLegalText ol.counter-14 {
    counter-reset: counter14;
}
.infoLegalText ol.counter-14 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter14;
    content: "14." counters(counter14, ".") " ";
}

.infoLegalText ol.counter-15 {
    counter-reset: counter15;
}
.infoLegalText ol.counter-15 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter15;
    content: "15." counters(counter15, ".") " ";
}

.infoLegalText ol.counter-16 {
    counter-reset: counter16;
}
.infoLegalText ol.counter-16 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter16;
    content: "16." counters(counter16, ".") " ";
}

.infoLegalText ol.counter-17 {
    counter-reset: counter17;
}
.infoLegalText ol.counter-17 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter17;
    content: "17." counters(counter17, ".") " ";
}
.infoLegalText ol.counter-18 {
    counter-reset: counter18;
}
.infoLegalText ol.counter-18 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter18;
    content: "18." counters(counter18, ".") " ";
}

.infoLegalText ol.counter-19 {
    counter-reset: counter19;
}
.infoLegalText ol.counter-19 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter19;
    content: "19." counters(counter19, ".") " ";
}

.infoLegalText ol.counter-20 {
    counter-reset: counter20;
}
.infoLegalText ol.counter-20 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter20;
    content: "20." counters(counter20, ".") " ";
}

.infoLegalText ol.counter-21 {
    counter-reset: counter21;
}
.infoLegalText ol.counter-21 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter21;
    content: "21." counters(counter21, ".") " ";
}

.infoLegalText ol.counter-22 {
    counter-reset: counter22;
}
.infoLegalText ol.counter-22 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter22;
    content: "22." counters(counter22, ".") " ";
}

.infoLegalText ol.counter-23 {
    counter-reset: counter23;
}
.infoLegalText ol.counter-23 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter23;
    content: "23." counters(counter23, ".") " ";
}

.infoLegalText ol.counter-24 {
    counter-reset: counter24;
}
.infoLegalText ol.counter-24 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter24;
    content: "24." counters(counter24, ".") " ";
}

.infoLegalText ol.counter-25 {
    counter-reset: counter25;
}
.infoLegalText ol.counter-25 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter25;
    content: "25." counters(counter25, ".") " ";
}

.infoLegalText ol.counter-26 {
    counter-reset: counter26;
}
.infoLegalText ol.counter-26 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter26;
    content: "26." counters(counter26, ".") " ";
}

.infoLegalText ol.counter-27 {
    counter-reset: counter27;
}
.infoLegalText ol.counter-27 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter27;
    content: "27." counters(counter27, ".") " ";
}

.infoLegalText ol.counter-28 {
    counter-reset: counter28;
}
.infoLegalText ol.counter-28 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter28;
    content: "28." counters(counter28, ".") " ";
}

.infoLegalText ol.counter-29 {
    counter-reset: counter29;
}
.infoLegalText ol.counter-29 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter29;
    content: "29." counters(counter29, ".") " ";
}

.infoLegalText ol.counter-30 {
    counter-reset: counter30;
}
.infoLegalText ol.counter-30 &gt; li::before {
    position: absolute;
    left: 0;
    counter-increment: counter30;
    content: "30." counters(counter30, ".") " ";
}


</pre></body></html>