/* =====================================================
   BASE STYLES & RESET
   ===================================================== */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


a, body, div, h1, h3, html, img, li, p, span, strong, ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    text-decoration: none
}

html {
    font-family: "Rubik", sans-serif;

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    margin: 0;
    padding: 0;
    font-family: "Rubik", sans-serif;

    color: #e7e7e7;
    background: #141414;
    -webkit-font-smoothing: antialiased;
}

strong, b { font-weight: 500; }
img { border: 0; vertical-align: middle; }
a { color: #3399ff; text-decoration: none; }
a:hover, a:focus { color: #ffffff; text-decoration: underline; }

p { font-size: 20px; margin-bottom: 14px;  }
p.lead { font-size: 22px; line-height: 24px; color: #ffffff; margin-top: 12px; }

ul, ol { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 34px;
}

li {
    font-size: 18px;
    margin-bottom: 28px;
    margin-left: 2px;
    margin-top: 22px;
}
h1 { font-size: 38px; line-height: 40px; background: url(../img/line-blue.gif) no-repeat bottom left; padding-bottom: 26px; padding-left: 1px; }
h2 { font-size: 34px; }
h3 { font-size: 30px; }
h4 { font-size: 25px; }

@media screen and (max-width:767px) {
    h1 { font-size: 30px; line-height: 36px; }
    h2 { font-size: 24px; }
    h3 { font-size: 24px; }
    h4 { font-size: 24px; }
    p { font-size: 18px; }
}

/* =====================================================
   BUTTONS
   ===================================================== */

.button {
    display: inline-block;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #3399ff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.button:hover {
    background-color: #ffffff;
    color: #3399ff;
}

/* =====================================================
   FORMS & SIGNUP
   ===================================================== */

.signup {
    background: none;
    display: block;
    max-width: 400px;
    width: 400px;
    height: auto;
    border-radius: 4px;
    padding: 20px;
    margin: 20px auto 0 auto;
    position: relative;
}

.form-heading {
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 30px;
    color: #ffffff;
    display: block;
    background: rgba(0,0,0,0);
    padding: 20px;
    text-transform: none;
    letter-spacing: 1px;
}

select {
    display: inline-block;
    height: 64px;
    padding: 4px 6px;
    font-size: 16px;
    line-height: 60px;
    color: #282828;
    border-radius: 4px;
    margin-bottom: 20px;
}

label.male, label.female {
    display: inline-block;
    width: 50%;
    height: 88px;
    margin-top: 40px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-position: center;
}


#mobile-form-wrap {
    display: none;
    width: 80%;
    margin: auto;
    position: relative;
}

#mobile-form-wrap label,
#mobile-form-wrap form label {
    width: 100%;
    line-height: 28px;
    margin-top: 8px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

#mobile-form-wrap form select {
    appearance: none;
    border: none;
    border-radius: 0;
    height: 40px;
    padding: 0 3%;
    box-sizing: border-box;
    color: #282828;
}

@media screen and (max-width:736px) {
    #mobile-form-wrap { display: block; }
}

/* =====================================================
   HEADER & HERO
   ===================================================== */

#logo {
    margin-left: 2.5%;
    margin-top: 10px;
    max-height: 80px;
    float: none;
}

.header {
    width: 100%;
    height: auto;
    display: block;
}

.bg-img {
    width: 100%;
    max-height: 870px;
    position: relative;
}

.bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-contents {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;

    position: absolute;

}

/* =====================================================
   NAVIGATION & MENU
   ===================================================== */

.menu-button {
    position: absolute;
    z-index: 1000;
    width: 28px;
    height: 35px;
    border: none;
    top: 30px;
    right: 5%;
    background: rgba(0,0,0,0);
    opacity: 0.9;
    transition: opacity .25s ease-in-out;
}

.menu-button:hover { opacity: 1; }

.menu-wrap {
    position: fixed;
    z-index: 300;
    width: 100%;
    height: 100px;
    top: -100px;
    right: 0;
    background-color: black;
    padding-left: 20px;
    transition: top 0.5s ease;
}

