a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
mark,
menu,
nav,
object,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}


/*ol,
ul {
    list-style: none;
}*/

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.c--blue {
    color: #0f2c7a;
}

.c--orange {
    color: #00acd4;
}

.c--red {
    color: #2C5DE8;
}

.c--font {
    color: #333;
}

.c--white {
    color: #fff;
}

.c--black {
    color: #000;
}

.c--notification {
    color: red;
}

.bc--blue {
    background-color: #00acd4;
}

.bc--green {
    background-color: #c4d983;
}

.bc--darkgreen {
    background-color: #00561e;
}

.bc--orange {
    background-color: #f29200;
}

.bc--red {
    background-color: #2C5DE8;
}

.bc--font {
    background-color: #333;
}

.bc--white {
    background-color: #fff;
}

.bc--black {
    background-color: #000;
}

.bc--notification {
    background-color: red;
}

.pad--1 {
    padding: 10px;
}

.pad--2 {
    padding: 20px;
}

.pad--3 {
    padding: 30px;
}

.pad--4 {
    padding: 40px;
}

.mar--1 {
    margin: 10px;
}

.mar--2 {
    margin: 20px;
}

.mar--3 {
    margin: 30px;
}

.mar--4 {
    margin: 40px;
}

.navigation--top-nav--notifications span,
.pos-b,
.pos-c,
.pos-full,
.pos-h,
.pos-t,
.pos-w {
    position: absolute;
}

.pos-full {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pos-c {
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
}

.pos-w {
    transform: translateX(-50%);
    left: 50%;
}

.pos-h {
    transform: translateY(-50%);
    top: 50%;
}

.pos-t {
    top: 0;
}

.pos-b {
    bottom: 0;
}

.pos-rel {
    position: relative;
}

.disp--flex {
    display: flex;
}

.flex--wrap {
    flex-wrap: wrap;
}

.flex--colu {
    flex-direction: column;
}

.just--betw {
    justify-content: space-between;
}

.just--arou {
    justify-content: space-around;
}

.alig--cent {
    align-items: center;
}

html {
    font-size: 100%;
    height: 100%;
}

body,
html {
    position: relative;
    overflow-x: hidden;
}

body {
    font-family: Roboto, TT COMMONS, Helvetica, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #000;
    height: 100%;
}

body * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bold,
strong {
    font-weight: 700;
}

a {
    text-decoration: none;
    color: inherit;
    transition-duration: .2s;
}

img {
    max-width: 100%;
    height: auto;
}

svg {
    width: 100%;
    max-width: 100%;
}

svg path {
    transition: .2s;
}

.bgimg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

input[type=search]::-ms-clear,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.navigation--top-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 5.25rem;
    z-index: 10;
    border-bottom: 2px solid #fff;
}

@media (max-width: 760px) {
    .navigation--top-nav .navigation--top-nav--logo {
        height: 100%;
        padding: .375rem;
    }
    .navigation--top-nav .navigation--top-nav--logo img {
        max-height: 100%;
    }
}

@media (max-width: 760px) {
    .navigation--top-nav {
        height: 3.4375rem;
    }
}

.navigation--top-nav--personal-nav {
    width: 21rem;
    height: 100%;
    justify-content: flex-end;
}

.navigation--top-nav--personal-nav a,
.navigation--top-nav--personal-nav span {
    display: flex;
}

.navigation--top-nav--personal-nav a {
    height: 100%;
    align-items: center;
    flex-basis: 33.3333%;
    justify-content: center;
    flex-direction: column;
    font-size: .75rem;
    line-height: .875rem;
    font-weight: 900;
    color: #fff;
}

.navigation--top-nav--personal-nav a:hover {
    background-color: #00acd4;
    opacity: 0.8;
    transition: 0.2s;
}

.navigation--top-nav--personal-nav a:hover svg path {
    fill: #004662;
}

.navigation--top-nav--personal-nav .navigation--top-nav--personal-nav-icon {
    max-width: 1.875rem;
    max-height: 1.875rem;
    margin-top: 0;
}

.navigation--top-nav--personal-nav .navigation--top-nav--icon-text {
    margin-top: 0.75rem;
    display: block;
}

@media (max-width: 760px) {
    .navigation--top-nav--personal-nav {
        display: none;
    }
}

.navigation--top-nav--notifications {
    position: relative;
}

.navigation--top-nav--notifications span {
    background-color: red;
    top: -.375rem;
    right: -.375rem;
    color: #fff;
    font-weight: 700;
    font-size: .6875rem;
    line-height: .6875rem;
    border-radius: 50%;
    width: 1.0625rem;
    height: 1.0625rem;
    align-items: center;
    justify-content: center;
}

.navigation--top-nav--menu-toggle {
    display: none;
    width: 2.1875rem;
    height: 1.875rem;
    position: relative;
    margin-right: .9375rem;
    cursor: pointer;
}

.navigation--top-nav--menu-toggle span {
    display: block;
    width: 2.1875rem;
    height: .1875rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: .2s;
}

.navigation--top-nav--menu-toggle span:nth-of-type(1) {
    top: .25rem;
    transform-origin: 0 0;
}

.navigation--top-nav--menu-toggle span:nth-of-type(2) {
    top: .8125rem;
}

.navigation--top-nav--menu-toggle span:nth-of-type(3) {
    top: 1.375rem;
    transform-origin: 0 100%;
}

@media (max-width: 760px) {
    .navigation--top-nav--menu-toggle {
        display: block;file
    }
}

body.menu-open .navigation--top-nav--menu-toggle span:nth-of-type(1) {
    transform: rotate(45deg);
    width: 2.5rem;
    left: 4px;
    top: 0;
}

