body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.responsive{position:relative;height:0}.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.responsive.ratio-169{padding-bottom:56.25%}.responsive.ratio-1610{padding-bottom:62.5%}.responsive.ratio-219{padding-bottom:42.8571%}.responsive.ratio-43{padding-bottom:75%}.responsive.ratio-32{padding-bottom:66.6666%}
/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    overflow: hidden;
    font-family: 'Source Sans Pro', sans-serif;
}

.v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

.fullscreen-open {
    background-image: url('../../files/assets/css/verge/media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('../../files/assets/css/verge/media/fullscreen_close.svg');
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

/* Dark Theme */

.v3d-simple-preloader-background {
    background-color: #181818;
}

.v3d-simple-preloader-container {
    filter: drop-shadow(0px 0px 4px #2a69bd);
}

#buttons {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}

#buttons > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    margin: 10px 0;
    background: #555;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 250ms;
    font-family: 'Arial', sans-serif;
}

#buttons > div:hover  {
    background-color: #e3000b;
}

.v3d-simple-preloader-container {
    filter: none;
}

.v3d-simple-preloader-logo {
    background: url('../../files/assets/css/verge/media/android-chrome-512x512.png') no-repeat 0/contain !important;
    width: 300px;
    height: 300px;
    transform: translateY(-25%);
}

.v3d-simple-preloader-bar {
    background: linear-gradient(90deg, #8a1d37, #e3000b) !important;
    border-color: #3e3e3e !important;
    transform: translateY(-150px) !important;
}

#popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#popup {
    position: absolute;
    max-width: 60%;
    height: 35vh;
    background: rgba(0,0,0,.8);
    overflow-y: scroll;
}

.popup-content {
    padding: 10px 80px;
    color: white;
}

.popup-button a {
    display: inline-block;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid white;
    padding: 10px 25px;
    transition: background-color 250ms;
}

.popup-button a:hover {
    background-color: rgba(255,255,255,0.4);
}

#popup-close {
    background: #e3000b;
    color: white;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    font-size: 40px;
    text-align: center;
    cursor: pointer;
    transition: background-color 250ms;
}

#popup-close:hover {
    background-color: #ab1c22;
}

#a1 {
    display: block;
}

#a2 {
    display: none;
}

@media screen and (max-width: 1024px) {
    #popup {
        max-width: 95%;
        height: 95vh;
    }
}

