@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap');
@import url('font-awesome.min.css');
@import url('nav-3.css');
@import url('lity.min-2.css');
html, body {
    font-family: 'Montserrat', sans-serif !important;
    height: 100%;
}
* {
    outline: none;
}
input:focus {
    outline: none
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}
*, *::before, *::after {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-weight: 400;
    font-size: 4vw;
    -webkit-text-size-adjust: 100%;
    line-height: 1.4705882353;
}
svg {
    width: 100%;
    height: auto;
}
img {
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: top;
}
figure {
    margin: 0 auto;
}
a {
    color: #0070c9;
}
.noscroll {
    overflow: hidden;
    position: fixed;
    width: 100% !important;
    height: 100% !important;
}
section {
    padding: 15% 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
input, slect {
    font-size: 100%
}
h2 {
    margin: 0 0 2%;
    font-size: 5.4vw;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
}
ul {
    margin: 0;
    padding: 0 0 0 18px;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.list-style-none {
    list-style: none;
}
.container {
    width: 90%;
    margin-right: auto;
    margin-left: auto
}
/* Accordion
================================================== */
.acc {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1000px;
}
.acc__card {
    position: relative;
    /*  border-bottom: 1px solid #fff;*/
    padding: 0 0 20px 25px;
}
.acc__card:last-of-type {
    padding: 0 0 0 25px;
}
.acc__title {
    cursor: pointer;
    display: block;
    padding: 0;
    position: relative;
    font-weight: 500;
}
.acc__card:hover::before {
    color: #e2010f;
}
.acc__card::before {
    font-size: 12px;
    content: "\f04b";
    font-family: 'FontAwesome';
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.acc__card.active::before {
    color: #e2010f;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.acc__panel {
    display: none;
    margin: 5px 0 0;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1100px;
    }
}
@media (min-width: 768px) {
    .min-d-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .min-media {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .min-media-body {
        -ms-flex: 1;
        flex: 1;
    }
}
.scrollTop {
    width: 36px;
    height: 36px;
    position: fixed;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    bottom: 15px;
    right: 15px;
    background-color: #E2010F;
    padding: 9px 11px 7px;
    opacity: 0;
    z-index: 1500;
    transition: all .4s ease-in-out 0s
}
.scrollTop a, .scrollTop a:hover {
    color: #fff;
    vertical-align: top
}
.scrollTop .fa {
    vertical-align: top
}
.text-center {
    text-align: center
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
header {
    position: relative;
    overflow: hidden;
    padding: 0;
}
header h1 {
    font-weight: 700;
    font-size: 7vw;
    line-height: 1;
    margin: 0;
    position: relative;
    z-index: 3;
}
header nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 15px 15px 0;
}
.hero-copy {
    margin: 0 auto;
    width: 90%;
    padding: 5% 0;
}
.hero-copy div {
    margin: 0 auto;
    max-width: 980px;
}
.hero-copy div small {
    display: inline-block;
    margin: 0 auto;
    max-width: 600px;
}
.brand {
    width: 150px
}
.nav-wrap .nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-wrap .nav-list li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
video {
    position: relative;
    z-index: 1;
    object-fit: cover;
    object-position: center bottom;
    width: 100%;
    height: 100%;
    vertical-align: top;
}
/*
header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  z-index: 1;
}
*/
.apply-now {
    margin: 40px 0 0;
}
.apply-now a, .apply-now button {
    display: inline-block;
    padding: 10px 32px;
    background-color: #E2010F;
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    border: none;
}
.apply-now p {
    margin: 0;
}
.col-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.col-list li {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.preface-copy {
    margin: 0 auto 50px;
    text-align: center;
}
.before-you-apply {
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
}
.before-you-apply * {
    position: relative;
    z-index: 3;
}
.before-you-apply:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .7) 50%);
    background-size: 2px 2px;
    z-index: 1;
}
.before-you-apply .preface-copy {
    max-width: 860px;
}
.partnership-levels .preface-copy {
    max-width: 980px;
}
.social-paertners {
    position: absolute;
    left: 15px;
    bottom: 5px;
    z-index: 3;
}
.social-paertners a, .social a {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    width: 25px;
    height: 25px;
    border: 1px solid #555;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.social-paertners a:before, .social a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 17px;
    height: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.facebook:before {
    background-image: url("../svg/fb.svg");
}
a.twitter:before {
    background-image: url("../svg/twitter.svg");
}
a.youtube:before {
    background-image: url("../svg/youtube.svg");
}
a.discord:before {
    background-image: url("../svg/discord.svg");
}
a.instagram:before {
    background-image: url("../svg/instagram.svg");
}
a.linkedin:before {
    background-image: url("../svg/linkedin.svg");
}
#faq {
    padding-bottom: 8%;
    background-color: #F7F7F7;
}
#ExpectFromYou p {
    margin-bottom: 2.5%
}
#ExpectFromYou p strong {
    font-weight: 500
}
.fllow-us {
    padding: 50px 0 25px;
}
.fllow-us h2 {
    font-weight: 200;
    margin-bottom: 30px
}
.social a {
    margin: 0 10px;
    width: 40px;
    height: 40px;
}
.social a:before {
    width: 20px;
    height: 18px;
}
.pop-link {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80%;
    z-index: 3;
}
footer, .fllow-us {
    color: #fff;
    background-color: #222;
}
footer {
    font-size: 12px;
    padding: 10px 0 25px;
}
.joinButt {
    text-decoration: none;
    outline: none;
    border: none;
    padding: 14px 40px;
    display: inline-block;
    background-color: transparent;
    position: relative;
    border: 2px solid #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    font-weight: bold;
}
.firstButt, .subButt {
    border-color: #fff;
    overflow: hidden;
    color: #fff !important;
}
.firstButt .insider, .subButt .insider {
    background-color: #fff;
    width: 100%;
    height: 20px;
    position: absolute;
    left: -72%;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
}
.firstButt:hover, .subButt:hover {
    background-color: #c00;
    border-color: #c00;
    color: #fff;
}
.firstButt:hover .insider, .subButt:hover .insider {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    left: 75%;
}
#apple_now article {
    background-color: #fff;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    width: 100vw;
    overflow: hidden;
    overflow-y: auto;
}
#apple_now h3 {
    font-weight: bold;
}
#apple_now h3, #apple_now h5, #apple_now p {
    color: #000 !important;
    margin: 0 0 5px;
}
#apple_now p {
    font-size: 13px;
    font-weight: normal;
}
#apple_now ul {
    list-style: none;
    padding: 0;
    margin: 15px -15px 30px;
}
#apple_now ul li {
    width: calc((100% / 3));
    padding: 15px;
}
#apple_now ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
}
#apple_now ul li a img {
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 50px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
#apple_now ul li a:hover img {
    -webkit-animation: bounce .75s infinite ease-in-out;
    animation: bounce .75s infinite ease-in-out;
}
@-webkit-keyframes bounce {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: -15px;
    }
    100% {
        margin-top: 0;
    }
}
#apple_now .firstButt, .subButt {
    border-color: #000;
    overflow: hidden;
    color: #000 !important;
}
#apple_now .firstButt:hover {
    border-color: #c00;
    color: #fff !important;
}
.partnership-info {
    margin: 0 auto;
    max-width: 924px;
}
.partnership-info article {
    border: 2px solid rgba(255, 255, 255, .5);
    padding: 25px;
    border-radius: 15px;
    margin: 20px 0;
}
.partnership-info dl.row {
    margin: 0 -15px;
}
.partnership-info dl.row dt, .partnership-info dl.row dd {
    margin: 0;
    padding: 0 15px;
}
.partnership-info dl.row dt {
    width: 100%;
    text-align: center;
}
.partnership-info dl.row dd {
    width: 100%
}
.partnership-info dl.row dd h3 {
    font-weight: 500;
    font-size: 4vw;
    margin: 0 0 5%;
    line-height: normal;
    text-transform: uppercase;
}
.partnership-info dl.row dd h3 strong {
    font-weight: 600;
    font-size: 5vw;
}
.expect-from-you {
    color: #fff;
    background-attachment: fixed;
}
.expect-from-you p {
    color: #dedede;
}
.expect-from-you p strong {
    color: #fff;
}
.partnership-levels {
    color: #fff;
    background-color: #c32128;
}
html.lity-active {
    overflow: hidden;
}
.lity-container {
    height: 100vh;
    width: none !important;
    max-width: none !important;
    background: #fff;
}
.lity-content {
    height: 100vh;
}
.lity-iframe-container {
    height: 100vh;
}