@font-face {
    font-family: Metropolis;
    src: url('../fonts/Metropolis-Light.otf');
    font-weight: 300;
}

@font-face {
    font-family: Metropolis;
    src: url('../fonts/Metropolis-LightItalic.otf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: Metropolis;
    src: url('../fonts/Metropolis-Regular.otf');
    font-weight: 400;
}

@font-face {
    font-family: Metropolis;
    src: url('../fonts/Metropolis-RegularItalic.otf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Metropolis;
    src: url('../fonts/Metropolis-Bold.otf');
    font-weight: 700;
}

@font-face {
    font-family: Metropolis;
    src: url('../fonts/Metropolis-ExtraBold.otf');
    font-weight: 800;
}


/* Normalize START */

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

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/* Design START */

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

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

body {
    min-width: 320px;
    background-color: #fff;
    font-family: 'Metropolis', 'Arial', sans-serif;
    color: #333;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42857143;
}

img,
object,
embed {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 800;
    line-height: 1.1;
    color: inherit;
    margin: 0;
}

p {
    margin: 0;
}

a {
    color: #2e3180;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #2e3180;
    text-decoration: underline;
}

b,
strong {
    font-weight: 800;
}

.primary-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    background-image: url(../images/header_2560RS.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    z-index: 1;
}

.header-wrapper {
    margin-top: 196px;
}

.header-logos img {
    display: block;
    margin: 0 auto;
}

.header-title {
    font-size: 208px;
    margin: 82px 0 194px;
}

.header-info {
    font-size: 52px;
    line-height: 76px;
}

.navbar-primary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10001;
}

.navbar-fluid {
    position: fixed;
    background: rgba(0, 0, 0, .75);
    -webkit-transition: transform .2s linear;
    transition: transform .2s linear;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.navbar-fluid.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.navbar-container {
    width: 2296px;
    border-bottom: 2px solid rgba(255, 255, 255, .75);
    margin: 0 auto;
}

.navbar-fluid .navbar-container {
    border-bottom: 0;
}

.navbar-container:before,
.navbar-container:after,
.navbar-collapse:before,
.navbar-collapse:after {
    content: '';
    display: table;
}

.navbar-container:after,
.navbar-collapse:after {
    clear: both;
}

.navbar-header {
    float: left;
}

.navbar-brand {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 68px;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 48px;
    margin: 60px 0 56px;
    -webkit-transition: opacity .33s ease;
    transition: opacity .33s ease;
    pointer-events: none;
}

.navbar-fluid .navbar-brand {
    pointer-events: auto;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #fff;
    text-decoration: none;
}

.navbar-brand:hover {
    opacity: .75;
}

.navbar-nav {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0 -45px 0 0;
}

.navbar-nav>li {
    float: left;
}

.navbar-nav>li>a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 48px;
    margin: 70px 45px 66px;
    padding: 0;
    -webkit-transition: opacity .33s ease;
    transition: opacity .33s ease;
}

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

.navbar-nav>.active>a,
.navbar-nav>li>a:hover {
    opacity: .75;
}

.navbar-nav>li>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    border-bottom: 2px solid #fff;
    -webkit-transition: width .33s ease, opacity .33s ease;
    transition: width .33s ease, opacity .33s ease;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.navbar-nav>.active>a:before,
.navbar-nav>li>a:hover:before {
    width: 100%;
    opacity: .75;
}

.navbar-toggle {
    float: right;
    display: none;
    width: 36px;
    height: 36px;
    background: none;
    border: 3px solid #fff;
    outline: 0;
    padding: 0;
    margin: 12px 0;
}

.navbar-icon {
    display: block;
    width: 18px;
    border-bottom: 3px solid #fff;
    margin: 0 auto;
}

.navbar-icon+.navbar-icon {
    margin-top: 4px;
}

.primary-wrapper {
    position: relative;
    padding-top: 100vh;
    pointer-events: none;
    z-index: 10;
}

.primary-row {
    background: #fff;
    padding-top: 10px;
    pointer-events: auto;
}

.event-about {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background: #f4f4f4;
}

.event-about>div {
    width: 50%;
}

.event-content {
    width: 80.3125%;
    font-size: 36px;
    color: #333333;
    line-height: 56px;
    padding: 74px 0;
    margin: 0 auto;
}

.event-title {
    font-size: 56px;
    line-height: 74px;
    margin: 0 0 42px;
}

.event-content p+p {
    margin-top: 29px;
}

.preview-responsive {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    z-index: 1;
}

.video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 191px;
    height: 193px;
    background: url(../images/video_button.png);
    background-size: cover;
    background-position: center;
    -webkit-transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    cursor: pointer;
    z-index: 3;
}