.show-menu .menu-wrap { top: 0 !important; }

.top-nav {
    background-color: #000000;
    height: 100px;
    margin-bottom: 0;
    display: block;
    padding-bottom: 5px;
}

.nav-pills > li > a {
    color: #FFFFFF;
    border-radius: 0;
    padding: 14px 22px;
    float: right;
    margin-right: 45px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

/* =====================================================
   MODALS
   ===================================================== */

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-content {
    position: relative;
    background-color: #000000;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #131313;
}

.modal-header .close {
    margin-top: -17px;
    color: #ffffff;
    font-size: 32px;
}

.modal-body { padding: 15px; }

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

/* =====================================================
   MEMBERS SECTION
   ===================================================== */

.member {
    height: 400px;
    overflow: hidden;
    background-color: #141414;
    padding-top: 12px;
    margin: 0 0 8px 0;
}

.member .photo {
    width: 160px;
    height: 160px;
    display: block;
    border-radius: 50%;
    background-size: cover;
}

.member p { font-size: 14px; text-align: center; }

/* =====================================================
   FOOTER
   ===================================================== */

footer {
    margin-top: 60px;
    padding: 50px 0 30px 0;
    background-color: #000000;
    line-height: 20px;
    border-top: 2px solid #3399ff;
}

footer p.small { font-size: 13px; margin-bottom: 12px; }
footer p { margin-bottom: 30px; }

.footer-links a {
    background-color: #3399ff;
    color: #ffffff;
    padding: 10px;
    font-size: 14px;
    height: 30px;
    line-height: 50px;
}

.country-links a {
    background-color: #1b1b1b;
    color: #ffffff;
    padding: 8px;
    font-size: 13px;
    height: 22px;
    line-height: 40px;
}

/* =====================================================
   ANIMATIONS
   ===================================================== */

.fade-in {
    animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}






h1 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px
}

@-ms-viewport {
    width: device-width
}

a, body, div, h1, html, img, li, p, span, strong, ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-decoration: none
}

h1 {
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    margin-bottom: 28px;
    text-transform: uppercase;
    margin-top: 16px;
    letter-spacing: 0
}

