@import url(https://fonts.googleapis.com/css?family=Space+Mono:400,700|Karla:400,700);
.clearfix:after {
    clear: both;
    display: table;
    content: " "
}

.text-left {
    display: inline-block;
    text-align: left
}

.text-center {
    display: inline-block;
    text-align: center
}

.text-right {
    display: inline-block;
    text-align: right
}

.left {
    float: left
}

.right {
    float: right
}

.color-red {
    color: red
}

.color-white {
    color: #fff
}

.color-black,
[data-season="2022"] .color-brand {
    color: #000
}

[data-season="2021"] .color-brand {
    color: #543ae8
}

[data-season="2020"] .color-brand {
    color: #f6004f
}

[data-season="2019"] .color-brand {
    color: #0f9
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none
}

body[data-season="2022"] {
    background: #000
}

body[data-season="2021"] {
    background: #543ae8
}

body[data-season="2020"] {
    background: #f6004f
}

body[data-season="2019"] {
    background: #0f9
}

body::-webkit-scrollbar {
    display: none
}

button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-appearance: none
}

:focus {
    outline: none
}

.bg-video {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.bg-video__media {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.bg-video__overlay {
    position: absolute;
    width: 100%;
    height: 100%
}

[data-season="2020"] .bg-video__overlay,
[data-season="2021"] .bg-video__overlay {
    background: rgba(0, 0, 0, .5)
}

[data-season="2019"] .bg-video__overlay {
    background: rgba(153, 0, 61, .5)
}

.fx {
    opacity: 0;
    transition: all .75s cubic-bezier(.6, .04, .98, .335)
}

.fx-done {
    opacity: 1
}

@-webkit-keyframes perspective {
    to {
        -webkit-transform: translateY(-40px)
    }
}

@keyframes perspective {
    to {
        -webkit-transform: translateY(-40px) scaleX(.8);
        transform: translateY(-40px) scaleX(.8)
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes travel {
    0% {
        -webkit-transform: translateX(500px)
    }
    to {
        -webkit-transform: translateX(-500px)
    }
}

@keyframes travel {
    0% {
        -webkit-transform: translateX(500px);
        transform: translateX(500px)
    }
    to {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px)
    }
}

@-webkit-keyframes spin-reverse {
    to {
        -webkit-transform: rotate(-1turn)
    }
}

@keyframes spin-reverse {
    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1)
    }
    to {
        -webkit-transform: scale(2)
    }
}

@media print {
    body .panel {
        visibility: hidden;
        display: none
    }
    body .panel--badges {
        display: block
    }
    .printable,
    .printable * {
        visibility: visible
    }
    .printable {
        display: block;
        border: 1px dotted #ccc;
        padding: 1cm;
        width: 5cm;
        height: 10cm, svg;
        height-width: 3cm;
        height-height: 3cm;
        height-padding: 0 0 1cm 0
    }
    .printable fieldset {
        border: none
    }
    .printable label {
        margin-right: 10px
    }
    .printable input {
        border: none;
        border-bottom: 1px solid #ccc;
        padding: 5px 10px
    }
}

.panel {
    margin: 0;
    padding: 100px 20px
}

@media(max-width:767px) {
    .panel {
        padding: 50px 20px
    }
}

.panel .wrapper {
    margin: 0 auto;
    max-width: 1200px;
    text-align: center
}

.panel--home {
    padding: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: all .5s ease-in-out
}

.panel--about,
.panel--home .wrapper {
    position: relative
}

.panel--about {
    min-height: 75vh;
    margin-top: 0;
    color: #222;
    background: #fff;
    display: flex;
    align-items: center
}

.panel--about .about__svg {
    position: absolute;
    top: 50%;
    margin-top: -80px;
    width: 160px;
    height: 160px
}

.panel--about .about__svg-1 {
    left: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(max-width:767px) {
    .panel--about .about__svg-1 {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        left: 50%;
        margin-left: -80px
    }
}

.panel--about .about__svg-2 {
    right: 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media(max-width:767px) {
    .panel--about .about__svg-2 {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        left: 50%;
        right: auto;
        margin-left: -80px
    }
}

@media(max-width:767px) {
    .panel--about .about__svg {
        position: relative;
        margin: 20px auto;
        width: 80px;
        height: 80px;
        left: auto;
        top: auto
    }
}

.panel--residents {
    background: #0f9
}

.panel--program {
    color: #fff;
    background: #222
}

.panel--gallery {
    width: 100%;
    overflow: hidden;
    padding: 0;
    background: #fff;
    color: #222
}

.panel--gallery .wrapper {
    max-width: 100%
}

.panel--gallery .title {
    display: none
}

.panel--location {
    padding: 50px 0 0
}

.panel--location .wrapper {
    max-width: 100%
}

.panel--location h3 {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px
}

@media(max-width:767px) {
    .panel--location h3 {
        letter-spacing: 2px;
        font-size: 15px
    }
}

@media(max-width:500px) {
    .panel--location h3 {
        letter-spacing: 2px;
        font-size: 15px
    }
}

.panel--location p {
    display: block
}

.panel--arrival {
    display: flex;
    align-items: center
}

.panel--usefull {
    background: #fff;
    color: #222
}

.panel--badges {
    background: #1c253f;
    color: #fff
}

@media(max-width:767px) {
    .panel--logos {
        padding: 50px
    }
}

@media(max-width:767px) {
    .panel--logos .title {
        margin-bottom: 80px
    }
}

.panel--logos .logos__item {
    display: inline-block;
    margin: 0 40px;
    width: 150px;
    height: 100px
}

@media(max-width:767px) {
    .panel--logos .logos__item {
        display: block;
        margin: 30px auto;
        height: 50px
    }
}

.panel--form {
    background: #222;
    color: #fff
}

[data-season="2022"] .panel--home {
    color: #fff;
    background-image: url(../../assets/img/general/desktop_2022.jpg)
}

@media(max-width:767px) {
    [data-season="2022"] .panel--home {
        background-image: url(../../assets/img/general/mobile_2022.jpg)
    }
}

[data-season="2022"] .panel--home .head {
    display: flex;
    flex-direction: column
}

[data-season="2022"] .panel--home h1 {
    order: 2;
    margin: 50px 0 100px;
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    overflow: hidden;
    -webkit-transform: none;
    transform: none;
    text-align: left
}

@media(max-width:1020px) {
    [data-season="2022"] .panel--home h1 {
        margin: 15vh 0;
        font-size: 30px;
        line-height: 37px;
        max-width: 95vw
    }
}

@media(max-width:767px) {
    [data-season="2022"] .panel--home h1 {
        margin: 5vh 0;
        font-size: 20px;
        line-height: 27px;
        max-width: 90vw
    }
}

[data-season="2022"] .panel--home h1 span {
    text-align: center
}

[data-season="2022"] .panel--home h1 span:nth-of-type(4) {
    margin-left: 120px
}

@media(max-width:767px) {
    [data-season="2022"] .panel--home h1 span:nth-of-type(4) {
        margin-left: 0
    }
}

[data-season="2022"] .panel--home h1 span:nth-of-type(7) {
    margin-left: 120px
}

@media(max-width:1020px) {
    [data-season="2022"] .panel--home h1 span:nth-of-type(7) {
        margin-left: 100px
    }
}

@media(max-width:767px) {
    [data-season="2022"] .panel--home h1 span:nth-of-type(7) {
        margin: 50px 0 0;
        display: block
    }
}

[data-season="2022"] .panel--home h4 {
    position: relative;
    align-self: end;
    margin: 0;
    padding: 0;
    text-align: center;
    order: 1;
    font-size: 14px;
    line-height: 23px;
    font-weight: 700
}

[data-season="2022"] .panel--home h4 .inset {
    padding: 18px 40px
}

@media(max-width:767px) {
    [data-season="2022"] .panel--home h4 {
        align-self: center;
        padding: 0
    }
}

[data-season="2022"] .panel--home p {
    margin: 0;
    order: 3;
    max-width: none
}

[data-season="2022"] .panel--home p .head__dates {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media(max-width:767px) {
    [data-season="2022"] .panel--home p .head__dates {
        flex-direction: column
    }
}

[data-season="2022"] .panel--home p>span {
    padding: 5px 0;
    font-size: 14px
}

@media(max-width:767px) {
    [data-season="2022"] .panel--home p .head__date {
        justify-content: center
    }
}

[data-season="2022"] .panel--home .inset {
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px;
    padding: 18px 20px;
    min-width: 40px;
    background: #fff;
    text-align: center;
    letter-spacing: 1px;
    color: #000;
    border-radius: 50px;
    border: 3px solid #000;
    box-shadow: -4px 6px 0 #000
}

@media(max-width:1020px) {
    [data-season="2022"] .panel--home .inset {
        margin: 3px;
        padding: 18px 20px;
        min-width: 28px
    }
}

@media(max-width:767px) {
    [data-season="2022"] .panel--home .inset {
        margin: 5px;
        padding: 18px 20px;
        min-width: 20px
    }
}

[data-season="2022"] .panel--about {
    background: #fff;
    color: #000
}

[data-season="2022"] .panel--about line,
[data-season="2022"] .panel--about path,
[data-season="2022"] .panel--about polyline {
    stroke: #000
}

[data-season="2022"] .panel--about line.st1,
[data-season="2022"] .panel--about path.st1,
[data-season="2022"] .panel--about polyline.st1 {
    fill: #000
}

[data-season="2022"] .panel--blog {
    background: #222;
    color: #fff
}

[data-season="2022"] .panel--location {
    background: #fff
}

[data-season="2022"] .panel--arrival {
    background: #f0f;
    color: #fff
}

[data-season="2022"] .panel--arrival a {
    background: #fff !important;
    color: #222 !important
}

[data-season="2022"] .panel--logos {
    background: #ddd
}

[data-season="2022"] .panel--logos .logos__item {
    width: 300px
}

@media(max-width:767px) {
    [data-season="2022"] .panel--logos .logos__item {
        width: 200px
    }
}

[data-season="2022"] .panel--contact {
    background: #fff;
    color: #000
}

[data-season="2022"] .panel--contact .wrapper .article--contact p {
    text-align: left
}

[data-season="2022"] .panel--contact a {
    color: #f0f
}

[data-season="2022"] .panel--contact a:hover {
    color: #222
}

[data-season="2022"] .panel--contact .article--crafted svg {
    fill: #f0f
}

[data-season="2022"] .modal .limiter,
[data-season="2022"] .panel .limiter {
    border-bottom-color: #fff
}

[data-season="2022"] .modal__list-item,
[data-season="2022"] .modal__list-item.active,
[data-season="2022"] .modal__list-item:hover {
    color: #fff
}

[data-season="2021"] .panel--home {
    color: #fff;
    background-image: url(../../assets/img/general/desktop_2021.png)
}

[data-season="2021"] .panel--home h1 {
    font-size: 20px;
    font-weight: 700;
    display: none
}

@media(max-width:767px) {
    [data-season="2021"] .panel--home {
        background-image: url(../../assets/img/general/mobile_2021.png)
    }
}

[data-season="2021"] .panel--home h4 {
    position: relative;
    max-width: 200px;
    margin: 0 auto 100px;
    padding: 0 200px;
    font-size: 40px;
    text-align: center;
    word-break: break-all
}

@media(max-width:767px) {
    [data-season="2021"] .panel--home h4 {
        padding: 0
    }
}

@media(max-width:767px) {
    [data-season="2021"] .panel--home .slogan {
        line-height: 50px;
        margin-top: 50px
    }
}

[data-season="2021"] .panel--home .romb {
    position: absolute;
    top: -30px;
    width: 300px
}

[data-season="2021"] .panel--home .romb--left {
    left: -120px
}

[data-season="2021"] .panel--home .romb--right {
    right: -120px
}

@media(max-width:767px) {
    [data-season="2021"] .panel--home .romb {
        position: relative;
        top: 0;
        left: auto;
        right: auto;
        width: auto
    }
}

[data-season="2021"] .panel--about {
    color: #002b3e
}

[data-season="2021"] .panel--about line,
[data-season="2021"] .panel--about path,
[data-season="2021"] .panel--about polyline {
    stroke: #543ae8
}

[data-season="2021"] .panel--about line.st1,
[data-season="2021"] .panel--about path.st1,
[data-season="2021"] .panel--about polyline.st1 {
    fill: #543ae8
}

[data-season="2021"] .panel--blog {
    background: #222;
    color: #fff
}

[data-season="2021"] .panel--lecturers {
    background: #543ae8;
    color: #fff
}

[data-season="2021"] .panel--lecturers .limiter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15vh;
    opacity: .2;
    border-width: 2px;
    max-width: 400px
}

[data-season="2021"] .panel--logos {
    background: #fff
}

[data-season="2021"] .panel--contact {
    background: #fff;
    color: #543ae8
}

[data-season="2021"] .panel--contact a {
    color: #543ae8
}

[data-season="2021"] .panel--contact a:hover {
    color: #222
}

[data-season="2021"] .panel--contact .article--crafted svg {
    fill: #543ae8
}

[data-season="2021"] .modal .limiter,
[data-season="2021"] .panel .limiter {
    border-bottom-color: #fff
}

[data-season="2021"] .modal__list-item {
    color: #543ae8
}

[data-season="2021"] .modal__list-item.active,
[data-season="2021"] .modal__list-item:hover {
    color: #fff
}

[data-season="2020"] .panel--home {
    color: #fff;
    background-image: url(../../assets/img/general/desktop_2020.jpg)
}

[data-season="2020"] .panel--home h1 {
    font-size: 20px;
    font-weight: 700;
    display: none
}

@media(max-width:767px) {
    [data-season="2020"] .panel--home {
        background-image: url(../../assets/img/general/mobile_2020.jpg)
    }
}

[data-season="2020"] .panel--home h4 {
    position: relative;
    max-width: 200px;
    margin: 0 auto 100px;
    padding: 0 200px;
    font-size: 40px;
    text-align: center;
    word-break: break-all
}

@media(max-width:767px) {
    [data-season="2020"] .panel--home h4 {
        max-width: -webkit-min-content;
        max-width: min-content;
        margin: 0 auto 50px;
        padding: 0
    }
}

@media(max-width:767px) {
    [data-season="2020"] .panel--home .slogan {
        line-height: 50px;
        margin-top: 50px
    }
}

[data-season="2020"] .panel--home .romb {
    position: absolute;
    top: -30px;
    width: 300px
}

[data-season="2020"] .panel--home .romb--left {
    left: -120px
}

[data-season="2020"] .panel--home .romb--right {
    right: -120px
}

@media(max-width:767px) {
    [data-season="2020"] .panel--home .romb {
        position: relative;
        top: 0;
        left: auto;
        right: auto;
        width: auto
    }
}

[data-season="2020"] .panel--about {
    color: #002b3e
}

[data-season="2020"] .panel--about line,
[data-season="2020"] .panel--about path,
[data-season="2020"] .panel--about polyline {
    stroke: #f6004f
}

[data-season="2020"] .panel--about line.st1,
[data-season="2020"] .panel--about path.st1,
[data-season="2020"] .panel--about polyline.st1 {
    fill: #f6004f
}

[data-season="2020"] .panel--lecturers {
    color: #fff;
    background: #002b3e
}

[data-season="2020"] .panel--lecturers .person__links a {
    background: #f6004f
}

[data-season="2020"] .panel--program {
    color: #002b3e;
    background: #f6004f
}

[data-season="2020"] .panel--program .article__flag {
    color: #002b3e;
    opacity: 1
}

[data-season="2020"] .panel--program h2 {
    color: #fff
}

[data-season="2020"] .panel--program h2 .author {
    color: #002b3e
}

[data-season="2020"] .panel--program .limiter {
    margin: 0 0 100px
}

[data-season="2020"] .panel--logos {
    background: #fff
}

[data-season="2020"] .panel--contact {
    background: #f6004f;
    color: #002b3e
}

[data-season="2020"] .panel--contact a {
    color: #002b3e
}

[data-season="2020"] .panel--contact a:hover {
    color: #fff
}

[data-season="2020"] .panel--contact .article--crafted svg {
    fill: #fff
}

[data-season="2020"] .panel .limiter {
    border-bottom-color: #fff
}

[data-season="2019"] .panel--home {
    background-image: url(../../assets/img/general/desktop_2019.jpg)
}

[data-season="2019"] .panel--home h1,
[data-season="2019"] .panel--home p span {
    background: #0f9
}

@media(max-width:767px) {
    [data-season="2019"] .panel--home {
        background-image: url(../../assets/img/general/mobile_2019.jpg)
    }
}

[data-season="2019"] .panel--about line,
[data-season="2019"] .panel--about path,
[data-season="2019"] .panel--about polyline {
    stroke: #0f9
}

[data-season="2019"] .panel--about line.st1,
[data-season="2019"] .panel--about path.st1,
[data-season="2019"] .panel--about polyline.st1 {
    fill: #0f9
}

[data-season="2019"] .panel--lecturers {
    color: #222;
    background: #fff
}

[data-season="2019"] .panel--logos {
    background: #0f9
}

[data-season="2019"] .panel--contact {
    background: #fff;
    color: #222
}

.article {
    margin: 0 auto
}

.article h2 {
    font-size: 20px;
    line-height: 30px
}

.article p {
    font-size: 15px;
    line-height: 20px;
    font-family: "Space Mono", mono
}

@media(max-width:767px) {
    .article p {
        display: block;
        margin: 10px auto 50px
    }
}

.article__links {
    margin-top: 20px
}

@media(max-width:767px) {
    .article__links {
        margin-top: 10px
    }
}

.article__links a {
    display: inline-block;
    margin: 4px;
    padding: 6px 10px;
    text-decoration: none;
    font-size: 11px;
    line-height: 9px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .15s ease-out;
    color: #fff
}

.article__links a:hover {
    padding: 6px 14px;
    margin: 4px 0;
    background: #666 !important
}

.article--about {
    max-width: 800px
}

.article--about__quote {
    max-width: 700px;
    margin: 0 0 50px
}

.article--about__quote p {
    font-size: 30px;
    line-height: 46px
}

.article--about__quote blockquote {
    color: #f6004f
}

.article--about p {
    font-family: "Space Mono", mono;
    font-size: 20px;
    line-height: 40px
}

@media(max-width:767px) {
    .article--about p {
        font-size: 20px;
        line-height: 40px
    }
}

@media(max-width:500px) {
    .article--about p {
        font-size: 15px;
        line-height: 26px
    }
}

.article--about a {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    transition: all .2s ease-in
}

@media(max-width:767px) {
    .article--about a {
        font-size: 20px
    }
}

.article--about a:hover {
    color: #0f9
}

.article--arrival {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 0 4%
}

@media(max-width:767px) {
    .article--arrival {
        display: block;
        width: 100%;
        margin: 40px 0
    }
}

.article--arrival .arrival__svg {
    margin: 0 auto 10px;
    width: 100px;
    height: 100px
}

@media(max-width:767px) {
    .article--arrival .arrival__svg {
        margin: 0 auto
    }
}

.article--arrival .arrival__svg path {
    fill: #222
}

.article--arrival .arrival__svg .bike-wheel {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

.article--arrival .arrival__svg .bike-cloud,
.article--arrival .arrival__svg .bike-wheel {
    transform-box: fill-box;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.article--arrival .arrival__svg .bike-cloud {
    -webkit-animation: travel 10s linear infinite;
    animation: travel 10s linear infinite
}

.article--arrival .arrival__svg .bike-tree {
    -webkit-animation: travel 4s linear infinite;
    animation: travel 4s linear infinite
}

.article--arrival .arrival__svg .bike-tree,
.article--arrival .arrival__svg .train-track-1 {
    transform-box: fill-box;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.article--arrival .arrival__svg .train-track-1 {
    -webkit-animation: perspective .8s linear infinite;
    animation: perspective .8s linear infinite
}

.article--arrival .arrival__svg .train-track-2 {
    transform-box: fill-box;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: perspective 1.2s linear infinite;
    animation: perspective 1.2s linear infinite
}

.article--arrival .arrival__svg .train-track-3 {
    -webkit-animation: perspective 1.6s linear infinite;
    animation: perspective 1.6s linear infinite
}

.article--arrival .arrival__svg .train-track-3,
.article--arrival .arrival__svg .van-wheel {
    transform-box: fill-box;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.article--arrival .arrival__svg .van-wheel {
    -webkit-animation: spin-reverse .4s linear infinite;
    animation: spin-reverse .4s linear infinite
}

.article--arrival p {
    font-family: "Space Mono", mono;
    font-size: 15px;
    line-height: 20px
}

@media(max-width:767px) {
    .article--arrival p {
        display: block;
        max-width: 80%;
        font-size: 15px;
        line-height: 20px
    }
}

.article--program {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin: 0 5% 100px
}

@media(max-width:767px) {
    .article--program {
        display: block;
        width: 100%;
        margin: 80px 0
    }
}

.article--program .article__flag {
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    opacity: .3;
    font-weight: 700
}

.article--program h2 {
    margin-bottom: 0;
    color: #0f9;
    font-size: 30px;
    font-weight: 400
}

.article--program h2 .author {
    display: block;
    margin: 30px 0;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.article--program h3:empty {
    display: none
}

.article--program p {
    margin: 0 auto;
    font-size: 15px;
    line-height: 26px
}

.article--program-bottom h2 {
    font-weight: 300;
    font-style: italic;
    margin-top: 80px;
    color: #0f9
}

@media(max-width:500px) {
    .article--program-bottom h2 br {
        display: none
    }
}

.article--location p {
    margin-bottom: 80px
}

.article--guide {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin: 0 5% 100px
}

@media(max-width:767px) {
    .article--guide {
        display: block;
        width: 100%;
        margin: 80px 0
    }
}

.article--guide .guide__svg {
    width: 73px;
    height: 73px
}

.article--guide .guide__svg path {
    fill: #222
}

.article--guide h2 {
    margin-bottom: 0;
    color: #0f9;
    font-size: 30px;
    font-weight: 400
}

.article--guide p {
    margin: 0 auto;
    font-size: 15px;
    line-height: 26px
}

.article--logos {
    margin: 100px 0 40px
}

.article--logos h2 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400
}

.article--logos h3:empty,
.article--logos p:empty {
    display: none
}

.article--logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 15%;
    margin: 0 5%
}

@media(max-width:767px) {
    .article--logo {
        display: block;
        text-align: center;
        max-width: 100%;
        margin: 20px 0
    }
}

.article--logo h2:empty,
.article--logo h3:empty {
    display: none
}

.article--thanks {
    max-width: 550px
}

.article--thanks p {
    margin: 5vh auto 40px;
    font-size: 12px;
    line-height: 20px
}

.article--contact p {
    margin: 80px;
    font-size: 12px;
    line-height: 20px
}

.article--contact a {
    font-size: 30px;
    color: #222;
    transition: all .2s ease-in
}

@media(max-width:767px) {
    .article--contact a {
        font-size: 20px
    }
}

.article--contact a:hover {
    color: #0f9
}

.article--crafted p {
    margin-top: 80px;
    font-size: 12px;
    line-height: 20px
}

.article--crafted svg {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 50%;
    margin-top: 1px;
    margin-right: -73px;
    fill: red
}

.article--credits p {
    margin-top: 80px;
    font-size: 10px
}

.article--credits a {
    color: #222
}

.blog .title {
    margin: 15vh 0 20vh
}

@media(max-width:767px) {
    .blog .title {
        margin: 5vh 0 10vh
    }
}

.blog__post {
    display: flex;
    width: 100%;
    margin: 0 0 15vh;
    text-align: left;
    cursor: pointer;
    transition: all .2s ease-in-out
}

@media(max-width:767px) {
    .blog__post {
        margin: 0 0 10vh
    }
}

.blog__thumb {
    display: inline-block;
    margin: 25px 50px;
    min-width: 100px;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: 50%;
    background-color: #543ae8;
    border-radius: 50%
}

@media(max-width:767px) {
    .blog__thumb {
        min-width: 32px;
        width: 32px;
        height: 32px;
        margin: 28px 25px 7px 0
    }
}

.blog__title {
    font-size: 80px;
    line-height: 85px;
    margin: 0;
    padding: 0;
    transition: all .2s ease-in-out
}

.blog__title:hover {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

@media(max-width:767px) {
    .blog__title {
        font-size: 40px;
        line-height: 45px
    }
}

.blog__subtitle {
    margin: 10px 0 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400
}

.blog__label {
    display: inline-block;
    margin: 0;
    padding: 5px 0 0;
    font-size: 12px;
    color: #543ae8;
    text-transform: uppercase;
    font-weight: 700
}

body.modal-active .blog__posts .blog__post {
    opacity: .05
}

@media(max-width:500px) {
    .badge h3 br {
        display: none
    }
}

.badge__content {
    margin: 40px 0;
    height: 100px;
    font-size: 12px;
    line-height: 20px
}

.badge__svg line,
.badge__svg path,
.badge__svg polyline {
    stroke: #0f9
}

.badge fieldset {
    margin: 0 auto;
    width: 50%
}

.badge__cta {
    margin: 10px;
    padding: 10px 20px;
    border: 5px solid #0f9;
    color: #0f9;
    background: none;
    font-family: "Space Mono", mono;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease-in-out;
    outline: none
}

.badge__cta:active {
    color: #fff;
    border-color: #fff
}

.badge__print {
    display: inline-block
}

@media(max-width:1020px) {
    .badge__print {
        display: none
    }
}

.badge__download {
    display: none
}

@media(max-width:1020px) {
    .badge__download {
        display: inline-block
    }
}

.gallery {
    padding: 120px 0 140px
}

@media(max-width:767px) {
    .gallery {
        padding: 80px 0
    }
}

.gallery__item {
    width: 100%;
    height: 500px
}

@media(max-width:767px) {
    .gallery__item {
        height: 300px
    }
}

.gallery__inside {
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.aws-sld,
.aws-sld__wrapper {
    --content-background-color: #fff !important;
    height: 50vh !important
}

@media(max-width:767px) {
    .aws-sld,
    .aws-sld__wrapper {
        height: 38vh !important
    }
}

.aws-sld__box,
.aws-sld__container figure,
.aws-sld__content {
    height: auto !important
}

.aws-sld__bullets {
    position: static !important;
    z-index: 99;
    margin: 34px 0
}

@media(max-width:767px) {
    .aws-sld__bullets {
        margin: 10px 0
    }
}

.aws-sld__bullets button {
    width: 5px !important;
    height: 5px !important;
    background-color: #0f9 !important;
    background: #eee !important
}

@media(max-width:767px) {
    .aws-sld__bullets button {
        margin: 0 3px !important
    }
}

.aws-sld__bullets button.aws-sld__bullets--active {
    background: #222 !important;
    -webkit-transform: none;
    transform: none
}

.aws-sld__controls button:hover .aws-sld__controls__arrow-left:before {
    -webkit-transform: rotate(40deg) !important;
    transform: rotate(40deg) !important
}

.aws-sld__controls button:hover .aws-sld__controls__arrow-left:after,
.aws-sld__controls button:hover .aws-sld__controls__arrow-right:before {
    -webkit-transform: rotate(-40deg) !important;
    transform: rotate(-40deg) !important
}

.aws-sld__controls button:hover .aws-sld__controls__arrow-right:after {
    -webkit-transform: rotate(40deg) !important;
    transform: rotate(40deg) !important
}

.aws-sld__controls__arrow-left,
.aws-sld__controls__arrow-right {
    opacity: 1 !important
}

.aws-sld__controls__arrow-left:after,
.aws-sld__controls__arrow-left:before,
.aws-sld__controls__arrow-right:after,
.aws-sld__controls__arrow-right:before {
    background-color: #222 !important
}

.hamburger--spin .hamburger-inner-1 {
    transition: top .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin .hamburger-inner-2 {
    transition: top .1s ease-in .15s, opacity .41s ease-in
}

.hamburger--spin .hamburger-inner-3 {
    transition: top .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner-1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    top: 50%
}

.hamburger--spin.is-active .hamburger-inner-2 {
    opacity: 0;
    transition: top .1s ease-out, opacity .1s ease-out 1.2ms
}

.hamburger--spin.is-active .hamburger-inner-3 {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: top .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: top .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: top .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.hamburger {
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 15px;
    outline: none;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

@media(max-width:767px) {
    .hamburger {
        right: 10px
    }
}

.hamburger.is-active[data-season="2021"] .hamburger-inner,
.hamburger.is-active[data-season="2022"] .hamburger-inner {
    background-color: #fff !important
}

.hamburger.is-active[data-season="2019"] .hamburger-inner,
.hamburger.is-active[data-season="2020"] .hamburger-inner {
    background-color: #222 !important
}

.hamburger[data-panel=about] .hamburger-inner,
.hamburger[data-panel=lecturers] .hamburger-inner,
.hamburger[data-panel=residents] .hamburger-inner {
    background-color: #222
}

.hamburger[data-panel=gallery] .hamburger-inner {
    background-color: #0f9
}

.hamburger[data-panel=location] .hamburger-inner {
    background-color: #fff
}

.hamburger[data-panel=arrival] .hamburger-inner,
.hamburger[data-panel=logos] .hamburger-inner,
.hamburger[data-panel=usefull] .hamburger-inner {
    background-color: #222
}

.hamburger[data-season="2022"][data-panel=about] .hamburger-inner,
.hamburger[data-season="2022"][data-panel=home] .hamburger-inner,
.hamburger[data-season="2022"][data-panel=location] .hamburger-inner {
    background-color: #000
}

.hamburger[data-season="2022"][data-panel=arrival] .hamburger-inner {
    background-color: #fff
}

.hamburger[data-season="2022"][data-panel=blog] .hamburger-inner {
    background-color: #f0f
}

.hamburger[data-season="2022"][data-panel=contact] .hamburger-inner {
    background-color: #000
}

.hamburger[data-season="2021"][data-panel=home] .hamburger-inner {
    background-color: #fff
}

.hamburger[data-season="2021"][data-panel=about] .hamburger-inner {
    background-color: #222
}

.hamburger[data-season="2021"][data-panel=blog] .hamburger-inner {
    background-color: #fff
}

.hamburger[data-season="2021"][data-panel=lecturers] .hamburger-inner {
    background-color: #222
}

.hamburger[data-season="2021"][data-panel=contact] .hamburger-inner,
.hamburger[data-season="2021"][data-panel=logos] .hamburger-inner {
    background-color: #543ae8
}

.hamburger[data-season="2020"][data-panel=home] .hamburger-inner {
    background-color: #fff
}

.hamburger[data-season="2020"][data-panel=about] .hamburger-inner {
    background-color: #002b3e
}

.hamburger[data-season="2020"][data-panel=program] .hamburger-inner {
    background-color: #fff
}

.hamburger[data-season="2020"][data-panel=lecturers] .hamburger-inner {
    background-color: #f6004f
}

.hamburger[data-season="2020"][data-panel=contact] .hamburger-inner {
    background-color: #fff
}

.hamburger[data-season="2019"][data-panel=home] .hamburger-inner {
    background-color: #0f9
}

.hamburger[data-season="2019"][data-panel=contact] .hamburger-inner {
    background-color: #222
}

.hamburger-box {
    width: 40px;
    height: 25px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block
}

.hamburger-inner-1,
.hamburger-inner-2,
.hamburger-inner-3 {
    width: 100%;
    height: 5px;
    background-color: #fff;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .25s;
    transition-timing-function: ease
}

.hamburger-inner-1 {
    top: calc(50% - 10px);
    bottom: auto
}

.hamburger-inner-2 {
    top: 50%
}

.hamburger-inner-3 {
    top: calc(50% + 10px)
}

.head {
    position: relative;
    margin: 0;
    padding: 20px;
    display: inline-block;
    font-family: "Space Mono", mono
}

.head .fireflies {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .37
}

.head h1 {
    display: inline-block;
    margin: 0 0 60px;
    padding: 15px 40px;
    font-size: 65px;
    line-height: 79px;
    font-weight: 400;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 9px;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: translateX(-200px) translateY(0);
    transform: translateX(-200px) translateY(0)
}

@media(max-width:1450px) {
    .head h1 {
        -webkit-transform: translateX(-100px) translateY(0);
        transform: translateX(-100px) translateY(0);
        font-size: 50px
    }
}

@media(max-width:1020px) {
    .head h1 {
        -webkit-transform: translateX(-100px) translateY(0);
        transform: translateX(-100px) translateY(0);
        font-size: 30px;
        line-height: 50px;
        font-weight: 400
    }
}

@media(max-width:767px) {
    .head h1 {
        -webkit-transform: translateX(-100px) translateY(-20px);
        transform: translateX(-100px) translateY(-20px);
        margin: 0;
        font-size: 20px;
        padding: 10px 20px;
        line-height: 30px;
        font-weight: 400;
        letter-spacing: 3px
    }
}

@media(max-width:500px) {
    .head h1 {
        -webkit-transform: translateX(-30px) translateY(-20px);
        transform: translateX(-30px) translateY(-20px);
        letter-spacing: 2px;
        font-size: 20px;
        padding: 8px 20px
    }
}

.head__svg {
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -230px;
    width: 930px;
    height: 300px
}

.head__svg .path-spin-1 {
    -webkit-animation: spin 3s infinite;
    animation: spin 3s infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.head__svg .path-spin-2 {
    -webkit-animation: spin 3s infinite;
    animation: spin 3s infinite;
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.head__svg .path-spin-3 {
    -webkit-animation: spin 3s infinite;
    animation: spin 3s infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.head__svg .path-spin-4 {
    -webkit-animation: spin 3s infinite;
    animation: spin 3s infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@media(max-width:1450px) {
    .head__svg {
        width: 700px;
        height: 250px
    }
}

@media(max-width:1020px) {
    .head__svg {
        width: 450px;
        top: 10px;
        right: 10px;
        left: auto;
        margin-left: 0
    }
}

@media(max-width:767px) {
    .head__svg {
        width: 400px;
        top: -50px;
        margin-left: -150px
    }
}

@media(max-width:500px) {
    .head__svg {
        width: 300px;
        top: -40px;
        margin-left: -110px
    }
}

.head h4 {
    margin: 160px auto 80px;
    font-size: 27px;
    line-height: 52px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase
}

@media(max-width:1450px) {
    .head h4 {
        margin: 120px auto 60px
    }
}

@media(max-width:767px) {
    .head h4 {
        max-width: 520px;
        margin: 120px auto;
        font-size: 20px;
        line-height: 34px
    }
}

@media(max-width:500px) {
    .head h4 {
        margin: 140px auto 80px;
        font-size: 15px;
        line-height: 30px
    }
}

.head h4 span {
    display: block;
    text-transform: none
}

.head p {
    margin: 0 auto;
    padding: 0;
    font-size: 20px;
    line-height: 50px;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 820px
}

@media(max-width:1020px) {
    .head p {
        font-size: 15px;
        line-height: 30px
    }
}

@media(max-width:767px) {
    .head p {
        margin: 0 auto
    }
}

@media(max-width:500px) {
    .head p {
        font-size: 12px;
        line-height: 20px
    }
}

.head p>span {
    display: inline-block;
    padding: 5px 20px;
    margin: 0 auto;
    line-height: 30px;
    color: #222;
    letter-spacing: 1px
}

@media(max-width:767px) {
    .head p>span {
        padding: 3px 10px;
        margin: 5px auto;
        line-height: 25px
    }
    .head p>span:nth-child(2) {
        max-width: 430px
    }
}

@media(max-width:500px) {
    .head p>span {
        line-height: 20px
    }
    .head p>span:nth-child(2) {
        max-width: 350px
    }
}

.head__dates {
    position: relative
}

.head__date-link {
    display: inline-flex;
    color: inherit;
    text-decoration: none;
    padding-bottom: 0;
    line-height: 20px
}

.head__date-current {
    border-bottom: 2px solid #222
}

.head .date-active {
    background: none !important;
    display: inline-block;
    line-height: 20px
}

@media(max-width:767px) {
    .head .date-active {
        line-height: 20px
    }
}

.head__slots {
    position: fixed;
    bottom: 5px;
    left: 20px;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: none !important
}

.head__slots-content {
    background: none !important;
    padding: 0 !important
}

[data-season="2022"] .head h1 {
    color: #fff
}

[data-season="2022"] .head span {
    color: #fff;
    font-weight: 400
}

[data-season="2022"] .head__svg path {
    fill: #000
}

[data-season="2022"] .head .date-active,
[data-season="2022"] .head__slots,
[data-season="2022"] .head__slots-content {
    color: #000
}

[data-season="2022"] .head .fireflies {
    opacity: 1
}

[data-season="2021"] .head h1 {
    background: #543ae8;
    color: #fff
}

[data-season="2021"] .head span {
    color: #fff;
    font-weight: 700
}

[data-season="2021"] .head__svg path {
    fill: #543ae8
}

[data-season="2021"] .head__slots,
[data-season="2021"] .head__slots-content {
    color: #543ae8
}

[data-season="2021"] .head .fireflies {
    opacity: 1
}

[data-season="2020"] .head h1 {
    background: none;
    color: #fff
}

@media(max-width:767px) {
    [data-season="2020"] .head p {
        margin-bottom: 50px
    }
}

[data-season="2020"] .head__first-line {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 50px;
    word-break: break-all;
    max-width: 190px;
    display: block;
    margin: 0 auto
}

[data-season="2020"] .head__dates {
    color: #fff
}

[data-season="2020"] .head__svg {
    display: none
}

[data-season="2020"] .head__svg path {
    fill: #fff
}

[data-season="2020"] .head__slots,
[data-season="2020"] .head__slots-content {
    color: #f6004f
}

[data-season="2020"] .head .fireflies {
    opacity: 1
}

[data-season="2019"] .head h1 {
    background: #0f9;
    color: #222
}

[data-season="2019"] .head__svg path {
    fill: #0f9
}

[data-season="2019"] .head__slots,
[data-season="2019"] .head__slots-content {
    color: #0f9
}

#lightboxBackdrop {
    z-index: 999999
}

.map__content {
    display: block;
    margin: 50px auto 0;
    max-width: 100%;
    height: 55vh;
    padding: 10px 0;
    background: #fff
}

.map__marker {
    z-index: 99;
    min-width: 50px;
    height: 25px;
    top: -30px;
    left: -40px;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    background-color: #222;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.map__marker:after {
    position: absolute;
    top: 25px;
    left: 18px;
    content: "";
    width: 0;
    height: 0;
    border-color: #222 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0
}

.map h2:empty,
.map h3:empty {
    display: none
}

.map p {
    margin: 10px 0
}

.menu {
    position: fixed;
    z-index: 9998;
    height: 100vh;
    right: -100vw;
    color: #222;
    display: flex;
    flex-direction: column;
    transition: all .37s cubic-bezier(.165, .84, .44, 1);
    width: 50%;
    padding-top: 75px;
    justify-content: top
}

@media(max-width:1020px) {
    .menu {
        width: 65%;
        padding-top: 0;
        justify-content: center
    }
}

@media(max-width:767px) {
    .menu {
        width: 75%;
        padding-top: 0;
        justify-content: center
    }
}

@media(max-width:500px) {
    .menu {
        width: 80%;
        padding-top: 0;
        justify-content: center
    }
}

.menu.is-active {
    right: 0;
    overflow-y: auto;
    box-shadow: -10px 0 20px rgba(0, 0, 0, .1)
}

.menu__item {
    position: relative;
    display: inline-block;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    transition: all .37s cubic-bezier(.165, .84, .44, 1)
}

.menu__item.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.menu__item--seasons {
    margin: 0 0 20px 20px
}

.menu__item--seasons .menu__item-wrap {
    margin: 0 20px;
    padding: 20px 0 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    text-decoration: none;
    color: #222
}

@media(max-width:767px) {
    .menu__item--seasons .menu__item-wrap {
        font-size: 20px;
        line-height: 20px
    }
}

@media(max-width:500px) {
    .menu__item--seasons .menu__item-wrap {
        margin: 0 10px;
        font-size: 20px;
        line-height: 20px
    }
}

.menu__item--seasons .menu__item-wrap.active {
    font-weight: 700;
    border-bottom: 3px solid #222
}

.menu__item-wrap {
    display: inline-block;
    margin: 0;
    padding: 15px 40px;
    font-family: "Space Mono", mono;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    cursor: pointer;
    transition: all .2s ease-in-out
}

@media(max-width:1020px) {
    .menu__item-wrap {
        font-size: 30px;
        line-height: 30px
    }
}

@media(max-width:767px) {
    .menu__item-wrap {
        font-size: 20px;
        line-height: 20px
    }
}

@media(max-width:500px) {
    .menu__item-wrap {
        font-size: 20px;
        line-height: 20px
    }
}

.menu__item-wrap:hover {
    color: #fff
}

[data-season="2022"] .menu {
    background: rgba(0, 0, 0, .99)
}

[data-season="2022"] .menu .menu__item-wrap {
    color: #fff;
    border-bottom-color: #fff
}

[data-season="2022"] .menu .menu__item-wrap:hover {
    color: #222
}

[data-season="2022"] .menu .menu__item--seasons .menu__item-wrap[href="#2022"] {
    color: #f0f;
    border-bottom: none
}

[data-season="2022"] .menu .menu__item[data-index="1"] .menu__item-wrap {
    color: #ff0
}

[data-season="2022"] .menu .menu__item[data-index="2"] .menu__item-wrap {
    color: #0ff
}

[data-season="2022"] .menu .menu__item[data-index="3"] .menu__item-wrap {
    color: #f0f
}

[data-season="2021"] .menu {
    background: rgba(84, 58, 232, .99)
}

[data-season="2021"] .menu .menu__item-wrap {
    color: #fff;
    border-bottom-color: #fff
}

[data-season="2021"] .menu .menu__item-wrap:hover {
    color: #222
}

[data-season="2020"] .menu {
    background: rgba(246, 0, 79, .99)
}

[data-season="2020"] .menu .menu__item-wrap {
    color: #fff;
    border-bottom-color: #fff
}

[data-season="2020"] .menu .menu__item-wrap:hover {
    color: #002b3e
}

[data-season="2019"] .menu {
    background: rgba(0, 255, 153, .99)
}

.person {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 0 4% 80px
}

@media(max-width:767px) {
    .person {
        width: 46%;
        margin: 0 2% 80px
    }
}

@media(max-width:500px) {
    .person {
        width: 98%;
        margin: 0 1% 80px
    }
}

.person--big {
    width: 41%
}

@media(max-width:1020px) {
    .person--big {
        width: 41%;
        margin: 0 4% 80px
    }
}

@media(max-width:767px) {
    .person--big {
        width: 98%;
        margin: 0 1% 80px
    }
}

.person--big h2 {
    font-size: 30px
}

@media(max-width:767px) {
    .person--big h2 {
        min-height: auto
    }
}

.person--big img {
    width: 200px;
    padding: 10px;
    margin: 20px auto
}

@media(max-width:767px) {
    .person--big img {
        margin: 20px auto 40px
    }
}

.person--big p {
    font-size: 20px;
    line-height: 34px
}

@media(max-width:767px) {
    .person--big p {
        display: block;
        max-width: 85%;
        margin: 10px auto 50px
    }
}

@media(max-width:500px) {
    .person--big p {
        display: block;
        max-width: 85%;
        margin: 10px auto 50px;
        font-size: 15px;
        line-height: 26px
    }
}

.person--big .person__links a:hover {
    padding: 6px 14px;
    margin: 4px 0;
    background: #666 !important
}

.person__image-placeholder {
    width: 190px;
    height: 190px
}

@media(max-width:767px) {
    .person__image-placeholder {
        width: 175px;
        height: 175px
    }
}

.person img {
    display: block;
    width: 150px;
    margin: 10px auto 30px;
    border-radius: 50%
}

.person h2 {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px
}

@media(max-width:767px) {
    .person h2 {
        min-height: 75px
    }
}

@media(max-width:500px) {
    .person h2 {
        min-height: auto
    }
}

.person p {
    margin: 0 auto;
    max-width: 600px;
    font-size: 15px;
    line-height: 25px;
    font-family: "Space Mono", mono
}

@media(max-width:767px) {
    .person p {
        display: block;
        max-width: 90%;
        margin: 10px auto 50px
    }
}

@media(max-width:500px) {
    .person p {
        max-width: 100%;
        margin: 10px auto 20px
    }
}

.person__links {
    margin-top: 20px
}

@media(max-width:767px) {
    .person__links {
        margin-top: 10px
    }
}

.person__links a {
    display: inline-block;
    margin: 4px;
    padding: 6px 10px;
    text-decoration: none;
    font-size: 11px;
    line-height: 9px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .15s ease-out;
    color: #fff
}

.person__links a:hover {
    padding: 6px 14px;
    margin: 4px 0;
    background: #666 !important
}

.title {
    margin: 10px 0 80px;
    font-size: 70px;
    line-height: 70px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: "Space Mono", mono
}

@media(max-width:767px) {
    .title {
        letter-spacing: 3px;
        max-width: 100%;
        margin: 10px auto 50px;
        font-size: 50px;
        line-height: 50px
    }
}

@media(max-width:500px) {
    .title {
        letter-spacing: 3px;
        max-width: 90%;
        margin: 10px auto 50px;
        font-size: 30px;
        line-height: 30px
    }
}

.limiter {
    width: 100%;
    height: 10px;
    border-bottom: 2px dashed #0f9;
    margin-bottom: 50px
}

.form {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    font-family: "Space Mono", mono
}

.form h2 {
    margin-bottom: 40px
}

.form h2:empty {
    display: none
}

.form h3 {
    margin: 0 auto 40px;
    max-width: 500px
}

.form h3:empty {
    display: none
}

.form__element {
    display: block;
    margin: 10px 0
}

.form__element--required {
    position: relative
}

.form__element--required:after {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 12px;
    content: "*"
}

.form__element--required input,
.form__element--required select {
    border-bottom: 3px solid transparent
}

.form__element--required label {
    font-weight: 700;
    padding-left: 20px
}

.form__element--half {
    display: inline-block;
    width: 47%;
    margin: 0 6% 0 0
}

.form__element--half:last-of-type {
    margin: 0
}

.form__element--third {
    display: inline-block;
    width: 29.3%;
    margin: 0 6% 0 0
}

.form__element--third:last-of-type {
    margin: 0
}

.form__element label {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px
}

.form__element label small {
    font-size: 12px
}

.form input,
.form select,
.form textarea {
    width: calc(100% - 20px);
    padding: 10px;
    border: none;
    font-family: "Space Mono", mono;
    font-size: 15px
}

.form input[type=submit] {
    width: auto;
    margin-top: 15px;
    padding: 20px 40px;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.form select {
    width: 100%;
    overflow-y: hidden;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

.form textarea {
    min-height: 80px
}

.form .error {
    position: fixed;
    left: 0;
    bottom: 0;
    width: calc(100% - 40px);
    padding: 20px;
    text-align: center;
    background: #d90000
}

[data-season="2020"] .form__element--required,
[data-season="2020"] .form__element--required :after,
[data-season="2020"] .form h2,
[data-season="2020"] .form h3 {
    color: #f6004f
}

[data-season="2020"] .form__element--required input,
[data-season="2020"] .form__element--required select {
    border-top: 10px solid #f6004f
}

[data-season="2020"] .form__element label small {
    color: #f6004f
}

[data-season="2020"] .form input[type=submit] {
    background: #f6004f
}

[data-season="2020"] .form input[type=submit]:active,
[data-season="2020"] .form input[type=submit]:hover {
    background: #90002e
}

[data-season="2019"] .form__element--required,
[data-season="2019"] .form__element--required :after,
[data-season="2019"] .form h2,
[data-season="2019"] .form h3 {
    color: #0f9
}

[data-season="2019"] .form__element--required input,
[data-season="2019"] .form__element--required select {
    border-top: 10px solid #0f9
}

[data-season="2019"] .form__element label small {
    color: #0f9
}

[data-season="2019"] .form input[type=submit] {
    background: #0f9
}

[data-season="2019"] .form input[type=submit]:active,
[data-season="2019"] .form input[type=submit]:hover {
    background: #00995c
}

.modal {
    position: fixed;
    z-index: 99991;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    transition: all .2s ease-in-out;
    box-shadow: -10px 0 20px rgba(0, 0, 0, .25)
}

@media(max-width:767px) {
    .modal {
        top: 0;
        height: 100vh;
        left: 2vw;
        width: 96vw;
        box-shadow: 0 0 15px rgba(0, 0, 0, .25)
    }
}

.modal ::-webkit-scrollbar {
    width: 0;
    background: transparent
}

.modal__overlay {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 34, .25)
}

.modal__wrapper {
    position: relative;
    margin: 0 0 0 33%;
    padding: 20px 40px;
    width: calc(67% - 80px);
    height: calc(100vh - 40px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #191919;
    color: #fff
}

@media(max-width:1020px) {
    .modal__wrapper {
        margin: 0 0 0 25%;
        width: calc(75% - 80px)
    }
}

@media(max-width:767px) {
    .modal__wrapper {
        margin: 0;
        width: calc(100% - 80px);
        height: 100vh
    }
}

.modal__close {
    position: absolute;
    right: 20px;
    top: 5px;
    cursor: pointer;
    font-size: 50px;
    font-weight: 700
}

.modal__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column
}

@media(max-width:767px) {
    .modal__content {
        flex-direction: column
    }
}

.modal__image {
    width: 100%;
    height: auto;
    margin: 0 0 20px
}

@media(max-width:767px) {
    .modal__image {
        width: calc(100% + 90px);
        margin: 0 -45px 5vh
    }
}

@media(max-width:767px) {
    .modal__copy {
        width: 100%
    }
}

.modal__title {
    margin: 5vh 0;
    padding: 0;
    font-size: 50px;
    line-height: 50px
}

.modal__date {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: #543ae8
}

.modal__subtitle {
    margin: 20px 0 0;
    font-size: 25px
}

.modal__text {
    margin: 0 0 5vh;
    font-size: 15px;
    line-height: 25px
}

.modal__text>* {
    color: #fff !important;
    font-family: "Karla", sans-serif !important;
    background: none !important;
    font-size: 15px !important;
    line-height: 25px !important
}

.modal__text img.thumbnail {
    max-width: 100%
}

.modal__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.modal__list-item {
    width: 100%;
    margin: 10px 0;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.modal__list-item .blog__thumb {
    min-width: 50px;
    width: 50px;
    height: 50px
}

.modal__list-item .blog__title {
    font-size: 30px;
    line-height: 30px
}

.modal .limiter,
.modal br,
.modal h3 {
    pointer-events: none
}

body.modal-active {
    overflow: hidden
}

body.modal-active .modal:not(.modal-remove) {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

body {
    font-family: "Karla", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Space Mono", mono
}

.bold {
    font-weight: 700
}

.h1 {
    font-size: 70px;
    line-height: 50px
}

.h2 {
    font-size: 20px;
    line-height: 30px
}

.h3 {
    font-size: 15px;
    line-height: 20px
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../../assets/img/vendor/ajax-loader.gif) 50% no-repeat
}

@font-face {
    font-family: "slick";
    src: url(../../assets/fonts/slick.eot);
    src: url(../../assets/fonts/slick.eot#iefix) format("embedded-opentype"), url(../../assets/fonts/slick.woff) format("woff"), url(../../assets/fonts/slick.ttf) format("truetype"), url(../../assets/fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}