.preview-responsive.active .video-button {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    pointer-events: none;
}

.preview-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-size: cover;
    background-position: center;
    -webkit-transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    z-index: 2;
}

.preview-responsive.active .preview-thumbnail {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.preview-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1;
}

.container {
    width: 2198px;
    padding: 0 15px;
    margin: 0 auto;
}

.primary-title {
    color: #333333;
    font-size: 56px;
    text-align: center;
    text-transform: uppercase;
    line-height: 74px;
    margin: 0;
}

.event-speakers {
    position: relative;
    padding: 162px 0 90px;
}

.speaker-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1856px;
    margin: 158px auto 0;
}

.speaker-item {
    width: 25%;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 153px;
}

.speaker-thumbnail {
    width: 190px;
    height: 190px;
    background-color: #f4f4f4;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: 0 auto;
}

.speaker-name {
    color: #333333;
    font-size: 32px;
    font-weight: 300;
    line-height: 48px;
    margin: 20px 0 0;
}

.speaker-role {
    color: #808080;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px;
    margin-top: 9px;
}

.event-guests {
    position: relative;
    background: #f4f4f4;
    padding: 132px 0 112px;
}

.guests-wrapper {
    margin-top: 136px;
}

.guest-row {
    margin-bottom: 107px;
}

.guest-title {
    color: #333333;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    margin: 0 0 54px;
}

.guest-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}

.guest-grid>div {
    width: 14.28571428%;
    padding: 0 7.5px;
    margin-bottom: 15px;
}

.guest-item {
    display: block;
    position: relative;
    color: #000;
    font-size: 30px;
    border: 2px solid #d7d7d7;
    padding-bottom: 75%;
    -webkit-transition: border-color .33s ease;
    transition: border-color .33s ease;
}

.guest-item[href]:hover {
    border-color: #2e3180;
}

.guest-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 100%;
    padding: 15px 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.event-roadmap {
    position: relative;
    padding: 154px 0 128px;
}

.roadmap-intro {
    color: #333333;
    font-size: 34px;
    line-height: 48px;
    text-align: center;
    margin: 25px 0 66px;
}

.roadmap-intro p {
    margin: 0 0 16px;
}

.roadmap-grid {
    border-top: 2px solid #cfcfcf;
    margin-bottom: 124px;
}

.roadmap-row {
    border-bottom: 2px solid #cfcfcf;
    padding: 46px 0 41px;
}

.roadmap-row:before,
.roadmap-row:after {
    content: '';
    display: table;
}

.roadmap-row:after {
    clear: both;
}

.roadmap-row>div {
    float: left;
}

.roadmap-sm {
    width: 8%;
}

.roadmap-md {
    width: 24%;
}

.roadmap-lg {
    width: 52.5%;
    margin-left: 15.5%;
}

.roadmap-title {
    color: #333333;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 38px;
}

.roadmap-title span {
    font-weight: 800;
}

.roadmap-content {
    color: #333333;
    font-size: 28px;
    line-height: 38px;
}

.ct-dlc {
    margin-top: 23px;
}

.roadmap-extra {
    color: #333333;
    text-align: center;
}

.roadmap-extra_title {
    color: #2e3180;
    font-size: 44px;
    font-weight: 300;
    line-height: 58px;
    margin: 0 0 37px;
}

.roadmap-extra_date {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
}

.roadmap-extra_content {
    font-size: 34px;
    font-weight: 300;
    line-height: 48px;
    margin: 99px 0 132px;
}

.roadmap-extra_content p {
    margin: 0 0 38px;
}

.btn-primary {
    display: inline-block;
    background: #2e3180;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    border: 4px solid #2e3180;
    padding: 24px 72px 20px;
    -webkit-transition: background .33s ease, color .33s ease;
    transition: background .33s ease, color .33s ease;
}

.btn-primary:hover,
.btn-primary:focus {
    background: transparent;
    color: #2e3180;
    text-decoration: none;
}

.roadmap-extra_logo-group {
    display: block;
    margin: 0 auto;
}