body.menu-open .navigation--top-nav--menu-toggle span:nth-of-type(2) {
    opacity: 0;
}

body.menu-open .navigation--top-nav--menu-toggle span:nth-of-type(3) {
    transform: rotate(-45deg);
    width: 2.5rem;
    left: 4px;
    top: 1.6875rem;
}

#clock {
    margin-right: 1.25rem;
    white-space: nowrap;
}

#clock p {
    font-family: Roboto, TT COMMONS, Helvetica, sans-serif;
    font-size: 1.625rem;
    line-height: 2rem;
    color: #fff !important;
    font-weight: 900;
}

#clock span {
    display: inline-flex;
}

.navigation--side-nav {
    position: fixed;
    top: 5.25rem;
    left: 0;
    bottom: 0;
    width: 5.25rem;
    font-size: .75rem;
    line-height: .875rem;
    font-weight: 900;
    color: #00acd4 !important;
    box-shadow: 0.25rem 0 0.875rem rgba(0, 0, 0, 0.25);
    z-index: 9;
}

.navigation--side-nav nav {
    height: 100%;
    background-color: #004762;
    max-height: 51rem;
}

@media (max-width: 760px) {
    .navigation--side-nav nav {
        justify-content: unset;
        max-height: initial;
    }
}

.navigation--side-nav svg {
    max-width: 2.625rem;
    max-height: 2.625rem;
    width: auto;
}


/* .navigation--side-nav svg path {
  fill: #00acd4; } */

.navigation--side-nav span {
    display: flex;
    justify-content: center;
    margin-bottom: .25rem;
}

@media (max-width: 760px) {
    .navigation--side-nav span {
        margin-bottom: auto;
        width: 2.1875rem;
        height: 2.1875rem;
    }
    .navigation--side-nav span svg {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 560px) {
    .navigation--side-nav span {
        width: 1.5625rem;
        height: 1.5625rem;
    }
}

.navigation--side-nav a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 10px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.2s;
}

.navigation--side-nav a:hover {
    background-color: #E6F6F5;
    color: #fff;
}

.navigation--side-nav a:hover {
    background-color: #E6F6F5;
    color: #009dcc;
    opacity: 0.2s;
}

.navigation--side-nav a:hover svg path {
    fill: #009dcc;
}

.navigation--side-nav--partners:hover svg path,
.navigation--side-nav--exhibh:hover svg path {
    stroke: #009dcc;
}

@media (max-width: 760px) {
    .navigation--side-nav a {
        flex-direction: row-reverse;
        align-items: left;
        justify-content: space-between;
        padding: .9375rem;
        background-color: #fff;
        color: #00acd4;
        border-bottom: 2px solid rgba(102, 102, 102, 0.5);
        height: auto;
        font-size: .9375rem;
        line-height: 1.0625rem;
    }
    .navigation--side-nav a svg path {
        fill: #00acd4;
    }
    .navigation--side-nav a:hover {
        background-color: #E6F6F5;
        /* color: #fff;  */
    }
    /* .navigation--side-nav a:hover svg path {
    fill: #fff; } */
    .navigation--side-nav a.navigation--side-nav--personal {
        color: #00acd4;
        background-color: #fff;
    }
    .navigation--side-nav a.navigation--side-nav--personal:hover {
        /* color: #fff; */
        background-color: #E6F6F5;
    }
}

.navigation--side-nav a.navigation--side-nav--personal svg path {
    fill: #00acd4;
    background-color: #fff;
}


/* .navigation--side-nav a.navigation--side-nav--personal:hover svg path {
    fill: #fff;
  } */

.navigation--side-nav .navigation--side-nav--live-sessions {
    background-color: #00acd4;
    color: #fff;
}

.navigation--side-nav .navigation--side-nav--live-sessions svg path {
    fill: #fff;
    transition: 0.2s;
}

.navigation--side-nav .navigation--side-nav--live-sessions:hover svg path {
    fill: #fff;
    transition: 0.2s;
}

.navigation--side-nav .navigation--side-nav--logout,
.navigation--side-nav .navigation--side-nav--personal {
    display: none;
}

.navigation--top-nav--icon-text {
    color: #fff;
}