@media  screen and (max-width: 767px) {
    p {
        font-size: 18px
    }

    h1 {
        font-size: 32px;
        line-height: 38px;
        text-transform: uppercase
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

body {
    margin: 0;
    padding: 0
}

strong {
    font-weight: 700
}



@media  screen and (max-width: 600px) {
    .tab-outer {
        display: none
    }
}

@media  screen and (max-width: 443px) {
    .header-contents {
        padding-top: 30px !important
    }

    .header-contents > section {
        width: 84%;
        position: relative;
        margin: 0 auto
    }
}

html {
    font-family: "Rubik", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

section {
    display: block
}

a {
    background-color: transparent
}

b, strong {
    font-weight: 700
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

button {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {

}

body {
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #333;
    font-weight: 300;
    background-color: #fff
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

h1, h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h3 {
    font-size: 24px
}

p {
    margin: 0 0 10px
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul {
    margin-bottom: 0
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-sm-4, .col-sm-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .col-sm-4, .col-sm-8 {
        float: left
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.fade {
    opacity: 0
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 300;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    background: 0 0;
    border: 0
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

.carousel-inner > .item {
    position: relative;
    display: none
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1
}

@media  all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
}

.clearfix:after, .clearfix:before, .container:after, .container:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .row:after, .row:before {
    display: table;
    content: " "
}

.clearfix:after, .container:after, .modal-footer:after, .nav:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}



:focus {
    outline: 0
}

ul {
    list-style: none;
    list-style-type: none
}

::-webkit-input-placeholder {
    color: #838383
}

::-moz-placeholder {
    color: #838383
}

:-ms-input-placeholder {
    color: #838383
}

section {
    width: 70%;
    position: relative;
    margin: 0 auto
}

*, :after, :before {
    box-sizing: border-box
}

.clearfix:after, .clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both
}

body {
    font-family: "Rubik", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #e7e7e7
}

a {
    text-decoration: none
}



h1 {
    font-size: 38px;
    line-height: 40px;
    text-transform: uppercase
}

h3 {
    font-size: 30px
}



h1, h2, h3, h4, h5 {
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    margin-bottom: 28px;
    text-transform: uppercase;
    margin-top: 28px;
    letter-spacing: 0
}

h1 {

    background-position: bottom left;
    padding-bottom: 26px;
    padding-left: 1px
}

.sub-head {
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 20px
}

p {
    margin-bottom: 28px
}

h1 {
    color: #fff
}

h3 {
    color: #fff
}

a {
    color: #39f
}

body {
    background: #141414
}

#logo {
    margin-left: 2.5%;
    margin-top: 10px;
    max-height: 80px;
    float: none
}

.header {
    width: 100%;
    height: auto;
    display: block
}



.bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    max-height: 1073px;
}

.header-contents {
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 0;

    margin-top: 0;
    position: absolute;

}

@media  screen and (max-width: 768px) {
    .header-contents {
        display: block;
        width: 100%;
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 6px;
        position: relative;

    }

    .hide-phone {
        display: none
    }

    .bg-img {
        width: 100%;
        height: auto
    }
}

@media  screen and (max-width: 389px) {
    #logo {
        margin-left: auto;
        margin-right: auto;
        margin-top: 2px;
        max-height: 80px;
        float: none
    }
}

section {
    z-index: 200
}

.menu-button {
    position: absolute;
    z-index: 1000;
    width: 28px;
    height: 35px;
    border: none;
    top: 30px;
    right: 5%;
    background: rgba(0, 0, 0, 0);
    opacity: .9
}

.menu-button span::before, .menu-button::after, .menu-button::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 12%;
    background-color: #fff;
    content: ""
}

.menu-button span::before {
    top: 45%
}

.menu-button span::before {
    visibility: visible
}

.menu-button::before {
    top: 0
}

.menu-button::after {
    bottom: 0
}

.menu-wrap {
    position: fixed;
    z-index: 300;
    width: 100%;
    height: 100px;
    top: -100px;
    right: 0;
    background-color: #000;
    padding-left: 20px;
    padding-top: 0
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media  screen and (min-width: 736px) {
    .menu-button {
        display: none
    }

    .menu-wrap {
        position: relative;
        z-index: 300;
        width: 60%;
        height: 80px;
        top: 0;
        right: 0;
        background-color: #000;
        float: right;
        padding-left: 0;
        padding-top: 10px
    }
}



.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.btn .caret {
    margin-left: 0
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav>li>a>img {
    max-width: none
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7
}


.top-nav {
    background-color: #000;
    height: 100px;
    margin-bottom: 0;
    display: block;
    padding-bottom: 5px
}

.nav-pills > li > a {
    color: #fff;
    margin-right: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 14px;
    padding-right: 22px;
    padding-bottom: 14px;
    padding-left: 22px;
    float: right;
    margin-right: 45px
}

.nav-pills .login a {
    background-color: #39f;
    color: #fff;
    border-radius: 8px;
    font-weight: 700
}

.nav-pills {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-top: 16px
}

.nav-pills .dropdown-menu {
    margin-top: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: #000;
    color: #fff
}

.dropdown-menu {
    width: 266px;
    font-size: 18px;
    text-align: left;
    border-radius: 0;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: none;
    background-color: #000;
    z-index: 1000
}

.dropdown-menu > li > a {
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-weight: 400
}

@media  screen and (max-width: 767px) {
    p {
        font-size: 18px
    }
    li {
        font-size: 17px;
        margin-bottom: 14px;
        margin-left: 2px;
    }

    h1 {
        font-size: 32px;
        line-height: 38px;
        text-transform: uppercase
    }

    h3 {
        font-size: 24px
    }

    .nav-wrap {
        margin-right: 45px;
        display: block;
        float: left
    }

    .nav-pills > li > a {
        color: #fff;
        margin-right: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0;
        border-radius: 0;
        padding-right: 12px;
        padding-left: 12px;
        font-size: 14px;
        margin-right: 8px;
        height: 42px
    }
}

.about-sec {
    margin-top: 40px
}

.feat-row {
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    border-bottom-style: solid;
    border-bottom-color: #39f;
    border-bottom-width: 2px
}

.modal-content {
    position: relative;
    background-color: #000;
    border: 0;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #131313;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -17px;
    color: #fff;
    font-size: 32px
}

footer p {
    margin-bottom: 30px
}

footer a {
    color: #fff;
    padding: 8px
}

.lightbox {
    position: fixed;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    z-index: 10;
    display: none
}

@media  screen and (max-width: 736px) {
    #logo {
        max-width: 250px;
        margin-top: 9px
    }

    .lightbox {
        background: rgba(0, 0, 0, .5)
    }
}

.free-tab {
    z-index: 1060;
    top: 450px;
    right: 0;
    animation-delay: 3s;
    moz-animation-delay: 3s;
    webkit-animation-delay: 3s;
    position: absolute
}

@media  screen and (max-width: 767px) {
    .free-tab {
        max-width: 120px;
        margin-right: -4px;
        top: 288px
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes  bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

#breadcrumbDIV {
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 0;
    margin-bottom: 14px;
    text-shadow: 1px 1px 1px #000;
    font-size: 13px;
    width: 100%;
    margin-left: 12px
}

#breadcrumbDIV a {
    text-decoration: none;
    padding-right: 8px;
    padding-left: 6px;
    color: #39f
}

#breadcrumbs strong a {
    padding-left: 6px;
    font-weight: 300;
    color: #ccc
}

.ynm-game .carousel .item {
    top: 0;
    overflow: visible;
    height: 175px
}

.ynm-game .carousel-inner > .item img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto
}

.form-heading {
    font-weight: 300;
    margin-bottom: 12px;
    text-transform: none;
    margin-top: 12px;
    letter-spacing: 1px;
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    display: block;
    background: rgba(0, 0, 0, .1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 20px
}




@media  screen and (min-width: 768px) {
    .form-heading {
        font-weight: 300;
        margin-bottom: 4px;
        text-transform: none;
        margin-top: 16px !important;
        letter-spacing: 0 !important;
        font-size: 46px !important;
        color: #fff;
        line-height: 46px !important;
        display: block;
        background: rgba(0, 0, 0, .3);
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 20px;
        width: 800px;
        margin-left: auto !important;
        margin-right: auto !important
    }


    .header-contents {
        display: block;
        width: 100%;
        margin-top: 0;
        padding-bottom: 20px;
        position: absolute;
        top: 0;
        padding-top: 2vh;
    }
}

@media (min-width: 1200px) {
    .header-contents {
        padding-top: 10vh;
    }
}

@media  screen and (max-width: 600px) {
    .tab-outer {
        display: none
    }
}

@media  screen and (max-width: 443px) {
    .header-contents {
        padding-top: 30px !important
    }
}

html {
    font-family: "Rubik", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

.hub-wrapper {
    max-width: 700px;
    display: block;
    margin: auto
}

.hub-heading {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 18px;
    letter-spacing: 0;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #fff
}

.hub-label {
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    display: block;
    margin-bottom: 28px;
    text-transform: uppercase;
    margin-top: 18px;
    letter-spacing: 0;
    font-size: 28px;
    text-align: center;
    color: #fff
}

.hub-label > .hub-age {
    background-color: #ff066c;
    color: #fff;
    margin-left: 4px;
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    text-align: center;
    line-height: 48px;
    text-shadow: none;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .6))
}

.hub-buttons {
    display: block;
    margin-left: 40px;
    margin-right: 40px
}

.hub-buttons a {
    width: 70%;
    margin: auto;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #39f;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    text-shadow: none;
    font-size: 34px;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .6));
    border-radius: 5px
}

