@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 22, 2018, 2:00:27 PM
    Author     : Webstyler
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 22, 2018, 2:01:35 PM
    Author     : Webstyler
*/
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

@font-face {
    font-family: "MMCruella400";
    src: url("../fonts/mm_fonts_-_mmcruella-400-webfont.woff2") format("woff2"), url("../fonts/mm_fonts_-_mmcruella-400-webfont.woff") format("woff"), url("../fonts/mm_fonts_-_mmcruella-400-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.font-cruella {
    font-family: "MMCruella400", "Source Sans Pro", sans-serif;
    font-weight: 300;
}

@font-face {
    font-family: "Sonder Slab";
    src: url("../fonts/SonderSlab-Black.woff2") format("woff2"), url("../fonts/SonderSlab-Black.woff") format("woff"), url("../fonts/SonderSlab-Black.svg#SonderSlab-Black") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Uni Sans";
    src: url("../fonts/UniSansSemiBold.woff2") format("woff2"), url("../fonts/UniSansSemiBold.woff") format("woff"), url("../fonts/UniSansSemiBold.svg#UniSansSemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 22, 2018, 2:05:47 PM
    Author     : Webstyler
*/
/* COLORS */
/* TYPOGRAPHY */
/*$colors: (
    'main':$brand-primary,
    'main-darker': $brand-primary-darker,
    'second': $brand-secondary,
    'white': #fff
);*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 22, 2018, 2:32:50 PM
    Author     : Webstyler
*/
.img-responsive {
    width: 100%;
    height: auto;
}

.center-block {
    display: block;
    margin: 0 auto;
}

.container-flex {
    display: flex;
}

.text-light {
    color: #fff;
}

.text-blue {
    color: #4550a8 !important;
}

.text-center {
    text-align: center;
}

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

.yellow-border-bottom {
    border-bottom: 35px solid #ffc200;
}

.origami-bg {
    background-image: url("../images/speakers_bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}

.bg-blue {
    background-color: #4550a8;
}

.m-3 {
    margin: 3rem;
}

.p-3 {
    padding: 3rem;
}

.p-4 {
    padding: 4rem;
}

@media screen and (max-width: 768px) {
    .p-4 {
        padding: 0rem;
    }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 22, 2018, 2:18:07 PM
    Author     : Webstyler
*/
*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 32px;
    -webkit-text-size-adjust: none;
    background: #000;
    position: relative;
    color: #2b2b2b;
    /*    padding-top: 88px;*/
}

body.page-template {
    padding-top: 0;
}

html {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.headline {
    font-family: "Tungsten-Bold";
    text-transform: uppercase;
}

.headline.headline-lg {
    font-size: 108px;
    line-height: 1;
}

.headline.headline-md {
    font-size: 60px;
    line-height: 1;
    color: #4550a8;
}

.headline.headline-sm {
    font-size: 27px;
    line-height: 1;
    color: #4550a8;
}

.subtitle {
    font-family: "Tungsten-Bold";
    text-transform: uppercase;
    font-size: 45px;
    line-height: 1;
    color: #4550a8;
}

.title {
    font-family: "ProximaNova-Bold";
}

.title.title-md {
    font-size: 39px;
}

@media screen and (max-width: 1024px) {
    .headline.headline-lg {
        font-size: 80px;
    }
}

@media screen and (max-width: 575px) {
    .headline.headline-lg {
        font-size: 60px;
    }

    .headline.headline-md {
        font-size: 35px;
    }

    .subtitle {
        font-size: 30px;
    }

    .title.title-md {
        font-size: 25px;
    }
}

@media screen and (max-width: 480px) {
    .headline.headline-lg {
        font-size: 40px;
    }
}

.check-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 11px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 2px solid #2f2f2f;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-container input:checked~.checkmark:after {
    display: block;
}

.check-container .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #2f2f2f;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.post-title {
    font-family: "AllerDisplay";
    color: #331e5f;
    font-size: 36px;
    line-height: 42px;
    display: block;
    margin-bottom: 80px;
    z-index: 10;
    position: relative;
}

img {
    max-width: 100%;
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    transition: all 0.3s ease;
}

p {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 40px 0;
}

span {
    display: inline-block;
}

iframe {
    max-width: 100%;
    margin: 20px auto;
    display: block;
}

.container {
    max-width: 1475px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    position: relative;
}

.container:after,
.row:after {
    content: "";
    display: block;
    clear: both;
}

.background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.btn-default {
    font-family: "ProximaNova-Bold";
    font-size: 23px;
    background: #4550a8;
    color: #ffc200;
    padding: 15px 30px;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 230px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.25s linear;
    -webkit-appearance: none;
}

.btn-default.btn-large {
    width: 350px;
    font-size: 20px;
    max-width: 100%;
}

.btn-default:hover {
    color: #4550a8, 0.3;
    background: #ffc200, 0.3;
}

.btn-video {
    font-family: "ProximaNova-Bold";
    font-size: 18px;
    background: #fc345b;
    color: #e4ff00;
    padding: 15px 20px;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    transition: 0.25s linear;
    border: 2px solid #331e5f;
    -webkit-appearance: none;
}

.btn-video:hover {
    color: #331e5f;
    background: #e4ff00;
}

.btn-small {
    font-family: "ProximaNova-Bold";
    font-size: 16px;
    color: #331e5f;
    background: #e4ff00;
    padding: 15px 20px;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    transition: 0.25s linear;
    border: 2px solid #331e5f;
    -webkit-appearance: none;
    max-width: 200px;
}

.btn-small:hover {
    color: #e4ff00;
    background: #331e5f;
}

/* ========== HEADER =========== */
header {
    background: transparent;
    padding: 0;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
}

header .logo {
    max-width: 150px;
    width: 100%;
    display: inline-block;
}

header .header-elements {
    justify-content: space-between;
    max-width: 100%;
    position: fixed;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
}

header .header-elements.scrolled-down {
    background: rgba(0, 0, 0, 0.7);
}

header .header-elements .left {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .menu_wrapper {
    position: absolute;
    top: 75px;
    right: 0;
    max-width: 330px;
    width: 100%;
    display: none;
    background: #4550a8;
    padding: 20px;
    text-align: center;
    z-index: 10;
    background: #72c435;
    background: linear-gradient(135deg, #72c435 0%, #55ab69 25%, #378fa0 50%, #5a43d4 75%, #710df7 100%);
}

header .menu_wrapper ul {
    padding: 0;
    margin: 0;
}

header .menu_wrapper ul li {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    display: block;
    padding: 10px 0;
    transition: all 0.35s ease;
    margin-left: -20px;
    margin-right: -20px;
}

header .menu_wrapper ul li:hover {
    opacity: 0.8;
}

.logo_text {
    color: #fff;
    margin-left: 10px;
}

.trigger-btn {
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    margin-top: 10px;
}

.trigger-btn span {
    width: 43px;
    height: 3px;
    margin: 8px 0;
    display: block;
    background: #fff;
    transform: rotateY(0deg);
    -webkit-transform: rotate(0deg);
    transition: all 0.45s ease;
    transform-origin: center;
    opacity: 1;
}

header.show .trigger-btn span:first-child {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 14%;
    -webkit-animation: none;
    transform: rotate(45deg);
    transform-origin: 14%;
    animation: none;
}

header.show .trigger-btn span:nth-child(2) {
    opacity: 0;
    -webkit-animation: none;
    animation: none;
}

header.show .trigger-btn span:last-child {
    -webkit-transform: translate3d(0px, 2px, 0) rotate(-45deg);
    -webkit-transform-origin: 14%;
    -webkit-animation: none;
    transform: rotate(-45deg);
    transform-origin: 14%;
    animation: none;
}

/* ========== TOP SECTION ====== */
.top_section {
    position: relative;
    padding: 40px 0;
    margin-bottom: 60px;
}

.top_section .deco-left,
.top_section .deco-right {
    position: absolute;
    height: 100%;
}

.top_section .deco-left {
    left: 0;
}

.top_section .deco-right {
    right: 0;
    bottom: -100px;
}

.top_section .video-wrapper {
    height: 70vh;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.top_section .video {
    width: 100%;
    position: relative;
}

.top_section .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) {

    .top_section .deco-left,
    .top_section .deco-right {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .top_section {
        margin-bottom: 0;
    }
}

.banner_section {
    position: relative;
    background-color: #000;
}

.banner_section .header-graph {
    position: relative;
    min-height: auto;
    background-repeat: no-repeat;
    background-position-x: right;
    padding: 40px 30px 0 50px;
    height: 100%;
    display: block;
    z-index: 2;
}

.banner_section .header-graph .new-headline {
    position: relative;
    padding-top: 15vh;
    z-index: 2;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    text-shadow: 1px 0px 9px #000;
}

.banner_section .header-graph .second-headline {
    position: relative;
    padding-top: 10vh;
    z-index: 2;
    font-size: 25px;
    line-height: 35px;
}

.banner_section .header-graph .second-headline strong {
    font-weight: 700;
}

.banner_section .header-info {
    position: relative;
    width: 100%;
    display: block;
}

.banner_section .header-info .header-text {
    z-index: 2;
    margin-top: 100px;
    font-size: 19px;
    padding: 100px 0;
    position: relative;
    font-weight: 300;
}

.banner_section .header-info .header-text span {
    width: 60%;
    margin: 0 auto;
    display: block;
}

@media (max-width: 480px) {
    .banner_section .header-info .header-text {
        margin-top: 0;
        padding-top: 30px;
    }
}

.banner_section .header-info .round-yellow {
    position: absolute;
    z-index: 1;
    left: 5%;
    top: 20%;
    display: inline-block;
}

.banner_section .header-info .round-red {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 5%;
    display: inline-block;
}

.banner_section .header-info .glitch-right {
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 1;
}

.banner_section .pmb-logo {
    position: absolute;
    top: 50px;
    right: 20px;
    text-align: center;
    z-index: 20;
}

.banner_section .deco-lines {
    position: absolute;
    width: 66px;
    right: 0;
    top: 200px;
}

@media screen and (max-width: 1024px) {
    .banner_section {
        /*        background-size: contain;
            background-position: 0 0;*/
    }

    .banner_section .pmb-logo {
        top: 0;
        right: 0;
        background: #fff;
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .banner_section {
        /*        height:50vh;
            background-position: center center;*/
    }
}

/* ========== CREATIVITY SECTION ========================== */
.creativity-section {
    position: relative;
    padding: 100px 0 200px 0;
    z-index: 10000;
    height: 90vh;
    display: flex;
    align-items: center;
}

.creativity-section .creativity-left {
    position: absolute;
    z-index: 100;
}

.creativity-section .creativity-left {
    left: 0;
    top: -70px;
    width: 45%;
}

.creativity-section .creativity-content {
    justify-content: space-between;
    align-items: center;
}

.creativity-section .creativity-content .headline {
    color: #fff;
}

.creativity-section .creativity-content .left,
.creativity-section .creativity-content .right {
    width: 50%;
}

.creativity-section .creativity-content .left {
    z-index: 100;
}

.creativity-section .creativity-content .right {
    color: #331e5f;
}

@media screen and (max-width: 1550px) {
    .creativity-section.about .creativity-left {
        top: -25px;
    }

    .creativity-section.about h2 {
        font-size: 80px;
        transform: translateX(24%);
        width: 60%;
    }
}

@media screen and (max-width: 1366px) {
    .creativity-section.about {
        height: auto;
        padding: 80px 0 20px 0;
    }

    .creativity-section.about .creativity-left {
        top: -30px;
        width: 44%;
    }

    .creativity-section.about h2 {
        font-size: 58px;
        transform: translateX(30%);
        width: 60%;
    }

    .creativity-section.about p {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 24px 0;
    }
}

@media screen and (max-width: 1200px) {
    .creativity-section.about .creativity-left {
        top: -25px;
        width: 46%;
    }
}

@media screen and (max-width: 1100px) {
    .creativity-section.about .creativity-left {
        top: 13px;
        width: 46%;
    }
}

@media screen and (max-width: 1024px) {
    .creativity-section {
        padding: 50px 0;
        margin-bottom: 30px;
        display: inherit;
        height: auto;
    }

    .creativity-section .creativity-left {
        display: none;
    }

    .creativity-section .creativity-content {
        align-items: flex-start;
    }

    .creativity-section .creativity-content .headline {
        color: #4550a8;
    }

    .creativity-section.about {
        padding: 20px 0 20px 0;
    }

    .creativity-section.about h2 {
        transform: none;
        width: 100%;
    }

    .creativity-section.about p {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width: 768px) {
    .creativity-section .creativity-content {
        flex-direction: column;
    }

    .creativity-section .creativity-content .left,
    .creativity-section .creativity-content .right {
        width: 100%;
    }

    .creativity-section .creativity-content .right {
        margin-top: 20px;
    }

    .creativity-section .creativity-content .headline {
        color: #fff;
    }

    .creativity-section .creativity-title {
        position: relative;
        color: #fff;
    }

    .creativity-section .creativity-title br {
        display: none;
    }

    .creativity-section .creativity-title::after {
        content: "";
        position: absolute;
        left: -10000%;
        right: -10000%;
        top: -10px;
        bottom: -10px;
        background: #4550a8;
        z-index: -1;
    }
}

/* ========== SPEAKERS SECTION ========================== */
section.spk {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    section.spk {
        margin-top: 0;
        padding-bottom: 0;
    }
}

section.spk .spk-head {
    position: relative;
    display: inline-block;
    margin-top: 75px;
    min-height: 220px;
}

@media (max-width: 768px) {
    section.spk .spk-head {
        margin-top: 0px;
        min-height: auto;
    }
}

section.spk .spk-head .spk-head-img {
    position: absolute;
    left: 0;
    top: -50px;
    z-index: 1;
    height: 100%;
}

@media (max-width: 768px) {
    section.spk .spk-head .spk-head-img {
        top: 0;
    }
}

section.spk .spk-head .spk-headline {
    position: relative;
    z-index: 2;
    font-size: 37px;
    line-height: 1.2;
    text-transform: uppercase;
    padding-left: 30px;
}

section.spk .spk-bg {
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
}

section.spk .spk-bg img {
    float: right;
}

@media (max-width: 480px) {
    section.spk .spk-bg {
        display: none;
    }
}

section.spk .spk-row {
    margin-top: 0px;
}

section.spk .spk-row .spk-person {
    margin-bottom: 40px;
    text-align: center;
}

section.spk .spk-row .spk-person .box-image {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: 200px;
}

section.spk .spk-row .spk-person .box-image img {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

section.spk .spk-row .spk-person .box-image:hover img,
section.spk .spk-row .spk-person .box-image:active img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transform: scale(1.2);
}

section.spk .spk-row .spk-person .box-title {
    position: relative;
    margin-top: -30px;
    z-index: 2;
    border-radius: 50px;
    display: inline-block;
    width: 100%;
    padding: 20px 15px;
    text-transform: uppercase;
    line-height: 1.1;
}

section.spk .spk-row .spk-person .box-title small {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: 400;
}

section.spk .spk-row .spk-person .box-title.gradient-1 {
    background: rgb(109, 18, 246);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(109, 18, 246)), color-stop(23%, rgb(102, 42, 230)), color-stop(87%, rgb(82, 76, 208)), color-stop(100%, rgb(82, 76, 208)));
    background: linear-gradient(to right, rgb(109, 18, 246) 0%, rgb(102, 42, 230) 23%, rgb(82, 76, 208) 87%, rgb(82, 76, 208) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6d12f6", endColorstr="#524cd0", GradientType=1);
}

section.spk .spk-row .spk-person .box-title.gradient-2 {
    background: rgb(81, 81, 205);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(81, 81, 205)), color-stop(40%, rgb(65, 117, 181)), color-stop(91%, rgb(54, 150, 155)), color-stop(100%, rgb(54, 150, 155)));
    background: linear-gradient(to right, rgb(81, 81, 205) 0%, rgb(65, 117, 181) 40%, rgb(54, 150, 155) 91%, rgb(54, 150, 155) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5151cd", endColorstr="#36969b", GradientType=1);
}

section.spk .spk-row .spk-person .box-title.gradient-3 {
    background: rgb(52, 156, 151);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(52, 156, 151)), color-stop(52%, rgb(53, 177, 127)), color-stop(91%, rgb(65, 188, 106)), color-stop(100%, rgb(65, 188, 106)));
    background: linear-gradient(to right, rgb(52, 156, 151) 0%, rgb(53, 177, 127) 52%, rgb(65, 188, 106) 91%, rgb(65, 188, 106) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#349c97", endColorstr="#41bc6a", GradientType=1);
}

section.spk .spk-row .spk-person .box-title.gradient-4 {
    background: rgb(68, 190, 100);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(68, 190, 100)), color-stop(42%, rgb(90, 195, 76)), color-stop(91%, rgb(115, 197, 52)), color-stop(100%, rgb(115, 197, 52)));
    background: linear-gradient(to right, rgb(68, 190, 100) 0%, rgb(90, 195, 76) 42%, rgb(115, 197, 52) 91%, rgb(115, 197, 52) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#44be64", endColorstr="#73c534", GradientType=1);
}

section.spk .spk-row .spk-person .box-title.gradient-5 {
    background: rgb(120, 197, 48);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(120, 197, 48)), color-stop(50%, rgb(143, 197, 27)), color-stop(91%, rgb(163, 197, 11)), color-stop(100%, rgb(163, 197, 11)));
    background: linear-gradient(to right, rgb(120, 197, 48) 0%, rgb(143, 197, 27) 50%, rgb(163, 197, 11) 91%, rgb(163, 197, 11) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#78c530", endColorstr="#a3c50b", GradientType=1);
}

section.spk .spk-row .spk-person .box-title.gradient-purple-1 {
    background: #6e15f4;
    background: -webkit-gradient(left top, right top, color-stop(0%, #6e15f4), color-stop(23%, #642be6), color-stop(87%, #5549d2), color-stop(100%, #5549d2));
    background: linear-gradient(to right, #6e15f4 0%, #642be6 23%, #5549d2 87%, #5549d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6d12f6", endColorstr="#524cd0", GradientType=1);
}

section.spk .spk-row .spk-person .box-title.gradient-purple-2 {
    background: #663ec6;
    background: -webkit-gradient(left top, right top, color-stop(0%, #663ec6), color-stop(40%, #713abf), color-stop(91%, #8533b2), color-stop(100%, #8533b2));
    background: linear-gradient(to right, #663ec6 0%, #713abf 40%, #8533b2 91%, #8533b2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5151cd", endColorstr="#36969b", GradientType=1);
}

section.spk .spk-row .spk-person .box-title.gradient-purple-3 {
    background: #8a31af;
    background: -webkit-gradient(left top, right top, color-stop(0%, #8a31af), color-stop(52%, #9b2aa4), color-stop(91%, #ab249a), color-stop(100%, #ab249a));
    background: linear-gradient(to right, #8a31af 0%, #9b2aa4 52%, #ab249a 91%, #ab249a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#349c97", endColorstr="#41bc6a", GradientType=1);
}

section.spk .spk-row .spk-person .box-title.gradient-purple-4 {
    background: #aa249b;
    background: -webkit-gradient(left top, right top, color-stop(0%, #aa249b), color-stop(42%, #b42195), color-stop(91%, #be1d8e), color-stop(100%, #be1d8e));
    background: linear-gradient(to right, #aa249b 0%, #b42195 42%, #be1d8e 91%, #be1d8e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#44be64", endColorstr="#73c534", GradientType=1);
}

section.spk .spk-row .spk-person .box-title.gradient-purple-5 {
    background: #d31581;
    background: -webkit-gradient(left top, right top, color-stop(0%, #d31581), color-stop(42%, #de107a), color-stop(91%, #e90c73), color-stop(100%, #e90c73));
    background: linear-gradient(to right, #d31581 0%, #de107a 42%, #e90c73 91%, #e90c73 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#44be64", endColorstr="#73c534", GradientType=1);
}

section.spk .spk-row .spk-person .box-btn {
    display: inline-block;
    background: linear-gradient(to right, #82c824 0%, #00db8e 30%, #009dc4 100%) !important;
    color: #fff;
    padding: 5px 30px;
    font-size: 18px;
    border-radius: 50px;
}

section.spk .spk-row .spk-person .box-btn:hover,
section.spk .spk-row .spk-person .box-btn:active {
    background: #e10777;
    color: #fff;
}

section.spk .spk-row .spk-person[data-speaker="1304"]:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 85px;
    height: 85px;
    background: url("../images/star-speaker.png") 0 0 no-repeat;
    background-size: contain;
}

.rounded-slot {
    text-align: center;
    color: #FFF;
    font-size: 18px;
    padding: 20px 15px;
    text-transform: uppercase;
    line-height: 1.1;
    position: relative;
    z-index: 2;
    margin-top: -30px;
    margin-bottom: 20px;
    border-radius: 50px;
    background: #7500f9;
    background: linear-gradient(to right, #82c824 0%, #00db8e 30%, #009dc4 100%) !important;
}

.rounded-slot small {
    font-size: 12px;
}

.btn-get-ticket {
    background: #fcf02b;
    font-family: "Source Sans Pro";
    font-size: 21px;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
}

.btn-default-simple {
    background: #fff;
    font-family: "Source Sans Pro";
    font-size: 21px;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
}

.color-pink {
    color: #eb4af5;
}

.color-orange {
    color: #ff7724;
}

.color-violet {
    color: #e10777;
}

.color-green {
    color: #a3c60a;
}

.color-purple {
    color: #7f35b6;
}

.color-fuchsia {
    color: #d00551;
}

.text-uppercase {
    text-transform: uppercase;
}

.tick {
    position: relative;
    display: block;
    width: 100%;
}

.tick .tick-header {
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 80px;
}

.tick .tick-header .tick-heading {
    display: inline-block;
    border-radius: 80px;
    font-size: 62px;
    line-height: 40px;
    padding: 55px 150px;
    z-index: 2;
}

.tick .tick-header .tick-gradient {
    background: rgb(134, 0, 158);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(134, 0, 158)), color-stop(31%, rgb(186, 0, 143)), color-stop(57%, rgb(233, 25, 105)), color-stop(100%, rgb(255, 113, 37)));
    background: linear-gradient(to right, rgb(134, 0, 158) 0%, rgb(186, 0, 143) 31%, rgb(233, 25, 105) 57%, rgb(255, 113, 37) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#86009e", endColorstr="#ff7125", GradientType=1);
}

.tick .ticket_glitch_1 {
    position: absolute;
    z-index: 1;
    top: 20%;
    left: 3%;
}

.tick .ticket_glitch_2 {
    position: absolute;
    z-index: 1;
    top: 40%;
    right: 0;
}

.tick .ticket_glitch_3 {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 25%;
}

.tick .tick-contact {
    margin-bottom: 50px;
    text-align: center;
    margin: 0 auto 100px auto;
    display: block;
}

.tick .tickets_container {
    margin: 100px auto;
}

.tick .tickets_container .group-ticket {
    font-size: 30px;
}

.tick .tickets_container .tickets-wrap {
    border-right: 1px dashed #5d5d5d;
}

.tick .tickets_container .tickets-wrap:last-child {
    border: 0;
}

.tick .tickets_container .tickets-wrap .ticket {
    margin-top: 50px;
    margin-bottom: 50px;
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    float: none;
}

.tick .tickets_container .tickets-wrap .ticket h4 {
    margin-bottom: 40px;
    font-size: 22px;
}

.tick .tickets_container .tickets-wrap .ticket .ticket-title {
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 30px;
}

.tick .tickets_container .tickets-wrap .ticket .price,
.tick .tickets_container .tickets-wrap .ticket .old_price {
    font-family: "MMCruella400", "Source Sans Pro", sans-serif;
    font-weight: 300;
}

.tick .tickets_container .tickets-wrap .ticket .price {
    text-align: center;
}

.tick .tickets_container .tickets-wrap .ticket .old_price {
    display: block;
    width: 50%;
    float: left;
    position: relative;
    padding: 0;
    text-align: center;
}

.tick .tickets_container .tickets-wrap .ticket .old_price .stroke_img {
    position: absolute;
    width: 100%;
    top: 0px;
}

.tick .tickets_container .tickets-wrap .ticket .old_price .price_number {
    font-size: 30px;
}

.tick .tickets_container .tickets-wrap .ticket .old_price .price_currency {
    font-size: 12px;
    line-height: 12px;
}

.tick .tickets_container .tickets-wrap .ticket .price_number {
    font-size: 50px;
}

.tick .tickets_container .tickets-wrap .ticket .price_currency {
    line-height: 20px;
}

.tick .tickets_container .tickets-wrap .ticket .ticket-desc {
    display: block;
    width: 100%;
    clear: both;
    padding: 20px 0;
}

.tick .tickets_container .tickets-wrap .ticket a.ticket_buy {
    position: relative;
    z-index: 1;
    background: #fff;
    color: #000;
    border-radius: 50px;
    padding: 10px 25px;
    display: inline-block;
}

.tick .tickets_container .tickets-wrap .ticket a.ticket_buy:hover,
.tick .tickets_container .tickets-wrap .ticket a.ticket_buy:active {
    background: linear-gradient(to right, #6041ca 0%, #6a3dc3 31%, #942da8 57%, #d6137f 100%);
    color: #fff;
}

.trigger-btn span {
    box-shadow: -1px 3px 18px 0px rgba(0, 0, 0, 0.75);
}

.speakers {
    position: relative;
    background: #000;
    padding: 100px 0 150px 0;
    z-index: 50;
    overflow: visible;
}

.speakers .deco-right {
    position: absolute;
    right: 0;
    bottom: -4px;
}

.speakers .speakers-list {
    z-index: 10;
    position: relative;
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
}

.speakers .speakers-list .item {
    max-width: 16.666%;
    padding: 10px;
}

.speakers-container {
    align-items: center;
}

.speaker_description {
    font-size: 19px;
    line-height: 23px;
}

.speakers_left_bullets {
    position: absolute;
    left: -100%;
    top: -25%;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    z-index: 20;
}

.div_for_bullets {
    position: relative;
    padding: 50px 0;
}

.div_for_bullets:after {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    bottom: 0;
    right: 0px;
    background: #331e5f;
    z-index: 15;
}

.speakers_text_mini_bullets {
    position: absolute;
    left: 25%;
    top: 19%;
    z-index: 20;
}

.slick-slide {
    outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    height: 100%;
}

.slick-dots {
    text-align: center;
    padding: 0;
}

.slider_nav ul {
    margin-top: 60px;
    margin-bottom: -80px;
}

.slider_nav ul li {
    display: inline-block;
    padding: 0 5px;
}

.slider_nav ul li button {
    text-indent: -9999px;
    width: 10px;
    height: 12px;
    background: #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    outline: none;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
    -webkit-appearance: none;
}

.slider_nav ul li.slick-active button {
    background: #ffc200;
}

.slider_nav ul li button:hover {
    background: #ffc200;
}

.big_slider_item {
    margin: 0 50px;
}

.slider_arrows button {
    border: none;
    outline: none;
    background: #dd0a0a;
    transition: 0.35s ease;
    z-index: 30;
}

.slider_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.slider_arrow::after {
    font-family: FontAwesome;
    font-size: 20px;
    color: #ffc200;
    padding: 7px 4px;
    display: block;
    cursor: pointer;
    transition: 0.35s ease;
}

.slider_left_arrow {
    left: -7%;
}

.slider_left_arrow::after {
    content: "\f177";
}

.slider_right_arrow {
    right: 14%;
}

.slider_right_arrow::after {
    content: "\f178";
}

.speakers_slide_bullets {
    position: absolute;
    transform: scale(0.85);
    right: -19%;
    top: 35%;
}

.speakers_slide_bullets img {
    max-width: 90%;
}

.speakers_left {
    width: 35%;
    float: left;
    position: relative;
}

.speakers_right {
    width: 65%;
    float: left;
    position: relative;
    padding-right: 60px;
}

.speakers_slider {
    z-index: 1;
}

.speakers_slider .slick-slide {
    outline: none;
    height: inherit;
}

.speakers_slider:after {
    content: "";
    display: block;
    clear: both;
}

.slider_item {
    width: 100%;
    max-width: 244px;
    position: relative;
}

.slick-slide a,
.slick-current a,
.slick-active a,
.slick-slide,
.slick-current,
.slick-active {
    outline: none;
}

.speakers .slick-slide:nth-child(3n-5) {
    margin-left: 50px;
}

.speakers .slick-slide:nth-child(3n) {
    margin-right: 50px;
}

.speakers .slider_item_inner {
    overflow: hidden;
    padding: 0 2px;
}

.speakers .slider_item_inner.hp-item {
    padding: 0;
}

.speakers .slick-slide:nth-child(3n):after {
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 50px;
    margin-left: 50px;
    float: left;
}

@media all and (max-width: 1024px) {

    .speakers .slick-slide:nth-child(3n),
    .speakers .slick-slide:nth-child(3n-5) {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .speakers {
        padding: 20px 0 100px 0;
    }

    .speakers .deco-right {
        width: 50%;
    }

    .speakers-container {
        flex-direction: column;
    }

    .speakers_left,
    .speakers_right {
        width: 100%;
    }

    .speakers_right {
        padding-right: 0;
    }

    .speakers_left {
        margin-bottom: 20px;
    }

    .speakers_left br {
        display: none;
    }

    .speakers_slider {
        margin-left: auto;
        margin-right: auto;
    }
}

/* ========== TICKETS SECTION ================= */
.tickets {
    position: relative;
    background: #ffc200;
}

.tickets .deco-top,
.tickets .deco-bottom {
    position: absolute;
    right: 0;
}

.tickets .deco-top {
    top: -100px;
    z-index: 1000;
}

.tickets .deco-bottom {
    bottom: -4px;
}

.tickets .container-flex {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
}

.tickets_top {
    position: relative;
    overflow: hidden;
}

.tickets_top:after {
    content: "";
    position: absolute;
    background: #ffc200;
    left: -10000%;
    right: -10000%;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.tickets_wrapper {
    position: relative;
    z-index: 20;
    /*    padding: 15px 0;*/
    color: #dd0a0a;
}

.tickets_left_dots {
    position: absolute;
    z-index: 20;
    left: -23.5%;
    transform: rotate(90deg);
    top: 90px;
}

.tickets_left_dots img {
    width: 55%;
}

.tickets_middle_dots {
    position: absolute;
    z-index: 20;
    right: 25%;
    top: -50px;
    width: 300px;
}

.tickets_shop {
    position: relative;
    padding-top: 0px;
    padding-bottom: 50px;
    z-index: 20;
}

.tickets_shop {
    margin: 0 auto;
    width: 100%;
    /*    max-width: 1200px;*/
    max-width: 800px;
}

.tickets-category {
    position: absolute;
    width: 100%;
    left: -17%;
    padding: 10px 0;
}

.tickets-category::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 4000px;
    left: -2000px;
    top: 0;
}

@media screen and (max-width: 1120px) {
    .tickets-category {
        position: relative;
        left: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .tickets-category br {
        display: none;
    }

    .tickets-category::before {
        content: "";
        background-color: rgba(255, 255, 255, 0.5);
        height: 100%;
        position: absolute;
        z-index: -1;
        width: 4000px;
        left: -2000px;
        top: 0;
    }
}

.ticket_shop_wrapper {
    margin-left: -25px;
    margin-right: -25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

.ticket_item {
    width: 50%;
    display: flex;
    vertical-align: top;
    text-align: left;
}

.ticket_top {
    background: #4550a8;
    padding: 20px;
    text-align: center;
    min-height: 120px;
}

@media screen and (max-width: 575px) {
    .ticket_top {
        min-height: initial;
    }
}

.ticket_inner {
    padding: 0 25px;
    display: flex;
    flex-direction: column;
}

.ticket_title {
    font-family: "AllerDisplay";
    font-size: 34px;
    line-height: normal;
    color: #ffc200;
}

.ticket_membership {
    font-family: "AllerDisplay";
    font-size: 24px;
    line-height: normal;
    color: #ffc200;
}

.ticket_bottom {
    position: relative;
    background: #fff;
    padding: 20px 40px;
    height: 100%;
}

.ticket_bottom:before {
    content: "";
    position: absolute;
    background: url("../images/double_blue_lines.png") no-repeat center center;
    background-size: contain;
    max-width: 60px;
    max-height: 50px;
    width: 100%;
    height: 100%;
    right: -10%;
    top: 60%;
    transform: scaleY(-1);
}

.ticket_shop_wrapper .ticket_item:first-child .ticket_bottom:before {
    max-width: 70px;
    max-height: 60px;
    top: 50%;
    transform: none;
}

.ticket_bottom:after {
    content: "";
    position: absolute;
    background: url("../images/double_lines_orange.png") no-repeat center center;
    background-size: contain;
    max-width: 90px;
    max-height: 85px;
    width: 100%;
    height: 100%;
    left: -18%;
    top: 2%;
}

.ticket_price {
    position: relative;
    z-index: 10;
    display: block;
    overflow: hidden;
    border-bottom: 2px solid #331e5f;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.ticket_discount-price,
.ticket_full-price {
    display: block;
    float: left;
    width: 50%;
    position: relative;
}

.ticket_discount-price span,
.ticket_full-price span {
    font-family: "AllerDisplay";
    font-size: 50px;
    line-height: normal;
    color: #331e5f;
}

.ticket_price sup {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: -10%;
    font-family: "AllerDisplay";
    font-size: 18px;
    line-height: normal;
    color: #331e5f;
    max-width: 50%;
}

.ticket_full-price:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-16deg);
    -webkit-transform: translateY(-50%) rotate(-16deg);
    transform-origin: 50%;
    height: 6px;
    background: #fd0362;
}

.ticket_count {
    font-family: "AllerDisplay";
    font-size: 23px;
    color: #331e5f;
    line-height: normal;
    margin-bottom: 15px;
}

.ticket_description p {
    color: #fd0362;
    font-size: 18px;
}

.ticket_without_discount .ticket_discount-price {
    width: 100%;
    text-align: center;
}

.ticket_without_discount.ticket_price sup {
    width: 50px;
    position: relative;
    display: inline-block;
    transform: none;
    right: auto;
    left: auto;
}

.ticket_without_discount .ticket_full-price:after {
    left: 30%;
    right: 30%;
}

.ticket_description {
    min-height: 90px;
}

.hidden_tickets {
    display: none;
    background: #f3f6f8;
    text-align: center;
}

.hidden_tickets iframe {
    margin: 0 auto;
}

.hidden_tickets {
    min-height: 780px;
    padding: 30px 0;
}

.tickets_disclaimer {
    padding: 20px 0;
}

.tickets_disclaimer ul,
.tickets_disclaimer ol {
    margin: 0;
    padding: 0;
}

.tickets_disclaimer p {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 10px 0;
    text-align: left;
}

.tickets_disclaimer h3 {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
}

.tickets_disclaimer .location-info {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.tickets_disclaimer .location-info img {
    width: 130px;
    height: auto;
    margin-left: 20px;
    margin-bottom: -10px;
}

.tickets_disclaimer .location-info span {
    font-weight: bold;
}

.tickets_disclaimer .event-info {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 1025px) and (max-width: 1539px) {
    .ticket_price sup {
        max-width: 35%;
    }
}

@media screen and (max-width: 1024px) {
    .ticket_item {
        width: 49%;
    }

    .ticket_title {
        font-size: 26px;
    }

    .ticket_membership {
        font-size: 17px;
    }

    .ticket_description {
        min-height: 140px;
    }

    .ticket_discount-price span,
    .ticket_full-price span {
        font-size: 36px;
    }

    .ticket_price sup {
        right: 6%;
    }

    .btn-default {
        padding: 10px 35px;
        font-size: 17px;
    }

    .tickets_middle_dots {
        display: none;
    }

    .tickets .deco-top,
    .tickets .deco-bottom {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .ticket_item {
        width: 49%;
        text-align: left;
        margin-bottom: 50px;
    }

    .ticket_description {
        min-height: 1px;
    }

    .ticket_description p {
        font-size: 16px;
    }

    .ticket_count {
        font-size: 18px;
    }

    .ticket_bottom:before {
        max-width: 50px;
        max-height: 40px;
        right: -10%;
        top: 60%;
    }

    .ticket_bottom:after {
        max-width: 50px;
        max-height: 45px;
        left: -10%;
        top: 6%;
    }

    .ticket_inner {
        padding: 0 15px;
        width: 100%;
    }

    .tickets_shop {
        text-align: center;
        padding-top: 0;
    }

    .hidden_tickets {
        min-height: 800px;
    }

    .ticket_description {
        margin-top: 20px;
    }

    .ticket_price {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 575px) {
    .ticket_bottom {
        padding: 20px;
    }

    .ticket_item {
        width: 100%;
    }

    .ticket_description {
        text-align: center;
    }

    .tickets_top h3 {
        max-width: 200px;
    }

    .ticket_price sup {
        right: 20%;
        font-size: 13px;
    }

    .ticket_price {
        max-width: 95%;
        margin: 0 auto;
    }
}

@media all and (max-width: 375px) {
    .footer_right a {
        white-space: nowrap;
    }

    .ticket_price sup {
        right: 14%;
        font-size: 13px;
    }
}

section.sponsors {
    background: #fff;
    position: relative;
    display: block;
    width: 100%;
    padding: 50px;
    text-align: center;
}

section.sponsors .sponsor_headline {
    margin-top: 40px;
    font-size: 62px;
    line-height: 70px;
    width: 100%;
    margin-bottom: 50px;
}

section.sponsors .presenting span {
    width: 100%;
    padding: 20px 0;
    display: inline-block;
}

section.sponsors .presenting img {
    margin: 0 auto;
    display: inline-block;
}

section.sponsors .gold {
    text-align: center;
}

section.sponsors .gold img {
    max-height: 90px;
    display: inline-block;
}

section.sponsors .partners {
    text-align: center;
}

section.sponsors .partners img {
    max-height: 90px;
    display: inline-block;
    margin-bottom: 25px;
}

section.sponsors .gold-media img,
section.sponsors .gold-media-partners img,
section.sponsors .gold-partners img {
    display: inline-block;
    margin-bottom: 25px;
}

section.sponsors .media-partners {
    text-align: center;
}

section.sponsors .media-partners img {
    display: inline-block;
    margin-bottom: 25px;
}

section.sponsors .supporting-partners {
    text-align: center;
}

section.sponsors .supporting-partners img {
    display: inline-block;
    margin-bottom: 25px;
}

section.sponsors .sponsor_subheadline {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    display: block;
    margin: 70px 0 50px 0;
}

section.sponsors .sponsor_subheadline::after {
    content: "*";
    display: inline-block;
    width: 40px;
    background: #e10777;
    height: 6px;
    position: absolute;
    bottom: 0;
    right: 49%;
    font-size: 1px;
    border-radius: 50px;
}

/* ========== FOOTER ========================== */
footer {
    padding: 70px 0;
    background: #000;
    overflow: visible;
    position: relative;
    text-align: center;
}

footer .footer_left_glitch {
    position: absolute;
    left: 6%;
    top: 30%;
    display: inline-block;
    z-index: 1;
    opacity: 0.18;
    display: none;
}

footer .footer_right_glitch {
    position: absolute;
    right: 6%;
    bottom: 10%;
    display: inline-block;
    z-index: 1;
    opacity: 0.18;
    display: none;
}

@media screen and (max-width: 575px) {
    footer .footer_right_glitch {
        right: -36%;
    }
}

footer .footer_top_glitch {
    position: absolute;
    right: 20%;
    top: 10%;
    display: inline-block;
    z-index: 1;
    display: none;
}

footer .z_index_2 {
    z-index: 2;
}

footer .footer-headline {
    margin-bottom: 40px;
    font-size: 62px;
    line-height: 70px;
}

footer .socials_contact .contact-mail {
    font-size: 26px;
    color: #a3c60a;
    border-bottom: 1px solid #a3c60a;
    padding-bottom: 5px;
}

footer .socials_contact .contact-mail--purple {
    border-bottom: 1px solid #6b2381;
}

footer .socials_contact .contact-mail--fuchsia {
    border-bottom: 1px solid #d00551;
}

footer .socials_contact .socials {
    display: block;
    padding-top: 40px;
}

footer .socials_contact .socials a {
    padding: 0 5px;
    display: inline-block;
}

footer .socials_contact .socials a img {
    width: 50px;
}

footer .footer_nav {
    color: #a9a9a9;
    display: block;
    padding-top: 30px;
}

footer .footer_nav a {
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
}

footer .footer_nav a:hover,
footer .footer_nav a:active {
    color: #a3c60a;
}

footer .footer-content {
    align-items: center;
}

footer .footer-content .footer_left {
    width: 70%;
}

footer .footer-content .footer_right {
    width: 30%;
}

footer .footer-content .footer_right a {
    font-family: "ProximaNova-Regular";
    display: inline-block;
    color: #ffc200;
    font-size: 18px;
    position: relative;
    margin: 5px;
}

footer .footer-content .footer_right a:first-child {
    display: block;
}

footer .footer-content .footer_right a.mail:before,
footer .footer-content .footer_right a.facebook:before,
footer .footer-content .footer_right a.messenger:before {
    font-size: 22px;
    font-family: FontAwesome;
    color: #4550a8;
    background: #ffc200;
    padding: 4px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 5px;
}

footer .footer-content .footer_right a.mail:before {
    content: "\f0e0";
}

footer .footer-content .footer_right a.facebook:before {
    content: "\f09a";
}

footer .footer-content .footer_right a.messenger:before {
    content: "\f086";
}

.footer_right_lines,
.footer_bottom_lines {
    position: absolute;
    z-index: 20;
}

.footer_right_lines img,
.footer_bottom_lines img {
    max-width: 80%;
}

.footer_right_lines {
    right: 60px;
    top: -43px;
}

.footer_bottom_lines {
    right: 200px;
    bottom: -30px;
}

@media screen and (max-width: 1024px) {
    footer .footer-content {
        flex-direction: column;
    }

    footer .footer-content .footer_left,
    footer .footer-content .footer_right {
        width: 100%;
    }
}

@media all and (max-width: 1700px) {
    .speakers_left_bullets {
        left: -85%;
    }
}

@media all and (max-width: 1530px) {
    .top_right_middle {
        right: -190px;
    }

    .middle_left_bullets {
        left: -60%;
    }

    .middle_left_bullets img {
        width: 80%;
    }
}

@media all and (max-width: 1500px) {
    .slider_right_arrow {
        right: 0%;
    }

    .slider_item {
        max-width: 100%;
        width: auto;
    }

    .speakers .slick-slide:nth-child(3n),
    .speakers .slick-slide:nth-child(3n-5) {
        margin: 0;
    }
}

@media all and (max-width: 1470px) {
    .speakers_text_mini_bullets {
        left: 31%;
    }

    .middle_right_bullets {
        display: none;
    }
}

@media all and (max-width: 1300px) {
    .tickets_middle_dots {
        right: 15%;
    }
}

@media all and (min-width: 1025px) and (max-width: 1380px) {

    .ticket_discount-price span,
    .ticket_full-price span {
        font-size: 46px;
    }

    .speakers_text_mini_bullets img {
        max-width: 80%;
    }

    .speakers_text_mini_bullets {
        left: 37%;
        top: 21%;
    }

    .footer_left {
        max-width: 55%;
    }
}

@media all and (min-width: 1025px) and (max-width: 1521px) {
    .speakers_text_mini_bullets {
        left: 31%;
        top: 27;
    }

    .speakers_text_mini_bullets img {
        max-width: 70%;
    }

    .ticket_title {
        font-size: 29px;
    }

    .ticket_membership {
        font-size: 20px;
    }

    .ticket_discount-price span,
    .ticket_full-price span {
        font-size: 36px;
    }

    .ticket_price sup {
        right: 30px;
    }

    .ticket_count {
        font-size: 21px;
    }

    .btn-default {
        font-size: 20px;
        padding: 8px 30px;
    }
}

@media screen and (max-width: 1024px) {
    .div_for_bullets {
        padding: 0;
    }

    .speakers_text_mini_bullets {
        left: 60%;
        transform: rotate(-30deg);
    }

    .slider_nav {
        position: relative;
        top: 30px;
        bottom: auto;
        padding: 15px 0;
        background: #4550a8;
    }

    .slider_left_arrow {
        left: 0;
        top: 0;
        bottom: 0;
        transform: none;
        -webkit-transform: none;
    }

    .slider_right_arrow {
        right: 0;
        top: 0;
        bottom: 0;
        transform: none;
        -webkit-transform: none;
    }

    .slider_nav ul {
        margin: 5px 0 -5px 0;
    }

    .speaker_name {
        font-size: 20px;
    }

    .speaker_description {
        font-size: 18px;
    }

    .speakers_slide_bullets {
        display: none;
    }

    .slick-slide img {
        width: 100%;
    }
}

@media (max-width: 767px) {

    /* ======= speakers section ===== */
    .speakers_left_bullets {
        left: -220px;
        top: -90px;
    }

    .speaker_description {
        font-size: 14px;
        line-height: 17px;
    }

    .speakers_text_mini_bullets img {
        max-width: 80%;
    }
}

.speakers_page,
.about_page {
    padding: 55px 0;
    position: relative;
    min-height: calc(100vh - 238px);
}

.speakers_page .slider_item,
.about_page .slider_item {
    position: relative;
    width: 25%;
    padding: 10px;
    max-width: none;
}

.speakers_page .slider_item.hp_item,
.about_page .slider_item.hp_item {
    width: 30%;
    overflow: hidden;
    margin: 5px;
    padding: 0;
}

.speakers_page .row,
.about_page .row {
    display: flex;
    flex-wrap: wrap;
}

.speakers_page .slider_item_inner,
.about_page .slider_item_inner {
    height: 450px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.speakers_page .slider_item_inner.hp-item,
.about_page .slider_item_inner.hp-item {
    height: auto;
}

.speakers_page .post-permalink,
.about_page .post-permalink {
    display: block;
}

.about_page {
    padding: 20px 0px;
}

.min-height {
    min-height: calc(100vh - 238px);
}

@media screen and (max-width: 1200px) {
    .speakers_page .slider_item {
        width: 25%;
    }

    .speakers_page .slider_item_inner {
        height: 350px;
    }

    .speakers_page .slider_item_inner.hp-item {
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .speakers_page .slider_item.hp_item {
        width: 46%;
    }
}

@media screen and (max-width: 768px) {
    .speakers_page .slider_item {
        width: 50%;
    }

    .speakers_page .slider_item.hp_item {
        width: 48%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 500px) {
    .speakers_page .slider_item.hp_item {
        width: 90%;
        margin: 0 auto;
    }

    .speakers_page .slider_item.hp_item .slider_item_inner.hp-item {
        height: auto;
    }
}

/*@media screen and (max-width: 600px) {
    .speakers_page {
        .slider_item {
            width: 50%;
        }
    }
}*/
@media screen and (max-width: 500px) {
    .speakers_page .row {
        padding: 0;
    }

    .speakers_page .slider_item {
        width: 100%;
    }
}

/* ======= single page ============= */
#the_speaker {
    padding-top: 110px;
}

.the_speaker {
    position: relative;
    margin-top: 30px;
}

.the_speaker .single-speaker-deco {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 65%;
}

.the_speaker_left {
    width: 45%;
    position: relative;
    padding: 60px 0px 100px 50px;
}

.the_speaker_right {
    width: 55%;
    position: relative;
    padding: 50px 50px 100px 0;
}

.speaker_image_wrapper {
    z-index: 1;
    position: relative;
    background-size: contain;
}

.single_description {
    font-family: "Source Sans Pro";
    font-size: 18px;
    color: #FFF;
    line-height: 30px;
    display: block;
    z-index: 10;
    position: relative;
}

.single_description p {
    font-size: inherit;
}

@media all and (max-width: 1500px) {
    .speaker_image_wrapper {
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .the_speaker .single-speaker-deco {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .single-speaker-container {
        flex-direction: column;
    }

    .the_speaker_left {
        width: 100%;
        padding: 80px 0 50px;
    }

    .the_speaker_right {
        width: 100%;
        padding: 0 0 50px;
    }

    .right.tickets {
        z-index: 1;
    }

    .right.tickets:after {
        content: "";
        position: absolute;
        left: -10000%;
        right: -10000%;
        top: -10px;
        bottom: -10px;
        background: #ffc200;
        z-index: -1;
    }
}

.thank_you {
    padding: 40px 0;
    text-align: center;
}

.thank_you p {
    margin: 0 0 20px 0;
}

.buy_tickets .container-flex {
    justify-content: center;
    padding-bottom: 40px;
}

.basic-page {
    margin-top: 120px;
    padding: 50px 0 80px;
}

.basic-page .post-title {
    font-family: "MMCruella400", "Source Sans Pro", sans-serif;
    color: #FFF;
    text-transform: uppercase;
}

.basic-page .container {
    max-width: 1000px;
}

.basic-page .single_description li {
    margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
    .basic-page {
        padding: 50px 20px 80px;
    }

    .basic-page .container {
        max-width: 100%;
    }
}

.text-center {
    text-align: center;
}

.creativity-content .left,
.creativity-content .right {
    position: relative;
}

.creativity-content .left .absolut-span,
.creativity-content .right .absolut-span {
    position: absolute;
    left: 14%;
    top: 42%;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
}

.bg-yellowish {
    position: absolute;
    color: white;
    top: 0%;
    left: 0%;
    font-size: 6rem;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    height: 100%;
    width: 0%;
    background-color: rgba(255, 194, 0, 0.7);
    text-indent: -15px;
    line-height: 3rem;
    letter-spacing: 10px;
    z-index: -1;
    transition: 0.5s;
}

.bg-yellowish .inner-bg-yellowish {
    transition: 2s;
    transform: translateY(30%);
}

.hp_item a:hover .bg-yellowish {
    z-index: 1;
    width: 100%;
}

.hp_item a:hover .inner-bg-yellowish {
    transform: translateY(70%);
}

.sold-out {
    position: absolute;
    top: 0px;
    right: 120px;
    display: block;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .sold-out {
        top: 0px;
        right: 60px;
    }
}

@media screen and (max-width: 600px) {
    .sold-out {
        top: 0px;
        right: 0px;
        width: 100px;
        height: 100px;
    }
}

.sponsors_bottom .sponsors-box:nth-child(4) {
    display: none !important;
}

/* global utisl*/
.color-yellow {
    color: #ec8500;
}

.color-gray {
    color: #8d8d8d;
}

.color-white {
    color: #fff;
}

.text-center {
    text-align: center;
}

@media (max-width: 575px) {
    header .logo {
        max-width: 100px;
    }

    .banner_section .header-graph .img-header {
        left: -140px;
    }

    .banner_section .header-graph .new-headline {
        padding-top: 66vh;
        font-size: 20px;
        line-height: 30px;
    }

    .banner_section .header-graph .second-headline {
        padding-top: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .banner_section .header-info .header-text {
        text-shadow: 0px 0px 5px #000;
    }

    section.spk {
        padding-bottom: 100px;
    }

    section.spk .spk-head .spk-headline {
        padding-left: 30px;
        font-size: 40px;
    }

    section.spk .spk-head .spk-head-img img {
        max-height: 120px !important;
    }

    section.spk .spk-row {
        margin-top: 20px;
    }

    .tick .tick-header .tick-heading {
        font-size: 40px;
        padding: 30px 50px;
    }

    .tick .tickets_container {
        margin-top: 20px;
    }

    section.sponsors {
        padding: 20px;
    }

    section.sponsors .sponsor_headline {
        font-size: 40px;
        margin-bottom: 0;
    }

    section.sponsors .sponsor_subheadline:first-child {
        margin-top: 0;
    }

    footer .footer-headline {
        font-size: 40px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .banner_section .header-graph .img-header {
        margin-left: -140px;
    }

    .banner_section .header-graph .new-headline {
        padding-top: 60vh;
    }

    .banner_section .header-graph .second-headline {
        padding-top: 20px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .banner_section .header-graph .img-header {
        margin-left: -140px;
    }

    .banner_section .header-graph .new-headline {
        padding-top: 65vh;
    }

    .banner_section .header-graph .second-headline {
        padding-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner_section .header-graph .new-headline {
        padding-top: 60vh;
    }

    .banner_section .header-graph .second-headline {
        padding-top: 20px;
    }
}

/* animation functions */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (print),
(prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        transition: none !important;
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.layer-elypse-circle,
.custom-grads-top .layer .layer-holder.lgroup-top .layer-brick,
.custom-grads-top .layer .layer-holder.lgroup-left .orange-2 {
    width: 92px;
    height: 92px;
}

.custom-grads-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 600px;
    padding: 50px;
}

.custom-grads-top .orange-1 {
    top: 200px;
    left: 100px;
}

.custom-grads-top .layer {
    text-align: right;
    width: 100%;
    height: 100%;
    position: relative;
}

.custom-grads-top .layer .layer-holder {
    position: relative;
    right: 0;
    top: 0;
    padding: 20px;
}

.custom-grads-top .layer .layer-holder.lgroup-left {
    right: 40%;
    top: 50px;
    font-size: 0;
    line-height: 0;
}

@media (min-width: 1200px) {
    .custom-grads-top .layer .layer-holder.lgroup-left {
        right: 35%;
    }
}

.custom-grads-top .layer .layer-holder.lgroup-left .orange-1 {
    width: 145px;
    margin-right: 65px;
}

.custom-grads-top .layer .layer-holder.lgroup-left .orange-3 {
    width: 290px;
    margin-left: 100px;
}

.custom-grads-top .layer .layer-holder.lgroup-left .orange-4 {
    width: 144px;
    margin-right: -100px;
}

.custom-grads-top .layer .layer-holder.lgroup-left .elipse-round-rect {
    margin-right: 20%;
}

@media (max-width: 480px) {
    .custom-grads-top .layer .layer-holder.lgroup-left {
        display: none;
    }
}

.custom-grads-top .layer .layer-holder.lgroup-top {
    font-size: 0;
    line-height: 0;
    top: -70px;
    right: 0;
}

.custom-grads-top .layer .layer-holder.lgroup-top .layer-brick {
    background-color: #e5561e;
    margin-right: 150px;
}

.custom-grads-top .layer .layer-holder.lgroup-top .red-1 {
    width: 144px;
}

.custom-grads-top .layer .layer-holder.lgroup-top .red-2 {
    width: 144px;
}

.custom-grads-top .layer .layer-holder.lgroup-top .red-3 {
    width: 295px;
}

@media (max-width: 480px) {
    .custom-grads-top .layer .layer-holder.lgroup-top {
        display: none;
    }
}

.custom-grads-top .layer .layer-item {
    font-size: 50px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 35px;
    text-align: center;
    min-width: 20px;
    height: 90px;
    line-height: 90px;
    border-radius: 45px;
}

.custom-grads-top .layer .layer-main-text {
    font-size: 0;
    text-align: right;
    color: #FFF;
    top: 100px;
    right: 10%;
}

@media (max-width: 640px) {
    .custom-grads-top .layer .layer-main-text {
        right: 5px;
    }
}

.custom-grads-top .layer .layer-main-text .layer-item {
    background: rgb(208, 187, 0);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(208, 187, 0)), color-stop(51%, rgb(239, 127, 0)), color-stop(100%, rgb(196, 0, 105)));
    background: linear-gradient(to right, rgb(208, 187, 0) 0%, rgb(239, 127, 0) 51%, rgb(196, 0, 105) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0bb00", endColorstr="#c40069", GradientType=1);
}

.custom-grads-top .layer .layer-main-text .red-31 {
    width: 144px;
    margin-right: -144px;
}

.custom-grads-top .layer .layer-main-text .red-32 {
    width: 295px;
}

.custom-grads-top .layer .layer-main-text .red-33 {
    width: 144px;
    margin-right: 70px;
}

@media (max-width: 480px) {
    .custom-grads-top .layer .layer-main-text .red-33 {
        display: none;
    }
}

.custom-grads-top .layer .layer-item.layer-orange {
    background: rgb(208, 187, 0);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(208, 187, 0)), color-stop(51%, rgb(239, 127, 0)), color-stop(100%, rgb(239, 127, 0)));
    background: linear-gradient(to right, rgb(208, 187, 0) 0%, rgb(239, 127, 0) 51%, rgb(239, 127, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0bb00", endColorstr="#ef7f00", GradientType=1);
}

.custom-grads-top .layer .layer-item.layer-red {
    background: rgb(239, 127, 0);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(239, 127, 0)), color-stop(100%, rgb(196, 0, 105)));
    background: linear-gradient(to right, #d8343c 5%, rgb(196, 0, 105) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef7f00", endColorstr="#c40069", GradientType=1);
}

.custom-grads-top .layer .layer-item.layer-yellow {
    background: #dfa900;
    width: 92px;
    height: 92px;
}

.header-graph .main-heading {
    padding: 0 15px;
    font-size: 60px;
    line-height: 1.1;
    color: #FFF;
    text-transform: uppercase;
    position: absolute;
    right: 250px;
    top: 155px;
    z-index: 3;
}

@media (max-width: 640px) {
    .header-graph .main-heading {
        right: 0;
        left: 0;
        font-size: 40px;
    }
}

.page-id-103 .header-graph,
.speakers-template-default .header-graph,
.hosts-template-default .header-graph {
    background-image: url("../images/bg-header-speakers.png");
}

.page-id-103 section.spk .spk-row .spk-person .box-title.gradient-1,
.page-id-103 section.spk .spk-row .spk-person .box-title.gradient-2,
.speakers-template-default section.spk .spk-row .spk-person .box-title.gradient-1,
.speakers-template-default section.spk .spk-row .spk-person .box-title.gradient-2,
.hosts-template-default section.spk .spk-row .spk-person .box-title.gradient-1,
.hosts-template-default section.spk .spk-row .spk-person .box-title.gradient-2 {
    background: #ff4000;
}

.page-id-103 section.spk .spk-row .spk-person .box-title.gradient-3,
.speakers-template-default section.spk .spk-row .spk-person .box-title.gradient-3,
.hosts-template-default section.spk .spk-row .spk-person .box-title.gradient-3 {
    background-image: -ms-linear-gradient(180deg, rgb(92, 0, 33) 0%, rgb(255, 0, 128) 52%, rgb(255, 64, 0) 100%);
}

.page-id-103 section.spk .spk-row .spk-person .box-title.gradient-4,
.speakers-template-default section.spk .spk-row .spk-person .box-title.gradient-4,
.hosts-template-default section.spk .spk-row .spk-person .box-title.gradient-4 {
    background-image: -ms-linear-gradient(180deg, #bc0062 0%, #ff017f 100%);
}

.page-id-103 section.spk .spk-row .spk-person .box-title.gradient-5,
.speakers-template-default section.spk .spk-row .spk-person .box-title.gradient-5,
.hosts-template-default section.spk .spk-row .spk-person .box-title.gradient-5 {
    background-image: -ms-linear-gradient(180deg, #620024 0%, #b4005d 100%);
}

.speakers-template-default .header-graph,
.hosts-template-default .header-graph {
    background-image: url("../images/bg-header-speakers.png");
}

.page-template-about .header-graph {
    background-image: url("../images/bg-header-about_01.jpg");
}

.page-template-tickets .header-graph {
    background-image: url("../images/bg-header-tickets_02.jpg");
}

.page-template-agenda .header-graph {
    background-image: url("../images/bg-header-agenda_02.jpg");
}

@media (max-width: 1560px) {
    .page-template-agenda .banner_section .header-graph .new-headline {
        padding-top: 30vh;
    }
}

#agenda_page .tab-nav {
    display: inline-block;
    padding: 0;
    font-size: 35px;
    font-family: "MMCruella400", "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    border: 1px solid #ff0679;
    border-radius: 40px;
    overflow: hidden;
}

@media (max-width: 640px) {
    #agenda_page .tab-nav {
        font-size: 20px;
    }
}

#agenda_page .tab-nav li.tab-link {
    float: left;
    margin-right: 0px;
    padding: 15px 30px;
    list-style: none;
    background: #000;
    color: white;
    cursor: pointer;
}

@media (max-width: 640px) {
    #agenda_page .tab-nav li.tab-link {
        padding: 10px 10px;
    }
}

#agenda_page .tab-nav li.tab-link.active {
    background: #ff0679;
}

#agenda_page .agenda_holder {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

#agenda_page .agenda_holder .tab-content {
    text-align: left;
}

#agenda_page .tabs .tab {
    display: none;
    font-family: "Source Sans Pro", sans-serif;
}

#agenda_page .tabs .tab.current {
    display: block;
}

#agenda_page .tabs .tab li.entry-content {
    color: #afafaf;
    overflow: hidden;
    margin-bottom: 20px;
}

#agenda_page .tabs .tab li.entry-content .activity {
    color: #f96633;
}

#agenda_page .tabs .tab li.entry-content:nth-child(odd) {
    color: #FFF;
}

#agenda_page .tabs .tab li.entry-content:nth-child(odd) .activity {
    color: #ff0679;
}

#agenda_page .tabs .tab li.entry-content p {
    font-size: 21px;
}

#agenda_page .tabs .tab .tab-content {
    padding: 0;
}

#agenda_page .tabs .activity {
    float: left;
    margin-right: 10%;
    width: 30%;
}

#agenda_page .tabs .content {
    float: left;
    width: 60%;
}

#about_page {
    position: relative;
}

#about_page .about-ro,
#about_page .about-global {
    font-size: 100px;
    color: #FFF;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 40px;
    font-size: 36px;
    text-transform: uppercase;
    margin: 25px 0;
}

@media (max-width: 640px) {

    #about_page .about-ro,
    #about_page .about-global {
        font-size: 25px;
    }
}

#about_page .about-ro {
    background-image: -ms-linear-gradient(180deg, #f09200 0%, #ff8400 100%);
}

#about_page .about-global {
    background-image: -ms-linear-gradient(180deg, #5ea00e 0%, #cbaf00 100%);
}

#about_page .about-info p {
    font-size: 18px;
    color: #FFF;
}

#about_page:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 40%;
    left: -45px;
    width: 93px;
    height: 93px;
    background: url(../images/round_yellow.png) 0 0 no-repeat;
}

#about_page:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 20%;
    right: 0px;
    width: 93px;
    height: 93px;
    background: url(../images/glitch-right.png) 0 0 no-repeat;
}

.source-sans-pro {
    font-family: "Source Sans Pro";
}

.error404 .banner_section .new-headline {
    padding-top: 10vh;
}

@media (min-width: 768px) {
    .news-2019 {
        background-image: url("../images/bg-news-2019.png");
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
    }

    .news-2019.interview-2019 {
        background-image: url("../images/bg-interview-2019.png");
        background-size: contain;
    }
}

.news-wrapper-2019 {
    margin-top: 200px;
}

.pill {
    min-height: 75px;
}

.pill h2 {
    font-size: 22px;
    font-family: "Source Sans Pro", sans-serif;
}

.pill h3 {
    font-size: 14px;
    line-height: 1;
    font-family: "Source Sans Pro", sans-serif;
}

.left-pill {
    border-radius: 100px;
    padding: 10px;
    background: linear-gradient(90deg, rgb(107, 193, 64) 0%, rgb(84, 186, 94) 100%);
    color: white;
}

.left-center-pill {
    border-radius: 100px;
    padding: 10px;
    background: linear-gradient(90deg, rgb(76, 183, 106) 0%, rgb(56, 170, 138) 100%);
    color: white;
}

.right-center-pill {
    border-radius: 100px;
    padding: 10px;
    background: linear-gradient(90deg, rgb(54, 163, 147) 0%, rgb(59, 141, 155) 100%);
    color: white;
}

.right-pill {
    border-radius: 100px;
    padding: 10px;
    background: linear-gradient(90deg, rgb(65, 132, 155) 0%, rgb(93, 101, 147) 100%);
    color: white;
}

.news-item-2019 img {
    width: 90%;
    height: auto;
    margin: auto;
    display: block;
}

.news-item-2019 .news_thumb {
    height: auto;
    margin-bottom: 0;
}

.r-more {
    background-color: white;
    color: black;
    font-weight: bold;
    border-radius: 100px;
    font-family: "Source Sans Pro", sans-serif;
}

.interview-cut {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    margin-top: 25px;
}

.back-button-2019 a {
    background-color: white;
    color: black;
    font-weight: bold;
    border-radius: 100px;
    font-family: "Source Sans Pro", sans-serif;
    position: absolute;
    left: 35px;
    top: 0;
    padding: 10px 20px;
}

@media (max-width: 768px) {
    .the_speaker_left {
        padding-top: 100px !important;
        padding-bottom: 0 !important;
    }
}

.speaker_image_wrapper.speaker_image_wrapper-2019 {
    background: transparent;
    width: 100%;
    margin: auto;
}

@media (min-width: 768px) {
    .speaker_image_wrapper.speaker_image_wrapper-2019 {
        width: 50%;
    }
}

.post-title-2019 {
    font-family: "Source Sans Pro", sans-serif;
}

.lh0 {
    line-height: 0;
}

.headline-anim {
    overflow: hidden;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    width: 90px;
}

.headline-anim span {
    opacity: 0;
    position: relative;
    right: -50px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: hanim-span;
    animation-name: hanim-span;
}

.headline-anim--1 {
    -webkit-animation-name: hanim--1;
    animation-name: hanim--1;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.headline-anim--1 span {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.headline-anim--2 {
    -webkit-animation-name: hanim--2;
    animation-name: hanim--2;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.headline-anim--2 span {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.headline-anim--3 {
    -webkit-animation-name: hanim--3;
    animation-name: hanim--3;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.headline-anim--3 span {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

@keyframes hanim--1 {
    80% {
        width: 360px;
    }

    100% {
        width: 350px;
    }
}

@keyframes hanim--2 {
    80% {
        width: 102px;
    }

    100% {
        width: 100px;
    }
}

@keyframes hanim--3 {
    80% {
        width: 255px;
    }

    100% {
        width: 250px;
    }
}

@keyframes hanim-span {
    100% {
        opacity: 1;
        right: 0;
    }
}

@-webkit-keyframes hanim--1 {
    80% {
        width: 360px;
    }

    100% {
        width: 350px;
    }
}

@-webkit-keyframes hanim--2 {
    80% {
        width: 102px;
    }

    100% {
        width: 100px;
    }
}

@-webkit-keyframes hanim--3 {
    80% {
        width: 255px;
    }

    100% {
        width: 250px;
    }
}

@-webkit-keyframes hanim-span {
    100% {
        opacity: 1;
        right: 0;
    }
}

.opening-act {
    background-image: url("../images/opening_act/bg.jpg");
    background-position: top;
}

.opening-act .opening-header {
    padding-top: 8rem;
}

.opening-act .pink-text {
    color: #b72eef !important;
}

.opening-act .white-text {
    color: white !important;
}

.opening-act .news-wrapper-2019 {
    width: 100%;
}

.opening-act .blue-pill {
    background-color: #1334ef;
    border-radius: 100px;
    padding: 10px;
}

.slider-speakers {
    overflow: hidden;
    z-index: 999;
    margin-top: 10px;
    margin: 0 -50px;
}

@media (min-width: 768px) {
    .slider-speakers {
        margin: 0;
        width: 500px;
        position: absolute;
        left: 0;
        top: 50px;
    }
}

@media (min-width: 992px) {
    .slider-speakers {
        top: 80px;
        left: 50px;
        width: 650px;
    }
}

@media (min-width: 1200px) {
    .slider-speakers {
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 700px;
    }
}

@media (min-width: 1280px) {
    .slider-speakers {
        width: 800px;
    }
}

.slider-speakers .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slider-speakers .slide {
    padding: 30px;
    height: 100%;
    position: relative;
    z-index: 1;
}

.slider-speakers .slide img {
    opacity: 0;
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}

.slider-speakers .slide.slick-active img {
    opacity: 1;
    transform: scale(1);
}

.btn-carousel {
    border: none;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 20px;
    margin-top: 50px;
}

.btn-carousel:focus {
    outline: none;
}

@media (min-width: 1280px) {
    .btn-carousel {
        width: 80px;
        height: 80px;
    }
}

.btn-carousel.slick-disabled {
    opacity: 0.2;
    cursor: auto;
}

.prev-carousel {
    background-image: url("../images/icon-left-purple.png");
}

.next-carousel {
    background-image: url("../images/icon-right-purple.png");
}

.slider-speakers__controls {
    text-align: center;
    margin-top: -80px;
}

.custom-grads-top .layer .layer-main-text {
    right: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
    .custom-grads-top .layer .layer-main-text {
        right: -50px;
    }
}

@media (min-width: 1200px) {
    .custom-grads-top .layer .layer-holder.lgroup-left {
        right: 25%;
    }
}

@media (min-width: 1200px) and (max-width: 2000px) {
    .banner_section .header-graph .new-headline {
        font-size: 24px;
        width: 275px;
        padding-top: 8vh;
        line-height: 120%;
    }

    .custom-grads-top .layer .layer-item {
        font-size: 35px;
    }

    .banner_section .header-graph .second-headline {
        width: 350px;
        padding-top: 5vh;
        line-height: 120%;
    }
}

@media (min-width: 1280px) {
    .banner_section .header-info .header-text {
        margin-top: 400px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .banner_section .header-graph .new-headline {
        padding-top: 770px;
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .banner_section .header-graph .new-headline {
        padding-top: 600px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .banner_section .header-graph .new-headline {
        padding-top: 450px;
    }
}

@media (max-width: 574px) {
    .banner_section .header-graph .new-headline {
        padding-top: 310px;
    }

    .layer-hide-xs {
        display: none;
    }

    .custom-grads-top {
        padding: 0;
    }

    .custom-grads-top .layer .layer-item {
        font-size: 35px;
    }

    .custom-grads-top .layer .layer-holder {
        padding-left: 0;
    }

    .custom-grads-top .layer .layer-item {
        height: 70px;
        line-height: 70px;
    }
}

@media (min-width: 575px) {
    .layer-no-par {
        top: -200px !important;
    }
}

.custom-grads-top .layer .layer-item {
    text-align: right;
}

.banner_section .header-graph {
    z-index: 100;
}

@media (max-width: 1500px) {
    .hidden-1400 {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .new-headline br {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1500px) {
    .custom-grads-top {
        transform: scale(0.7);
        transform-origin: right top;
    }
}

.flex-mobile {
    flex-direction: column;
}

@media screen and (min-width: 800px) {
    .flex-mobile {
        flex-direction: row;
    }
}

body {
    display: flex;
    flex-direction: column;
}

.page-template-about .header-graph {
    background: none;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.news-2019.interview-2019 {
    background-size: contain;
}

.page-id-103 .header-graph,
.speakers-template-default .header-graph {
    background: none;
}

.header-graph .main-heading {
    top: 80px;
}

section.spk .spk-bg img {
    float: none;
    width: 100vw;
}

section.spk .spk-row .spk-person .box-btn:hover,
section.spk .spk-row .spk-person .box-btn:active {
    background: #58c24d;
}

#about_page:after {
    display: none;
}

.news-2019 {
    background-image: url(../images/header-bg-inner-page.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    margin-top: 0;
}

.le-page-title {
    font-size: 42px;
    color: #FFF;
    line-height: 1.5;
    padding: 0.5em 0;
    text-align: center;
}

.news-wrapper-2019 {
    margin-top: 200px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.news_item {
    width: 25%;
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 30px;
}

.speaker_image_wrapper.speaker_image_wrapper-2019 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.the_speaker_right {
    color: #fff;
}

.interview-cut {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    margin-top: 25px;
}

.interview-cut {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    margin-top: 25px;
}

.news_right {
    color: #FFF;
    width: 100%;
}

@media screen and (max-width: 990px) {
    .news_item {
        width: 49%;
    }
}

@media screen and (max-width: 760px) {
    .news_item {
        width: 100%;
    }
}

.speakers_page,
.about_page,
.single_speaker,
.news-2019,
.interview-2019 {
    background: url(../images/header-bg-inner-page-short.jpg) !important;
    background-size: contain !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
}

.news-2019,
.interview-2019 {
    padding-top: 110px !important;
}

.speaker_image_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_section {
    background: url(../images/header-bg-purple.jpg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

.banner_section--inner {
    background: url(../images/header-bg-inner-page-short.jpg);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}

.banner_section-sustainability {
    background: url(../images/header-bg-sustainability.png);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}

.banner_section .header-graph .new-headline {
    padding-top: 75px;
    font-size: 24px;
    line-height: 140%;
}

.banner_section .header-graph .second-headline {
    padding-top: 30px;
    font-size: 20px;
}

.headline__gradient--1 {
    background: linear-gradient(to right, #710ef9 0%, #8d30ad 51%, #be1d8e 100%) !important;
    margin-top: -15px;
    margin-right: 50px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.headline__gradient--1--green {
    background: linear-gradient(to right, #c8d785 0%, #4fa71c 51%, #1f8245 100%) !important;
    margin-top: -15px;
    margin-right: 50px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.headline__gradient--2 {
    background: linear-gradient(to right, #9f29a2 0%, #a8259c 51%, #b02297 100%) !important;
    margin-right: 115px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    letter-spacing: 0.5px;
    max-width: 65px;
    padding: 0 20px !important;
}

.headline__gradient--2--green {
    background: linear-gradient(to right, #5cad28 0%, #44a313 51%, #3b9b1f 100%) !important;
    margin-right: 150px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    letter-spacing: 0.5px;
    max-width: 65px;
    padding: 0 20px !important;
}

.headline__gradient--3 {
    background: linear-gradient(to right, #9f29a2 0%, #ba1e91 51%, #d6147f 100%) !important;
    margin-top: 0;
    margin-right: -10px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.headline__gradient--3--green {
    background: linear-gradient(to right, #d2db8d 0%, #79b840 51%, #3b9b1f 100%) !important;
    margin-top: 0;
    margin-right: -10px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.headline__gradient--3--green--reversed {
    background: linear-gradient(to right, #3a9a21 0%, #24863d 51%, #117558 100%) !important;
    margin: 0 -10px 0 10px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    letter-spacing: 0.5px;
    max-width: 10rem;
}

.red-31,
.red-32,
.red-33,
.round-yellow,
.round-red {
    display: none !important;
}

.custom-grads-top .layer .layer-holder.lgroup-top {
    opacity: 0;
    visibility: hidden;
}

.custom-grads-top .layer .layer-main-text {
    right: 150px;
    margin-top: 20px;
}

.custom-grads-top {
    transform: scale(0.9);
    transform-origin: right top;
}

.custom-grads-top .layer .layer-item {
    font-size: 50px;
    padding: 0 37px;
    text-align: center;
    min-width: 20px;
    height: 65px;
    line-height: 65px;
    border-radius: 45px;
}

.videos_2019 {
    display: none;
}

.color-green {
    color: #59C34C;
}

.tick .tick-header .tick-gradient {
    background: linear-gradient(to right, #720AF9 0%, #554BD1 31%, #33A78B 57%, #5BC349 100%);
}

.tick .tick-header .tick-gradient-2 {
    background: linear-gradient(to right, #6041ca 0%, #6a3dc3 31%, #942da8 57%, #d6137f 100%);
}

.tick .tickets_container .group-ticket {
    font-size: 36px;
}

.tick .tickets_container .tickets-wrap .ticket {
    margin-top: 0;
}

.tick .tickets_container .tickets-wrap .ticket .ticket-desc {
    font-size: 22px;
}

@media screen and (max-width: 1025px) {
    .slider-speakers {
        top: -130px;
        left: 0;
        position: relative;
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .banner_section {
        background-size: contain;
    }

    .hp-custom-grads-top {
        transform: scale(0.7);
        transform-origin: center top;
        display: flex;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0;
        margin: 0 auto;
    }

    .hp-headline {
        padding-top: 200px !important;
    }

    .banner_section .header-info .header-text {
        margin-top: 0;
    }
}

@media screen and (max-width: 760px) {
    body {
        overflow-x: hidden;
    }

    .slider-speakers {
        overflow: hidden;
        z-index: 999;
        margin-top: 10px;
        margin: 0 auto;
    }
}

.tickets__hide {
    height: 0 !important;
    opacity: 0 !important;
    margin-top: -100px !important;
    visibility: hidden !important;
}

.tkt-iframe {
    height: auto;
}

.ticket__cta {
    background: linear-gradient(to right, #6041ca 0%, #6a3dc3 31%, #942da8 57%, #d6137f 100%);
    padding: 15px;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    text-shadow: none;
    outline: none;
    transition: all 0.4s ease-in;
}

.ticket__cta:hover {
    background: linear-gradient(to right, #d6137f 0%, #942da8 31%, #6a3dc3 57%, #6041ca 100%);
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .banner_section .header-graph {
        text-align: center;
    }
}

.workshop-home [class*=col-] {
    padding: 0;
}

.workshop-home__det h4 {
    font-size: 2em;
    margin-bottom: 30px;
}

.header-event {
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.header-graph__info {
    display: flex;
    flex-direction: column;
    width: 350px;
    margin-right: 50px;
    align-items: flex-start;
    justify-content: flex-start;
}

.layer-no-par {
    top: -50px !important;
}

.cutom-grads-top-event {
    left: 0;
    transform: scale(0.7);
    transform-origin: center center;
    position: relative;
    width: auto;
    min-height: auto;
    padding: 0 20px;
    width: 100%;
    max-width: 487px;
}

.cutom-grads-top-event .layer .layer-main-text {
    margin-top: 0;
}

.sustainability-date {
    padding-top: 70px !important;
}

.text-green-grad {
    background: linear-gradient(to right, #91c54d, #309518);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-purple-grad,
.workshop-home__det h4 {
    background: linear-gradient(to right, #f8041b, #b708d0, #0364cb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none !important;
}

.slider-event {
    position: relative;
    width: 500px;
    margin: 0 auto;
}

.slider-event .slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slider-event .slider-speakers {
    width: 500px;
}

.s-event {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px;
    position: relative;
    flex-wrap: wrap;
    margin-top: -420px;
}

@media screen and (max-width: 1024px) {
    .s-event {
        margin-top: -260px;
    }
}

@media screen and (max-width: 800px) {
    .s-event {
        margin-top: -195px;
    }
}

.s-event__slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: -150px 50px 0 0;
}

.s-event__title {
    text-transform: uppercase;
    font-size: 70px;
    line-height: 100%;
    margin: -170px 0 25px 0;
}

.s-event__content {
    max-width: 1010px;
}

.s-event__content>p {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 1.5;
    color: #fff;
}

.s-event__content>h1 {
    font-size: 38px;
    line-height: 1.2;
}

@media screen and (min-width: 768px) {
    .s-event__content>h1 {
        font-size: 70px;
    }
}

@media screen and (min-width: 1024px) {
    .s-event__content>h1 {
        font-size: 90px;
    }
}

@media screen and (min-width: 1280px) {
    .s-event__content>h1 {
        font-size: 100px;
    }
}

.s-event__cta {
    background: #fcf02b;
    padding: 10px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.s-event__cta:hover {
    opacity: 0.8;
}

.tickets-wrap {
    padding: 5px;
    margin: 0px 30px;
    background: linear-gradient(to right, #d0064e 0%, #c80085 50%, #3962c6 100%);
    color: #ffffff;
}

@media screen and (max-width: 992px) {
    .tickets-wrap {
        margin: 0px;
        padding-bottom: 20px;
    }
}

.tickets-wrap .tickets-info-text {
    background-color: #000;
    padding: 30px 20px;
}

.tickets-wrap .tickets-info-text .tickets-info-text_pers {
    font-size: 18px;
    line-height: 1;
}

.tickets-wrap .tickets-info-text .tickets-info-text_mail {
    font-size: 24px;
    color: #d0064e;
    line-height: 1;
}

.tickets-wrap .tickets-info-text .tickets-info-text_details {
    font-size: 18px;
    line-height: 1;
}

.tickets-wrap .tickets-info {
    font-family: "MMCruella400", "Source Sans Pro", sans-serif;
    font-weight: 300;
}

@media screen and (max-width: 992px) {
    .tickets-wrap .tickets-info {
        margin-top: 40px;
    }
}

.tickets-wrap .tickets-info .tickets-info_headline {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.tickets-wrap .tickets-info .tickets-info_prices {
    line-height: 1;
}

.tickets-wrap .tickets-info .tickets-info_prices .tickets-info_prices-full {
    font-size: 60px;
    display: inline-block;
}

.tickets-wrap .tickets-info .tickets-info_prices .tickets-info_prices-full .sup-vat {
    font-size: 13px;
    vertical-align: super;
    line-height: 1;
    margin-left: -14px;
    top: -13px;
}

.tickets-wrap .tickets-info .tickets-info_prices .tickets-info_prices-full .sup-vat .sup-discount {
    font-size: 28px;
    transform: translateY(10px);
    margin-left: 18px;
    position: relative;
}

.tickets-wrap .tickets-info .tickets-info_prices .tickets-info_prices-full .sup-vat .sup-discount:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    left: 0;
    top: 50%;
    transform: rotate(-13deg);
}

.tickets-wrap .tickets-info .tickets-info_prices .tickets-info_prices-full .sup-vat .sup-discount .sup-discount_vat {
    font-size: 13px;
    vertical-align: super;
    line-height: 1;
    top: 0px;
    margin-left: 4px;
}

.s-event__content_headline {
    max-width: 704px;
}

.s-event__content_headline .subheadline-text {
    font-size: 30px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .s-event__content_headline .subheadline-text {
        font-size: 42px;
        margin-bottom: 14px;
    }
}

.s-event__content_headline p {
    font-size: 16px;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .s-event__content_headline p {
        margin-bottom: 0px;
        font-size: 19px;
    }
}

.spk-person .box-title.gradient-3 {
    background: #349c97;
    background: -webkit-gradient(left top, right top, color-stop(0%, #349c97), color-stop(52%, #35b17f), color-stop(91%, #41bc6a), color-stop(100%, #41bc6a));
    background: linear-gradient(to right, #349c97 0%, #35b17f 52%, #41bc6a 91%, #41bc6a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#349c97", endColorstr="#41bc6a", GradientType=1);
}

@media screen and (max-width: 1366px) {
    .s-event {
        padding: 30px 55px;
    }

    .s-event__slider {
        margin: -150px 0px 0 0;
    }
}

@media screen and (max-width: 1280px) {
    .cutom-grads-top-event {
        left: -85px;
    }

    .s-event {
        padding: 30px 55px;
    }

    .s-event__slider {
        margin: -150px 0px 0 0;
    }
}

@media screen and (max-width: 1100px) {
    .s-event {
        align-items: center;
    }

    .banner_section .header-graph .second-headline {
        line-height: 140%;
    }

    .s-event__slider {
        margin: 0;
    }

    .slider-event {
        width: 500px;
        margin: 0 auto;
        top: 0;
        left: 0;
    }

    .cutom-grads-top-event {
        left: -50px;
    }
}

@media screen and (max-width: 1024px) {
    .cutom-grads-top-event {
        top: 100px;
    }
}

@media screen and (max-width: 990px) {
    .cutom-grads-top-event {
        left: 10px;
        top: 85px;
    }

    .header-graph__info {
        min-width: 260px;
        margin-right: 10px;
    }

    .s-event {
        padding: 30px 0;
    }

    .new-headline {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .banner_section-sustainability {
        background-size: cover;
    }

    .banner_section .header-graph {
        padding: 180px 0px 0;
    }

    .banner_section.banner_section--2022-inner-nobg .header-graph {
        padding: 0;
    }

    .header-graph__info {
        padding: 0 20px;
        margin-right: 0;
        width: 100%;
    }

    .new-headline {
        padding-top: 50px;
        text-align: center;
    }

    .second-headline {
        text-align: center;
        width: 100%;
    }

    .header-event {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .cutom-grads-top-event {
        padding: 0;
        left: 0;
        width: 500px;
    }

    .custom-grads-top .layer .layer-main-text {
        right: 0;
        width: 100%;
        margin-top: -15px;
        text-align: center;
    }

    .headline__gradient--1--green {
        margin-right: 0;
    }

    .s-event__title {
        font-size: 30px;
        margin: 0 0 25px 0;
    }

    .s-event {
        text-align: center;
    }

    .s-event__cta {
        margin: 0 auto;
    }
}

.btn-underline {
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline !important;
    font-size: 15px;
    color: #91c54d;
    font-weight: 700;
    line-height: 1.4;
}

.btn-underline:hover {
    text-decoration: none;
}

@media screen and (max-width: 800px) {
    .container-btn-gc {
        width: 100%;
        text-align: center;
    }
}

.subheadline {
    font-size: 22px;
}

@media screen and (min-width: 768px) {
    .subheadline {
        font-size: 26px;
    }
}

@media screen and (min-width: 768px) {
    .visible-xs {
        display: none;
    }
}

.agenda-container-2022 {
    overflow: hidden;
}

.agenda-header {
    background: url(../images/agenda/bg-header-agenda.jpg) top center, no-repeat;
    background-size: cover;
    position: relative;
    padding: 120px 0 30px;
    color: #fff;
    font-weight: normal;
}

.agenda-header h1 {
    font: 300 45px/1.2 "MMCruella400";
    margin-bottom: 40px;
}

.agenda-header h1 img {
    height: auto;
}

.agenda-header h3,
.agenda-header h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: normal;
}

.agenda-header h4 {
    color: #ee0f65;
}

@media (min-width: 768px) {
    .agenda-header {
        padding: 200px 0 30px;
    }

    .agenda-header h1 {
        margin-bottom: 100px;
        font-size: 62px;
    }

    .agenda-header h3,
    .agenda-header h4 {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

.agenda-container {
    background: #fff;
    padding: 50px 0;
    color: #000;
}

.agenda-tabs-2020 {
    border: none !important;
    border-radius: none !important;
    margin: 0 -20px;
    padding: 0;
}

.agenda-tab-2020 {
    display: inline-block;
    padding: 0 7px;
    margin-bottom: 40px;
}

@media (min-width: 480px) {
    .agenda-tab-2020 {
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .agenda-tab-2020 {
        margin-bottom: 70px;
        padding: 0 20px;
    }
}

.agenda-tab-2020.active .agenda-tab-2020__btn {
    background: linear-gradient(to right, #6a3dc3 0%, #6041ca 31%, #d6137f 57%, #942da8 100%);
}

.agenda-tab-2020.active .agenda-tab-2020__btn span {
    background: none;
    color: #fff;
}

.agenda-tab-2020__btn {
    border: none;
    cursor: pointer;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    background: linear-gradient(to right, #d6137f 0%, #942da8 31%, #6a3dc3 57%, #6041ca 100%);
    padding: 5px;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    text-shadow: none;
    outline: none;
    transition: none;
}

@media (min-width: 480px) {
    .agenda-tab-2020__btn {
        min-width: 150px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .agenda-tab-2020__btn {
        min-width: 170px;
    }
}

.agenda-tab-2020__btn span {
    display: block;
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    color: #000;
}

.agenda-tab-2020__btn:hover {
    background: linear-gradient(to right, #6a3dc3 0%, #6041ca 31%, #d6137f 57%, #942da8 100%);
    color: #fff;
}

.agenda-tabs-content-2020 {
    min-height: 500px;
}

.agenda-tabs-content-2020 .tab {
    display: none;
}

.agenda-tabs-content-2020 .tab.current {
    display: block;
}

.agenda-item-2020 {
    border-bottom: 1px solid #111;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .agenda-item-2020 {
        padding-bottom: 0;
    }
}

.agenda-item-2020:last-child {
    border-bottom: none;
}

.agenda-item-2020 [class*=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .agenda-item-2020 [class*=col-] {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.agenda-item-2020 p {
    margin: 0;
    font-size: 20px;
}

@media (min-width: 768px) {

    .agenda-item-2020__time,
    .agenda-item-2020__title {
        padding-top: 70px !important;
    }
}

@media (min-width: 768px) {
    .agenda-item-2020__detail {
        padding-top: 50px !important;
    }
}

.agenda-item-2020__speaker-photos {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.agenda-item-2020__speaker-photos figure {
    line-height: 1;
    margin: 0;
    width: 45%;
}

.agenda-item-empty-2020 {
    padding-top: 50px;
    line-height: 1.2;
}

.agenda-item-empty-2020 h3 {
    font-size: 30px;
}

.agenda-item-notes-2020 {
    margin-top: 30px;
}

.menu-childs-schedule {
    list-style-type: none;
    margin: 50px -20px -30px;
    padding: 0 20px;
    white-space: nowrap;
    overflow-x: scroll;
}

@media (min-width: 768px) {
    .menu-childs-schedule {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
}

.menu-childs-schedule li {
    display: inline-block;
}

@media (min-width: 768px) {
    .menu-childs-schedule li {
        margin-right: 15px;
    }
}

.menu-childs-schedule a {
    display: inline-block;
    color: #fff;
    border-radius: 20px 20px 0 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .menu-childs-schedule a {
        padding: 15px 30px;
        font-size: 20px;
    }
}

.menu-childs-schedule .current_page_item a {
    background: #fff;
    color: #ee0f65;
}

.banner_section.banner_section--2021,
.banner_section--inner {
    background: url(../images/conference-2021/header-bg.png);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

.banner_section--inner {
    background-size: contain;
}

.banner_section .header-graph .new-headline {
    padding-top: 75px;
    font-size: 24px;
    line-height: 140%;
}

.banner_section .header-graph .second-headline {
    padding-top: 30px;
    font-size: 20px;
}

.custom-grads-top .layer .layer-main-text {
    right: 150px;
    margin-top: 20px;
}

@media (min-width: 1280px) {
    .custom-grads-top {
        transform: scale(0.9);
        transform-origin: right top;
    }
}

.custom-grads-top .layer .layer-item {
    font-size: 50px;
    padding: 0 37px;
    text-align: center;
    min-width: 20px;
    height: 65px;
    line-height: 65px;
    border-radius: 45px;
}

.tick .tick-header .tick-gradient-2 {
    background: linear-gradient(to right, #6041ca 0%, #6a3dc3 31%, #942da8 57%, #d6137f 100%);
}

.tick .tickets_container .group-ticket {
    font-size: 36px;
}

.tick .tickets_container .tickets-wrap .ticket {
    margin-top: 0;
}

.tick .tickets_container .tickets-wrap .ticket .ticket-desc {
    font-size: 22px;
}

.tickets__hide {
    height: 0 !important;
    opacity: 0 !important;
    margin-top: -100px !important;
    visibility: hidden !important;
}

.tkt-iframe {
    height: auto;
}

.ticket__cta {
    background: linear-gradient(to left, #3962c7 0%, #ae00da 50%, #d80d14 100%);
    padding: 15px;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    text-shadow: none;
    outline: none;
    transition: all 0.4s ease-in;
}

.ticket__cta:hover {
    background: linear-gradient(to left, #d80d14 0%, #ae00da 50%, #3962c7 100%);
    color: #fff;
}

.ticket__cta.ticket__quiz {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.tickets-container__frame {
    padding: 50px 10px 0;
    color: #000;
    background: #000;
}

.tick li.current_page_item a {
    color: #fff;
    background: linear-gradient(to left, #3962c7 0%, #ae00da 50%, #d80d14 100%);
}

.workshop-home [class*=col-] {
    padding: 0;
}

.workshop-home__det h4 {
    font-size: 2em;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    header .menu_wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.main__cta {
    display: block;
    max-width: 130px;
    padding: 10px 15px;
    margin: 10px 0;
}

@media (max-width: 1200px) {
    .main__cta {
        margin: 10px 0;
    }
}

@media (max-width: 1024px) {
    .main__cta {
        margin: 10px auto;
        bottom: -45%;
    }
}

@media (max-width: 990px) {
    .main__cta {
        bottom: -22%;
    }
}

@media (max-width: 760px) {
    .main__cta {
        bottom: -22%;
    }
}

.banner_section--2021 {
    width: 100%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .banner_section--2021 {
        margin-bottom: 0;
    }
}

.banner_section--2021:first-of-type::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent, #000);
}

.banner_section--2021 .header-graph.header-graph--2021 {
    padding: 40px 30px 0 !important;
    display: flex;
    z-index: 1000;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    position: absolute;
}

@media (max-width: 1024px) {
    .banner_section--2021 .header-graph.header-graph--2021 {
        padding: 0 !important;
    }
}

.banner_section--2021 .new-headline {
    padding-top: 75px;
    padding-left: 25px;
    font-size: 17px !important;
    line-height: 140%;
}

@media (max-width: 1024px) {
    .banner_section--2021 .new-headline {
        font-size: 17px !important;
        padding-top: 100px !important;
    }
}

@media (max-width: 990px) {
    .banner_section--2021 .new-headline {
        font-size: 18px !important;
        padding-top: 240px !important;
    }
}

@media (max-width: 760px) {
    .banner_section--2021 .new-headline {
        padding-top: 200px !important;
    }
}

.banner_section--2021 .main-title {
    font-size: 110px;
    line-height: 90%;
    text-align: left;
}

@media (max-width: 1280px) {
    .banner_section--2021 .main-title {
        font-size: 90px;
    }
}

@media (max-width: 1024px) {
    .banner_section--2021 .main-title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .banner_section--2021 .main-title {
        font-size: 30px;
    }
}

.banner_section--2021 .hp-custom-grads-top {
    transform: scale(0.7);
    padding: 70px 100px 0 0;
}

@media (max-width: 990px) {
    .banner_section--2021 .hp-custom-grads-top {
        padding: 0px 200px 0 0;
    }
}

@media (max-width: 760px) {
    .banner_section--2021 .hp-custom-grads-top {
        transform: scale(0.5) translateX(-150px);
        padding: 125px 0px 0 0;
    }
}

@media (max-width: 1024px) {
    .banner_section--2021 .hp-custom-grads-top .layer-main-text {
        margin-top: 0;
        margin-left: 0;
    }
}

@media (max-width: 760px) {
    .banner_section--2021 .hp-custom-grads-top .layer-main-text {
        margin-top: -200px !important;
    }
}

@media (max-width: 760px) {
    .banner_section--2021 .hp-custom-grads-top .layer {
        transform: scale(0.8);
        padding-top: 2rem;
        transform-origin: top center;
    }
}

.banner_section--2021 .custom-grads-top .layer .layer-main-text {
    right: 0 !important;
}

.banner_section--2021 .slider-speakers.slider-speakers--2021 {
    overflow: hidden;
    height: auto;
    position: relative !important;
    width: 100% !important;
    max-height: 600px !important;
    left: auto !important;
    top: 0 !important;
    margin: 0 !important;
    margin-top: 0 !important;
    transform: translateX(0) !important;
}

@media (max-width: 1024px) {
    .banner_section--2021 .slider-speakers.slider-speakers--2021 {
        min-height: 100vh !important;
    }
}

@media (max-width: 767px) {
    .banner_section--2021 .slider-speakers.slider-speakers--2021 {
        min-height: 780px !important;
        padding-bottom: 30px;
    }
}

.banner_section--2021 .slider-speakers.slider-speakers--2021 .slider-speakers--js {
    max-height: 600px !important;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .banner_section--2021 .slider-speakers.slider-speakers--2021 .slider-speakers--js {
        max-height: 520px !important;
    }
}

@media (max-width: 767px) {
    .banner_section--2021 .slider-speakers.slider-speakers--2021 .slider-speakers--js {
        max-height: 780px !important;
    }
}

.banner_section--2021 .slider-speakers.slider-speakers--2021 .slide {
    position: relative;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1026px) and (max-width: 1600px) {
    .banner_section--2021 .slider-speakers.slider-speakers--2021 .slide {
        transform: scale(0.9) translate(-140px, -70px);
    }
}

.banner_section--2021 .slider-speakers.slider-speakers--2021 .slide .slide-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    width: 100%;
}

@media (max-width: 1024px) {
    .banner_section--2021 .slider-speakers.slider-speakers--2021 .slide .slide-content {
        flex-direction: column-reverse;
        align-items: center;
    }
}

.banner_section--2021 .slider-speakers.slider-speakers--2021 .slide .slider-speakers__content {
    text-transform: uppercase;
    min-width: 450px;
    width: 450px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    align-self: flex-end;
    text-align: right;
}

@media (max-width: 1024px) {
    .banner_section--2021 .slider-speakers.slider-speakers--2021 .slide .slider-speakers__content {
        width: 450px;
        text-align: center;
        align-items: center;
        justify-content: center;
        align-self: center;
    }
}

@media (max-width: 767px) {
    .banner_section--2021 .slider-speakers.slider-speakers--2021 .slide .slider-speakers__content {
        transform: scale(0.75);
    }
}

.banner_section--2021 .slider-speakers.slider-speakers--2021 .slide .slider-speakers__content h3 {
    font-size: 36px;
    line-height: 140%;
}

@media (max-width: 767px) {
    .banner_section--2021 .slider-speakers.slider-speakers--2021 .slide .slider-speakers__content h3 {
        font-size: 28px;
    }
}

.banner_section--2021 .slider-speakers.slider-speakers--2021 .slide .slider-speakers__content p {
    margin: 0;
}

@media (max-width: 767px) {
    .banner_section--2021 .slider-speakers.slider-speakers--2021 .slide .slider-speakers__content p {
        font-size: 20px;
    }
}

.banner_section--2021 .slider-speakers.slider-speakers--2021 .slide.slick-active img {
    margin-top: -125px;
    margin-left: -20px;
    max-width: 600px;
}

@media (max-width: 1280px) {
    .banner_section--2021 .slider-speakers.slider-speakers--2021 .slide.slick-active img {
        max-width: 550px;
        margin: -80px auto 0;
    }
}

@media (max-width: 1024px) {
    .banner_section--2021 .slider-speakers.slider-speakers--2021 .slide.slick-active img {
        max-width: 600px;
        margin: -100px auto 0;
    }
}

@media (max-width: 1020px) {
    .banner_section--2021 .slider-speakers.slider-speakers--2021 .slide.slick-active img {
        max-width: 600px;
        margin: 150px auto 0;
    }
}

@media (max-width: 767px) {
    .banner_section--2021 .slider-speakers.slider-speakers--2021 .slide.slick-active img {
        max-width: 300px;
        margin: 200px auto 0;
    }
}

.banner_section--2021 .slider-speakers.slider-speakers--2021 .slider-speakers__controls {
    position: absolute;
    bottom: 10%;
    right: 40%;
}

@media (max-width: 1024px) {
    .banner_section--2021 .slider-speakers.slider-speakers--2021 .slider-speakers__controls {
        bottom: 1%;
    }
}

@media (max-width: 767px) {
    .banner_section--2021 .slider-speakers.slider-speakers--2021 .slider-speakers__controls {
        bottom: 2%;
        position: relative;
        margin: 0 auto;
        width: 100%;
        display: block;
        left: 0;
    }
}

.banner_section--2021 .slider-speakers.slider-speakers--2021 .slider-speakers__controls .btn-carousel {
    margin: 0 5px;
    width: 40px;
    height: 40px;
}

@media (max-width: 767px) {
    .banner_section--2021 .main--slider {
        margin-bottom: 30px;
    }
}

.banner_section--2021 .header-text__cols {
    display: flex;
    width: 100%;
    text-align: left;
    flex-direction: column;
}

.banner_section--2021 .header-text__cols--col {
    width: 100%;
}

@media (max-width: 1200px) {
    .banner_section--2021 .header-info {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .banner_section--2021 .header-info {
        padding: 0 10px;
    }
}

.banner_section--2021 .paraWrapper {
    position: absolute;
    top: -100px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

@media (max-width: 1024px) {
    .banner_section--2021 .paraWrapper {
        top: 60%;
        transform: translateY(-50%);
    }
}

.banner_section--2021 .paraWrapper img:first-of-type {
    margin-top: -125px;
    margin-left: 400px;
    margin-right: -180px;
    z-index: 1;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-name: float;
    animation-name: float;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@media (max-width: 767px) {
    .banner_section--2021 .paraWrapper img:first-of-type {
        margin-left: 200px;
    }
}

@media (max-width: 767px) {
    .banner_section--2021 .paraWrapper img:first-of-type {
        margin-left: 100px;
    }
}

.banner_section--2021 .paraWrapper img:last-of-type {
    margin-top: -225px;
    margin-left: 0;
    margin-right: 0;
    z-index: 0;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-name: float;
    animation-name: float;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgb(0, 0, 0)));
}

@-webkit-keyframes float {
    from {
        transform: translate(18px, 15px) rotate3d(0, 0, 1, 3deg);
    }

    to {
        transform: translate(-28px, -55px) rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes float {
    from {
        transform: translate(18px, 15px) rotate3d(0, 0, 1, 3deg);
    }

    to {
        transform: translate(-28px, -55px) rotate3d(0, 0, 1, 0deg);
    }
}

@media (max-width: 767px) {
    .banner_section--2021.spk {
        margin-top: 0;
    }
}

@media (max-width: 1200px) {
    .banner_section--2021 .spk-row {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .banner_section--2021 .spk-row {
        padding: 0 10px;
    }
}

.banner_section--2021 .spk-head {
    position: relative;
    display: flex !important;
    margin-top: 0 !important;
    min-height: 0 !important;
    align-items: center;
    justify-content: flex-start;
    width: 312px;
}

@media (min-width: 767px) and (max-width: 1024px) {
    .banner_section--2021 .spk-head {
        width: 230px;
    }
}

@media (max-width: 767px) {
    .banner_section--2021 .spk-head {
        margin-bottom: 30px;
    }
}

.banner_section--2021 .spk-head-img {
    top: 0 !important;
    align-items: center;
    align-self: center;
    display: flex;
}

.banner_section--2021 .spk-row {
    justify-content: flex-start !important;
    padding-top: 10px;
}

.banner_section--2021 .spk-row.hosts-row {
    justify-content: center !important;
}

.banner_section--2021 .spk-person {
    width: auto;
    height: 400px;
    position: relative;
    background: #000;
}

.banner_section--2021 .spk-person:hover {
    background: transparent;
}

.banner_section--2021 .spk-person .box-image img {
    transition: all 0.6s ease-in-out !important;
}

.banner_section--2021 .spk-person:hover .box-image img {
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
    transform: scale(1.1) !important;
}

.banner_section--2021 .spk-person:hover .speaker-2021-gradient {
    background-image: none;
}

.banner_section--2021 .spk-person:hover .speaker-2021-gradient::before {
    top: 0;
    left: 0;
}

@media (min-width: 1280px) {
    .banner_section--2021 .spk-person:hover .speaker-2021-gradient::before {
        left: -17px;
    }
}

.banner_section--2021 .speaker-2021 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all 0.1s ease-in;
}

.banner_section--2021 .speaker-2021::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    transform: translate(-50%, -50%);
    background: linear-gradient(to right, #82c824 0%, #00db8e 30%, #009dc4 100%);
    z-index: -1;
    -webkit-animation: rotate 2s infinite linear;
    animation: rotate 2s infinite linear;
}

.banner_section--2021 .speaker-2021:hover {
    padding: 3px;
    margin: -3px;
}

.banner_section--2021 .speaker-2021-gradient {
    background-color: #000;
    background-image: url(../images/conference-2021/speakers-assets/corner.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 260px;
    overflow: hidden;
}

@media (min-width: 767px) {
    .banner_section--2021 .speaker-2021-gradient {
        width: 260px;
    }
}

@media (min-width: 1024px) {
    .banner_section--2021 .speaker-2021-gradient {
        width: 275px;
    }
}

@media (min-width: 1280px) {
    .banner_section--2021 .speaker-2021-gradient {
        width: 320px;
    }
}

.banner_section--2021 .speaker-2021-gradient::before {
    position: absolute;
    content: url(../images/conference-2021/speakers-assets/lights.png);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    top: 75%;
    left: -200%;
    width: 100%;
    height: auto;
    transition: all 0.4s ease-in;
    transform: translate(0, 0) scale(0.7);
    transform-origin: top left;
}

@media (min-width: 1280px) {
    .banner_section--2021 .speaker-2021-gradient::before {
        transform: translate(0, 0) scale(0.9);
    }
}

@-webkit-keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.tickets-container--2021 {
    max-width: 900px;
    margin-bottom: 3rem;
}

@media (max-width: 1023px) {
    .tickets-container--2021 {
        max-width: 100vw;
    }
}

.tickets-container--2021 .tickets-wrap--2021 {
    padding: 15px 5px;
}

.tickets-container--2021 .tickets-wrap--2021 .tickets-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .tickets-container--2021 .tickets-wrap--2021 .tickets-info .tickets-info_prices-full {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .tickets-container--2021 .tickets-wrap--2021 .tickets-info .sup-discount {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .tickets-container--2021 .tickets-wrap--2021 .tickets-info .tickets-info_headline {
        font-size: 28px;
    }
}

.spk-head-tickets {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 150px !important;
}

.spk-head-hosts {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px !important;
}

.spk-head-img-tickets {
    position: absolute !important;
    transform: scale(1.5) !important;
}

.spk-headline-tickets {
    font-size: 80px !important;
    z-index: 10 !important;
}

.spk-headline-hosts {
    font-size: 80px !important;
    line-height: 120% !important;
    z-index: 10 !important;
    padding-top: 50px;
}

@media (max-width: 1200px) {
    .spk-headline-hosts {
        font-size: 48px !important;
    }
}

.page-template-about .menu_wrapper,
.single-speakers .menu_wrapper,
.single-hosts .menu_wrapper {
    background: #a4269d;
    background: linear-gradient(135deg, #703bbd 0%, #8333b0 25%, #922da7 50%, #a8269b 75%, #bf1c8c 100%);
}

#about_page:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 20%;
    right: 0px;
    width: 93px;
    height: 93px;
    background: none;
}

section.spk .single-speakers .rounded-slot,
.single-hosts .rounded-slot {
    background: linear-gradient(to right, #82c824 0%, #00db8e 30%, #009dc4 100%) !important;
}

iframe {
    padding: 0 10px !important;
}

@media (max-width: 990px) {
    .banner_section--inner .hp-headline {
        padding-top: 0 !important;
    }
}

.banner_section--inner .header-graph .main-heading {
    top: 100px;
}

.banner_section .banner_section--inner .header-graph .new-headline {
    padding-top: 15px;
    font-size: 24px;
    line-height: 140%;
}

@media (max-width: 990px) {
    .banner_section .banner_section--inner .header-graph .new-headline {
        padding-top: 0 !important;
        font-size: 20px !important;
    }
}

.hidden-md-down {
    display: block;
}

@media (max-width: 767px) {
    .hidden-md-down {
        display: none;
    }
}

.mb-30 {
    margin-bottom: 3rem;
}

.mt-10 {
    margin-top: 1rem;
}

@media (max-width: 760px) {
    .banner_section--2021 .new-headline {
        padding-top: 170px !important;
    }

    .main__cta {
        margin: 0px auto;
    }
}

@media (min-width: 768px) and (max-width: 1030px) {
    .banner_section--2021 .slider-speakers.slider-speakers--2021 .slide {
        transform: scale(0.85);
        transform-origin: bottom center;
    }
}

marquee {
    background: linear-gradient(to right, #f8041b 0%, #b708d0 51%, #0364cb 100%);
    background-size: 150%;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    height: 2rem;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: gradients;
    animation-name: gradients;
}

marquee:hover {
    cursor: pointer;
}

marquee a>span {
    text-decoration: underline;
}

@-webkit-keyframes gradients {
    0% {
        background-position: 0 0;
    }

    15% {
        background-position: 20% 0;
    }

    25% {
        background-position: 30% 0;
    }

    35% {
        background-position: 40% 0;
    }

    45% {
        background-position: 50% 0;
    }

    50% {
        background-position: 90% 0;
    }

    60% {
        background-position: 60% 0;
    }

    70% {
        background-position: 50% 0;
    }

    75% {
        background-position: 40% 0;
    }

    80% {
        background-position: 30% 0;
    }

    85% {
        background-position: 20% 0;
    }

    95% {
        background-position: 10% 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes gradients {
    0% {
        background-position: 0 0;
    }

    15% {
        background-position: 20% 0;
    }

    25% {
        background-position: 30% 0;
    }

    35% {
        background-position: 40% 0;
    }

    45% {
        background-position: 50% 0;
    }

    50% {
        background-position: 90% 0;
    }

    60% {
        background-position: 60% 0;
    }

    70% {
        background-position: 50% 0;
    }

    75% {
        background-position: 40% 0;
    }

    80% {
        background-position: 30% 0;
    }

    85% {
        background-position: 20% 0;
    }

    95% {
        background-position: 10% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.justify-center {
    justify-content: center !important;
}

section.spk {
    margin-bottom: 0;
}

@media (max-width: 990px) {
    section.spk {
        padding-bottom: 0;
    }
}

section.hosts {
    margin-top: 0;
    margin-bottom: 50px;
    padding-bottom: 100px;
}

.ctas__wrapper {
    display: flex;
    padding: 20px 0;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% + 1rem);
}

.main__cta.ticket__quiz.cta__schedule {
    margin: 0 auto 0;
    min-width: 17rem;
}

.main__cta.ticket__quiz {
    margin-left: 1rem;
}

.slider__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10rem;
    min-height: 70vh;
}

@media (min-width: 1024px) {
    .slider__content {
        padding: 10rem 10rem 0 10rem;
        flex-direction: row;
    }
}

.banner_section-perfect-pitch {
    background: url(../images/hero-background-pitch.png) top center no-repeat;
    background-size: cover;
    min-height: 810px;
}

@media screen and (max-width: 1024px) {
    .banner_section-perfect-pitch {
        min-height: 530px;
        background-size: cover;
    }
}

@media screen and (min-width: 1700px) {
    .banner_section-perfect-pitch {
        background-size: cover;
    }
}

.headline__gradient--1--purple {
    background: linear-gradient(to right, #f8041b 0%, #b708d0 51%, #0364cb 100%) !important;
    margin-top: -15px;
    margin-right: 50px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.headline__gradient--2--purple {
    background: linear-gradient(to right, #c800c7 0%, #a710cf 51%, #8024ce 100%) !important;
    margin-right: 150px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    letter-spacing: 0.5px;
    max-width: 65px;
    padding: 0 20px !important;
}

.headline__gradient--3--purple {
    background: linear-gradient(to right, #fe0507 0%, #d70291 51%, #8024ce 100%) !important;
    margin-top: 0;
    margin-right: -10px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.headline__gradient--3--purple-2 {
    margin-right: 160px;
}

.headline__gradient--3--purple--reversed {
    background: linear-gradient(to right, #8024ce 0%, #0364cb 100%) !important;
    margin: 0 -10px 0 10px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    letter-spacing: 0.5px;
    max-width: 10rem;
}

.container-1260 {
    max-width: 1260px !important;
}

.section-conference-hosts {
    margin-top: 40px;
}

@media screen and (max-width: 1700px) {
    .page-template-pre2021 .banner_section .header-graph {
        padding-left: 120px !important;
    }
}

@media screen and (max-width: 1466px) {
    .page-template-pre2021 .banner_section .header-graph {
        padding-left: 180px !important;
    }
}

@media screen and (max-width: 1366px) {
    .page-template-pre2021 .banner_section .header-graph {
        padding-left: 220px !important;
    }
}

@media screen and (max-width: 1280px) {
    .page-template-pre2021 .banner_section .header-graph {
        padding-left: 300px !important;
    }
}

@media screen and (max-width: 1024px) {
    .page-template-pre2021 .banner_section .header-graph {
        padding-left: 60px !important;
    }
}

@media screen and (max-width: 800px) {
    .page-template-pre2021 .banner_section .header-graph {
        padding: 180px 0px 0 !important;
    }
}

.pre21-date {
    font-family: "MMCruella400", "Source Sans Pro", sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
    text-align: left;
}

.pre21-date svg {
    max-width: 20px;
    position: absolute;
    left: 0;
    top: 2px;
}

@media (min-width: 768px) {
    .pre21-date {
        font-size: 24px;
        padding-left: 38px;
    }

    .pre21-date svg {
        max-width: 25px;
        top: 0;
    }
}

@media (max-width: 800px) {
    .custom-grads-top .layer .layer-main-text {
        margin-top: -65px;
        margin-left: -30px;
    }
}

.page-template-agenda {
    overflow: hidden;
}

.agenda-header-2021 {
    background: url(../images/2022-theme/headers/agenda-hero-bg.png) top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 150px 0 20px;
    color: #fff;
    font-weight: normal;
    position: relative;
    overflow: hidden;
}

.agenda-header-2021 h1 {
    font-family: "Sonder Slab";
    margin-bottom: 40px;
    font-size: 22px;
}

.agenda-header-2021 h1 img {
    height: auto;
}

.agenda-header-2021 h3,
.agenda-header-2021 h4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 120%;
    margin-bottom: 10px;
}

.agenda-header-2021 h4 {
    color: #c4d534;
}

@media (min-width: 768px) {
    .agenda-header-2021 {
        padding: 200px 0 20px;
    }

    .agenda-header-2021 h1 {
        margin-bottom: 50px;
        padding-left: 20px;
        font-size: 35px;
        letter-spacing: 3px;
    }

    .agenda-header-2021 h3,
    .agenda-header-2021 h4 {
        font-size: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 1200px) {
    .agenda-header-2021 h1 {
        margin-bottom: 100px;
        padding-left: 150px;
    }

    .agenda-header-2021 h3,
    .agenda-header-2021 h4 {
        padding-left: 150px;
    }
}

@media (min-width: 1300px) {
    .agenda-header-2021 h1 {
        font-size: 68px;
    }

    .agenda-header-2021 h3,
    .agenda-header-2021 h4 {
        font-size: 24px;
    }
}

@media (min-width: 1440px) {
    .agenda-header-2021 h1 {
        padding-left: 200px;
    }

    .agenda-header-2021 h3,
    .agenda-header-2021 h4 {
        padding-left: 200px;
    }
}

.agenda-header-2021__circle--1,
.agenda-header-2021__circle--2 {
    position: absolute;
}

.agenda-header-2021__circle--1 {
    top: -30%;
    left: -10%;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-name: float;
    animation-name: float;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@media (max-width: 767px) {
    .agenda-header-2021__circle--1 {
        top: -40%;
        left: -40%;
    }
}

.agenda-header-2021__circle--2 {
    bottom: -30%;
    right: -10%;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-name: float;
    animation-name: float;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@media (max-width: 767px) {
    .agenda-header-2021__circle--2 {
        bottom: 5%;
        right: -70%;
    }
}

.agenda-header-2021 .menu-childs-schedule {
    margin: 40px -20px -30px;
}

@media (min-width: 767px) {
    .agenda-header-2021 .menu-childs-schedule {
        margin: 40px 0 -30px;
    }
}

@media (min-width: 1025px) {
    .agenda-header-2021 .menu-childs-schedule {
        padding-left: 150px;
    }
}

@media (min-width: 1440px) {
    .agenda-header-2021 .menu-childs-schedule {
        padding-left: 200px;
    }
}

.agenda-header-2021 .menu-childs-schedule .current_page_item a {
    background: #fff;
    color: #be2481;
}

.agenda-container-2021 {
    font-family: "Uni Sans";
    background: #fff;
    padding: 50px 0 0;
    color: #000;
}

@media (max-width: 767px) {
    .agenda-container-2021 {
        padding: 25px 0 0;
    }
}

.agenda-container-2021 .container {
    max-width: 1075px;
}

.agenda-tabs-2021 {
    border: none !important;
    border-radius: none !important;
    margin: 0 -20px -30px;
    padding: 0;
    text-align: left;
    display: none;
}

@media (max-width: 767px) {
    .agenda-tabs-2021 {
        margin: 0 auto -15px;
    }
}

.agenda-tabs-2021 select {
    -webkit-appearance: none;
}

.agenda-tabs-2021 select option {
    background: #fff !important;
    color: #be2381 !important;
}

.agenda-tabs-2021 select option[selected] {
    background: #be2381 !important;
    color: #fff !important;
}

.agenda-tabs-2021 select#stagesSelect {
    padding: 14px !important;
    position: relative;
    min-width: 220px !important;
    width: 100%;
}

@media (min-width: 767px) {
    .agenda-tabs-2021 select#stagesSelect {
        width: auto;
    }
}

.agenda-tabs-2021 .selectWrapper {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 767px) {
    .agenda-tabs-2021 .selectWrapper {
        display: inline-block;
        margin: 0 0 0 20px;
    }
}

.agenda-tabs-2021 .selectWrapper::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 15px;
    top: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #ffffff;
    z-index: 99;
    transform: translateY(-50%) rotate(180deg);
}

.agenda-tab-2021 {
    display: inline-block;
    padding: 0 7px;
    margin-bottom: 40px;
}

@media (min-width: 480px) {
    .agenda-tab-2021 {
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .agenda-tab-2021 {
        margin-bottom: 70px;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .agenda-tab-2021 {
        padding: 0 4px;
    }
}

.agenda-tab-2021.active .agenda-tab-2021__btn {
    background: linear-gradient(to right, #660193 0%, #960e7c 31%, #b74155 57%, #c76e37 100%);
}

.agenda-tab-2021.active .agenda-tab-2021__btn span {
    color: #000;
    background: #fff;
}

.agenda-tab-2021__btn {
    border: none;
    cursor: pointer;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    background: linear-gradient(to right, #660193 0%, #960e7c 31%, #b74155 57%, #c76e37 100%);
    padding: 5px;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    outline: none;
    transition: none;
}

@media (min-width: 320px) {
    .agenda-tab-2021__btn {
        font-size: 14px;
        min-width: 120px;
    }
}

@media (min-width: 375px) {
    .agenda-tab-2021__btn {
        min-width: 140px;
    }
}

@media (min-width: 768px) {
    .agenda-tab-2021__btn {
        font-size: 16px;
        min-width: 170px;
    }
}

.agenda-tab-2021__btn span {
    display: block;
    border-radius: 50px;
    padding: 10px;
    background: linear-gradient(to right, #660193 0%, #960e7c 31%, #b74155 57%, #c76e37 100%);
}

.agenda-tab-2021__btn:hover {
    background: linear-gradient(to right, #c76e37 0%, #b74155 31%, #960e7c 57%, #660193 100%);
    color: #fff;
}

.agenda-tab-2021__btn:hover span {
    background: linear-gradient(to right, #c76e37 0%, #b74155 31%, #960e7c 57%, #660193 100%);
    color: #fff;
}

.agenda-tab-2021.main-stage__cta .agenda-tab-2021__btn {
    background: linear-gradient(to right, #660193 0%, #960e7c 31%, #b74155 57%, #c76e37 100%);
}

.agenda-tabs-content-2021 {
    min-height: 500px;
}

.agenda-tabs-content-2021 .tab {
    display: none;
}

.agenda-tabs-content-2021 .tab.current {
    display: block;
}

.agenda-tabs-content-2022--home {
    background: #fff;
}

.agenda-item-2021 {
    border-bottom: 1px solid #111;
    text-transform: uppercase;
    font-size: 20px;
    padding: 25px 0;
    margin: 0 auto;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.agenda-item-2021:last-child {
    border-bottom: none;
}

.agenda-item-2021 [class*=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .agenda-item-2021 [class*=col-] {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.agenda-item-2021 p {
    margin: 0;
    font-size: 20px;
}

.agenda-item-2021 .agenda-time-and-title {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 767px) {
    .agenda-item-2021 .agenda-time-and-title {
        width: 33%;
        margin-right: 5px;
        align-self: center;
        justify-self: flex-start;
    }
}

.agenda-item-2021 .agenda-time-and-title .agenda-item-2021__time p:first-of-type {
    margin-right: auto;
}

@media (min-width: 767px) {
    .agenda-item-2021 .agenda-time-and-title .agenda-item-2021__time {
        margin-right: 25%;
    }
}

.agenda-item-2021 .agenda-time-and-title--row-simple {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media (min-width: 767px) {
    .agenda-item-2021 .agenda-time-and-title--row-simple {
        width: 28%;
        margin-right: 5px;
        align-self: center;
        justify-self: flex-start;
    }
}

.agenda-item-2021 .agenda-time-and-title--row-simple .agenda-item-2021__time {
    width: 50%;
}

@media (min-width: 767px) {

    .agenda-item-2021 .agenda-time-and-title--row-simple .agenda-item-2021__time,
    .agenda-item-2021 .agenda-time-and-title--row-simple .agenda-item-2021__title {
        flex: 1 1 100%;
    }
}

.agenda-item-2021 .speaker-wrapper {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 767px) {
    .agenda-item-2021 .speaker-wrapper {
        width: 66%;
    }
}

@media (min-width: 767px) {
    .agenda-item-2021 .speaker-wrapper .agenda-item-2021__speaker-detail {
        flex: 0 0 85%;
    }
}

@media (min-width: 1024px) {
    .agenda-item-2021 .speaker-wrapper .agenda-item-2021__speaker-detail {
        flex: 0 0 60%;
    }
}

.agenda-item-2021 .speaker-wrapper .agenda-item-2021__speaker-photo {
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .agenda-item-2021 .speaker-wrapper .agenda-item-2021__speaker-photo {
        margin-left: -40px;
    }
}

.agenda-item-2021.agenda-item--simple .agenda-item-2021__speaker-photo {
    display: flex;
}

@media (min-width: 768px) {
    .agenda-item-2021.agenda-item--simple .agenda-item-2021__speaker-photo {
        flex: 0 0 30%;
        justify-content: center;
    }
}

.agenda-item-2021__time,
.agenda-item-2021__title {
    padding-bottom: 30px !important;
}

@media (min-width: 768px) {

    .agenda-item-2021__time,
    .agenda-item-2021__title {
        flex: 0 0 15%;
    }
}

@media (max-width: 767px) {

    .agenda-item-2021__time p,
    .agenda-item-2021__title p {
        text-align: left !important;
    }
}

@media (min-width: 1024px) {

    .agenda-item-2021__time,
    .agenda-item-2021__title {
        padding-top: 30px !important;
    }
}

.agenda-item-2021__time b,
.agenda-item-2021__time strong,
.agenda-item-2021__time span,
.agenda-item-2021__title b,
.agenda-item-2021__title strong,
.agenda-item-2021__title span {
    text-transform: none;
    color: #8eda78;
    font-weight: normal;
}

.agenda-item-2021__time {
    color: #000;
    display: flex;
}

.agenda-item-2021__time span {
    color: #8eda78;
}

@media (min-width: 768px) {
    .agenda-item-2021__detail {
        padding-top: 50px !important;
    }
}

.agenda-item-2021__speaker-detail {
    width: auto;
    flex: 0 0 40%;
    margin-left: auto;
}

@media (max-width: 767px) {
    .agenda-item-2021__speaker-detail {
        flex: 0 0 100%;
        padding: 20px 15px;
    }
}

.agenda-item-2021__speaker-detail p {
    font-weight: 500;
}

.agenda-item-2021__speaker-detail b,
.agenda-item-2021__speaker-detail strong,
.agenda-item-2021__speaker-detail span {
    text-transform: none;
    color: #8eda78;
    font-weight: normal;
}

.agenda-item-2021__ending-detail {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
}

.agenda-item-2021__ending-detail p {
    font-weight: 500;
    padding-top: 5px;
}

.agenda-item-2021__speaker-photo {
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .agenda-item-2021__speaker-photo {
        flex: 0 0 100%;
    }
}

.agenda-item-2021__speaker-photos {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.agenda-item-2021__speaker-photos figure {
    line-height: 1;
    margin: 5px;
    max-width: 140px;
}

@media (min-width: 767px) {
    .agenda-item-2021__speaker-photos figure {
        max-width: 100px;
    }
}

@media (min-width: 1200px) {
    .agenda-item-2021__speaker-photos figure {
        max-width: 140px;
    }
}

.agenda-item-empty-2021 {
    padding-top: 50px;
    line-height: 1.2;
}

.agenda-item-empty-2021 h3 {
    font-size: 30px;
}

.agenda-item-notes-2021 p {
    font-size: 17px;
}

.menu-childs-schedule {
    list-style-type: none;
    margin: 100px -20px -30px;
    padding: 0 20px;
    white-space: nowrap;
    overflow-x: auto;
}

@media (min-width: 768px) {
    .menu-childs-schedule {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
}

.menu-childs-schedule li {
    display: inline-block;
}

@media (min-width: 768px) {
    .menu-childs-schedule li {
        margin-right: 15px;
    }
}

.menu-childs-schedule a {
    display: inline-block;
    color: #fff;
    border-radius: 20px 20px 0 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .menu-childs-schedule a {
        padding: 15px 30px;
        font-size: 20px;
    }
}

.menu-childs-schedule .current_page_item a {
    background: #fff;
    color: #ee0f65;
}

.main-stage__cta span {
    padding: 3px;
    background: linear-gradient(to right, #660193 0%, #960e7c 31%, #b74155 57%, #c76e37 100%);
    color: #fff;
}

.schedule__banner--2021 {
    background: #000;
    color: #fff;
    font-family: "Sonder Slab";
    font-size: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    position: relative;
    z-index: 1;
    line-height: 140%;
}

.schedule__banner--2021 p {
    font-size: 35px;
}

.schedule__banner--2021::before {
    content: "";
    position: absolute;
    width: 200vw;
    height: calc(100% + 3px);
    top: -1px;
    left: -50%;
    background: #000;
    z-index: -1;
}

.schedule__orange-row--2021 {
    background: #d16c39;
    position: relative;
    z-index: 1;
}

.schedule__orange-row--2021::before {
    content: "";
    position: absolute;
    width: 200vw;
    height: calc(100% + 3px);
    top: -1px;
    left: -50%;
    background: #d16c39;
    z-index: -1;
}

.schedule__orange-row--2021 .agenda-item-2021__time {
    color: #fff;
}

.schedule__orange-row--2021 .agenda-item-2021__speaker-detail p b,
.schedule__orange-row--2021 .agenda-item-2021__speaker-detail p strong {
    text-transform: none;
    color: #fff;
    font-weight: normal;
}

.schedule__orange-row--2021 .agenda-item-2021__speaker-detail p span {
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
}

.schedule__break-row--2021 {
    background: #8eda78;
    color: #000;
    position: relative;
    z-index: 1;
}

.schedule__break-row--2021::before {
    content: "";
    position: absolute;
    width: 200vw;
    height: calc(100% + 3px);
    top: -1px;
    left: -50%;
    background: #8eda78;
    z-index: -1;
}

.schedule__break-row--2021.break-yellow {
    background: #b9d745;
}

.schedule__break-row--2021.break-yellow::before {
    content: "";
    position: absolute;
    width: 200vw;
    height: calc(100% + 3px);
    top: -1px;
    left: -50%;
    background: #b9d745;
    z-index: -1;
}

.schedule__break-row--2021 .agenda-item-2021__time {
    color: #fff;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Author     : Silviu Stefanescu
*/
/* COLORS */
.font-sonder {
    font-family: "Sonder Slab";
}

.relative {
    position: relative;
}

.text-white--2022 {
    color: #fff;
}

.text-green--2022 {
    color: #a3c60a;
}

.text-blue--2022 {
    color: #00afda;
}

.gradient-2022,
.marquee--2022 marquee,
.tick--2022 li.current_page_item a,
.headline__gradient--1-2022 {
    background: linear-gradient(to right, #009dc4 0%, #00db8e 51%, #c8d600 100%) !important;
}

.gradient-reverse-2022,
.tickets-wrap--2022,
.ticket__cta--2022,
.banner_section--2022 .slider-speakers__controls .btn-carousel {
    background: linear-gradient(to right, #82c824 0%, #00db8e 30%, #009dc4 100%) !important;
}

.gradient-hover-2022,
.ticket__cta--2022:hover {
    background: linear-gradient(to right, #009dc4 20%, #00db8e 71%, #c8d600 120%);
}

.container-840 {
    max-width: 840px;
}

.header-graph--2022 {
    pointer-events: none;
}

@media (max-width: 1024px) {
    .header-graph--2022 .main-heading {
        top: 25px !important;
        right: 120px !important;
    }
}

@media (max-width: 800px) {
    .header-graph--2022 .main-heading {
        top: 130px !important;
        right: auto !important;
        text-align: center !important;
        width: 100%;
    }
}

.headline__gradient--2-2022 {
    background: linear-gradient(to right, #00d98f 0%, #47d95c 100%) !important;
}

.headline__gradient--3-2022 {
    background: linear-gradient(to right, #009dc4 0%, #45d95d 100%) !important;
    margin-right: 150px;
}

.banner_section--2022 .paraWrapper--2022 {
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.banner_section--2022 .paraWrapper--2022 img {
    -webkit-animation-name: float;
    animation-name: float;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    position: absolute;
    margin: 0 !important;
    left: 50%;
}

.banner_section--2022 .paraWrapper--2022 img:first-child {
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    margin-left: -50% !important;
    bottom: 0;
}

@media (min-width: 801px) {
    .banner_section--2022 .paraWrapper--2022 img:first-child {
        top: 2%;
        bottom: auto;
    }
}

@media (min-width: 1300px) {
    .banner_section--2022 .paraWrapper--2022 img:first-child {
        top: 20%;
    }
}

.banner_section--2022 .paraWrapper--2022 img:nth-child(2) {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    margin: 0;
    top: 35%;
    margin-left: -50% !important;
    display: none;
}

@media (min-width: 1024px) {
    .banner_section--2022 .paraWrapper--2022 img:nth-child(2) {
        display: block;
    }
}

@media (min-width: 1300px) {
    .banner_section--2022 .paraWrapper--2022 img:nth-child(2) {
        top: 25%;
        margin-left: -45% !important;
    }
}

.banner_section--2022 .paraWrapper--2022 img:nth-child(3) {
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    top: -3%;
    margin-left: 27% !important;
}

@media (max-width: 1024px) {
    .banner_section--2022 .paraWrapper--2022 {
        transform: none;
    }
}

.banner_section--2022 .slider-speakers__controls {
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    text-align: center;
}

.banner_section--2022 .slider-speakers__controls .btn-carousel {
    border-radius: 1000px;
    position: relative;
    cursor: pointer;
}

.banner_section--2022 .slider-speakers__controls .btn-carousel:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.banner_section--2022 .slider-speakers__controls .btn-carousel.prev-carousel:before {
    border-right: 10px solid #fff;
    margin-right: 2px;
}

.banner_section--2022 .slider-speakers__controls .btn-carousel.next-carousel:before {
    border-left: 10px solid #fff;
    margin-left: 2px;
}

.banner_section--2022 .hp-custom-grads-top {
    padding-right: 0 !important;
    padding-top: 0 !important;
    transform-origin: right top;
    margin-top: -30px !important;
}

@media (max-width: 800px) {
    .banner_section--2022 .hp-custom-grads-top {
        transform: scale(0.5) translateX(-150px) !important;
        margin-top: -60px !important;
    }
}

@media (min-width: 801px) {
    .banner_section--2022 .hp-custom-grads-top {
        margin-top: 50px !important;
    }
}

@media (min-width: 991px) {
    .banner_section--2022 .hp-custom-grads-top {
        margin-top: 60px !important;
    }
}

.banner_section--2022 .hp-custom-grads-top .layer .layer-main-text {
    margin: 0 !important;
    right: -200px !important;
}

@media (min-width: 480px) {
    .banner_section--2022 .hp-custom-grads-top .layer .layer-main-text {
        right: -350px !important;
    }
}

@media (min-width: 768px) {
    .banner_section--2022 .hp-custom-grads-top .layer .layer-main-text {
        right: 0 !important;
    }
}

.slider-speakers--2022 {
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .slider-speakers--2022 {
        min-height: 240px;
    }
}

.slider-speakers--2022 .slider-speakers__content {
    text-align: center !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    display: block !important;
    text-transform: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 150px;
    padding: 0 !important;
}

.slider-speakers--2022 .slider-speakers__content img {
    max-width: 100% !important;
    margin-top: -50px !important;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .slider-speakers--2022 .slider-speakers__content img {
        max-width: 85% !important;
        margin-top: 0 !important;
    }
}

.slider-speakers--2022 .slider-speakers__content h3,
.slider-speakers--2022 .slider-speakers__content p {
    margin-bottom: 20px !important;
    font-weight: normal !important;
    line-height: 1.3 !important;
}

.slider-speakers--2022 .slider-speakers__content h3 {
    font-size: 26px !important;
}

.slider-speakers--2022 .slider-speakers__content h2 {
    font-size: 34px !important;
    font-weight: normal !important;
}

@media (max-width: 767px) {
    .slider-speakers--2022 .slider-speakers__content {
        transform: none !important;
    }
}

@media (min-width: 1026px) and (max-width: 1600px) {
    .slider-speakers--2022 .slide {
        transform: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1030px) {
    .slider-speakers--2022 .slide {
        transform: none !important;
    }
}

.ticket__cta--2022 {
    max-width: none;
    min-width: 130px;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

.ticket__cta--2022-border {
    border: solid 3px transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #000 inset;
    color: #fff;
}

.tick--2022 .menu-childs-schedule {
    margin-top: 60px;
}

.tickets-wrap--2022 {
    padding: 10px 20px;
    margin-bottom: 20px;
}

.tickets-wrap--2022 .tickets-info {
    margin-top: 0;
    padding: 10px 0;
}

.tickets-wrap__info-2022 {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 15px;
}

.container--tickets-2022 {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .container--tickets-2022 {
        padding-top: 0;
        padding-bottom: 70px;
    }
}

.container--tickets-2022 h3 {
    font-size: 30px;
    margin-bottom: 5px;
}

.container--hosts,
.container--topics {
    width: 100%;
}

.container--workshops {
    max-width: 1240px;
}

@media (min-width: 1024px) {
    .container--workshops {
        padding: 0 60px;
    }
}

.headline-new {
    position: relative;
    z-index: 100;
    margin-top: 140px;
    margin-bottom: 10px;
    padding: 0 20px;
}

@media (min-width: 801px) {
    .headline-new {
        margin-top: 200px;
    }
}

@media (min-width: 1550px) {
    .headline-new {
        margin-top: 130px;
    }
}

@media (min-width: 768px) and (min-height: 600px) and (max-height: 800px) {
    .headline-new {
        margin-top: 200px;
    }
}

@media (min-width: 1024px) {
    .headline-new--2022__h {
        margin-bottom: 30px;
    }
}

.banner_section--2021:first-of-type::after {
    display: none;
}

.banner_section--2021 .spk-row {
    justify-content: center !important;
}

.banner_section--2021 .spk-person {
    height: 370px;
}

section.spk .spk-row .spk-person {
    margin-bottom: 30px;
}

section.spk {
    padding-bottom: 0;
}

.centered-content {
    display: flex;
    justify-content: center;
}

#hosts {
    padding-top: 50px;
}

span.tickets-info_prices--fees {
    line-height: 120%;
}

.pb-50 {
    padding-bottom: 50px;
}

body.page-template-pre2022 .logo {
    display: none !important;
}

@media (min-width: 1024px) {
    body.page-template-pre2022 .logo {
        position: absolute;
        right: 12%;
    }
}

@media (min-width: 1400px) {
    body.page-template-pre2022 .logo {
        margin-left: 430px;
        left: 50%;
    }
}

body.page-template-pre2022 footer {
    background: url(../images/2022-theme/pre-event/el-footer.png) center center no-repeat;
    background-size: 90% auto;
}

body.page-template-pre2022 footer .socials_contact .contact-mail--fuchsia {
    color: #d513cd;
    border-bottom-color: #d513cd;
}

body.page-template-pre2022 .custom-grads-top .layer .layer-main-text {
    margin-top: 20px;
    margin-left: 0;
}

@media (min-width: 1280px) {
    body.page-template-pre2022 .custom-grads-top .layer .layer-main-text {
        margin-top: 60px;
    }
}

@media (min-width: 576px) {
    body.page-template-pre2022 .header-elements {
        min-height: 105px;
    }
}

.custom-grads-top-event--pre-2022 {
    left: 0;
}

@media (max-width: 639px) {
    .custom-grads-top-event--pre-2022 {
        transform-origin: right top;
        left: 20px;
    }
}

@media (min-width: 1024px) {
    .custom-grads-top-event--pre-2022 {
        top: -20px;
    }
}

.banner-section--pre-event-2022 {
    background-image: url(../images/2022-theme/pre-event/header.jpg);
}

.banner-section--pre-event-2022 .header-graph {
    padding-top: 190px;
}

@media (min-width: 640px) {
    .banner-section--pre-event-2022 .header-graph {
        padding-top: 150px;
    }
}

@media (min-width: 768px) {
    .banner-section--pre-event-2022 .header-graph {
        padding-top: 40px;
    }
}

.pre-2022-date {
    font-size: 25px;
    color: #787878;
    margin-top: 20px;
}

.pre-2022-date span {
    color: #fff;
}

.pre-2022-date strong {
    font-weight: normal;
    color: #f69c0e;
}

@media screen and (min-width: 1024px) {
    .pre-2022-date {
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 30px;
        text-align: right;
        line-height: 1.5;
    }
}

.s-event {
    display: block;
}

.s-event--pre-2022 {
    padding-right: 0;
    margin-top: -140px;
}

@media (min-width: 768px) {
    .s-event--pre-2022 {
        margin-top: -260px;
    }
}

@media (min-width: 1024px) {
    .s-event--pre-2022 {
        margin-top: -380px;
    }
}

.s-event--pre-2022 .s-event__content_headline {
    display: inline-block;
}

.s-event__content--pre-2022 {
    max-width: none;
}

@media screen and (min-width: 1024px) {
    .s-event__content--pre-2022>h1 {
        font-size: 70px;
        padding-right: 200px;
    }
}

@media screen and (min-width: 1280px) {
    .s-event__content--pre-2022>h1 {
        font-size: 90px;
    }
}

@media screen and (min-width: 1536px) {
    .s-event__content--pre-2022>h1 {
        font-size: 100px;
    }
}

.s-event__info--pre-2022 {
    max-width: 1010px;
}

.tickets-wrap {
    background: linear-gradient(to left, #f69c0e 0%, #e613b7 50%, #802bff 100%);
}

.tickets-wrap--pre-2022 .tickets-info-text_mail a {
    color: #d713cb;
}

.pre-2022--spacer {
    height: 50px;
}

@media (min-width: 1024px) {
    .pre-2022--spacer {
        height: 100px;
    }
}

.sponsor_headline--pre-2022 {
    color: #00afda;
}

.sponsor_headline--pre-2022:after {
    background: #8bd929 !important;
}

.pre-2022--video-container {
    max-width: 840px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
}

.pre-2022--video-container iframe {
    margin: 0;
}

.banner_section--2022 {
    background-image: url(../images/2022-theme/conference/header-bg-2.png) !important;
    background-position: center top !important;
}

.banner_section--2022-inner-nobg {
    background-image: none !important;
}

.main-body--section {
    background-color: #000000;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .main-body--section {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

.container-custom--sir {
    max-width: 1170px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}

.container--topics {
    max-width: 1170px;
    padding: 50px 20px 0 20px;
    margin: auto;
    color: #ffffff;
}

.content--2022 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.content--2022-img {
    width: 100%;
    padding-bottom: 20px;
}

@media (min-width: 1024px) {
    .content--2022-img {
        padding-right: 40px;
        width: 47%;
    }
}

.content--2022-text {
    color: #ffffff;
    line-height: 25px;
    width: 100%;
    text-align: center;
}

.content--2022-text p {
    font-size: 18px;
    margin-bottom: 15px;
}

@media (min-width: 1024px) {
    .content--2022-text {
        text-align: left;
        width: 53%;
    }

    .content--2022-text p {
        font-size: 20px;
    }
}

.content--2022-picture {
    width: 100%;
    margin: auto;
}

.topics-text {
    color: #7bc929;
    text-align: center;
}

/* Accordion styles */
.tab-label--acc-2022 {
    display: flex;
    transition: all 0.5s;
    cursor: pointer;
    /* Icon */
    padding: 20px;
    align-items: center;
    position: relative;
}

.tab-label--acc-2022 strong {
    position: relative;
    z-index: 10;
}

.tab-label--acc-2022:before {
    width: 20px;
    height: 20px;
    transition: all 0.3s;
    margin-right: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 10;
}

.tab-label--acc-2022-1:before {
    content: url("../images/2022-theme/icons/metaverse-icon.png");
}

.tab-label--acc-2022-2:before {
    content: url("../images/2022-theme/icons/story-icon.png");
}

.tab-label--acc-2022-3:before {
    content: url("../images/2022-theme/icons/future-icon.png");
}

.tab-label--acc-2022-4:before {
    content: url("../images/2022-theme/icons/business-icon.png");
}

.tab-label--acc-2022-5:before {
    content: url("../images/2022-theme/icons/carbon-icon.png");
}

.tabs--acc-2022 {
    position: relative;
}

.tabs--acc-2022:after {
    content: "";
    position: absolute;
    left: -5000px;
    right: -5000px;
    top: 0;
    bottom: 0;
    background: #1bae60;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
}

.tabs--acc-2022:hover:after {
    opacity: 1;
}

.tab--acc-2022 {
    width: 100%;
    margin-top: -1px;
    position: relative;
    z-index: 10;
}

.tab--acc-2022:before,
.tab--acc-2022:after {
    content: "";
    z-index: 10;
    position: absolute;
    height: 1px;
    left: -5000px;
    right: -5000px;
    background: #949494;
}

.tab--acc-2022:before {
    top: 0;
}

.tab--acc-2022:after {
    bottom: 0;
}

.tab--acc-2022-content {
    max-height: 0;
    padding: 0 10px 0 90px;
    transition: all 0.5s;
    opacity: 0;
}

.tab--acc-2022-content__inner {
    position: relative;
    z-index: 10;
    padding: 0 0 20px;
}

.input--acc-2022 {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.input--acc-2022:hover+.tab-label--acc-2022:before {
    filter: brightness(0) invert(1);
}

.input--acc-2022:hover+.tab-label--acc-2022:after {
    opacity: 1;
}

.input--acc-2022:hover~.tab--acc-2022-content {
    max-height: 100vh;
    opacity: 1;
}

.carousel--get-button {
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

@media (max-width: 1260px) {
    .carousel--get-button {
        flex-wrap: wrap;
    }
}

.get--button {
    margin-left: 75px;
}

@media (max-width: 768px) {
    .get--button {
        margin-left: 0;
        margin-top: 20px;
    }
}

.text-section--button {
    margin-top: 20px;
}

.main-body--topics-2022 {
    overflow: hidden;
}

.sponsors--2022 {
    padding: 25px 20px 20px !important;
}

.sponsors--2022-presenting .sponsor_subheadline--2022 {
    display: none !important;
    color: #7bc929;
    margin-bottom: 20px;
}

.sponsors--2022-presenting .sponsor_subheadline--2022:first-child {
    display: block !important;
}

.sponsors--2022-presenting .sponsor_logos {
    display: none !important;
}

.sponsors--2022-presenting .sponsor_logos:nth-child(2) {
    display: flex !important;
}

.sponsors--2022-presenting .sponsor_logos img {
    max-height: 100px;
}

.new-headline--2022 {
    position: absolute;
    left: 20px;
    top: 20px;
    text-align: left;
    text-transform: uppercase;
}

.patronaj--2022 p {
    font-size: 10px;
    line-height: 1.3;
    margin-bottom: 5px;
    white-space: nowrap;
    margin-right: 20px;
}

.patronaj--2022 figure {
    margin: 0;
}

.patronaj--2022 img {
    max-width: 150px;
}

@media (min-width: 640px) {
    .patronaj--2022 {
        display: flex;
    }

    .patronaj--2022 p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .patronaj--2022 img {
        max-width: 200px;
    }
}

.marquee--2022 {
    position: relative;
    height: 40px;
    background: #000;
}

.marquee--2022 marquee {
    position: relative;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    cursor: default;
}

.slider-speakers--2022 .slide {
    justify-content: flex-start !important;
}

@media (min-width: 1280px) {
    .slider-speakers--2022 .slide {
        min-height: 450px;
    }
}

.headline__simple--text {
    margin-top: 0;
}

@media (min-width: 1280px) {
    .headline__simple--text .headline-new--2022__h {
        width: 900px;
    }
}

.banner_section--2022 {
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .banner_section--2022 {
        padding-bottom: 60px;
    }
}

.banner_section--2022 .slider-speakers--2022 .slider-speakers__content {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
    justify-content: flex-end;
}

@media (min-width: 1200px) {
    .banner_section--2022 .slider-speakers--2022 .slider-speakers__content {
        flex-direction: row !important;
    }
}

.banner_section--2022 .slider-speakers--2022 .slider-speakers__content .slider-speakers__left,
.banner_section--2022 .slider-speakers--2022 .slider-speakers__content .slider-speakers__right {
    width: 100%;
}

@media (min-width: 1200px) {

    .banner_section--2022 .slider-speakers--2022 .slider-speakers__content .slider-speakers__left,
    .banner_section--2022 .slider-speakers--2022 .slider-speakers__content .slider-speakers__right {
        width: 50%;
    }
}

.banner_section--2022 .slider-speakers--2022 .slider-speakers__content .slider-speakers__right {
    text-align: center;
}

@media (min-width: 1200px) {
    .banner_section--2022 .slider-speakers--2022 .slider-speakers__content .slider-speakers__right {
        text-align: right;
    }
}

.banner_section--2022 .slider-speakers--2022 .slider-speakers__content .slider-speakers__right h2 {
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 700;
}

.banner_section--2022 .slider-speakers--2022 .slider-speakers__content .slider-speakers__right p {
    color: #b3d84d;
    font-size: 18px;
}

.banner_section--2022 .slider-speakers--2022 .slider-speakers__content .slider-speakers__right p span {
    color: #fff;
}

.banner_section--2022 .slider-speakers--2022 .slider-speakers__content .headline-new--2022__brand {
    margin-bottom: 30px;
    max-width: 300px;
}

.banner_section--2022 .headline-new--2022__h {
    max-width: 80%;
}

@media (min-width: 1024px) {
    .banner_section--2022 .headline-new--2022__h {
        max-width: 100%;
    }
}

.banner_section--2022 .slider-speakers .slide.slick-active img {
    transform: scale(0.8);
}

@media (min-width: 1024px) {
    .banner_section--2022 .slider-speakers .slide.slick-active img {
        transform: scale(1);
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .banner_section--2022 .get--button {
        margin-left: 15px !important;
    }
}

.section-tickets-home--2022 {
    background-color: #000;
    padding: 30px 0;
}

@media (min-width: 768px) {
    .section-tickets-home--2022 {
        padding: 50px 0;
    }
}

.section-tickets-home--2022 .container--tickets-2022 {
    padding-bottom: 0;
}

.section-tickets-home--2022 .container--tickets-2022 p {
    margin-bottom: 0;
}

#workshops {
    overflow: hidden;
}

#workshops p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 25px;
}

@media (max-width: 767px) {
    #workshops p {
        padding: 0;
    }
}

#workshops .workshops__container {
    margin: 60px auto 0px;
}

#workshops .workshops__link {
    color: #7bc929;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
}

#workshops .workshops__link:hover {
    color: #00afda;
}

#workshops .workshops__heading {
    font-family: "Sonder Slab";
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    background: #8DD927;
    background: linear-gradient(to right, #8DD927 0%, #00c6bc 50%, #00afda 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
    #workshops .workshops__heading {
        font-size: 36px;
    }
}

#workshops .workshops-header__circle--1,
#workshops .workshops-header__circle--2 {
    position: absolute;
}

#workshops .workshops-header__circle--1 {
    top: -125%;
    left: -10%;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-name: float;
    animation-name: float;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@media (max-width: 767px) {
    #workshops .workshops-header__circle--1 {
        top: -60%;
        left: -40%;
    }
}

#workshops .workshops-header__circle--2 {
    bottom: 125%;
    right: -10%;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-name: float;
    animation-name: float;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@media (max-width: 767px) {
    #workshops .workshops-header__circle--2 {
        bottom: -10%;
        right: -70%;
    }
}

.workshops-tpl__circle--1,
.workshops-tpl__circle--2 {
    position: absolute;
}

.workshops-tpl__circle--1 {
    top: -3%;
    left: -10%;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-name: float;
    animation-name: float;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@media (max-width: 1024px) {
    .workshops-tpl__circle--1 {
        top: -5%;
        left: -30%;
    }
}

@media (max-width: 767px) {
    .workshops-tpl__circle--1 {
        top: -4%;
        left: -40%;
    }
}

.workshops-tpl__circle--2 {
    top: -3%;
    right: -10%;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-name: float;
    animation-name: float;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@media (max-width: 1024px) {
    .workshops-tpl__circle--2 {
        top: -7%;
        right: -35%;
    }
}

@media (max-width: 767px) {
    .workshops-tpl__circle--2 {
        top: -2%;
        right: -55%;
    }
}

.workshops-tpl__heading {
    font-family: "Sonder Slab";
    padding-bottom: 20px;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    background: #8DD927;
    background: linear-gradient(to right, #8DD927 0%, #00c6bc 50%, #00afda 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
    .workshops-tpl__heading {
        font-size: 36px;
    }
}

.workshops-tpl .tick-header {
    padding: 120px 0 60px;
    text-align: center;
}

.workshops-tpl article {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px 0;
}

@media (min-width: 1024px) {
    .workshops-tpl article {
        flex-direction: row;
    }

    .workshops-tpl article:nth-of-type(even) {
        flex-direction: row-reverse;
    }

    .workshops-tpl article:nth-of-type(even) .workshop-item-2021__copy {
        padding: 0 50px 0 0;
    }
}

.workshops-tpl article .workshop-item-2021__image,
.workshops-tpl article .workshop-item-2021__copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {

    .workshops-tpl article .workshop-item-2021__image,
    .workshops-tpl article .workshop-item-2021__copy {
        justify-content: start;
        align-items: start;
    }
}

.workshops-tpl article .workshop-item-2021__image {
    justify-content: center;
    align-items: center;
    transform: scale(1.2);
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    .workshops-tpl article .workshop-item-2021__image {
        margin-bottom: 50px;
    }
}

@media (min-width: 1024px) {
    .workshops-tpl article .workshop-item-2021__copy {
        padding-left: 50px;
    }
}

.workshops-tpl article .workshop-item-2021__copy h2,
.workshops-tpl article .workshop-item-2021__copy h3,
.workshops-tpl article .workshop-item-2021__copy h5 {
    margin-bottom: 20px;
}

.workshops-tpl article .workshop-item-2021__copy h2 {
    color: #7bc929;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

.workshops-tpl article .workshop-item-2021__copy h3 {
    color: #00afd4;
    font-size: 20px;
    text-transform: uppercase;
}

.workshops-tpl article .workshop-item-2021__copy h4 {
    color: #ffffff;
    font-size: 28px;
    text-transform: uppercase;
}

.workshops-tpl article .workshop-item-2021__copy h5 {
    color: #7bc929;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
}

@media (min-width: 1024px) {
    .workshops-tpl article .workshop-item-2021__copy h5 {
        text-align: left;
    }
}

.workshops-tpl article .workshop-item-2021__copy p {
    color: #ffffff;
    font-size: 20px;
}

.workshop-item-2021__copy h2 {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .workshop-item-2021__copy h2 {
        text-align: left !important;
    }
}

.spk-person .box-title,
.gradient-1,
.gradient-2,
.gradient-3,
.gradient-4,
.gradient-5 {
    background: none!important;
}

.custom-grads-top .layer .layer-main-text .layer-item {
    margin: 0!important;
}