@media (max-width: 760px) {
    .nav-btn-text {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 760px) {
    .navigation--side-nav .navigation--side-nav--logout,
    .navigation--side-nav .navigation--side-nav--personal {
        display: inherit;
    }
}

@media (max-width: 760px) {
    .navigation--side-nav {
        top: 3.4375rem;
        left: auto;
        right: 0;
        width: 50%;
        max-width: 14rem;
        transform: translateX(100%);
        transition: .2s transform ease-in-out;
    }
}

@media (max-width: 560px) {
    .navigation--side-nav {
        max-width: 11.5rem;
    }
}

@media (max-width: 760px) {
    body.menu-open .navigation--side-nav {
        transform: translateX(0);
    }
}

.card,
.card--live-session,
.card--live-session--blue,
.card--live-session--orange {
    background-color: #fff;
    padding: .9375rem;
    color: #000;
    box-shadow: 0.25rem 0 0.875rem rgba(0, 0, 0, 0.15);
    position: relative;
}

.card .card-mar-bot,
.card--live-session .card-mar-bot,
.card--live-session--blue .card-mar-bot,
.card--live-session--orange .card-mar-bot {
    margin-bottom: 10px;
}

.card--live-session,
.card--live-session--blue,
.card--live-session--orange {
    font-size: .875rem;
    line-height: 1.125rem;
    border-radius: 0px;
}

.card--live-session .card-time-room-cont>div,
.card--live-session--blue .card-time-room-cont>div,
.card--live-session--orange .card-time-room-cont>div {
    flex-basis: 50%;
}

.card--live-session .card-session-title,
.card--live-session--blue .card-session-title,
.card--live-session--orange .card-session-title {
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 700;
}

.card--live-session .card-session-speakers-cont,
.card--live-session--blue .card-session-speakers-cont,
.card--live-session--orange .card-session-speakers-cont,
.card-session-experts-cont {
    padding-right: 5.3125rem;
}

.card--live-session .card-session-join,
.card--live-session--blue .card-session-join,
.card--live-session--orange .card-session-join {
   /* position: absolute;*/
    bottom: .9375rem;
    right: .9375rem;
}

.card--live-session .card-session-join a,
.card--live-session--blue .card-session-join a,
.card--live-session--orange .card-session-join a {
    display: flex;
    border: .125rem solid #c4d983;
    background-color: #c4d983;
    color: #fff;
    /* border-radius: .5rem; */
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 2.1875rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;
}

.card--live-session .card-session-join a:hover,
.card--live-session--blue .card-session-join a:hover,
.card--live-session--orange .card-session-join a:hover {
    border-color: #c4d983;
    border-radius: 0px;
    background-color: #fff;
    color: #c4d983;
}

.card--live-session--blue .card-session-title {
    color: #004662;
}

.card--live-session--orange .card-session-title {
    color: #004662;
}

.exhibit,
.exhibit-lvl-1,
.exhibit-lvl-2,
.exhibit-lvl-3 {
    background-color: #fff;
    color: #333;
    box-shadow: 0.25rem 0 0.625rem rgba(0, 0, 0, 0.35);
    min-width: 0;
    min-height: 0;
    position: relative;
}

.exhibit .exhibit-inner,
.exhibit-lvl-1 .exhibit-inner,
.exhibit-lvl-2 .exhibit-inner,
.exhibit-lvl-3 .exhibit-inner {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media (max-width: 1024px) {
    .exhibit .exhibit-inner,
    .exhibit-lvl-1 .exhibit-inner,
    .exhibit-lvl-2 .exhibit-inner,
    .exhibit-lvl-3 .exhibit-inner {
        padding: .75rem;
    }
}

.exhibit .exhibit-logo,
.exhibit-lvl-1 .exhibit-logo,
.exhibit-lvl-2 .exhibit-logo,
.exhibit-lvl-3 .exhibit-logo {
    overflow: hidden;
    margin-bottom: .625rem;
}

.exhibit .exhibit-logo img,
.exhibit-lvl-1 .exhibit-logo img,
.exhibit-lvl-2 .exhibit-logo img,
.exhibit-lvl-3 .exhibit-logo img {
    max-height: 100%;
}

.exhibit .exhibit-title,
.exhibit-lvl-1 .exhibit-title,
.exhibit-lvl-2 .exhibit-title,
.exhibit-lvl-3 .exhibit-title {
    margin-top: .625rem;
}

.exhibit .exhibit-title p,
.exhibit-lvl-1 .exhibit-title p,
.exhibit-lvl-2 .exhibit-title p,
.exhibit-lvl-3 .exhibit-title p {
    overflow: hidden;
    text-overflow: ellipsis;
}

.exhibit .exhibit-stand,
.exhibit-lvl-1 .exhibit-stand,
.exhibit-lvl-2 .exhibit-stand,
.exhibit-lvl-3 .exhibit-stand {
    font-weight: 400;
    margin-top: .25rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.exhibit-lvl-3 .exhibit-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
}

.exhibit-lvl-2 .exhibit-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.exhibit-lvl-1 .exhibit-inner {
    padding: .9375rem;
}

.exhibit-lvl-1 .exhibit-title {
    font-size: 1rem;
    line-height: 1.25rem;
}

.exhibit-lvl-1 .exhibit-stand {
    font-size: 1rem;
    line-height: 1.25rem;
}

.exhibit-stand-1-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

.exhibit-stand-1-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
}

.exhibit-stand-1-3 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
}

.exhibit-stand-1-4 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
}

.exhibit-stand-1-5 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
}

.exhibit-stand-1-6 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
}

.exhibit-stand-1-7 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
}

.exhibit-stand-1-8 {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 3;
    grid-row-end: 4;
}

.exhibit-stand-1-9 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
}

.exhibit-stand-1-10 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 2;
    grid-row-end: 3;
}

.exhibit-stand-1-11 {
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 3;
    grid-row-end: 4;
}

.exhibit-stand-2-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}

.exhibit-stand-2-2 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

.exhibit-stand-2-3 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
}

.exhibit-stand-2-4 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
}

.exhibit-stand-3-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

.exhibit-stand-3-2 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
}

.exhibit-stand-4-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}

.exhibit-stand-4-2 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

.exhibit-stand-4-3 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
}

.exhibit-stand-4-4 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
}

.exhibit-stand-4-5 {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
}

.exhibit-stand-4-6 {
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
}

.live-sessions {
    position: fixed;
    top: 5.25rem;
    left: 5.25rem;
    bottom: 0;
    background-color: #004762;
    color: #fff;
    max-width: 24rem;
    z-index: 8;
    box-shadow: 0.25rem 0 0.875rem rgba(0, 0, 0, 0.25);
    padding: 20px;
    overflow-y: scroll;
    transform: translateX(-110%);
    transition: .2s transform ease-in-out;
    will-change: transform;
}

.live-sessions .live-sessions-title {
    font-size: 1.4375rem;
    line-height: 1.6875rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: none;
}

.live-sessions .card,
.live-sessions .card--live-session,
.live-sessions .card--live-session--blue,
.live-sessions .card--live-session--orange {
    margin-bottom: 20px;
}

