:root {
--container-padding: 15px;
--content-width: calc(1290px + (2 * var(--container-padding)));
--grid-row-gap: 15px;
--grid-column-gap: 15px; }
@media (min-width: 768px) {
:root {
--grid-row-gap: 20px;
--grid-column-gap: 20px;
--container-padding: 20px; } }
@media (min-width: 1024px) {
:root {
--grid-row-gap: 20px;
--grid-column-gap: 20px;
--container-padding: 20px; } }
.container {
padding-left: var(--container-padding);
padding-right: var(--container-padding);
width: 100%;
margin: 0 auto; }
.container:not(.container--fluid) {
max-width: var(--content-width); }
.grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-gap: var(--grid-row-gap) var(--grid-column-gap); }
.grid.no-gap {
grid-gap: 0 0; }
.grid.no-row-gap {
grid-row-gap: 0; }
.grid.no-column-gap {
grid-column-gap: 0; }
.col-0 {
grid-column-end: span 0; }
.offset-0 {
grid-column-start: 1; }
.col-1 {
grid-column-end: span 1; }
.offset-1 {
grid-column-start: 2; }
.col-2 {
grid-column-end: span 2; }
.offset-2 {
grid-column-start: 3; }
.col-3 {
grid-column-end: span 3; }
.offset-3 {
grid-column-start: 4; }
.col-4 {
grid-column-end: span 4; }
.offset-4 {
grid-column-start: 5; }
.col-5 {
grid-column-end: span 5; }
.offset-5 {
grid-column-start: 6; }
.col-6 {
grid-column-end: span 6; }
.offset-6 {
grid-column-start: 7; }
.col-7 {
grid-column-end: span 7; }
.offset-7 {
grid-column-start: 8; }
.col-8 {
grid-column-end: span 8; }
.offset-8 {
grid-column-start: 9; }
.col-9 {
grid-column-end: span 9; }
.offset-9 {
grid-column-start: 10; }
.col-10 {
grid-column-end: span 10; }
.offset-10 {
grid-column-start: 11; }
.col-11 {
grid-column-end: span 11; }
.offset-11 {
grid-column-start: 12; }
.col-12 {
grid-column-end: span 12; }
.offset-12 {
grid-column-start: 13; }
@media (min-width: 460px) {
.col-xs-0 {
grid-column-end: span 0; }
.offset-xs-0 {
grid-column-start: 1; }
.col-xs-1 {
grid-column-end: span 1; }
.offset-xs-1 {
grid-column-start: 2; }
.col-xs-2 {
grid-column-end: span 2; }
.offset-xs-2 {
grid-column-start: 3; }
.col-xs-3 {
grid-column-end: span 3; }
.offset-xs-3 {
grid-column-start: 4; }
.col-xs-4 {
grid-column-end: span 4; }
.offset-xs-4 {
grid-column-start: 5; }
.col-xs-5 {
grid-column-end: span 5; }
.offset-xs-5 {
grid-column-start: 6; }
.col-xs-6 {
grid-column-end: span 6; }
.offset-xs-6 {
grid-column-start: 7; }
.col-xs-7 {
grid-column-end: span 7; }
.offset-xs-7 {
grid-column-start: 8; }
.col-xs-8 {
grid-column-end: span 8; }
.offset-xs-8 {
grid-column-start: 9; }
.col-xs-9 {
grid-column-end: span 9; }
.offset-xs-9 {
grid-column-start: 10; }
.col-xs-10 {
grid-column-end: span 10; }
.offset-xs-10 {
grid-column-start: 11; }
.col-xs-11 {
grid-column-end: span 11; }
.offset-xs-11 {
grid-column-start: 12; }
.col-xs-12 {
grid-column-end: span 12; }
.offset-xs-12 {
grid-column-start: 13; }
.hide-xs-up {
display: none; } }
@media (max-width: 459px) {
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; }
.hide-xs-down {
display: none; } }
@media (min-width: 545px) {
.col-sm-0 {
grid-column-end: span 0; }
.offset-sm-0 {
grid-column-start: 1; }
.col-sm-1 {
grid-column-end: span 1; }
.offset-sm-1 {
grid-column-start: 2; }
.col-sm-2 {
grid-column-end: span 2; }
.offset-sm-2 {
grid-column-start: 3; }
.col-sm-3 {
grid-column-end: span 3; }
.offset-sm-3 {
grid-column-start: 4; }
.col-sm-4 {
grid-column-end: span 4; }
.offset-sm-4 {
grid-column-start: 5; }
.col-sm-5 {
grid-column-end: span 5; }
.offset-sm-5 {
grid-column-start: 6; }
.col-sm-6 {
grid-column-end: span 6; }
.offset-sm-6 {
grid-column-start: 7; }
.col-sm-7 {
grid-column-end: span 7; }
.offset-sm-7 {
grid-column-start: 8; }
.col-sm-8 {
grid-column-end: span 8; }
.offset-sm-8 {
grid-column-start: 9; }
.col-sm-9 {
grid-column-end: span 9; }
.offset-sm-9 {
grid-column-start: 10; }
.col-sm-10 {
grid-column-end: span 10; }
.offset-sm-10 {
grid-column-start: 11; }
.col-sm-11 {
grid-column-end: span 11; }
.offset-sm-11 {
grid-column-start: 12; }
.col-sm-12 {
grid-column-end: span 12; }
.offset-sm-12 {
grid-column-start: 13; }
.hide-sm-up {
display: none; } }
@media (max-width: 544px) {
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; }
.hide-sm-down {
display: none; } }
@media (min-width: 768px) {
.col-md-0 {
grid-column-end: span 0; }
.offset-md-0 {
grid-column-start: 1; }
.col-md-1 {
grid-column-end: span 1; }
.offset-md-1 {
grid-column-start: 2; }
.col-md-2 {
grid-column-end: span 2; }
.offset-md-2 {
grid-column-start: 3; }
.col-md-3 {
grid-column-end: span 3; }
.offset-md-3 {
grid-column-start: 4; }
.col-md-4 {
grid-column-end: span 4; }
.offset-md-4 {
grid-column-start: 5; }
.col-md-5 {
grid-column-end: span 5; }
.offset-md-5 {
grid-column-start: 6; }
.col-md-6 {
grid-column-end: span 6; }
.offset-md-6 {
grid-column-start: 7; }
.col-md-7 {
grid-column-end: span 7; }
.offset-md-7 {
grid-column-start: 8; }
.col-md-8 {
grid-column-end: span 8; }
.offset-md-8 {
grid-column-start: 9; }
.col-md-9 {
grid-column-end: span 9; }
.offset-md-9 {
grid-column-start: 10; }
.col-md-10 {
grid-column-end: span 10; }
.offset-md-10 {
grid-column-start: 11; }
.col-md-11 {
grid-column-end: span 11; }
.offset-md-11 {
grid-column-start: 12; }
.col-md-12 {
grid-column-end: span 12; }
.offset-md-12 {
grid-column-start: 13; }
.hide-md-up {
display: none; } }
@media (max-width: 767px) {
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; }
.hide-md-down {
display: none; } }
@media (min-width: 1024px) {
.col-lg-0 {
grid-column-end: span 0; }
.offset-lg-0 {
grid-column-start: 1; }
.col-lg-1 {
grid-column-end: span 1; }
.offset-lg-1 {
grid-column-start: 2; }
.col-lg-2 {
grid-column-end: span 2; }
.offset-lg-2 {
grid-column-start: 3; }
.col-lg-3 {
grid-column-end: span 3; }
.offset-lg-3 {
grid-column-start: 4; }
.col-lg-4 {
grid-column-end: span 4; }
.offset-lg-4 {
grid-column-start: 5; }
.col-lg-5 {
grid-column-end: span 5; }
.offset-lg-5 {
grid-column-start: 6; }
.col-lg-6 {
grid-column-end: span 6; }
.offset-lg-6 {
grid-column-start: 7; }
.col-lg-7 {
grid-column-end: span 7; }
.offset-lg-7 {
grid-column-start: 8; }
.col-lg-8 {
grid-column-end: span 8; }
.offset-lg-8 {
grid-column-start: 9; }
.col-lg-9 {
grid-column-end: span 9; }
.offset-lg-9 {
grid-column-start: 10; }
.col-lg-10 {
grid-column-end: span 10; }
.offset-lg-10 {
grid-column-start: 11; }
.col-lg-11 {
grid-column-end: span 11; }
.offset-lg-11 {
grid-column-start: 12; }
.col-lg-12 {
grid-column-end: span 12; }
.offset-lg-12 {
grid-column-start: 13; }
.hide-lg-up {
display: none; } }
@media (max-width: 1023px) {
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; }
.hide-lg-down {
display: none; } }
@media (min-width: 1500px) {
.col-xlg-0 {
grid-column-end: span 0; }
.offset-xlg-0 {
grid-column-start: 1; }
.col-xlg-1 {
grid-column-end: span 1; }
.offset-xlg-1 {
grid-column-start: 2; }
.col-xlg-2 {
grid-column-end: span 2; }
.offset-xlg-2 {
grid-column-start: 3; }
.col-xlg-3 {
grid-column-end: span 3; }
.offset-xlg-3 {
grid-column-start: 4; }
.col-xlg-4 {
grid-column-end: span 4; }
.offset-xlg-4 {
grid-column-start: 5; }
.col-xlg-5 {
grid-column-end: span 5; }
.offset-xlg-5 {
grid-column-start: 6; }
.col-xlg-6 {
grid-column-end: span 6; }
.offset-xlg-6 {
grid-column-start: 7; }
.col-xlg-7 {
grid-column-end: span 7; }
.offset-xlg-7 {
grid-column-start: 8; }
.col-xlg-8 {
grid-column-end: span 8; }
.offset-xlg-8 {
grid-column-start: 9; }
.col-xlg-9 {
grid-column-end: span 9; }
.offset-xlg-9 {
grid-column-start: 10; }
.col-xlg-10 {
grid-column-end: span 10; }
.offset-xlg-10 {
grid-column-start: 11; }
.col-xlg-11 {
grid-column-end: span 11; }
.offset-xlg-11 {
grid-column-start: 12; }
.col-xlg-12 {
grid-column-end: span 12; }
.offset-xlg-12 {
grid-column-start: 13; }
.hide-xlg-up {
display: none; } }
@media (max-width: 1499px) {
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; }
.hide-xlg-down {
display: none; } }
.kv {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 700px;
background: url(//www.gamechanger.si/2025/wp-content/themes/gamechanger/dist/media/kv-bg-gc.jpg) fixed no-repeat center center;
background-size: cover;
padding: 40px;
margin-bottom: 64px; }
@media (max-width: 1023px) {
.kv {
height: 500px; } }
@media (max-width: 767px) {
.kv {
height: 455px;
background: url(//www.gamechanger.si/2025/wp-content/themes/gamechanger/dist/media/kv-bg-gc.jpg) no-repeat center center;
padding: 40px 15px 80px; } }
.kv .kv-h1 {
max-width: 700px; }
.kv .kv-h1 img {
margin-top: 10px; }
.kv h1 {
font-family: "Anton", sans-serif;
color: #fff;
font-weight: normal;
text-transform: uppercase;
font-size: 124px;
line-height: 114px;
margin: 0; }
@media (max-width: 1023px) {
.kv h1 {
font-size: 96px;
line-height: 96px; } }
@media (max-width: 767px) {
.kv h1 {
font-size: 64px;
line-height: 64px; } }
@keyframes slowRotate {
from {
transform: rotate(0deg); }
to {
transform: rotate(360deg); } }
.kv .kv-star {
margin-top: 10px;
animation: slowRotate 300s linear infinite; }
@media (max-width: 1023px) {
.kv .kv-star {
display: none; } }
.about-conf-section {
margin-bottom: 64px; }
.nums {
display: flex;
justify-content: space-between;
padding: 24px 54px;
background-color: var(--green);
border-radius: 5px 5px 0 0;
margin-bottom: 84px; }
@media (max-width: 767px) {
.nums {
padding: 24px 15px; } }
.nums .num {
text-align: center;
font-weight: bold;
font-size: 16px; }
.nums .num span {
display: block;
font-weight: normal;
font-size: 50px;
font-family: "Anton", sans-serif; }
@media (max-width: 1023px) {
.nums .num span {
font-size: 40px; } }
.about-conf-wrap-custom {
margin-top: -130px; }
@media (max-width: 1023px) {
.about-conf-wrap-custom {
margin-top: -100px; } }
.about-conf-section {
display: flex; }
.about-conf-section .about-conf-wrap {
float: right; }
.about-conf-section img {
flex: 0 0 599px;
max-width: 599px; }
@media (max-width: 1023px) {
.about-conf-section img {
max-width: 100%; } }
.about-conf-wrap-normal img {
flex: 0 0 750px;
max-width: 750px; }
@media (max-width: 1023px) {
.about-conf-wrap-normal img {
max-width: 100%; } }
.mright {
position: relative;
right: -200px;
max-width: 522px; }
@media (max-width: 1220px) {
.mright {
right: 0; } }
@media (max-width: 1023px) {
.mright {
right: 0;
max-width: 100%; } }
.m-bit {
margin: 70px 150px 70px 0; }
@media (max-width: 1023px) {
.m-bit {
margin: 40px 0; } }
@media (max-width: 767px) {
.m-bit .offset-md-1 {
order: 1; } }
.about-conf-wrap-right {
padding: 0 50px; }
@media (max-width: 1400px) {
.about-conf-wrap-right {
padding: 0 30px; } }
@media (max-width: 1023px) {
.about-conf-wrap-right {
padding: 0; } }
.about-conf-wrap-right h2 {
font-family: "Inter", sans-serif;
font-size: 54px;
line-height: 64px;
font-weight: 800;
margin: 0 0 28px; }
@media (max-width: 1400px) {
.about-conf-wrap-right h2 {
font-size: 42px;
line-height: 50px; } }
@media (max-width: 767px) {
.about-conf-wrap-right h2 {
font-size: 36px;
line-height: 44px; } }
.about-conf-wrap-right h2 span {
border-bottom: 6px solid var(--green); }
.about-conf-wrap-right p {
font-size: 16px;
line-height: 26px; }
@media (max-width: 767px) {
.about-conf-wrap-right p {
font-size: 16px;
line-height: 24px; } }
.about-conf-wrap-right a {
font-weight: 800;
color: var(--black);
text-decoration: underline; }
.about-conf-wrap-right a:hover {
text-decoration: none; }
.kv-2 {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 700px;
background: url(//www.gamechanger.si/2025/wp-content/themes/gamechanger/dist/media/kv-2.jpg) fixed no-repeat center center;
background-size: cover;
padding: 40px; }
@media (max-width: 1023px) {
.kv-2 {
height: 500px; } }
@media (max-width: 767px) {
.kv-2 {
height: 400px;
padding: 40px 15px; } }
.kv-2 .kv-h1 {
max-width: 600px; }
.kv-2 .kv-h1 img {
margin-top: 10px; }
.kv-2 h2 {
font-family: "Anton", sans-serif;
color: #fff;
font-weight: normal;
text-transform: uppercase;
font-size: 124px;
line-height: 114px;
margin: 0; }
@media (max-width: 1023px) {
.kv-2 h2 {
font-size: 96px;
line-height: 96px; } }
@media (max-width: 767px) {
.kv-2 h2 {
font-size: 64px;
line-height: 64px; } }
@keyframes slowRotate {
from {
transform: rotate(0deg); }
to {
transform: rotate(360deg); } }
.kv-2 .kv-star {
margin-top: 10px;
animation: slowRotate 300s linear infinite; }
@media (max-width: 1023px) {
.kv-2 .kv-star {
display: none; } }
.sponsors {
background-color: var(--black);
color: #fff;
display: flex;
padding: 80px 40px; }
@media (max-width: 767px) {
.sponsors {
padding: 40px 15px; } }
.sponsors .bx {
display: inline-block;
width: 100%; }
.sponsors h2 {
font-family: "Inter", sans-serif;
font-size: 48px;
line-height: 64px;
font-weight: 800;
margin: 0 0 80px;
width: 100%;
text-align: center; }
.sponsors h2 span {
border-bottom: 6px solid var(--green); }
@media (max-width: 767px) {
.sponsors .swiper-slide {
text-align: center; } }
.sponsors-box {
margin-bottom: 80px; }
.sponsors-box h3 {
font-family: "Inter", sans-serif;
font-size: 32px;
line-height: 36px;
font-weight: 600;
margin: 0 0 20px;
color: var(--green); }
.sponsors-box .swiper-slide {
text-align: center;
padding-left: 40px; }
@media (max-width: 767px) {
.sponsors-box img {
max-width: 140px !important;
max-height: 100px !important; } }
.lpp-sect {
margin: 80px 0; }
@media (max-width: 767px) {
.lpp-sect .lpp-img {
text-align: center; }
.lpp-sect .lpp-img img {
display: inline-block; } }
.lpp {
margin-left: 40px;
background: #EAECF0;
padding: 30px 40px; }
@media (max-width: 1023px) {
.lpp {
margin-left: 0; } }
.lpp h4 {
font-family: "Inter", sans-serif;
font-size: 24px;
line-height: 28px;
font-weight: 800;
margin: 0 0 20px;
color: var(--black); }
.lpp img {
margin-bottom: 30px; }
.lpp p:last-child {
margin-bottom: 0; }
.lpp a {
text-decoration: underline; }
.lpp a:hover {
text-decoration: none; }
.audience {
background-color: var(--black);
color: #fff; }
.audience h3 {
font-family: "Inter", sans-serif;
font-size: 32px;
line-height: 36px;
font-weight: 600;
margin: 0 0 20px;
color: var(--green); }
.audience h4 {
font-family: "Inter", sans-serif;
font-size: 24px;
line-height: 28px;
font-weight: 500;
margin: 0 0 20px; }
.audience .box {
margin-bottom: 20px;
border: 1px solid var(--green);
padding: 20px 40px; }
.audience .box p {
margin: 0; }
.audience .box ul {
margin: 0;
padding: 0; }
.audience .box ul li {
font-family: "Inter", sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 500;
margin-bottom: 10px; }
.audience .box ul li:last-child {
margin-bottom: 0; }
.audience-img {
text-align: center;
display: block; }
.audience-img h3 {
margin-bottom: 30px; }
.audience-img span {
height: 120px;
display: flex;
align-items: center;
justify-content: center; }
.audience-img-big {
margin: 30px 0 80px; }
.venue h1 {
font-family: "Anton", sans-serif;
color: #fff;
font-weight: normal;
text-transform: uppercase;
margin: 0 0 30px;
font-size: 310%;
line-height: 100%; }
.venue img {
width: 100%;
margin-bottom: 40px; }
.venue iframe {
width: 100%;
height: 500px;
border: none;
margin-bottom: 40px; }
@media (max-width: 767px) {
.venue iframe {
height: 400px; } }
.gimg {
position: relative;
width: 100%;
overflow: hidden;
height: 380px;
overflow: hidden; }
.gimg img {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
object-fit: cover;
height: 100%; }
@media (max-width: 767px) {
.gimg {
height: 320px; } }
.sponsors-items {
display: flex;
align-items: center;
gap: 52px;
flex-wrap: wrap; }
.ex-sponsors {
text-align: center;
margin-top: 80px; }
.ex-sponsors img {
max-width: 100%; }
video {
width: 100%;
height: auto;
margin-bottom: 80px; }
.mod-box-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
display: none;
z-index: 1000; }
.mod-box-popup-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
color: #000;
display: flex;
width: 815px;
gap: 30px; }
@media (max-width: 1023px) {
.mod-box-popup-content {
width: 90%;
margin: 0 auto; } }
@media (max-width: 767px) {
.mod-box-popup-content {
padding: 15px;
flex-direction: column;
width: 90%;
max-height: 90%;
overflow: auto;
margin: 0 auto; } }
.mod-box-popup-content .popimg {
flex: 0 0 304px; }
@media (max-width: 767px) {
.mod-box-popup-content .popimg {
flex: 0 0 100%;
max-width: 100%;
justify-content: center;
align-items: center;
text-align: center; } }
.mod-box-popup-content h3 {
color: #000 !important;
text-align: left !important;
font-size: 28px !important;
margin: 5px 0 15px !important; }
.mod-box-popup-content small {
display: block;
font-size: 16px;
line-height: 24px;
padding: 0 10px 10px 0; }
.mod-box-popup-content .close-popup {
display: block;
margin-top: 10px;
background-color: var(--green);
width: 30px;
height: 30px;
background-image: url("data:image/svg+xml,%0A%3Csvg class='svg-icon' style='width: 1em; height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M777.856 280.192l-33.92-33.952-231.872 231.872-231.84-231.872-33.984 33.888 231.872 231.904-231.84 231.84 33.888 33.984 231.904-231.904 231.84 231.872 33.952-33.888-231.872-231.904z' /%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: 24px;
position: absolute;
border-radius: 5px;
top: 5px;
right: 15px; }
.mod-box-popup-content .close-popup:hover {
text-decoration: underline; }
.mod-box .green {
background-color: var(--green);
padding: 4px 10px;
display: inline-block; }
.mod-box small {
display: block;
padding: 0 20px 20px; }
.swiper-button-next, .swiper-button-prev {
color: var(--green); }
:root {
--white: #FFFFFF;
--black: #0D121C;
--green: #05F500; }
*:focus,
*:focus-visible {
outline: none; }
body {
font-family: "Inter", sans-serif;
color: var(--black);
-webkit-font-smoothing: antialiased;
font-size: 16px;
overflow-x: hidden; }
a {
text-decoration: none;
color: #000; }
p {
font-size: 16px;
line-height: 24px;
margin: 0 0 24px;
font-weight: 300; }
p strong,
p b {
font-weight: 800; }
strong,
b {
font-weight: 800; }
img {
max-width: 100%; }
h1,
h2,
h3,
h4 {
font-family: "Bebas Neue", sans-serif; }
*,
*:before,
*:after {
box-sizing: border-box; }
\:root {
-moz-tab-size: 4;
tab-size: 4; }
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
hr {
height: 0;
color: inherit; }
abbr[title] {
text-decoration: underline dotted; }
b,
strong {
font-weight: bolder; }
code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
font-size: 1em; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
table {
text-indent: 0;
border-color: inherit; }
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0; }
button,
select {
text-transform: none; }
button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button; }
::-moz-focus-inner {
border-style: none;
padding: 0; }
\:-moz-focusring {
outline: none; }
\:-moz-ui-invalid {
box-shadow: none; }
legend {
padding: 0; }
progress {
vertical-align: baseline; }
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto; }
[type='search'] {
-webkit-appearance: textfield;
outline-offset: -2px; }
::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit; }
summary {
display: list-item; }
header {
background-color: #0D121C;
color: #fff;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 24px;
border-bottom: 5px var(--green) solid;
position: relative; }
header .logo {
height: 50px;
margin: 14px 0; }
header nav {
display: flex;
font-family: "Bebas Neue", sans-serif; }
@media (max-width: 1250px) {
header nav {
display: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
background-color: #0D121C;
padding: 20px 0;
flex-direction: column;
align-items: center;
z-index: 1000;
margin-top: 5px; } }
header nav.active {
display: flex; }
header nav ul {
display: flex;
list-style: none; }
@media (max-width: 1250px) {
header nav ul {
flex-direction: column;
padding: 0;
text-align: center; } }
header nav ul li {
margin-left: 30px; }
@media (max-width: 1250px) {
header nav ul li {
margin: 0 0 20px; } }
header nav ul li:first-child {
margin-left: 0; }
header nav ul li a {
color: #fff;
font-weight: 400;
font-size: 22px;
text-transform: uppercase; }
header nav ul li a:hover {
color: var(--green); }
header nav ul li.dropdown {
position: relative; }
header nav ul li.dropdown span {
cursor: pointer;
font-weight: 400;
font-size: 22px;
text-transform: uppercase;
color: #fff; }
@media (max-width: 1023px) {
header nav ul li.dropdown span {
display: none; } }
header nav ul li.dropdown span:hover {
color: var(--green); }
header nav ul li.dropdown:hover ul {
display: block; }
header nav ul li.dropdown ul {
display: none;
position: absolute;
top: 100%;
left: 0;
background-color: #0D121C;
padding: 10px 0;
width: 200px;
list-style: none; }
@media (max-width: 1023px) {
header nav ul li.dropdown ul {
position: static;
width: 100%;
display: block;
padding: 0; } }
header nav ul li.dropdown ul li {
margin: 0; }
header nav ul li.dropdown ul li a {
font-size: 18px;
padding: 10px 20px;
display: block; }
@media (max-width: 1023px) {
header nav ul li.dropdown ul li a {
padding: 0;
font-size: 22px;
text-align: center;
margin: 0 0 20px; } }
header nav ul li.dropdown ul li a:hover {
background-color: var(--green);
color: #fff; }
header .buy {
margin-left: 30px; }
@media (max-width: 1250px) {
header .buy {
margin-left: 0; } }
header .hamburger {
display: none;
cursor: pointer; }
@media (max-width: 1250px) {
header .hamburger {
display: block; } }
header .hamburger span {
display: block;
width: 30px;
height: 3px;
background-color: #fff;
margin: 6px 0; }
header .hamburger span:first-child {
margin-top: 0; }
header .hamburger span:last-child {
margin-bottom: 0; }
header .hamburger.active span {
background-color: var(--green); }
header .hamburger.active span:first-child {
transform: rotate(45deg) translate(5px, 5px); }
header .hamburger.active span:last-child {
transform: rotate(-45deg) translate(8px, -8px); }
header .hamburger.active span:nth-child(2) {
opacity: 0; }
footer {
background-color: #0D121C; }
footer .footer-logos {
text-align: center;
padding: 40px 0; }
footer .footer-logos img {
margin: 0 20px; }
.footer-links {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 40px;
background-color: #191e28; }
@media (max-width: 1023px) {
.footer-links {
flex-direction: column; } }
.footer-links ul {
padding: 0;
list-style: none;
display: flex;
margin: 0; }
@media (max-width: 1023px) {
.footer-links ul {
margin-bottom: 20px;
flex-direction: column;
text-align: center; } }
@media (max-width: 1023px) {
.footer-links ul li {
margin-bottom: 10px; } }
.footer-links ul li a {
color: #fff;
text-decoration: none;
font-size: 14px;
margin-right: 20px; }
.footer-links ul li a:hover {
color: var(--green); }
@media (max-width: 1023px) {
.footer-links ul.last {
flex-direction: row; } }
.footer-links ul.last li a {
margin-right: 0;
margin-left: 20px; }
@media (max-width: 1023px) {
.footer-links ul.last li a {
margin: 0 10px; } }
.copy {
text-align: center;
padding: 14px 20px;
background-color: #090c13;
color: #666666;
font-size: 14px; }
.copy a {
color: #666666;
text-decoration: underline; }
.moderators {
background-color: #0D121C;
padding: 80px 0 150px; }
@media (max-width: 767px) {
.moderators {
padding: 40px 0 80px; } }
.moderators h2 {
color: #fff;
font-size: 48px;
margin-bottom: 40px;
text-align: center;
font-family: "Inter", sans-serif;
font-weight: 800; }
@media (max-width: 767px) {
.moderators h2 {
font-size: 30px;
line-height: 40px; } }
.moderators h2 span {
position: relative; }
.moderators h2 span::after {
content: '';
position: absolute;
width: 100%;
height: 5px;
background-color: var(--green);
bottom: 0;
left: 0; }
.moderators h3 {
text-align: center;
color: #fff;
font-size: 40px;
margin: 60px 0 40px;
font-family: "Inter", sans-serif;
font-weight: 800; }
@media (max-width: 767px) {
.moderators h3 {
font-size: 28px;
line-height: 36px;
margin: 40px 0 20px;
text-align: left; } }
.mod-box {
background-color: #fff;
height: 100%; }
.mod-box-body {
display: block;
text-align: left;
padding-bottom: 20px;
min-height: 170px; }
.mod-box img {
width: 100%;
filter: grayscale(100%);
-webkit-filter: grayscale(100%); }
.mod-box:hover img {
filter: grayscale(0%);
-webkit-filter: grayscale(0%); }
.mod-box h3 {
font-size: 24px;
font-weight: 800;
color: #0D121C;
font-family: "Inter", sans-serif;
margin: 0;
padding: 20px;
text-align: left; }
@media (max-width: 767px) {
.mod-box h3 {
font-size: 20px;
line-height: 28px;
padding: 20px 20px 10px; } }
.mod-box span {
display: block;
padding: 0 20px 20px; }
@media (max-width: 544px) {
.mod-box span {
font-size: 14px; } }
.swiper-wrapper {
align-items: center; }
.cursor {
cursor: pointer; }
.counter {
background-color: var(--green); }
.counter .col-md-3 {
display: flex;
flex-direction: column;
justify-content: center; }
@media (max-width: 767px) {
.counter .col-md-3 {
padding: 20px 0 0;
text-align: center; } }
.counter h3 {
color: #fff;
font-size: 28px;
margin: 0;
font-family: "Inter", sans-serif;
font-weight: 800;
padding: 0 0 10px; }
@media (max-width: 767px) {
.counter h3 {
font-size: 20px;
line-height: 28px; } }
.counter .pin {
color: #FFF; }
.counter .buy {
float: right;
margin-top: 20px; }
.counter #countdown {
margin: 20px 0;
display: flex;
justify-content: center;
align-items: center;
gap: 25px;
color: #fff;
font-size: 30px;
font-weight: 800;
font-family: "Inter", sans-serif; }
@media (max-width: 767px) {
.counter #countdown {
gap: 15px;
font-size: 32px;
padding: 0;
margin: 10px 0 0; } }
.counter #countdown > div {
text-align: center;
background-color: rgba(0, 0, 0, 0.1);
padding: 20px;
border-radius: 10px; }
@media (max-width: 767px) {
.counter #countdown > div {
padding: 10px;
font-size: 28px; } }
.counter #countdown > div p {
margin: 0;
font-size: 16px;
font-weight: 600;
text-transform: uppercase; }
@media (max-width: 767px) {
.counter #countdown {
font-size: 32px;
line-height: 40px; } }
.speakers {
display: flex;
margin-top: 30px; }
@media (max-width: 767px) {
.speakers {
flex-direction: column; } }
.speakers h4 {
font-size: 18px;
font-weight: 600;
margin: 0 0 10px;
color: #0D121C;
font-family: "Inter", sans-serif; }
.speakers h4.h4 {
margin-right: 30px; }
.speakers > div {
padding-right: 30px; }
.speakers > div h4 {
margin-bottom: 5px;
padding: 0;
font-size: 16px;
font-weight: 600;
color: #0D121C;
font-family: "Inter", sans-serif;
border-bottom: 2px solid var(--green);
display: inline-block; }
.speakers > div p {
margin: 0;
font-size: 14px;
color: #0D121C;
font-family: "Inter", sans-serif; }
p.program-status {
display: block;
font-size: 18px;
font-weight: 600;
margin: 20px 0;
color: #0D121C;
font-family: "Inter", sans-serif; }
.subpage {
padding-top: 40px; }
.subpage .about-conf-wrap {
margin-top: 0;
position: sticky;
top: 0; }
.subpage h3 {
font-family: "Inter", sans-serif;
font-size: 24px;
line-height: 28px;
font-weight: 800;
margin: 0 0 20px;
color: var(--black); }
.colab {
background-color: #0D121C;
color: #fff;
margin-bottom: 0;
padding: 40px 0; }
.colab h3 {
color: #fff; }
.colab a {
color: var(--green); }
.colab p {
font-size: 16px;
line-height: 24px; }
.colab input {
width: 100%;
padding: 0 20px;
height: 40px;
margin-top: 4px; }
.colab input.wpcf7-submit {
background-color: var(--green);
color: #000;
font-size: 16px;
line-height: 24px;
font-weight: 600;
text-transform: uppercase;
border-radius: 4px;
border: none;
cursor: pointer; }
.colab input.wpcf7-submit:hover {
background-color: #0D121C;
color: var(--green);
border: 1px solid var(--green); }
.colab select {
width: 100%;
padding: 0 20px;
height: 40px;
margin-top: 4px; }
.program-sect {
padding: 60px 0 80px 0; }
.program-sect h2 {
color: #0D121C;
font-size: 48px;
margin-bottom: 40px;
text-align: center;
font-family: "Inter", sans-serif;
font-weight: 800; }
@media (max-width: 767px) {
.program-sect h2 {
font-size: 28px;
line-height: 36px; } }
.program-sect h2 span {
position: relative; }
.program-sect h2 span::after {
content: '';
position: absolute;
width: 100%;
height: 5px;
background-color: var(--green);
bottom: 0;
left: 0; }
.program-box {
border-bottom: 1px solid #E0E0E0; }
@media (min-width: 768px) {
.program-box .col-1 {
color: var(--green);
display: flex;
align-items: flex-start;
margin-top: 10px;
padding-bottom: 10px; } }
@media (max-width: 767px) {
.program-box .col-1 {
color: var(--green);
padding-top: 10px; } }
.program-box--item {
border-left: 3px solid var(--green);
padding: 20px 30px;
background-color: #EAECF0;
margin: 10px 0; }
.program-box--item h3 {
font-size: 24px;
font-weight: 800;
margin: 0;
color: #0D121C;
font-family: "Inter", sans-serif; }
@media (max-width: 767px) {
.program-box--item h3 {
font-size: 20px;
line-height: 28px; } }
.program-box--item h5 {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
margin: 0 0 10px;
color: #0D121C;
font-family: "Inter", sans-serif; }
.program-box--item p {
margin: 20px 0 0;
color: #0D121C;
font-size: 16px;
line-height: 24px;
font-family: "Inter", sans-serif; }
@media (max-width: 767px) {
.program-box--item p {
font-size: 14px;
line-height: 20px; } }
.program-tab {
display: none; }
.program-tab.active {
display: block; }
.program-h2 {
background-color: #0D121C;
color: #fff;
padding: 30px;
margin-top: 10px;
cursor: pointer; }
@media (max-width: 767px) {
.program-h2 {
padding: 20px 15px; } }
.program-h2 .t1 {
display: block;
font-size: 20px;
font-weight: 600;
margin-bottom: 5px; }
@media (max-width: 767px) {
.program-h2 .t1 {
font-size: 16px; } }
.program-h2 .t2 {
display: block;
font-size: 28px;
font-weight: 800;
margin-bottom: 10px; }
@media (max-width: 767px) {
.program-h2 .t2 {
font-size: 20px;
line-height: 28px; } }
.program-h2 p {
margin: 0;
font-size: 16px;
line-height: 24px;
font-family: "Inter", sans-serif; }
@media (max-width: 767px) {
.program-h2 p {
font-size: 14px;
line-height: 20px; } }
.program-h2.active {
background-color: var(--green);
color: #0D121C;
position: relative; }
.program-h2.active::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid var(--green); }
@media (max-width: 767px) {
.program-tabs-nav {
display: flex;
overflow-x: auto;
gap: 10px;
padding-bottom: 20px; } }
.program-tabs-nav .col-4 {
min-width: 200px; }
.center-all {
text-align: center; }
.center-all .all {
padding: 10px 30px;
background-color: var(--green);
border-radius: 30px;
color: #0D121C;
font-weight: 600;
font-size: 24px;
text-decoration: none;
display: inline-block;
margin-top: 40px; }