@font-face {
	font-family: 'AvantGardeGothic';
	src: url('../fonts/avantgarde-extralightobl-webfont.eot');
	src: local('☺'), url('../fonts/avantgarde-extralightobl-webfont.woff') format('woff'), url('../fonts/avantgarde-extralightobl-webfont.ttf') format('truetype'), url('../fonts/avantgarde-extralightobl-webfont.svg#webfontlzrz3PZa') format('svg');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'AvantGardeGothic';
	src: url('../fonts/avantgarde-extralight-webfont.eot');
	src: local('☺'), url('../fonts/avantgarde-extralight-webfont.woff') format('woff'), url('../fonts/avantgarde-extralight-webfont.ttf') format('truetype'), url('../fonts/avantgarde-extralight-webfont.svg#webfonttaxaXpI4') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'AvantGardeGothic';
	src: url('../fonts/avantgarde-book-webfont.eot');
	src: local('☺'), url('../fonts/avantgarde-book-webfont.woff') format('woff'), url('../fonts/avantgarde-book-webfont.ttf') format('truetype'), url('../fonts/avantgarde-book-webfont.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'AvantGardeGothic';
	src: url('../fonts/avantgarde-bookoblique-webfont.eot');
	src: local('☺'), url('../fonts/avantgarde-bookoblique-webfont.woff') format('woff'), url('../fonts/avantgarde-bookoblique-webfont.ttf') format('truetype'), url('../fonts/avantgarde-bookoblique-webfont.svg') format('svg');
	font-weight: 400;
	font-style: italic;
}


@font-face {
	font-family: 'AvantGardeGothic';
	src: url('../fonts/avantgarde-mediumobl-webfont.eot');
	src: local('☺'), url('../fonts/avantgarde-mediumobl-webfont.woff') format('woff'), url('../fonts/avantgarde-mediumobl-webfont.ttf') format('truetype'), url('../fonts/avantgarde-mediumobl-webfont.svg#webfontBwV3LZPZ') format('svg');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'AvantGardeGothic';
	src: url('../fonts/avantgarde-medium-webfont.eot');
	src: local('☺'), url('../fonts/avantgarde-medium-webfont.woff') format('woff'), url('../fonts/avantgarde-medium-webfont.ttf') format('truetype'), url('../fonts/avantgarde-medium-webfont.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'AvantGardeGothic';
	src: url('../fonts/avantgarde-demi-webfont.eot');
	src: local('☺'), url('../fonts/avantgarde-demi-webfont.woff') format('woff'), url('../fonts/avantgarde-book-webfont.ttf') format('truetype'), url('../fonts/avantgarde-book-webfont.svg') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'AvantGardeGothic';
	src: url('../fonts/avantgarde-demioblique-webfont.eot');
	src: local('☺'), url('../fonts/avantgarde-demioblique-webfont.woff') format('woff'), url('../fonts/avantgarde-demioblique-webfont.ttf') format('truetype'), url('../fonts/avantgarde-demioblique-webfont.svg#webfontT8VhxClu') format('svg');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'AvantGardeGothic';
	src: url('../fonts/avantgarde-bold-webfont.eot');
	src: local('☺'), url('../fonts/avantgarde-bold-webfont.woff') format('woff'), url('../fonts/avantgarde-bold-webfont.ttf') format('truetype'), url('../fonts/avantgarde-bold-webfont.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'AvantGardeGothic';
	src: url('../fonts/avantgarde-boldobl-webfont.eot');
	src: local('☺'), url('../fonts/avantgarde-boldobl-webfont.woff') format('woff'), url('../fonts/avantgarde-boldobl-webfont.ttf') format('truetype'), url('../fonts/avantgarde-boldobl-webfont.svg') format('svg');
	font-weight: 700;
	font-style: italic;
}


html {
    scroll-behavior: smooth;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Roboto', sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none; }

::-moz-selection, ::selection {
    background: #b3d4fc;
    text-shadow: none; }
.relative{
    position: relative;
}
img {
    vertical-align: middle; }

    .tabList {
        position: relative; 
        display: flex; 
    }

.firstHomeTab {
        border-bottom: 3px solid #146ef5;
        color: var(--white);
        background-color: transparent;
        width: 50%;
        padding: 2rem 1rem 2rem 0;
        transition: padding .2s,color .3s cubic-bezier(.165,.84,.44,1),background-color .3s cubic-bezier(.165,.84,.44,1)
}

.secondHomeTab {
    width: 50%;
    border-bottom: 3px solid #5a5a5a;
    color: var(--gray-400);
    background-color: transparent;
    padding: 2rem 1rem 2rem 0;
    transition: padding .2s,color .3s cubic-bezier(.165,.84,.44,1),background-color .3s cubic-bezier(.165,.84,.44,1)
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0; }

textarea {
    resize: vertical; }

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0; }

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.sub-title{
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
}
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
#header .header-main {
    max-width: 1280px;
    width: 90%;
    padding: 44px 0;
    margin: 0 auto; }

.container {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, .font_48 {
     font-family: 'AvantGardeGothic', sans-serif;
color: #fff; 
font-weight: 500;
}
.text-center{
    text-align: center;
}
.mainHero {
    font-size: calc(75px + 1vw);
    color: #fff;
    margin-bottom: 50px;
}
.xmpp_ansi_font.mainHero > pre {
    font-size: 12px;
    font-family: 'Courier New', monospace;
    line-height: 1.3em;
    margin: -1px 0;
    letter-spacing: 1px;
    font-style: italic !important;
}
h3 {
    padding-top: 50px;
    font-weight: 600;
    font-size: 3.2rem;
}
.mainlogo {
    font-size: 34px;
    font-weight: 900;
    color: #fff !important;
}

.headerh3 {
    font-weight: 600; 
    font-size: 1.5rem;

}
.herosubtext {
    font-weight: 300;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 12px;
}

.heroFontOutline {
    font-size: 1000%;
    outline: 1px;
    color: black;
    font-family: 'Roboto';
    /* font-weight: 700; */
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: black; */
    -webkit-text-stroke: 1px #7157CD;

}

.font_48 {
    font-weight: 600;
    font-size: 45px;
    line-height: 1.1;
}
.midleft.sticky{
    top: 90px;
}
@media (max-width: 991px) {
    .font_48 {
        font-size: 30px;
    }
    h3 {
        font-size: 2rem;
    }
    .grid .row .col .item {
        padding: 25px;
    }
}

.text_white {
    color: #fff; }
.text_grey{
   color: #b0b0b0 !important
}

.footerHeader {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 30px;
        -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

}
p, .text, li {
color: #aaa;
    letter-spacing: 0.01em;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    line-height: 1.4;
}
small {
    font-size: 80%;
}
.font-bold{
    font-weight: bold;
}
@media (max-width: 991px) {
    .text {
        font-size: 15px; } }

a {
    color: #146ef5;

}
p{
    line-height: 1.6em;
}
header.header-main {
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding: 15px 0;
    z-index: 99;
}
header.header-main .row {
    display: flex;
    justify-content: space-between;
}
.logo {
    color: #fff;
    font-size: 34px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
ul.main-menu > li {
    display: inline-block;
}
ul.main-menu > li a {
    display: block;
    color: #ffffff;
    padding: 10px 18px;
    text-decoration: none;
}
.mb-12 {
    margin-bottom: 1.5em;
}
.mb-6 {
    margin-bottom: .7em;
}

.start {
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.start .section-bg {

    background: #000
}
@media (max-width: 991px) {
    .start .section-bg {
        padding-top: 80px;
    }
}
.start .section__inner {
    margin: 0 auto;
    max-width: 1288px;
    width: 98%;
}
.start .col {
    /* max-width: 98%;
    width: 724px;
    padding: 86px 64px;
    background-color: rgba(0, 0, 0, 0.7); */
    padding: 150px 70px; 
}
.start .section-bg {
    padding-top: 100px;
}
@media (max-width: 991px) {
    .start .col {
        padding: 140px 30px;
    }
}


.homeCol {
    position: relative; 

}
.start .col .logo {
    margin-bottom: 48px;
}
@media (max-width: 991px) {
    .start .col .logo {
        margin-bottom: 24px;
    }
}
.start .col .logo p, h1 {
    text-transform: uppercase;
    line-height: 1;
    color: #146ef5;
    font-size: 32px;
    font-weight: 700;
}
@media (max-width: 991px) {
    .start .col .logo p {
        font-size: 24px;
    }
}
.middle-logo {
    width: 250px;
    margin-bottom: 20px;
}
.sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
}
.start .col .text {
    max-width: 460px; }
.flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.grid {
    padding-top: 95px;
    background-color: #000000;
}
.mt-0{
    margin-top: 0 !important;
}
.pt-0{
    padding-top: 0 !important;
}
@media (max-width: 991px) {
    .grid {
        padding-top: 50px;
    }
}
.grid .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 60px -20px 0 -20px;
    padding-bottom: 60px;
    border-bottom: 1px solid #404040;
}
@media (max-width: 991px) {
    .grid .row {
        padding-bottom: 50px;
    }
}
.grid .row .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.grid .row .col.col-6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.grid .row .col.col-4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.grid .row .col.col-8{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
}


@media (max-width: 991px) {
    .grid .row .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
@media (max-width: 767px) {
    .grid .row .col,
    .grid .row .col.col-4,
    .grid .row .col.col-6,
    .grid .row .col.col-8{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    h3 {
        padding-top: 0;
        max-width: 480px;
        text-align: center;
        margin: auto;
    }
}
.grid .row .col .item {
    padding: 48px;
    border: 1px solid #202020;
    background-color: #171717; 
    height: 100%; }
@media (max-width: 991px) {
    .grid .row .col .item {
        padding: 20px;
    }
}


h4 {
    font-size: 22px;
    font-family: "Roboto", sans-serif;

    font-weight: 600;
    color: #fff;
    margin-bottom: 12px; }

.contact {
    padding-top: 96px;
    background-color: #000000;
    padding-bottom: 96px; }
@media (max-width: 991px) {
    .contact {
        padding-top: 50px;
        padding-bottom: 50px; } }
.contact .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.contact .container .font_48 {
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
.contact .container .form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
@media (max-width: 991px) {
    .contact .container .form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
.contact .container .form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -20px; }
.contact .container .form form .col-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px; }
@media (max-width: 767px) {
    .contact .container .form form .col-half {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
.contact .container .form form .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;

    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px; }

.border-holder {
    padding: 0 24px;
    border-left: 10px solid #3270ed;
    border-right: 10px solid #3270ed;
    position: relative;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
.border-holder:before, .border-holder:after,
.border-holder .border-holder-inner:before,
.border-holder .border-holder-inner:after{
    content: "";
    width: 10px;
    height: 10px;
    top: 0;
    position: absolute;
    background: #3270ed;
}
.border-holder .border-holder-inner:before,
.border-holder .border-holder-inner:after{
    top: auto;
    bottom: 0;
}
.border-holder:before,
.border-holder .border-holder-inner:before{
    left: 0;
}
.border-holder:after,
.border-holder .border-holder-inner:after{
    right: 0;
}
.border-holder .form-info p {
    font-size: 12px;
    margin-top: 15px;
    color: #3270ed;
}
.register-form h4 {
    font-size: 24px;
    line-height: 0.8em;
}
.register-form p.registration-description {
    font-size: 20px;
    font-weight: bold;
    color: #3270ed;
    line-height: 1.2em;
}
.contact .container .form form input,
.contact .container .form form textarea,
.register-form input, .register-form textarea{
    display: block;
    width: 100%;
    background: #1C1C1C;
    padding: 10px;
    font-size: 15px;
    border: none;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    max-width: 100%;
}
.register-form input, .register-form textarea{
    border: 1px solid #3270ed;
}
.py-2{
    margin-bottom: 24px;
}
.input-group{
    display: flex;
    align-items: center;
}
.input-group input {
    margin: 0;
}
.input-group .input-suffix {
    padding: 11px;
    background-color: #2d2d2d;
    border: 1px solid #3270ed;
    white-space: nowrap;
    min-width: 170px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.field_description {
    list-style: disc;
    padding-left: 14px;
    padding-top: 10px;
    display: none;
}
ul.field_description.active{
    display: block;
}
ul.field_description li {
    font-size: 14px;
    color: #ccc;
}
input.has-error {
    border-color: #ff0000;
}
.contact .container .form form input::-webkit-input-placeholder, .contact .container .form form textarea::-webkit-input-placeholder {
    color: #BABABA; }
.contact .container .form form input::-moz-placeholder, .contact .container .form form textarea::-moz-placeholder {
    color: #BABABA; }
.contact .container .form form input:-ms-input-placeholder, .contact .container .form form textarea:-ms-input-placeholder {
    color: #BABABA; }
.contact .container .form form input::-ms-input-placeholder, .contact .container .form form textarea::-ms-input-placeholder {
    color: #BABABA; }
.contact .container .form form input::placeholder, .contact .container .form form textarea::placeholder {
    color: #BABABA; }
.contact .container .form form button,


.primary-btn {
    padding: 16px 50px;
    background-color: #146ef5;
    border: none;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    cursor: pointer;
}
.contact .container .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 140px;
}
@media (max-width: 991px) {
    .contact .container .info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}

/* Copied from tw */
ul{ list-style: none; }
i{
    font-style: italic;
}
.privacy-section {
    box-sizing: border-box;
    overflow: hidden;
}

.privacy-section .w-full{
    padding-bottom: 60px;
    border-bottom: 1px solid #404040;
}
.privacy-section p{
    margin-bottom: 1rem;
}
.underline {
    text-decoration-line: underline;
}
.w-full {
    width: 100%;
}
.md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.mt-12 {
    margin-top: 3rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mb-3 {
    margin-bottom: .75rem;
}
.ml-4 {
    margin-left: 1rem;
}
.md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
#menuToggle{
    display: none;
}
.grid-icon-holder {
    margin-bottom: 20px;
}
.with-bg.title {
    background: #146ef5;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    text-transform: uppercase;
}
h4.with-bg.title {
    font-size: 16px;
}
@media screen and (max-width: 767px){
    .contact input[name="name"]{
        margin-bottom: 20px;
    }
    #menuToggle{
        display: block;
        width: 25px;
        text-align: center;
        height: 25px;
    }
    .main-menu {
        display: none;
        position: absolute;
        right: 0;
        background-color: #171717;
        width: 150px;
    }
    ul.main-menu > li {
        display: block;
        border-bottom: 1px solid #000;
    }
    .main-menu.active{
        display: block;
    }
    header.header-main .row {
        align-items: center;
    }
    .mainHero {
        font-size: calc(40px + 2vw);
    }
    .xmpp_ansi_font.mainHero > pre {
        font-size: calc(1px + 1vw);
    }
    .mainlogo {
        font-size: 28px;
    }
}