.live-sessions .card--live-session--blue:last-of-type,
.live-sessions .card--live-session--orange:last-of-type,
.live-sessions .card--live-session:last-of-type,
.live-sessions .card:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 760px) {
    .live-sessions {
        top: 3.4375rem;
        left: 0;
        right: 0;
        max-width: initial;
        background-color: rgba(10, 110, 140, 0.5);
    }
    .live-sessions .live-sessions-title {
        display: block;
    }
}

body.livesessions-open .live-sessions {
    transform: translateX(0);
}

.profile-sidebar {
    position: fixed;
    top: 5.25rem;
    right: 0;
    bottom: 0;
    background-color: #004762;
    color: #fff;
    width: 100%;
    max-width: 24rem;
    z-index: 8;
    box-shadow: 0.25rem 0 0.875rem 0.875rem rgba(0, 0, 0, 0.25);
    padding: 20px;
    overflow-y: scroll;
    transform: translateX(100%);
    transition: .2s transform ease-in-out;
    will-change: transform;
}

@media (max-width: 760px) {
    .profile-sidebar {
        top: 3.4375rem;
        left: 0;
        right: 0;
        max-width: initial;
        transform: translateX(-110%);
    }
}

.profile-sidebar .profile-sidebar-close-toggle-btn {
    width: 1.1875rem;
    height: 1.25rem;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.profile-sidebar .profile-sidebar-close-toggle-btn span {
    position: absolute;
    left: 0;
    width: 1.5625rem;
    height: .125rem;
    background-color: #fff;
    display: block;
}

.profile-sidebar .profile-sidebar-close-toggle-btn span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 0;
    transform-origin: 0 100%;
}

.profile-sidebar .profile-sidebar-close-toggle-btn span:nth-of-type(2) {
    transform-origin: 0 0;
    transform: rotate(-45deg);
    bottom: 0;
}

.profile-sidebar p {
    font-weight: 700;
}

.profile-sidebar .profile-sidebar__inner {
    margin: 1.875rem 0;
}

.profile-sidebar .profile-sidebar__avatar-cont p {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.profile-sidebar .profile-sidebar__avatar {
    border-radius: 50%;
    display: inline-flex;
    overflow: hidden;
    width: 3.25rem;
    height: 3.25rem;
    margin-right: 1.25rem;
}

.profile-sidebar .profile-sidebar__fields--field {
    margin-top: 1.25rem;
}

.profile-sidebar .profile-sidebar__fields--field input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    display: flex;
    background-color: transparent;
    border-bottom: .0625rem solid #fff;
    color: #fff;
    padding: .625rem 0;
    width: 100%;
    cursor: default;
    font-weight: 600;
}

.profile-sidebar .profile-sidebar__fields--field input:focus {
    outline: 0;
    border-color: #fff;
}

.profile-sidebar .profile-sidebar__fields__interests__options,
.profile-sidebar .profile-sidebar__fields__interests__selected {
    flex-wrap: wrap;
    margin-left: -20px;
}

.profile-sidebar .profile-sidebar__fields__interests__selected {
    margin-bottom: 1.875rem;
}

.profile-sidebar .profile-sidebar__fields__interests--field__remove {
    margin-left: .375rem;
    width: 1rem;
    height: 1rem;
    position: relative;
}

.profile-sidebar .profile-sidebar__fields__interests--field__remove span {
    position: absolute;
    display: block;
    background-color: #00acd4;
    width: .75rem;
    height: .125rem;
    top: .4375rem;
    left: .25rem;
}

.profile-sidebar .profile-sidebar__fields__interests--field__remove span:first-of-type {
    transform: rotate(45deg);
}

.profile-sidebar .profile-sidebar__fields__interests--field__remove span:last-of-type {
    transform: rotate(-45deg);
}