.event-faq {
    background: #f4f4f4;
    padding: 133px 0 150px;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.panel-group {
    margin-top: 101px;
}

.panel-group_title {
    color: #333333;
    font-size: 32px;
    font-weight: 300;
    line-height: 46px;
    margin-bottom: 32px;
}

.panel-group_title:not(:first-of-type) {
    margin-top: 124px;
}

.panel {
    color: #333333;
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 8px;
}

.panel-title {
    color: #333333;
    font-size: 32px;
    font-weight: 800;
    line-height: 46px;
}

.panel-title>a {
    display: inline-block;
    position: relative;
    color: inherit;
    padding-left: 28px;
}

.panel-title>a:hover,
.panel-title>a:focus {
    color: inherit;
    text-decoration: none;
}

.panel-title>a:before,
.panel-title>a:after {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.panel-title>a:before {
    left: 0;
    width: 16px;
    border-bottom: 4px solid #333;
}

.panel-title>a:after {
    left: 6px;
    height: 16px;
    border-left: 4px solid #333;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

.panel-title>a[aria-expanded="true"]:after {
    height: 0;
}

.panel-body {
    padding: 16px 28px;
}

.panel-group_content {
    color: #333333;
    font-size: 32px;
    text-align: center;
    line-height: 54px;
    margin-top: 206px;
}

.primary-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #2e3180;
}

.primary-footer>div {
    width: 50%;
}

.footer-contact {
    width: 80.3125%;
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    padding: 119px 0 166px;
    margin: 0 auto;
}

.contact-title {
    color: inherit;
    font-size: inherit;
    margin: 0 0 100px;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list>li {
    position: relative;
    padding-left: 96px;
}

.contact-list>li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 58px;
    background-size: cover;
    background-position: center;
}

.contact-list>.for-address:before {
    top: 2px;
    background-image: url(../images/contact_marker.png);
}

.contact-list>.for-mail:before {
    top: -9px;
    background-image: url(../images/contact_envelope.png);
}

.contact-list>li+li {
    margin-top: 107px;
}

.contact-list>li>a {
    color: #fff;
    -webkit-transition: opacity .33s ease;
    transition: opacity .33s ease;
}

.contact-list>li>a:hover,
.contact-list>li>a:focus {
    text-decoration: none;
    opacity: .75;
}

.contact-map {
    position: relative;
    height: 100%;
    background: #efefef;
    overflow: hidden;
    z-index: 1;
}

#fancy-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1;
}

.primary-anchor {
    position: absolute;
    top: -184px;
    left: 0;
    width: 100%;
    height: 0;
}

.event-about .primary-anchor {
    top: -10px;
}

@media (max-width: 2559px) {
    .navbar-container {
        width: 1724px;
    }
    .navbar-brand {
        height: 60px;
        font-size: 22px;
        line-height: 40px;
        margin: 40px 0 38px;
    }
    .navbar-nav {
        margin: 0 -34px 0 0;
    }
    .navbar-nav>li>a {
        font-size: 22px;
        line-height: 40px;
        margin: 50px 34px 48px;
    }
    .header-wrapper {
        margin-top: 156px;
    }
    .header-logos img {
        max-width: 534px;
        height: auto;
    }
    .header-title {
        font-size: 156px;
        margin: 60px 0 146px;
    }
    .header-info {
        font-size: 38px;
        line-height: 56px;
    }
    .primary-row {
        padding-top: 6px;
    }
    .event-content {
        font-size: 26px;
        line-height: 42px;
        padding: 53px 0 51px;
    }
    .event-title {
        font-size: 42px;
        line-height: 54px;
        margin: 0 0 31px;
    }
    .event-content p+p {
        margin-top: 16px;
    }
    .video-button {
        width: 144px;
        height: 146px;
    }
    .container {
        width: 1628px;
    }
    .primary-title {
        font-size: 42px;
        line-height: 60px;
    }
    .event-speakers {
        padding: 120px 0 66px;
    }
    .speaker-grid {
        width: 1392px;
        margin: 117px auto 0;
    }
    .speaker-item {
        padding: 0 24px;
        margin-bottom: 115px;
    }
    .speaker-thumbnail {
        width: 142px;
        height: 142px;
    }
    .speaker-name {
        font-size: 24px;
        line-height: 36px;
        margin: 15px 0 0;
    }
    .speaker-role {
        font-size: 20px;
        line-height: 30px;
        margin-top: 7px;
    }
    .event-guests {
        padding: 96px 0 84px;
    }
    .guests-wrapper {
        margin-top: 97px;
    }
    .guest-row {
        margin-bottom: 80px;
    }
    .guest-title {
        font-size: 24px;
        line-height: 40px;
        margin: 0 0 36px;
    }
    .guest-grid {
        margin: 0 -5px;
    }
    .guest-grid>div {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .guest-item {
        font-size: 24px;
    }
    .event-roadmap {
        padding: 111px 0 90px;
    }
    .roadmap-intro {
        font-size: 24px;
        line-height: 36px;
        margin: 15px 0 47px;
    }
    .roadmap-intro p {
        margin: 0 0 11px;
    }
    .roadmap-grid {
        margin-bottom: 90px;
    }
    .roadmap-row {
        padding: 35px 0 31px;
    }
    .roadmap-title {
        font-size: 24px;
        line-height: 30px;
    }
    .roadmap-content {
        font-size: 20px;
        line-height: 30px;
    }
    .ct-dlc {
        margin-top: 16px;
    }
    .roadmap-extra_title {
        font-size: 32px;
        line-height: 46px;
        margin: 0 0 25px;
    }
    .roadmap-extra_date {
        font-size: 24px;
        line-height: 30px;
    }
    .roadmap-extra_content {
        font-size: 26px;
        line-height: 38px;
        margin: 72px 0 98px;
    }
    .roadmap-extra_content p {
        margin: 0 0 24px;
    }
    .btn-primary {
        font-size: 24px;
        line-height: 30px;
        border-width: 3px;
        padding: 19px 54px 15px;
    }
    .roadmap-extra_logo-group {
        max-width: 392px;
        height: auto;
    }
    .event-faq {
        padding: 99px 0 110px;
    }
    .panel-group {
        margin-top: 72px;
    }
    .panel,
    .panel-group_title,
    .panel-title {
        font-size: 24px;
        line-height: 36px;
    }
    .panel-group_title {
        margin-bottom: 23px;
    }
    .panel-group_title:not(:first-of-type) {
        margin-top: 93px;
    }
    .panel {
        margin-bottom: 5px;
    }
    .panel-title>a {
        padding-left: 24px;
    }
    .panel-title>a:before {
        width: 14px;
    }
    .panel-title>a:after {
        left: 5px;
        height: 14px;
    }
    .panel-body {
        padding: 12px 24px;
    }
    .panel-group_content {
        font-size: 24px;
        line-height: 42px;
        margin-top: 154px;
    }
    .footer-contact {
        font-size: 26px;
        line-height: 32px;
        padding: 87px 0 124px;
    }
    .contact-title {
        margin: 0 0 75px;
    }
    .contact-list>li {
        padding-left: 70px;
    }
    .contact-list>li+li {
        margin-top: 79px;
    }
    .contact-list>li:before {
        width: 40px;
        height: 43px;
    }
    .contact-list>.for-mail:before {
        top: -6px;
    }
    .primary-anchor {
        top: -138px;
    }
    .event-about .primary-anchor {
        top: -6px;
    }
}

@media (max-width: 1919px) {
    .navbar-container {
        width: 1434px;
        border-bottom: 1px solid rgba(255, 255, 255, .75);
    }
    .navbar-brand {
        height: 48px;
        font-size: 18px;
        line-height: 34px;
        margin: 33px 0 31px;
    }
    .navbar-nav {
        margin: 0 -28px 0 0;
    }
    .navbar-nav>li>a {
        font-size: 18px;
        line-height: 34px;
        margin: 40px 28px 38px;
    }
    .navbar-nav>li>a:before {
        border-width: 0 0 1px;
    }
    .header-wrapper {
        margin-top: 124px;
    }
    .header-logos img {
        max-width: 446px;
    }
    .header-title {
        font-size: 130px;
        margin: 52px 0 118px;
    }
    .header-info {
        font-size: 32px;
        line-height: 48px;
    }
    .primary-row {
        padding-top: 4px;
    }
    .event-title {
        font-size: 34px;
        line-height: 42px;
        margin: 0 0 26px;
    }
    .event-content {
        font-size: 22px;
        line-height: 36px;
        padding: 46px 0 43px;
    }
    .video-button {
        width: 120px;
        height: 121px;
    }
    .container {
        width: 1354px;
    }
    .primary-title {
        font-size: 34px;
        line-height: 48px;
    }
    .event-speakers {
        padding: 101px 0 56px;
    }
    .speaker-grid {
        width: 1160px;
        margin: 99px auto 0;
    }
    .speaker-item {
        padding: 0 16px;
        margin-bottom: 96px;
    }
    .speaker-thumbnail {
        width: 118px;
        height: 118px;
    }
    .speaker-name {
        font-size: 20px;
        line-height: 30px;
        margin: 13px 0 0;
    }
    .speaker-role {
        font-size: 18px;
        line-height: 24px;
        margin-top: 6px;
    }
    .event-guests {
        padding: 81px 0 69px;
    }
    .guests-wrapper {
        margin-top: 84px;
    }
    .guest-row {
        margin-bottom: 67px;
    }
    .guest-title {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 33px;
    }
    .guest-item {
        font-size: 20px;
        border-width: 1px;
    }
    .event-roadmap {
        padding: 92px 0 76px;
    }
    .roadmap-intro {
        font-size: 20px;
        line-height: 30px;
        margin: 12px 0 38px;
    }
    .roadmap-intro p {
        margin: 0 0 10px;
    }
    .roadmap-grid {
        border-width: 1px 0 0;
        margin-bottom: 74px;
    }
    .roadmap-row {
        border-width: 0 0 1px;
        padding: 29px 0 24px;
    }
    .roadmap-title {
        font-size: 20px;
        line-height: 24px;
    }
    .roadmap-content {
        font-size: 18px;
        line-height: 26px;
    }
    .ct-dlc {
        margin-top: 12px;
    }
    .roadmap-extra_title {
        font-size: 28px;
        line-height: 40px;
        margin: 0 0 21px;
    }
    .roadmap-extra_date {
        font-size: 20px;
        line-height: 24px;
    }
    .roadmap-extra_content {
        font-size: 22px;
        line-height: 34px;
        margin: 59px 0 82px;
    }
    .roadmap-extra_content p {
        margin: 0 0 21px;
    }
    .btn-primary {
        font-size: 20px;
        line-height: 24px;
        border-width: 2px;
        padding: 17px 42px 13px;
    }
    .roadmap-extra_logo-group {
        max-width: 328px;
    }
    .event-faq {
        padding: 82px 0 93px;
    }
    .panel-group {
        margin-top: 62px;
    }
    .panel,
    .panel-group_title,
    .panel-title {
        font-size: 20px;
        line-height: 30px;
    }
    .panel-group_title {
        margin-bottom: 20px;
    }
    .panel-group_title:not(:first-of-type) {
        margin-top: 76px;
    }
    .panel-title>a {
        padding-left: 18px;
    }
    .panel-title>a:before,
    .panel-title>a:after {
        top: calc(50% - 3px);
    }
    .panel-title>a:before {
        width: 11px;
        border-width: 0 0 3px;
    }
    .panel-title>a:after {
        left: 4px;
        height: 11px;
        border-width: 0 0 0 3px;
    }
    .panel-body {
        padding: 8px 18px;
    }
    .panel-group_content {
        font-size: 20px;
        line-height: 36px;
        margin-top: 127px;
    }
    .footer-contact {
        font-size: 22px;
        line-height: 28px;
        padding: 73px 0 104px;
    }
    .contact-title {
        margin: 0 0 61px;
    }
    .contact-list>li {
        padding-left: 58px;
    }
    .contact-list>li:before {
        width: 34px;
        height: 37px;
    }
    .contact-list>li+li {
        margin-top: 63px;
    }
    .primary-anchor {
        top: -112px;
    }
    .event-about .primary-anchor {
        top: -4px;
    }
}

@media (max-width: 1599px) {
    .navbar-container {
        width: 1076px;
    }
    .navbar-brand {
        height: 36px;
        font-size: 14px;
        line-height: 24px;
        margin: 24px 0;
    }
    .navbar-nav {
        margin: 0 -20px 0 0;
    }
    .navbar-nav>li>a {
        font-size: 14px;
        line-height: 24px;
        margin: 30px 20px;
    }
    .primary-header {
        background-image: url(../images/header_1600RS.jpg);
    }
    .header-wrapper {
        margin-top: 96px;
    }
    .header-logos img {
        max-width: 336px;
    }
    .header-title {
        font-size: 98px;
        margin: 38px 0 90px;
    }
    .header-info {
        font-size: 24px;
        line-height: 36px;
    }
    .primary-row {
        padding-top: 2px;
    }
    .event-content {
        font-size: 18px;
        line-height: 30px;
        padding: 33px 0 31px;
    }
    .event-title {
        font-size: 26px;
        line-height: 34px;
        margin: 0 0 17px;
    }
    .event-content p+p {
        margin-top: 9px;
    }
    .video-button {
        width: 90px;
        height: 91px;
    }
    .container {
        width: 1018px;
    }
    .primary-title {
        font-size: 26px;
        line-height: 38px;
    }
    .event-speakers {
        padding: 74px 0 42px;
    }
    .speaker-grid {
        width: 872px;
        margin: 70px auto 0;
    }
    .speaker-item {
        padding: 0 10px;
        margin-bottom: 70px;
    }
    .speaker-thumbnail {
        width: 90px;
        height: 90px;
    }
    .speaker-name {
        font-size: 16px;
        line-height: 24px;
        margin: 9px 0 0;
    }
    .speaker-role {
        font-size: 14px;
        line-height: 20px;
        margin-top: 2px;
    }
    .event-guests {
        padding: 60px 0 50px;
    }
    .guests-wrapper {
        margin-top: 61px;
    }
    .guest-row {
        margin-bottom: 48px;
    }
    .guest-title {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 24px;
    }
    .guest-item {
        font-size: 16px;
    }
    .event-roadmap {
        padding: 67px 0 60px;
    }
    .roadmap-intro {
        font-size: 16px;
        line-height: 24px;
        margin: 9px 0 29px;
    }
    .roadmap-intro p {
        margin: 0 0 5px;
    }
    .roadmap-grid {
        margin-bottom: 57px;
    }
    .roadmap-row {
        padding: 20px 0 19px;
    }
    .roadmap-md {
        width: 25%;
    }
    .roadmap-lg {
        margin-left: 14.5%;
    }
    .roadmap-title {
        font-size: 16px;
        line-height: 20px;
    }
    .roadmap-content {
        font-size: 14px;
        line-height: 20px;
    }
    .ct-dlc {
        margin-top: 8px;
    }
    .roadmap-extra_title {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 11px;
    }
    .roadmap-extra_date {
        font-size: 14px;
        line-height: 18px;
    }
    .roadmap-extra_content {
        font-size: 16px;
        line-height: 28px;
        margin: 42px 0 60px;
    }
    .roadmap-extra_content p {
        margin: 0 0 15px;
    }
    .btn-primary {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 34px 8px
    }
    .roadmap-extra_logo-group {
        max-width: 246px;
    }
    .event-faq {
        padding: 59px 0 68px;
    }
    .panel-group {
        margin-top: 43px;
    }
    .panel,
    .panel-group_title,
    .panel-title {
        font-size: 16px;
        line-height: 24px;
    }
    .panel-group_title {
        margin-bottom: 11px;
    }
    .panel-group_title:not(:first-of-type) {
        margin-top: 55px;
    }
    .panel {
        margin-bottom: 3px;
    }
    .panel-title>a {
        padding-left: 16px;
    }
    .panel-title>a:before,
    .panel-title>a:after {
        top: calc(50% - 1px);
    }
    .panel-title>a:before {
        width: 10px;
        border-width: 0 0 2px;
    }
    .panel-title>a:after {
        left: 4px;
        height: 10px;
        border-width: 0 0 0 2px;
    }
    .panel-body {
        padding: 6px 16px;
    }
    .panel-group_content {
        font-size: 16px;
        line-height: 30px;
        margin-top: 92px;
    }
    .footer-contact {
        font-size: 18px;
        line-height: 24px;
        padding: 53px 0 77px;
    }
    .contact-title {
        margin: 0 0 46px;
    }
    .contact-list>li {
        padding-left: 44px;
    }
    .contact-list>li+li {
        margin-top: 47px;
    }
    .contact-list>li:before {
        width: 26px;
        height: 28px;
    }
    .contact-list>.for-mail:before {
        top: -3px;
    }
    .primary-anchor {
        top: -84px;
    }
    .event-about .primary-anchor {
        top: -2px;
    }
}

@media (max-width: 1199px) {
    .navbar-container {
        width: 890px;
    }
    .header-logos img {
        max-width: 276px;
    }
    .header-title {
        font-size: 80px;
        margin: 34px 0 75px;
    }
    .header-info {
        font-size: 20px;
        line-height: 30px;
    }
    .primary-row {
        padding: 0;
    }
    .event-about {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .event-about>div {
        width: 100%;
    }
    .container {
        width: 840px;
    }
    .speaker-grid {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        width: auto;
    }
    .speaker-item {
        width: 33.33333333%;
    }
    .guest-grid>div {
        width: 20%;
    }
    .roadmap-md {
        width: 32%;
    }
    .roadmap-lg {
        margin-left: 7.5%;
    }
    .event-about .primary-anchor {
        top: 0;
    }
}

@media (max-width: 991px) {
    .navbar-container {
        width: 690px;
    }
    .navbar-nav {
        margin: 0 -15px 0 0;
    }
    .navbar-nav>li>a {
        margin: 30px 15px;
    }
    .header-title {
        font-size: 64px;
        margin: 24px 0 56px;
    }
    .header-info {
        font-size: 16px;
        line-height: 24px;
    }
    .container {
        width: 640px;
    }
    .speaker-item {
        width: 50%;
    }
    .guest-grid>div {
        width: 25%;
    }
    .roadmap-sm {
        float: left;
        width: 60px;
    }
    .roadmap-md {
        width: calc(100% - 60px);
        padding-bottom: 6px;
    }
    .roadmap-lg {
        width: 100%;
        margin: 0;
    }
    .roadmap-extra_content br {
        display: none;
    }
    .panel-title>a:before,
    .panel-title>a:after {
        -webkit-transform: none;
        transform: none;
    }
    .panel-title>a:before {
        top: 10px;
    }
    .panel-title>a:after {
        top: 6px;
        -webkit-transition: opacity .33s ease;
        transition: opacity .33s ease;
    }
    .panel-title>a[aria-expanded="true"]:after {
        height: 10px;
        opacity: 0;
    }
    .primary-footer {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .primary-footer>div {
        width: 100%;
    }
    .footer-contact {
        padding: 46px 0 41px;
    }
    .contact-map {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .navbar-container,
    .container {
        width: auto;
        padding: 0 15px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-brand {
        float: left;
        margin: 12px 0;
    }
    .navbar-collapse {
        position: relative;
        display: none;
        clear: both;
        top: 100%;
        left: 0;
        height: 0;
        background: rgba(255, 255, 255, .75);
        margin: 0 -15px;
        -webkit-transition: height .33s ease;
        transition: height .33s ease;
        overflow: hidden;
    }
    .navbar-fluid .navbar-collapse {
        background: none;
    }
    .navbar-nav {
        float: none;
        padding: 5px 0 4px;
        margin: 0;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        color: #333;
        padding: 5px 15px;
        margin: 0;
        -webkit-transition: color .33s ease;
        transition: color .33s ease;
    }
    .navbar-fluid .navbar-nav>li>a {
        color: #fff;
        -webkit-transition: opacity .33s ease;
        transition: opacity .33s ease;
    }
    .navbar-nav>.active>a,
    .navbar-nav>li>a:hover {
        color: #2e3180;
        opacity: 1;
    }
    .navbar-nav>li>a:focus {
        color: #fff;
    }
    .navbar-fluid .navbar-nav>.active>a,
    .navbar-fluid .navbar-nav>li>a:hover {
        color: #fff;
        opacity: .5;
    }
    .navbar-fluid .navbar-nav>li>a:focus {
        color: #fff;
    }
    .navbar-nav>li>a:before {
        content: none;
        display: none;
    }
    .navbar-toggle {
        display: block;
    }
    .primary-header {
        background-image: url(../images/header_768RS.jpg);
    }
    .header-wrapper {
        text-align: center;
        padding: 0 15px;
        margin-top: 68px;
    }
    .event-content {
        width: auto;
        padding: 33px 15px 31px;
    }
    .speaker-grid {
        margin: 70px -10px 0;
    }
    .footer-contact {
        width: auto;
        padding: 46px 15px 41px;
    }
    .primary-anchor {
        top: -60px;
    }
}

@media (max-width: 599px) {
    .header-logos img {
        max-width: 234px;
    }
    .header-title {
        font-size: 36px;
        margin: 19px 0 34px;
    }
    .header-info {
        font-size: 14px;
        line-height: 20px;
    }
    .guest-grid>div {
        width: 33.33333333%;
    }
    .roadmap-intro br {
        display: none;
    }
}

@media (max-width: 479px) {
    .speaker-item {
        width: 100%;
    }
    .guest-grid>div {
        width: 50%;
    }
}