.hub-icon {
    margin-left: 28px;
    filter: drop-shadow(4px 2px 1px rgba(0, 0, 0, .3));
    margin-right: -54px;
    scale: 1.3
}

.hub-modal {
    margin-top: 40px;
    background-color: #fff;
    text-shadow: none
}

.hub-modal-header {
    padding: 25px;
    border-bottom: 0 solid transparent;
    min-height: 16.42857143px
}

.hub-modal-header .close {
    color: #666
}

.hub-modal-text {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 15px;
    background-color: #ecf5ff;
    color: #1671cd;
    padding: 14px;
    border-radius: 6px;
    margin-top: 24px
}

.hub-modal > .modal-body {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0
}

.hub-modal > .modal-footer {
    border-top: none
}

.hub-divider {
    margin: 26px 40px
}

.hub-alert-icon {
    display: inline-block;
    float: left;
    margin-top: 5px;
    margin-right: 18px
}

.btn-legacy {
    background-color: #edebeb;
    font-size: 16px;
    color: #909090;
    margin-right: 15px
}

.btn-login-main {
    font-family: "Rubik", sans-serif;
    background-color: #39f;
    color: #fff;
    font-size: 24px;
    border: none;
    display: block;
    width: auto;
    margin: 15px;
    line-height: 54px;
    text-transform: uppercase;
    border-radius: 6px
}