.profile-sidebar .profile-sidebar__fields__interests__see-more p {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.profile-sidebar .profile-sidebar__fields__interests__see-more p.active .seemore-icon {
    transform: rotate(180deg);
}

.profile-sidebar .profile-sidebar__fields__interests__see-more .seemore-icon {
    display: flex;
    width: 1rem;
    height: 1rem;
    margin-left: .375rem;
    transition: .2s transform;
}

.profile-sidebar .profile-sidebar__fields__interests__see-more .seemore-icon path {
    fill: #fff;
}

.profile-sidebar .profile-sidebar__fields__interests__options {
    display: none;
}

.profile-sidebar .profile-sidebar__fields__interests__options .profile-sidebar__fields__interests--field__remove span {
    position: absolute;
    display: block;
    background-color: #fff;
    width: .625rem;
    height: .125rem;
    top: .4375rem;
    left: .25rem;
}

.profile-sidebar .profile-sidebar__fields__interests__options .profile-sidebar__fields__interests--field__remove span:first-of-type {
    transform: none;
}

.profile-sidebar .profile-sidebar__fields__interests__options .profile-sidebar__fields__interests--field__remove span:last-of-type {
    transform: rotate(-90deg);
}

.profile-sidebar .profile-sidebar__fields__interests {
    margin: 1.875rem 0 0;
}

.profile-sidebar .profile-sidebar__fields__interests p {
    font-size: .875rem;
    line-height: 1.125rem;
    margin-bottom: .25rem;
}

.profile-sidebar .profile-sidebar__fields__interests--field {
    display: inline-flex;
    margin-top: 10px;
    margin-left: 20px;
}

.profile-sidebar .profile-sidebar__fields__interests--field label {
    border: .0625rem solid #fff;
    /* border-radius: .9375rem; */
    padding: .3125rem .625rem .375rem;
    font-size: .875rem;
    line-height: 1.125rem;
    display: flex;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
}

.profile-sidebar .profile-sidebar__fields__interests--field input {
    display: none;
    position: absolute;
}

.profile-sidebar .profile-sidebar__fields__interests--field input:checked+label {
    background-color: #fff;
    color: #00acd4;
}

.profile-sidebar .profile-sidebar__fields__submit__cont {
    display: flex;
    justify-content: flex-end;
}

.profile-sidebar .profile-sidebar__fields__submit {
    border: .0625rem solid #fff;
    padding: .5rem .9375rem;
    width: 100%;
    font-size: 1rem;
    line-height: 1.125rem;
    display: block;
    align-items: center;
    font-weight: 600;
    background-color: #fff;
    color: #00acd4;
    cursor: pointer;
    margin-bottom: 30px;
    text-align: center;
    transition: .2s;
    display: none;
}

.profile-sidebar .profile-sidebar__fields__submit:focus {
    outline: 0;
}

.profile-sidebar .profile-sidebar__fields__submit:hover {
    box-shadow: 0 0 20px -2px rgba(56, 56, 56, 0.6);
}

body.profile-open .profile-sidebar {
    transform: translateX(0);
}

.lobby-desktop__background__cont {
    min-width: 100%;
    height: 100%;
    position: absolute;
    height: calc(100vh - 5.25rem);
    position: absolute;
    top: 0;
}

@media (max-width: 760px) {
    .lobby-desktop__background__cont {
        height: calc(100vh - 3.4375rem);
    }
}

.lobby-desktop__background__cont img {
    max-width: initial;
    height: initial;
    min-width: 100%;
    min-height: 100%;
}

.lobby-desktop__background__cont .lobby-desktop__background__image__cont {
    min-width: 100%;
    min-height: 100%;
}

.lobby-desktop__background__cont .lobby-desktop__background__image__cont.alternate-style svg {
    width: calc(100vh - 5.25rem);
    height: auto;
}

.lobby-desktop__background__cont svg {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    display: block;
    max-width: initial;
    height: calc(100vh - 5.25rem);
}

@media (max-width: 760px) {
    .lobby-desktop__background__cont svg {
        height: calc(100vh - 3.4375rem);
    }
}

.lobby-desktop__background__scroller__cont--horizontal {
    width: 18.75rem;
    bottom: 40px;
    left: calc(50% + 5.25rem);
    position: fixed;
    display: none;
}

@media (max-width: 760px) {
    .lobby-desktop__background__scroller__cont--horizontal {
        display: none !important;
    }
}

.lobby-desktop__background__scroller__cont--vertical {
    width: 18.75rem;
    right: -6.25rem;
    position: fixed;
    transform: rotate(90deg);
    display: none;
}

@media (max-width: 760px) {
    .lobby-desktop__background__scroller__cont--vertical {
        display: none !important;
    }
}

.lobby-desktop__background__scroller {
    width: 100%;
}

.lobby-desktop__background__scroller input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: 0 0;
}

.lobby-desktop__background__scroller input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #010101;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    margin-top: -14px;
}

.lobby-desktop__background__scroller input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #00acd4, 0 0 1px #00acd4;
    background: #00acd4;
    border-radius: 1.3px;
    border: .2px solid #010101;
}

body.page--index main {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body.page--index main::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
}

.lobby-mobile {
    z-index: 1;
    background-color: rgba(0, 71, 98, 0.8);
    position: fixed;
    top: 3.4375rem;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    padding: 20% 10%;
}

@media (max-width: 760px) {
    .lobby-mobile {
        display: block;
    }
}

.lobby-mobile .lobby-mobile__cont {
    height: 100%;
}

.lobby-mobile .lobby-mobile__nav {
    height: 100%;
}

.lobby-mobile .lobby-mobile__nav ul {
    display: flex;
    flex-wrap: wrap;
    min-height: 100%;
    justify-content: space-between;
}

.lobby-mobile .lobby-mobile__nav li {
    width: calc(50% - .625rem);
    box-shadow: 6px 6px 3px 0 rgba(51, 51, 51, 0.45);
    margin-top: 1.25rem;
}

.lobby-mobile .lobby-mobile__nav li:nth-of-type(1),
.lobby-mobile .lobby-mobile__nav li:nth-of-type(2) {
    margin-top: 0;
}

.lobby-mobile .lobby-mobile__nav a {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 900;
    color: #00acd4;
    padding: .9375rem;
    text-align: center;
}

.lobby-mobile .lobby-mobile__nav span {
    display: flex;
    align-items: center;
    width: 40%;
    margin-bottom: 10%;
}

.lobby-mobile .lobby-mobile__nav svg {
    height: auto;
    max-height: 3.75rem;
}

.lobby-mobile .lobby-mobile__nav svg path {
    fill: #00acd4;
}

.lobby__modal {
    position: fixed;
    height: calc(100vh - 5.25rem);
    top: 5.25rem;
    left: 5.25rem;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 71, 98, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: 0s visibility .6s, .4s opacity .2s;
    pointer-events: none;
}

@media (max-width: 760px) {
    .lobby__modal {
        height: calc(100vh - 3.4375rem);
        top: 3.4375rem;
        left: 0;
        z-index: 2;
    }
}

.lobby__modal .lobby__video__cont {
    max-width: 50rem;
    width: 80%;
    background-color: #fff;
    padding: 1.25rem;
    top: 44%;
    opacity: 0;
    transition: .4s top, .4s opacity;
}

@media (max-width: 760px) {
    .lobby__modal .lobby__video__cont {
        width: calc(100% - 1.25rem);
        padding: .625rem;
    }
}

.lobby__modal .lobby__video {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    position: relative;
}

.lobby__modal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lobby__modal .lobby__video__close {
    position: absolute;
    top: -2.5rem;
    right: 0;
    width: 1.875rem;
    height: 1.875rem;
    cursor: pointer;
}

.lobby__modal .lobby__video__close span {
    background-color: #fff;
    display: block;
    width: 1.875rem;
    height: .1875rem;
    position: absolute;
    top: .8125rem;
    left: 0;
}

.lobby__modal .lobby__video__close span:first-of-type {
    transform: rotate(45deg);
}

.lobby__modal .lobby__video__close span:last-of-type {
    transform: rotate(-45deg);
}

body.video-modal-open .lobby__modal__video {
    visibility: visible;
    opacity: 1;
    transition: 0s visibility, .4s opacity;
    pointer-events: all;
}

body.video-modal-open .lobby__video__cont {
    top: 50%;
    opacity: 1;
    transition: .4s top .2s, .4s opacity .2s;
}

.lobby__modal__twitter {
    overflow: scroll;
}

.lobby__modal__twitter .lobby__twitter__cont {
    width: 100%;
    position: relative;
    padding: 5rem 0;
    opacity: 0;
    transition: .4s padding, .4s opacity;
}

.lobby__modal__twitter .lobby__twitter {
    max-width: 25rem;
    margin: 0 auto;
    position: relative;
}

.lobby__modal__twitter .lobby__twitter__close {
    position: absolute;
    top: -2.5rem;
    right: 0;
    width: 1.875rem;
    height: 1.875rem;
    cursor: pointer;
}

.lobby__modal__twitter .lobby__twitter__close span {
    background-color: #fff;
    display: block;
    width: 1.875rem;
    height: .1875rem;
    position: absolute;
    top: .8125rem;
    left: 0;
}

.lobby__modal__twitter .lobby__twitter__close span:first-of-type {
    transform: rotate(45deg);
}

.lobby__modal__twitter .lobby__twitter__close span:last-of-type {
    transform: rotate(-45deg);
}

body.twitter-modal-open .lobby__modal__twitter {
    visibility: visible;
    opacity: 1;
    transition: 0s visibility, .4s opacity;
    pointer-events: all;
}

body.twitter-modal-open .lobby__twitter__cont {
    padding: 3.75rem 0;
    opacity: 1;
    transition: .4s padding .2s, .4s opacity .2s;
}

.sessions-screens {
    min-width: 100%;
    height: 100%;
    position: absolute;
    height: calc(100vh - 5.25rem);
    position: absolute;
    top: 0;
    overflow: hidden;
}

.sessions-screens .lobby-desktop__background__cont {
    top: 25%;
}

.sessions-screens .sessions-screens__screen-content {
    text-align: center;
}

.sessions-screens .sessions-screens__screen-content .sessions-screens__screen-content__cont {
    /*display: flex;*/
    display: block;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.sessions-screens .sessions-screens__session__title {
    color: #009dcc;
    font-weight: 900;
    font-size: 3.0rem;
    line-height: 3.875rem;
}

.sessions-screens .sessions-screens__session__countdown {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-top: 1.25rem;
    color: #009dcc;
}

.sessions-screens .sessions-screens__session__countdown span {
    display: block;
    font-size: 3rem;
    line-height: 3.25rem;
    margin-top: 1.25rem;
}

.sessions-screens .sessions-screens__session__button {
    font-size: 2.375rem;
    line-height: 2.625rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 4px solid #c4d983;
    background-color: #c4d983;
    color: #fff;
    font-weight: 400;
    /* border-radius: 2px; */
    padding: 1.25rem 1.875rem;
    margin-top: 2.5rem;
    cursor: pointer;
    /* transition-duration: .2s;  */
}


/* .sessions-screens .sessions-screens__session__button:hover {
  border: 4px solid #f29200;
  background-color: #f29200;
  color: #fff; 
  opacity: 0.7;
} */

.plaza-desktop__background__cont {
    min-width: 100%;
    height: 100%;
    position: absolute;
    height: calc(100vh - 5.25rem);
    position: absolute;
    top: 0;
}

@media (max-width: 760px) {
    .plaza-desktop__background__cont {
        height: calc(100vh - 3.4375rem);
    }
}

.plaza-desktop__background__cont img {
    max-width: initial;
    height: initial;
    min-width: 100%;
    min-height: 100%;
}

.plaza-desktop__background__cont .plaza-desktop__background__image__cont {
    min-width: 100%;
    min-height: 100%;
}

.plaza-desktop__background__cont .plaza-desktop__background__image__cont.alternate-style svg {
    width: calc(100vh - 5.25rem);
    height: auto;
}

.plaza-desktop__background__cont svg {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    display: block;
    max-width: initial;
    height: calc(100vh - 5.25rem);
}

@media (max-width: 760px) {
    .plaza-desktop__background__cont svg {
        height: calc(100vh - 3.4375rem);
    }
}

.plaza-desktop__background__scroller__cont--horizontal {
    width: 18.75rem;
    bottom: 40px;
    left: calc(50% + 5.25rem);
    position: fixed;
    display: none;
}

@media (max-width: 760px) {
    .plaza-desktop__background__scroller__cont--horizontal {
        display: none !important;
    }
}

.plaza-desktop__background__scroller {
    width: 100%;
}

.plaza-desktop__background__scroller input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: 0 0;
}

.plaza-desktop__background__scroller input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #010101;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    margin-top: -14px;
}

.plaza-desktop__background__scroller input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #00acd4, 0 0 1px #00acd4;
    background: #00acd4;
    border-radius: 1.3px;
    border: .2px solid #010101;
}