.hub-modal-title {
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 24px;
    text-transform: uppercase
}

.footer-left {
    display: inline-block;
    width: 80%;
    float: left;
    color: #909090;
    font-size: 14px;
    text-align: right;
    line-height: 35px
}

.footer-right {
    display: inline-block;
    width: 20%;
    float: left;
    text-align: right
}

@media (max-width: 767px) {
    .footer-left {
        display: inline-block;
        width: 74%;
        float: left;
        color: #909090;
        font-size: 13px;
        text-align: center;
        line-height: 35px
    }

    .footer-right {
        display: inline-block;
        width: 26%;
        float: left;
        text-align: right
    }

    .hub-alert-icon {
        display: none
    }

    .hub-wrapper {
        max-width: 400px;
        margin: auto;
        display: block
    }

    .hub-heading {
        margin-top: 4px;
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 18px;
    }

    .hub-label {
        font-size: 14px
    }

    .hub-label > .hub-age {
        background-color: #ff066c;
        color: #fff;
        margin-left: 4px;
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 100%;
        text-align: center;
        line-height: 24px;
        text-shadow: none
    }

    .hub-buttons {
        display: block;
        position: relative;
        margin-left: 20px;
        margin-right: 20px;
        filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .6))
    }

    .hub-buttons a {
        width: 100%;
        display: block;
        padding-top: 14px;
        padding-bottom: 14px;
        font-family: "Rubik", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 12px;
        float: left;
        text-align: center;
        text-shadow: none;
        font-size: 22px;
        border-radius: 4px
    }

    .hub-icon {
        margin-left: 12px;
        margin-right: -34px;
        scale: 1.1
    }
}

p strong {
    font-weight: 700;
}



/* ===============================
  New Form
   =============================== */

.intro-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.avatar-wrap {
    flex-shrink: 0;
}

.avatar {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===============================
   Intro Bubble
   =============================== */

.intro-subtitle {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    color: #dc2626;
    min-height: 1.2em; /* prevents layout jump */
}

/* Blinking cursor */
.cursor {
    display: inline-block;
    margin-left: 2px;
    animation: blink 1s step-end infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

@media (min-width: 768px) {
    .intro-subtitle {
        font-size: 16px;
    }
}


.intro-bubble {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    border-radius: 16px;
    border-bottom-left-radius: 0;
    padding: 12px;
    margin-left: 8px;
    width: 100%;
}

.intro-title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #111827;
}

.intro-subtitle {
    display: block;
    margin-top: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #dc2626;
}

/* ===============================
   Button Grid
   =============================== */

.button-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-right: 0;
    font-size: 18px;
    margin-bottom: 12px;
}

.button-grid-bottom {
    padding-bottom: 32px;
}

/* ===============================
   Buttons
   =============================== */