.plaza-desktop__background__scroller__cont--vertical {
    width: 18.75rem;
    right: -6.25rem;
    position: fixed;
    transform: rotate(90deg);
}

body.page--plaza main {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body.page--plaza main::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
}

.plaza__modal {
    position: fixed;
    height: calc(100vh - 5.25rem);
    top: 5.25rem;
    left: 5.25rem;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 71, 98, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: 0s visibility .6s, .4s opacity .2s;
    pointer-events: none;
}

@media (max-width: 760px) {
    .plaza__modal {
        height: calc(100vh - 3.4375rem);
        top: 3.4375rem;
        left: 0;
        z-index: 2;
    }
}

.plaza__modal .plaza__poster__cont {
    top: 60%;
    width: 80%;
    height: 80%;
    max-height: 80%;
    background-color: #fff;
    padding: 3.75rem 0;
    opacity: 0;
    transition: .4s top, .4s opacity;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.75);
}

@media (max-width: 760px) {
    .plaza__modal .plaza__poster__cont {
        width: calc(100% - 1.25rem);
        padding: .625rem;
    }
}

.plaza__modal .plaza__poster__cont__overflow {
    overflow-y: scroll;
    height: 100%;
    padding: 0 3.75rem;
}

.plaza__modal .plaza__poster__close {
    position: absolute;
    top: -2.5rem;
    right: 0;
    width: 1.875rem;
    height: 1.875rem;
    cursor: pointer;
}

.plaza__modal .plaza__poster__close span {
    background-color: #fff;
    display: block;
    width: 1.875rem;
    height: .1875rem;
    position: absolute;
    top: .8125rem;
    left: 0;
}

.plaza__modal .plaza__poster__close span:first-of-type {
    transform: rotate(45deg);
}

.plaza__modal .plaza__poster__close span:last-of-type {
    transform: rotate(-45deg);
}

.plaza__modal .plaza__poster__title {
    font-size: 1.875rem;
    line-height: 2.125rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: #004662;
    font-weight: 700;
    text-align: center;
}

.plaza__modal .plaza__poster__content {
    width: calc(50% - 2.5rem);
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    position: relative;
}

.plaza__modal .plaza__poster__content:after,
.plaza__modal .plaza__poster__content:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #00acd4;
}

.plaza__modal .plaza__poster__content:after {
    top: 0;
    left: 10%;
    width: 80%;
    height: 1px;
}

.plaza__modal .plaza__poster__content:nth-of-type(odd):before {
    display: none;
}

.plaza__modal .plaza__poster__content:nth-of-type(1),
.plaza__modal .plaza__poster__content:nth-of-type(2) {
    margin-top: 0;
    padding-top: 0;
}

.plaza__modal .plaza__poster__content:nth-of-type(1):after,
.plaza__modal .plaza__poster__content:nth-of-type(2):after {
    display: none;
}

.plaza__modal .plaza__poster__content__title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
}

.plaza__modal .plaza__poster__content__dates,
.plaza__modal .plaza__poster__content__description,
.plaza__modal .plaza__poster__content__target {
    margin-bottom: 0rem;
}

.plaza__modal .plaza__poster__content__dates br,
.plaza__modal .plaza__poster__content__description br,
.plaza__modal .plaza__poster__content__target br {
    display: block;
    margin: 20px 0;
    content: " ";
}

.plaza__modal .plaza__poster__content__dates {
    color: #00acd4;
    margin-top: -.75rem;
}

.plaza__modal .plaza__poster__content__download {
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 2px solid #f29200;
    background-color: #f29200;
    color: #fff;
    font-weight: 700;
    padding: .625rem 1.25rem;
    margin-top: 1.25rem;
    cursor: pointer;
    transition-duration: .2s;
}

.plaza__modal .plaza__poster__content__download:hover {
    background-color: #fff;
    color: #f29200;
}

.plaza__modal.plaza__poster-socials .plaza__poster__cont__overflow {
    overflow: hidden;
}

.plaza__modal.plaza__poster-socials .plaza__poster,
.plaza__modal.plaza__poster-socials .plaza__poster__content {
    overflow-y: scroll;
    height: 100%;
}

.plaza__modal.plaza__poster-socials .plaza__poster {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.plaza__modal.plaza__poster-socials .plaza__poster::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.plaza__modal .plaza__poster__content_socials {
    overflow-y: hidden !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.plaza__modal .plaza__poster__content_socials::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.plaza__modal .plaza__poster__content_socials .plaza__poster__social {
    display: flex;
    align-items: center;
    border: 2px solid #009dcc;
    background-color: #009dcc;
    color: #fff;
    font-weight: 700;
    padding: .625rem 1.25rem;
    margin-top: 1.25rem;
    cursor: pointer;
    transition-duration: .2s;
}

.plaza__modal .plaza__poster__content_socials .plaza__poster__social:first-of-type {
    margin-top: 0;
}

.plaza__modal .plaza__poster__content_socials .plaza__poster__social:hover {
    background-color: #fff;
    color: #009dcc;
}

.plaza__modal .plaza__poster__content_socials .plaza__poster__social:hover circle,
.plaza__modal .plaza__poster__content_socials .plaza__poster__social:hover path {
    fill: #009dcc;
}

.plaza__modal .plaza__poster__content_socials .plaza__poster__social__icon {
    display: block;
    width: 2.1875rem;
    height: 2.1875rem;
    margin-right: 1.25rem;
}

.plaza__modal .plaza__poster__content_socials svg {
    height: 100%;
}

.plaza__modal .plaza__poster__content_socials circle,
.plaza__modal .plaza__poster__content_socials path {
    fill: #fff;
}

.plaza__modal.plaza__poster--download-nbn .plaza__poster__cont,
.plaza__modal.plaza__poster--photo-contest .plaza__poster__cont {
    width: 40%;
    height: 100%;
}

.plaza__modal.plaza__poster--download-nbn .plaza__poster__cont__overflow,
.plaza__modal.plaza__poster--photo-contest .plaza__poster__cont__overflow {
    height: auto;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

@media (max-width: 768px) {
    .plaza__modal.plaza__poster--download-nbn .plaza__poster__cont__overflow,
    .plaza__modal.plaza__poster--photo-contest .plaza__poster__cont__overflow {
        height: 100%;
    }
}

.plaza__modal.plaza__poster--download-nbn .plaza__poster__cont__overflow::-webkit-scrollbar,
.plaza__modal.plaza__poster--photo-contest .plaza__poster__cont__overflow::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.plaza__modal.plaza__poster--download-nbn .plaza__poster__content,
.plaza__modal.plaza__poster--photo-contest .plaza__poster__content {
    width: 100%;
}

.plaza__modal.plaza__poster--photo-contest .plaza__poster--photo-contest__socials {
    margin: 2.5rem 0 0;
    max-width: 18.75rem;
    margin: 0 auto;
    padding: 40px 0px;
}

.plaza__modal.plaza__poster--photo-contest .plaza__poster--photo-contest__socials .plaza__poster__social__icon {
    display: block;
    background-color: #009dcc;
    padding: .75rem;
    display: flex;
    align-content: center;
    justify-content: center;
    border: 2px solid #009dcc;
}

.plaza__modal.plaza__poster--photo-contest .plaza__poster--photo-contest__socials .plaza__poster__social__icon:hover {
    background-color: #fff;
}

.plaza__modal.plaza__poster--photo-contest .plaza__poster--photo-contest__socials .plaza__poster__social__icon:hover circle,
.plaza__modal.plaza__poster--photo-contest .plaza__poster--photo-contest__socials .plaza__poster__social__icon:hover path {
    fill: #009dcc;
}

.plaza__modal.plaza__poster--photo-contest .plaza__poster--photo-contest__socials svg {
    height: 100%;
    width: 1.5625rem;
    height: 1.5625rem;
}

.plaza__modal.plaza__poster--photo-contest .plaza__poster--photo-contest__socials circle,
.plaza__modal.plaza__poster--photo-contest .plaza__poster--photo-contest__socials path {
    fill: #fff;
}

body.plaza__poster--1--open #plaza__poster--1 {
    visibility: visible;
    opacity: 1;
    transition: 0s visibility, .4s opacity;
    pointer-events: all;
}

body.plaza__poster--1--open #plaza__poster--1 .plaza__poster__cont {
    top: 50%;
    opacity: 1;
    transition: .4s top .2s, .4s opacity .2s;
}

body.plaza__poster--2--open #plaza__poster--2 {
    visibility: visible;
    opacity: 1;
    transition: 0s visibility, .4s opacity;
    pointer-events: all;
}

body.plaza__poster--2--open #plaza__poster--2 .plaza__poster__cont {
    top: 50%;
    opacity: 1;
    transition: .4s top .2s, .4s opacity .2s;
}

body.plaza__poster--3--open #plaza__poster--3 {
    visibility: visible;
    opacity: 1;
    transition: 0s visibility, .4s opacity;
    pointer-events: all;
}

body.plaza__poster--3--open #plaza__poster--3 .plaza__poster__cont {
    top: 50%;
    opacity: 1;
    transition: .4s top .2s, .4s opacity .2s;
}

body.plaza__poster--4--open #plaza__poster--4 {
    visibility: visible;
    opacity: 1;
    transition: 0s visibility, .4s opacity;
    pointer-events: all;
}

body.plaza__poster--4--open #plaza__poster--4 .plaza__poster__cont {
    top: 50%;
    opacity: 1;
    transition: .4s top .2s, .4s opacity .2s;
}

body.plaza__poster--5--open #plaza__poster--5 {
    visibility: visible;
    opacity: 1;
    transition: 0s visibility, .4s opacity;
    pointer-events: all;
}

body.plaza__poster--5--open #plaza__poster--5 .plaza__poster__cont {
    top: 50%;
    opacity: 1;
    transition: .4s top .2s, .4s opacity .2s;
}

main {
    overflow-y: scroll;
}

.exhibition-hall-cont {
    font-weight: 700;
}

.exhibition-hall-cont .exhibition-hall-inner {
    padding: 1.25rem 0 1.25rem 2.5rem;
}

.exhibition-hall-cont .exhibition-hall-title {
    color: #fff;
    font-size: 1.88rem;
    font-weight: normal;
    line-height: 2.625rem;
}

.exhibition-hall-cont .exhibition-hall-exhibits-cont {
    min-height: calc(100vh - 5.25rem - 3.75rem - 1.25rem);
    width: calc(100% - 2.5rem);
    padding: 1.25rem .625rem 1.25rem 0;
    display: grid;
}

.exhibition-hall-cont .exhibition-hall__category {
    margin-top: 5rem;
}

.exhibition-hall-cont .exhibition-hall__category:first-of-type {
    margin-top: 2.5rem;
}

.exhibition-hall-cont .exhibition-hall__category-title {
    color: #fff;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 1.25rem;
}

.exhibition-hall-cont .exhibition-hall__category-grid {
    display: grid;
    grid-gap: 1.25rem;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 1fr;
}

main {
    position: fixed;
    top: 5.25rem;
    left: 5.25rem;
    right: 0;
    bottom: 0;
    background-color: #004662;
}

@media (max-width: 760px) {
    main {
        top: 3.4375rem;
        left: 0;
    }
}