.reg-btn {
    display: block;
    padding: 16px;
    text-align: center;
    font-weight: 600;
    border-radius: 9999px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: all 0.25s ease;
}

.reg-btn:hover {
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

/* Button Variants */

.btn-red {
    background: #dc2626;
    color: #ffffff;
}

.btn-red:hover {
    background: #ef4444;
}

.btn-red-soft {
    background: rgba(220,38,38,0.9);
    color: #ffffff;
}

.btn-red-soft:hover {
    background: #dc2626;
}

.btn-blue {
    background: #60a5fa;
    color: #ffffff;
}

.btn-blue:hover {
    background: #3b82f6;
}

.btn-white {
    background: rgba(255,255,255,0.9);
    color: #dc2626;
}

.btn-white:hover {
    background: #ffffff;
}

/* ===============================
   Responsive (Tablet & Up)
   =============================== */

@media (min-width: 768px) {
    .avatar {
        width: 98px;
        height: 98px;
    }

    .intro-bubble {
        padding: 16px;
        margin-left: 16px;
        margin-right: 48px;
    }

    .intro-title {
        font-size: 18px;
    }

    .intro-subtitle {
        font-size: 16px;
    }

    .button-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
        margin-right: 48px;
    }

    .button-grid-bottom {
        padding-bottom: 96px;
    }
}


@media screen and (min-width:736px) {
    .menu-button {
        display: none
    }
    .menu-wrap {
        position: relative;
        z-index: 300;
        width: 60%;
        height: 80px;
        top: 0px;
        right: 0;
        background-color: black;
        float: right;
        padding-left: 0px;
        padding-top: 10px;
    }
}

.top-nav {
    background-color: #000000;
    height: 100px;
    margin-bottom: 0px;
    display: block;
    padding-bottom: 5px;
}

.nav-pills>li>a {
    color: #FFFFFF;
    margin-right: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding-top: 14px;
    padding-right: 22px;
    padding-bottom: 14px;
    padding-left: 22px;
    float: right;
    margin-right: 10px;
}

.nav-pills>li>a:hover {
    background-color: #141414;
}

.nav-pills>li>a:active {
    background-color: #141414;
    color: #FFFFFF;
}

.nav-pills .login a {
    background-color: #3399ff;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 700;
}

.nav-pills .login a:hover {
    background-color: #fff;
    color: #3399ff;
}

.nav-pills {
    position: relative;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
}

.nav-pills .dropdown-menu {
    margin-top: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: #000000;
    color: #ffffff
}

.dropdown-menu {
    width: 266px;
    font-size: 18px;
    text-align: left;
    border-radius: 0;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: none;
    background-color: #000000;
    z-index: 1000
}

.open>.dropdown-menu {
    height: auto
}

.dropdown-menu>li>a {
    color: #ffffff;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 400
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #000000;
    border-color: none;
}

a.dropdown-toggle:focus {
    background-color: #141414
}

a.dropdown-toggle:hover {
    background-color: #000000
}

.bleed {
    position: relative;
    width: 100vw;
    overflow: hidden;

    /* centers the sharp image */
    display: flex;
    justify-content: center;
    aspect-ratio: 20 / 9;
}

/* Blurred full-width fill */
.bleed__bg {
    position: absolute;
    inset: 0;
    background-image: var(--img);
    background-size: cover;
    background-position: center;
    max-height: 1025px;
    filter: blur(28px);
    transform: scale(1.08); /* prevents blur “transparent edges” */
}

/* Sharp image */
.bleed__img {
    position: relative;      /* sits above the blurred bg */
    width: 100%;
    max-width: 1800px;       /* <-- set the “stop enlarging” width */
    height: auto;            /* keeps aspect ratio */
    display: block;
}

.bleed::after{
    content:"";
    position:absolute;
    inset:0;
    background: rgba(0,0,0,0.15);
    pointer-events:none;
}


/* ===============================
 Video and heder bg
   =============================== */

@media (min-width: 1024px) {
    .video-container {
        display: none;
    }
}

@media (max-width: 1024px) {
    .dt-img {
        display: none;
    }
}