@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&family=Inter:wght@400;500;600&family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
@import url("bootstrap.min.css");
@import url("bootstrap-select.min.css");

/* ==========================================================================
   Global
   ========================================================================== */

body {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #111827;
    background-color: #030303 !important;
}

a {
    color: #1CECC6;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    outline: 0;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
}

strong, b {
    font-weight: bold;
}

h1, h2, h3, h4, h5 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    color: #3E360C;
}

input:focus, input.form-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.img-responsive {
    display: block;
    width: 100%;
}


@media (min-width: 1512px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}

/* ==========================================================================
   Header
   ========================================================================== */

.header {
    position: relative;
}

.header-inside {
    padding: 4em 0 2em 0;
}

.header a.logo {
    padding: 0;
}

.header a.logo img {
    width: 200px;
}

.header .navbar-nav .nav-link {
    padding: 0;
    margin: 0 2em 0 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.header .navbar-nav .active .nav-link,
.header .navbar-nav .nav-link:hover {
    color: #1CECC6;
}

.header .header-third a {
    display: inline-block;
    padding: 0.6254em 1.625em;
    background-color: #1CECC6;
    border: 3px solid #1CECC6;
    border-radius: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    text-transform: uppercase;
}

.header .header-third a:hover {
    background-color: #FFFFFF;
}

.header-inside.sticky-header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    position: fixed;
    animation: slide-down 0.5s;
}

.header-inside.sticky-header-bg {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1em 0;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.header .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.65);
    border: none;
    z-index: 400;
    padding: 1em;
    margin: -2px 0 0 0;
    overflow: hidden;
}

.header .navbar-nav .dropdown-menu li {
    padding: 0;
}

.header .navbar-nav .dropdown-menu a {
    padding: 0;
    margin: 0.5em 2em 0.5em 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.header .navbar-nav .dropdown-menu .dropdown-item.active,
.header .navbar-nav .dropdown-menu a:hover {
    background: none;
    color: #1CECC6;
}

/* ==========================================================================
   Home Intro
   ========================================================================== */

.home-intro {
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-top: 230px;
    padding-bottom: 80px;
    background-blend-mode: normal;
}

.home-intro .text {
    margin: 0 1em;
}

.home-intro .location-date {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: left;
    margin-top: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.home-intro h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 102px;
    font-weight: 700;
    line-height: 160px;
    color: #FFFFFF;
    text-align: left;
}

.home-intro h2 span {
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
}

.home-intro .after-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    color: #FFFFFF;
}

.home-intro h3 {
    margin: 0.5em 0 0 0;
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 160px;
    color: #FFFFFF;
}

.home-intro a {
    display: inline-block;
    padding: 1em 6em;
    background-color: #1CECC6;
    border: 3px solid #1CECC6;
    border-radius: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.home-intro a:hover {
    color: #1CECC6;
    background-color: #111827;
}

.home-intro a.venue-link {
    display: inline-block;
    padding: 0 35px 0 0;
    margin: 0 0 2em 0;
    background: url("../images/location-icon.svg") right center;
    background-size: 26px 26px;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #DBFE06;

}

.home-intro a.venue-link:hover {
    color: #1CECC6;
    background: url("../images/location-icon-hover.svg") right center;
    background-size: 26px 26px;
    background-repeat: no-repeat;
}

/* ==========================================================================
   Home Numbers
   ========================================================================== */

.home-numbers-top {
    padding: 11em 0;
    background-image: url("../images/bg-numbers.svg");
    background-position: center center;
    background-size: 80%;
    background-repeat: no-repeat;
    text-align: center;
}

.home-numbers-top .columns-numbers-item {
    padding: 0 2em;
}

.home-numbers-top .columns-numbers-item .title {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 90px;
    line-height: 110px;
    /*color: rgba(28, 236, 198, 0.2);*/
    color: #08322A;
    background: linear-gradient(180deg, rgba(66, 228, 138, 1) 0%, rgba(64, 149, 214, 1) 20%);
    background-size: 200% 200%;
    background-clip: text;
    --tw-bg-opacity: 1;
    -webkit-text-stroke: 3px transparent;
    text-align: left;
}

.home-numbers-top .columns-numbers-item .description {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
}

.home-numbers-top p {
    margin: 3em 0 0 0;
    padding: 0 5em;
    font-size: 32px;
    line-height: 42px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
}

.home-numbers-bottom {
    margin: 3em 0 10em 0;
}

.home-numbers-bottom .container-fluid {
    padding: 0;
}

.home-numbers-bottom .youtube-video {
    padding: 6em 8em 6em 6em;
    background: url("../images/number-bottom-bg.webp") center center no-repeat;
    background-size: cover;
}

.home-numbers-bottom .youtube-video iframe {
    width: 100%;
    height: 550px;
}

.home-numbers-bottom-left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    padding-right: 5em;
}

.home-numbers-bottom-left .day {
    width: 270px;
    margin: 3em 0 0 0;
    padding: 0 0 3em 0;
    background: url("../images/day-line.svg") bottom center no-repeat;
    text-align: center;
}

.home-numbers-bottom-left .day:last-of-type {
    background: none;
}

.home-numbers-bottom-left .day .day-title {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
    text-align: center;
}

.home-numbers-bottom-left .day .day-description {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
}

.home-numbers-bottom-left .apply-link {
    display: block;
    width: 270px;
    margin: 12em 0 0 0;
    padding: 1em 3em;
    background-color: #1CECC6;
    border: 3px solid #1CECC6;
    border-radius: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

.home-numbers-bottom-left .apply-link:hover {
    color: #1CECC6;
    background-color: #111827;
}

/* ==========================================================================
   Home Speakers
   ========================================================================== */

.home-speakers h2 {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 90px;
    line-height: 160px;
    color: #FFFFFF;
}

.home-speakers h2 span {
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
}

.speaker-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.speaker-list-item {
    width: 18.5%;
}

.home-speakers .speaker-item {
    border: none;
    border-radius: 0;
    background: none;
    height: 100%;
    padding: 0;
    min-width: unset;
    max-width: none;
}

.home-speakers .speaker-item img {
    display: block;
    width: 100%;
    border-radius: 8px;
}

.home-speakers .speaker-item .card-body {
    padding: 0;
}

.home-speakers .speaker-item .card-body h5 {
    margin-top: 14px;
    margin-bottom: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

.home-speakers .speaker-item:hover h5 {
    color: #1CECC6;
}

.home-speakers .speaker-item .card-body p {
    margin: 0 0 0.5em 0;
    padding: 0;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: none;
}

.home-speakers .speaker-item .card-footer a {
    border: none;
    font-size: 14px;
    text-transform: none;
    color: #1CECC6;
    font-weight: 500;
    text-align: center;
}

.home-speakers .speaker-item .card-footer a:hover {
    color: #FFFFFF;
}

/* ==========================================================================
   Home Become
   ========================================================================== */

.home-become {
    padding: 0 0 6em 0;
    background: url("../images/become-bg-top.webp") center 90px no-repeat, url("../images/become-bg-bottom.webp") center bottom no-repeat;
    background-size: 100% auto, 100% auto;
}

.home-become .intro {
    padding: 5em 0;
    text-align: center;
}

.home-become .intro h3 {
    margin: 1em 0 0 0;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
}

.home-become .intro h3 span {
    padding: 20px 30px;
    display: inline-block;
    background: #030303;
}

.home-become .intro .apply-link {
    display: inline-block;
    margin: 1em 0 0 0;
    padding: 1em 6em;
    background-color: #1CECC6;
    border: 3px solid #1CECC6;
    border-radius: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.home-become .intro .apply-link:hover {
    color: #1CECC6;
    background-color: #111827;
}

.become-inside {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 3em;
    margin: 7em 0 0 0;
    min-height: 690px;
    background-size: cover;
}

.home-become h2 {
    margin: 0 0 0.5em 0;
    font-style: normal;
    font-weight: 700;
    font-size: 90px;
    line-height: 115px;
    color: #FFFFFF;
}

.home-become .links a {
    display: inline-block;
    margin: 1em 0;
}

.home-become .links a.mail-link {
    display: inline-block;
    padding: 1em 3em;
    background-color: #1CECC6;
    border: 3px solid #1CECC6;
    border-radius: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.home-become .links a.mail-link:hover {
    color: #1CECC6;
    background-color: #111827;
}

.home-become .links a.deck-link {
    display: inline-block;
    padding: 1em 3em;
    margin: 0 0 0 1em;
    background: transparent;
    border: 3px solid #1CECC6;
    border-radius: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1CECC6;
}

.home-become .links a.deck-link:hover {
    color: #1CECC6;
    background-color: #111827;
}

/* ==========================================================================
   Home Sponsors
   ========================================================================== */

.home-sponsors {
    padding: 3em 0;
}

.home-sponsors h2 {
    background-image: url("../images/home-sponsors-h2-bg.webp");
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 2em 0;
    margin: 0 0 0 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 60px;
    line-height: 160px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
}

.home-sponsors h2.first {
    padding-bottom: 1em;
}

.home-sponsors .sponsor-item-list {
    padding: 0 0 2em 0;
}

.home-sponsors h3 {
    margin: 0 0 3em 0;
    padding: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}

.home-sponsors .sponsor-item-list:first-child h3 {
    margin: 0 0 1em 0;
}

.home-sponsors .bs-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.home-sponsors .bs-row.item-1 {
    justify-content: center;
}

.home-sponsors .bs-row.item-1 img {
    width: 100%;
    text-align: center;
}

.home-sponsors .bs-row.item-2 {
    align-items: center;
}

.home-sponsors .bs-row.item-2 div:first-of-type .item-inside img {
    width: 75%;
}

.home-sponsors .bs-row .item-inside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home-sponsors .bs-row .item-inside a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home-sponsors h2 span {
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
}

.home-sponsors img {
    display: inline-block;
    width: 50%;
    filter: grayscale(100%) brightness(70%) contrast(140%);
    transition: filter 0.3s ease;
}

.home-sponsors img:hover {
    filter: grayscale(0) brightness(100%) contrast(100%);
}

.home-sponsors .item-14 img {
    width: 90%;
}

.home-sponsors-bottom {
    padding: 5em 0 4em 0;
    background-image: url("../images/wall-fame-bg.webp");
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
}

.home-sponsors-bottom h3 {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 100px;
    color: #FFFFFF;
}

.home-sponsors-bottom a {
    display: inline-block;
    padding: 1em 3em;
    background-color: #1CECC6;
    border: 3px solid #1CECC6;
    border-radius: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.home-sponsors-bottom a:hover {
    color: #1CECC6;
    background-color: #111827;
}

/* ==========================================================================
   Home Newsletters and Apply
   ========================================================================== */

.home-news-apply {
    padding: 3em 0 12em 0;
    background-image: url("../images/news-apply-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.home-news-apply h2 {
    padding: 0 0 1em 0;
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 160px;
    color: #FFFFFF;
}

.home-news-apply h2 span {
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
}

.home-news-apply .item {
    height: 100%;
}

.home-news-apply h3 {
    margin: 0 0 38px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 24px;
    color: #FFFFFF;
}

.home-news-apply .form-control {
    width: 100%;
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
    margin: 0 0 10px 0;
    padding: 1em 1em 15px 1em;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 15px;
    border-radius: 0;
    color: #171A21;
}

.home-news-apply .form-control:focus {
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #171A21;
}

.home-news-apply .form-control.error-element {
    border: 2px solid #FF0000;
    background-color: #FFFFFF;
    color: #171A21;
}

.home-news-apply .btn-submit,
.home-news-apply .link-more {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background-color: #1CECC6;
    border: 3px solid #1CECC6;
    border-radius: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    text-align: center;
}

.home-news-apply .btn-submit:hover,
.home-news-apply .link-more:hover {
    color: #1CECC6;
    background-color: #111827;
}

.home-news-apply .alert {
    display: none;
}

.home-news-apply .item-2,
.home-news-apply .item-3 {
    display: flex;
    flex-direction: column;
}

.home-news-apply .item .link-more {
    margin-top: auto;
    padding: 17px 20px;
}

.home-news-apply p {
    padding: 0;
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

/* ==========================================================================
   Home Info
   ========================================================================== */

.home-info {
    padding: 0 0 7em 0;
}

.home-info h2 {
    padding: 1em 0 0 0;
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 90px;
    line-height: 160px;
    color: #FFFFFF;
}

.home-info h2 span {
    display: block;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
}

.images {
    padding: 1em 0 0 0;
}

.images .item {
    position: relative;
    min-height: 200px;
    min-width: 200px;
    margin: 1%;
    background-repeat: no-repeat;
    background-size: cover;
}

.images-top-left {
    width: 60%;
}

.images-top-right {
    width: 40%;
}

.images .item-1 {
    width: 90%;
    height: 550px;
    margin-left: 10%;
}

.images .item-2 {
    width: 80%;
    height: 350px;
    margin-right: 20%;
    margin-top: -30px;
}

.images .item-3 {
    width: 28%;
    height: 535px;
    margin-left: 0;
    margin-bottom: -100px;
}

.images .item-4 {
    width: 69%;
    height: 420px;
}

.images .item-5 {
    width: 100%;
    height: 655px;
    margin-right: 0;
}

.images-bottom-left,
.images-bottom-right {
    width: 50%;
}

.images .item-6 {
    width: 65%;
    height: 285px;
    margin-left: 35%
}

.images .item-7 {
    width: 100%;
    height: 535px;
    margin-right: 0;
}

.images .item-8 {
    width: 100%;
    height: 535px;
    margin-left: 0;
}

.images .item-9 {
    width: 65%;
    height: 335px;
    margin-right: 35%;
}

.images .item-10 {
    width: 45%;
    height: 235px;
    margin-left: 55%
}

.images .item-11 {
    width: 100%;
    height: 528px;
    margin-right: 0;
}

.images .item-12 {
    width: 70%;
    height: 325px;
    margin-left: 30%;
}

.home-info .link-holder {
    margin: 7em 0 0 0;
}

.show-all {
    display: inline-block;
    padding: 1em 3em;
    background-color: #1CECC6;
    border: 3px solid #1CECC6;
    border-radius: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.show-all:hover {
    color: #1CECC6;
    background-color: #111827;
}

/* ==========================================================================
   Home Videos
   ========================================================================== */

.home-videos {
    margin: 2em 0 8em 0;
    background-image: url("../images/wall-fame-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.home-videos h2 {
    margin-top: 0;
    margin-bottom: 3em;
    font-size: 60px;
    font-weight: 700;
    line-height: 160px;
    color: #FFFFFF;
    text-align: center;
}

.home-videos h2 span {
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
}

.home-videos #videoList a {
    display: block;
}

.home-videos #videoList img {
    display: block;
    width: 100%;
}

.home-videos .link-holder {
    margin: 6em 0 10em 0;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #1CECC6;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #111827;
}

.footer p {
    font-family: 'Space Grotesk', sans-serif;
}

.footer .footer-logo {
    display: block;
    width: 50%;
    margin: 0 0 15px 0;
}

.footer figure {
    margin: 54px 0 15px 0;
}

.footer h2 {
    margin: 0 0 18px 0;
    font-size: 18px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    color: #111827;
}

.footer h3,
.footer strong {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    color: #111827;
    line-height: 1.5;
}

.footer .company-data a {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #111827;
}

.footer .company-data a:hover {
    color: #578078;
}

.footer .logo-data {
    margin: 40px 0 0 0;
}

.footer .logo-data a {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
}

.footer .logo-data a span {
    width: 20px;
    display: inline-block;
    overflow: hidden;
}

.footer .logo-data a:hover {
    color: #578078;
}

.footer .socials a {
    display: inline-flex;
    margin: 0 3px;
    width: 26px;
    height: 26px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    color: #374151;
}

.footer .socials a:hover {
    color: #578078;
}

.footer-bottom {
    margin: 47px 0 0 0;
    padding: 27px 0 20px 0;
    border-top: 1px solid #08150E;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #111827;
}

.early {
    width: 100%;
    z-index: 900;
    padding: 0.5em 0;
    background-color: #8D0A87;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
}

.early #countdown {
    font-weight: 500;
    font-size: 18px;
}

.early a {
    display: inline-block;
    padding: 0.25em 1.5em;
    background-color: #111827;
    border: 1px solid #111827;
    border-radius: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.early a:hover {
    color: #111827;
    background-color: #8D0A87;
}

.schedule-main.schedule-footer{
    margin: 0;
    padding: 0;
}

/* ==========================================================================
   Content
   ========================================================================== */

.content {
    background-color: #030303;
}

.content-page {
    color: #FFFFFF;
}

.content-single-main h1,
.content-agenda h2 {
    margin: 0 0 40px 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
    text-align: center;
}

.content .h2-outline {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 90px !important;
    line-height: 110px;
    color: #08322A !important;
    background: linear-gradient(180deg, rgba(66, 228, 138, 1) 0%, rgba(64, 149, 214, 1) 20%);
    background-size: 200% 200%;
    background-clip: text;
    --tw-bg-opacity: 1;
    -webkit-text-stroke: 3px transparent;
    text-align: left;
}

.content .last-word span {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
}

.content-single-main {
    padding: 3em 0;
}

.content-single-main .time {
    margin: 0 0 2em 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    color: #333C22;
}

.content-single-main.content-speakers .wp-block-button a,
.content-single-main .btn-green a,
.content-page .btn-green a {
    display: inline-block;
    padding: 0.6254em 1.625em;
    background-color: #1CECC6;
    border: 3px solid #1CECC6;
    border-radius: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
}

.content-single-main.content-speakers .wp-block-button a:hover,
.content-single-main .btn-green a:hover,
.content-page .btn-green a:hover {
    background-color: #FFFFFF;
}

.page-template-page-sponsors .intro {
    display: none;
}

.content-sponsors-middle {
    padding: 3em 0;
}

.content-sponsors-middle h2 {
    margin: 1em 0 0 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
    text-align: center;
}

.content-page .btn-green a {
    padding: 1.25em 6em;
    font-size: 1.125rem;
}

.content-page ul {
    list-style-type: disc;
}

.content .section-table .first .wp-block-kadence-column:nth-child(1) .kt-inside-inner-col,
.content .section-table .first .wp-block-kadence-column:nth-child(2) .kt-inside-inner-col,
.content .section-table .first .wp-block-kadence-column:nth-child(4) .kt-inside-inner-col,
.content .section-table .first .wp-block-kadence-column:nth-child(5) .kt-inside-inner-col {
    border-bottom: none;
    border-right: none;
}

.content .section-table .first .wp-block-kadence-column:nth-child(3) .kt-inside-inner-col,
.content .section-table .first .wp-block-kadence-column:nth-child(6) .kt-inside-inner-col {
    border-bottom: none;
}

.content .section-table .second .wp-block-kadence-column:nth-child(1) .kt-inside-inner-col,
.content .section-table .second .wp-block-kadence-column:nth-child(2) .kt-inside-inner-col,
.content .section-table .second .wp-block-kadence-column:nth-child(3) .kt-inside-inner-col,
.content .section-table .second .wp-block-kadence-column:nth-child(4) .kt-inside-inner-col {
    border-right: none;
}

.schedule-main {
    width: 100%;
    margin-top: 10em;
}

.schedule-main .schedule-container {
    width: 1359px;
    margin: 0 auto;
}

.schedule-main .schedule-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2em;
}

.schedule-main .schedule-day {
    width: 80%;
    margin: 0 auto 5em auto;
}

.schedule-main .schedule-top .schedule-day-title {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.schedule-main .schedule-top .schedule-day-position {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.schedule-main .schedule-day-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.schedule-main a.schedule-day-item {
    cursor: pointer;
}

.schedule-main a.schedule-day-item:hover {
    opacity: 0.65;
}

.schedule-main .schedule-day-item .schedule-day-item-time {
    width: 30%;
    padding: 1em;
    align-self: stretch;
    border: 1px solid #DBFE06;
    border-right: 0;
    text-align: center;
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.schedule-main .schedule-day-item .schedule-day-item-time span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.schedule-main .schedule-day-item .schedule-day-item-description {
    width: 70%;
    padding: 1em 2em;
    align-self: stretch;
    border: 1px solid #DBFE06;
}

.schedule-main .schedule-day-item-description h3 {
    margin: 0 0 10px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.schedule-main .schedule-day-item-description h3 span {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #DBFE06;
    text-transform: none;
}

.schedule-main .schedule-day-item-description h4 {
    margin: 0 0 10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #DBFE06;
}

.schedule-main .schedule-day-item-description p {
    padding: 0;
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.schedule-main .modal-dialog .modal-content {
    background-color: #111827;
    border: 1px solid #DBFE06;
}

.schedule-main .modal-dialog .modal-content .modal-header {
    border: none;
}

.schedule-main .modal-dialog .modal-content .modal-header h3 {
    padding: 0;
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.schedule-main .modal-dialog .modal-content .modal-body h4 {
    margin: 0 0 10px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.schedule-main .modal-dialog .modal-content .modal-body h5 {
    margin: 0 0 10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #DBFE06;
}

.schedule-main .modal-dialog .modal-content .modal-body .desc {
    padding: 0;
    margin: 1em 0 0 0;
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

.schedule-main .modal-dialog .modal-content .modal-footer {
    border: none;
}

.schedule-main .modal-dialog .modal-content .modal-footer .btn-footer-close {
    padding: 0.25em 0.95em;
    background-color: #1CECC6;
    border: 2px solid #1CECC6;
    border-radius: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #111827;
}

.schedule-main .modal-dialog .modal-content .modal-footer .btn-footer-close:hover {
    background-color: #FFFFFF;
}

/* Single Blog & News */
.single-content {
    margin-top: 12em;
    margin-bottom: 8em;
}

.single-content h1 {
    margin: 0 0 80px 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
    text-align: center;
}

.single-content .text,
.single-content .text p {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #FFFFFF;
}

.single-content .text p {
    margin: 0;
    padding: 0 0 2em 0;
}

.single-content .text p a {
    color: #1CECC6;
}

.single-content .text p a:hover {
    color: #FFFFFF;
}

.single-content .text img {
    margin: 0 0 2em 0;
}

/* ==========================================================================
   Category List
   ========================================================================== */

.category-image .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.category-image .over h1 {
    margin: 4em 0 0.4em 0;
    font-style: normal;
    font-weight: 700;
    font-size: 102px;
    line-height: 120px;
    text-align: center;
    color: #FFFFFF;
}


.category-image .over h3 {
    margin: 0 0 1em 0;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}

/* ==========================================================================
   Sessions
   ========================================================================== */

html #sessionize.sessionize-wrapper {
    margin: 3em 0 0 0;
}

html #sessionize.sessionize-wrapper .sz-tabs {
    margin: 4em 1em !important;
}

html #sessionize.sessionize-wrapper .sz-tabs__link {
    display: inline-block;
    margin: 0 1em !important;
    padding: 0.6254em 1.625em !important;;
    background-color: #1CECC6 !important;
    border: 3px solid #1CECC6 !important;;
    border-radius: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #111827 !important;;
    text-transform: uppercase;
}

html #sessionize.sessionize-wrapper .sz-tabs__link:hover,
html #sessionize.sessionize-wrapper .sz-tabs__item--active .sz-tabs__link {
    background-color: #FFFFFF !important;;
}

html #sessionize.sessionize-wrapper .sz-day__title {
    margin: 0 0 1em 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
}

html #sessionize.sessionize-wrapper .sz-grid .sz-track__title {
    position: static;
    overflow: visible;
    min-height: 100px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 28px;
    line-height: 38px;
    color: #FFFFFF;
    white-space: break-spaces;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-overflow: unset;
}

html #sessionize.sessionize-wrapper .sz-grid .sz-time {
    display: none;
}

html #sessionize.sessionize-wrapper .sz-grid .sz-session--grid {
    height: auto !important;
}

html #sessionize.sessionize-wrapper .sz-grid .sz-session--grid:hover {
    border: none;
    box-shadow: none;
    background: none;
}

html #sessionize.sessionize-wrapper .sz-grid .sz-session--service .sz-session__card {
    margin: 10px;
    background-color: #111827;
    border: none;
    box-shadow: none;
    border-radius: 10px;
}

html #sessionize.sessionize-wrapper .sz-grid .sz-session--service .sz-session__card:hover {
    background-color: #111827;
    transform: scale(1.05);
    border: none;
    box-shadow: none;
}

html #sessionize.sessionize-wrapper .sz-session__meta-group {
    text-align: left;
}

html #sessionize.sessionize-wrapper .sz-cssgrid {
    grid-column-gap: 0;
    grid-row-gap: 0;
}

html #sessionize.sessionize-wrapper .sz-session__time {
    margin: 0 0 10px 0;
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 1;
}

html #sessionize.sessionize-wrapper .sz-cssgrid .sz-cssgrid__track-label {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #111827;
    border: 1px solid #DBFE06;
    border-radius: 0;
    padding: 1em;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

html #sessionize.sessionize-wrapper .sz-cssgrid .sz-cssgrid__track-label .small {
    display: block;
    font-size: 16px;
    width: 100%;
    padding: 0.5em 0 0 0;
}

html #sessionize.sessionize-wrapper .sz-cssgrid .sz-cssgrid__time-label {
    display: none;
}

html .sz-session.sz-session--cssgrid {
    min-width: 200px;
}

html #sessionize.sessionize-wrapper .sz-cssgrid .sz-session__card {
    background: none !important;
    border: 1px solid #DBFE06 !important;
    border-radius: 0;
    box-shadow: none;
    padding: 1em !important;
}

html #sessionize.sessionize-wrapper .sz-session__title {
    text-align: left;
}

html #sessionize.sessionize-wrapper .sz-session__title a {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 1;
    text-align: left;
}

html #sessionize.sessionize-wrapper .sz-session__title a:hover {
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
}

html #sessionize.sessionize-wrapper .sz-session__speakers li {
    width: 100%;
}

html #sessionize.sessionize-wrapper .sz-session__speakers li:first-child {
    margin-top: 1em;
}

html #sessionize.sessionize-wrapper .sz-session__speakers li:last-child {
    margin-bottom: 1em;
}

html #sessionize.sessionize-wrapper .sz-session__speakers a {
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
    display: inline-block;
    padding: 0.5em 0;
    font-size: 16px;
    font-weight: 500;
    color: #DBFE06;
    text-transform: uppercase;
}

html #sessionize.sessionize-wrapper .sz-session__title a:hover,
html #sessionize.sessionize-wrapper .sz-grid .sz-session__card a:hover,
html #sessionize.sessionize-wrapper .sz-grid .sz-session__card a:focus {
    text-decoration: none;
    border: none;
    box-shadow: none;
}

html #sessionize.sessionize-wrapper .sz-modal {
    background-color: #111827;
    border: 1px solid #DBFE06;
    padding: 2em;
}

html #sessionize.sessionize-wrapper .sz-modal .sz-modal__close {
    color: #FFFFFF;
}

html #sessionize.sessionize-wrapper .sz-modal .sz-session.sz-session--full .sz-session__title {
    margin-bottom: 1.5em;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
}

html #sessionize.sessionize-wrapper .sz-modal .sz-session.sz-session--full .sz-session__description {
    color: #FFFFFF;
}

html #sessionize.sessionize-wrapper .sz-modal .sz-speaker.sz-speaker--full .sz-speaker__bio {
    font-size: 1rem;
    color: #FFFFFF;
}

html #sessionize.sessionize-wrapper .sz-modal .sz-speaker.sz-speaker--full .sz-speaker__questions {
    border-top: 1px solid #DBFE06;
    border-bottom: 1px solid #DBFE06;
    padding: 1em 0;
}

html #sessionize.sessionize-wrapper .sz-modal .sz-speaker.sz-speaker--full .sz-speaker__name {
    font-size: 16px;
    font-weight: 500;
    color: #DBFE06;
    text-transform: uppercase;
}

html #sessionize.sessionize-wrapper .sz-modal .sz-speaker.sz-speaker--full .sz-speaker__tagline {
    color: #DBFE06;
}

html #sessionize.sessionize-wrapper .sz-modal .sz-speaker.sz-speaker--full .sz-speaker__questions dt {
    color: #FFFFFF;
}

html #sessionize.sessionize-wrapper .sz-modal .sz-speaker.sz-speaker--full .sz-speaker__questions dd {
    color: #FFFFFF;
}

html #sessionize.sessionize-wrapper .sz-modal .sz-speaker__sessions a {
    color: #1CECC6;
}

html #sessionize.sessionize-wrapper .sz-modal .sz-speaker__sessions a:hover {
    color: #FFFFFF;
}

/* ==========================================================================
   Page Tickets
   ========================================================================== */

.content-tickets {
    position: relative;
    margin-top: -6em;
    padding: 0 0 20em 0;
    background: url("../images/price-table-bg.png") bottom center no-repeat;
    background-size: 100% auto;
}

.content-tickets .image-holder {
    background-size: cover;
    text-align: center;
}

.content-tickets .text {
    padding: 18em 30em 8em 30em;
    text-align: center;
}

.content-tickets h1 {
    margin: 0 0 0.25em 0;
    font-style: normal;
    font-weight: 700;
    font-size: 102px;
    line-height: 110px;
    color: #FFFFFF;
}

.content-tickets h1 span {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
}

.content-tickets p {
    padding: 0;
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 160px;
    color: #FFFFFF;
}

.content-tickets .line {
    padding: 6em 2em 7em 2em;
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #9A9A9A;
    text-align: center;
}

.content-tickets .line h3 {
    padding: 2em 0 0 0;
    margin: 0 0 1.5em 0;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 0;
    color: #9A9A9A;
}

.content-tickets .line .open h3 {
    background: url("../images/triangle-pink.svg") top center no-repeat;
    color: #FFFFFF;
}

.content-tickets .line img {
    padding: 2em 0 0 0;
}

.content-tickets .line span.sold {
    display: inline-block;
    padding: 7px 10px;
    background: #E50000;
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

.content-tickets .line span.price {
    display: inline-block;
    padding: 7px 10px;
    line-height: 26px;
}

.content-tickets .price-table .price-table-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 5em 4em;
    background: #08150E;
}

.content-tickets .price-table .price-table-item h3 {
    margin: 0 0 1em 0;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 24px;
    color: #FFFFFF;
}

.content-tickets .price-table .price-table-item .price {
    margin: 0 0 0.6em 0;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: flex-end;
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 77px;
    color: #FFFFFF;
}

.content-tickets .price-table .price-table-item .price .vat {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 50px;
    color: #7E7E7E;
}

.content-tickets .price-table .price-table-item .price-table-item-text {
    margin: 0 0 4em 0;
}

.content-tickets .price-table .price-table-item .price-table-item-text p {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 44px;
    color: #FFFFFF;
}

.content-tickets .price-table .price-table-item .price-table-item-text p strong {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 44px;
    color: #DBFE06;
}

.content-tickets .price-table .price-table-item a {
    display: block;
    margin-top: auto;
    padding: 1em 1.5em;
    background-color: #1CECC6;
    border: 3px solid #1CECC6;
    border-radius: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
    text-align: center;
}

.content-tickets .price-table .price-table-item a:hover {
    color: #1CECC6;
    background-color: #111827;
}

.content-tickets .price-table .price-table-item button {
    display: block;
    width: 100%;
    margin-top: auto;
    padding: 1em 1.5em;
    background-color: #4F4F4F;
    border: 3px solid #4F4F4F;
    border-radius: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
}

.content-tickets .price-table .price-table-item button:hover {
    color: #4F4F4F;
    background-color: #a9a8a8;
}

#notifyMe .modal-content {
    background: #000000;
    border-radius: 0;
    padding: 2em;
}

#notifyMe .modal-content .modal-header {
    border-bottom: none;
    padding: 0;
}

#notifyMe .modal-content .modal-header h5 {
    padding: 1em 3em;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: center;
}

#notifyMe .modal-content .modal-body .alert {
    display: none;
}

#notifyMe .modal-content .modal-body .form-control {
    width: 100%;
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
    margin: 0 0 10px 0;
    padding: 1em 1em 15px 1em;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 15px;
    border-radius: 0;
    color: #171A21;
}

#notifyMe .modal-content .modal-body .form-control:focus {
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #171A21;
}

#notifyMe .modal-content .modal-body .form-control.error-element {
    border: 2px solid #FF0000;
    background-color: #FFFFFF;
    color: #171A21;
}

#notifyMe .modal-content .modal-body button {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background-color: #1CECC6;
    border: 3px solid #1CECC6;
    border-radius: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    text-align: center;
}

#notifyMe .modal-content .modal-body button:hover {
    color: #1CECC6;
    background-color: #111827;
}

html #plurality-hero {
    background-size: cover;
}


/* ==========================================================================
   Media query
   ========================================================================== */

@media (min-width: 37.5em) {
    html #sessionize.sessionize-wrapper .sz-cssgrid .sz-cssgrid__track-label {
        top: 75px;
    }
}

@media (max-width: 1512px) {

    .content-tickets .text {
        padding: 30em 20em 8em 20em;
    }

    .category-image .over h1 {
        margin: 3em 0 0.4em 0;
    }

}

@media (max-width: 1440px) {

    .content-tickets h1 {
        font-size: 80px;
        line-height: 90px;
    }

    .content-tickets p {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width: 1366px) {

    .schedule-main .schedule-container {
        width: 100%;
    }

    html #plurality-hero {
        background-size: contain;
    }
}

@media (max-width: 1280px) {
}

@media (max-width: 1024px) {

    #navbarsDefault {
        margin-top: 1em;
        padding: 1em 0;
        border-top: 1px solid #FFFFFF;
    }

    .header-inside.sticky-header {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .navbar-toggler {
        padding: 5px 7px 3px 7px;
        border: 2px solid #FFFFFF;
        color: #FFFFFF;
    }

    .navbar-toggler:focus {
        box-shadow: none;
        color: #FFFFFF;
        opacity: 0.9;
    }

    .navbar-toggler rect {
        fill: #FFFFFF;
    }

    .navbar-toggler:focus rect {
        fill: #FFFFFF;
    }

    .navbar-nav li a {
        margin: 0 5px 1em 0 !important;
        text-align: right;
        font-size: 20px;
        justify-content: start;
    }

    .header .navbar-nav .dropdown-menu {
        display: block;
        padding-left: 2em;
        background: none;
    }

    .header .dropdown-toggle::after {
        display: none;
    }

    .home-intro .text {
        margin: 0;
    }

    .category-image .over h1 {
        margin: 2em 0 0.4em 0;
    }

}

@media (max-width: 800px) {

    .home-intro .text,
    .home-intro .location-date,
    .home-intro .preface-title,
    .home-intro h2 {
        text-align: center;
    }

    .columns-dates .description {
        margin-bottom: 30px;
    }

    .home-numbers-top .columns-numbers-item .title {
        font-size: 60px;
        line-height: 70px;
    }

    .home-numbers-top {
        padding-bottom: 5em;
    }

    .home-numbers-top p {
        padding: 0;
    }

    .home-numbers-bottom-left {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-right: 0;
    }

    .home-numbers-bottom-left .day {
        width: 30%;
        background: none;
        margin-bottom: 5em;
    }

    .home-numbers-bottom-left .apply-link {
        width: 100%;
        margin: 0 1em;
    }

    .home-numbers-bottom .youtube-video {
        padding: 2em;
    }

    .home-numbers-bottom-left .day .day-title {
        font-size: 35px;
        line-height: 45px;
    }

    .images .item-4 {
        width: 52%;
    }

    .early {
        font-size: 20px;
        line-height: 1.5;
    }

    .early #countdown {
        margin-bottom: 1em;
        font-size: 18px;
    }

    .content-tickets .text {
        padding: 30em 10em 8em 10em;
    }

    .category-image .over {
        position: static;
    }

    .category-image .over h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .single-content h1 {
        margin-top: 1em;
        margin-bottom: 1.75em;
        font-size: 35px;
        line-height: 45px;
    }

}

@media (max-width: 600px) {

    .header-inside {
        padding: 1em 0;
    }

    .header-inside.sticky-header {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .header .header-third a {
        width: 100%;
        text-align: center;
    }

    .navbar-nav,
    .header-third {
        padding-left: 1em;
        padding-right: 1em;
    }

    .home-intro {
        padding-bottom: 80px;
        height: auto;
    }

    .home-intro .preface-title {
        font-size: 38px;
        line-height: 48px;
    }

    .home-intro h2 {
        font-size: 48px;
        line-height: 58px;
    }

    .home-intro h3 {
        margin-bottom: 0.5em;
        font-size: 42px;
        line-height: 52px;
    }

    .home-intro a {
        width: 100%;
        padding-left: 1em;
        padding-right: 1em;
    }

    .home-intro a.venue-link {
        width: auto;
    }

    .home-numbers-bottom-left .day {
        width: 100%;
        margin-bottom: 2em;
        background: url(../images/day-line.svg) bottom center no-repeat;
    }

    .speaker-list-item {
        width: 46%;
    }

    .home-become .links a,
    .home-become .links a.deck-link {
        width: 100%;
        margin-left: 0;
    }

    .home-news-apply h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .columns-dates .title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .columns-dates .description {
        font-size: 18px;
        line-height: 28px;
    }

    .home-numbers {
        padding: 2em 0;
    }

    .home-numbers .title {
        font-size: 38px;
        line-height: 48px;
    }

    .home-speakers h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .home-become h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .home-become .links a {
        width: 100%;
        padding: 0.62em 1em !important;
    }

    .home-news-apply .item {
        margin-bottom: 3em;
    }

    .home-news-apply .item-3 {
        margin-top: 3em;
    }

    .home-info h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .home-sponsors h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .home-sponsors .item a {
        display: block;
        width: 100%;
    }

    .home-sponsors .item-1 div {
        width: 100%;
    }

    .home-sponsors .bs-row.item-2 div:first-of-type .item-inside img {
        width: 105%;
    }

    .images .item {
        width: 100%;
        margin: 1%;
    }

    .content-single-main h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .content-sponsors-middle h2,
    .content-agenda h2,
    .home-videos h2 {
        font-size: 38px;
        line-height: 48px;
    }

    html #sessionize.sessionize-wrapper .sz-grid .sz-day__container {
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0;
        height: auto !important;
    }

    html #sessionize.sessionize-wrapper .sz-grid .sz-session--grid {
        position: static;
    }

    html #sessionize.sessionize-wrapper .sz-grid .sz-track {
        width: 100%;
        margin-bottom: 2em;
    }

    .content-tickets p {
        font-size: 30px;
        line-height: 40px;
    }

    .content-tickets .price-table .price-table-item {
        margin-bottom: 3em;
    }

    .schedule-main .schedule-day-item .schedule-day-item-time {
        width: 100%;
        border-right: 1px solid #DBFE06;
        border-bottom: 1px solid #DBFE06;
        font-size: 18px;
    }

    .schedule-main .schedule-day-item .schedule-day-item-description {
        width: 100%;
        border-top: none;
    }

    .democracy .schedule-main .schedule-top .schedule-day-position {
        font-size: 15px;
    }

    .democracy .schedule-main .schedule-day {
        width: 100%;
    }

    .democracy .kt-row-column-wrap {
        gap: 10px;
    }
}

@media (max-width: 480px) {

    .home-become .intro .apply-link {
        width: 100%;
        padding: 1em 1em;
    }

    .home-numbers-bottom {
        margin-bottom: 5em;
    }

    .home-speakers h2 {
        margin-bottom: 2em;
    }

    .home-sponsors img {
        width: 90%;
    }

    .images-top {
        flex-wrap: wrap;
    }

    .images-top-left,
    .images-top-right {
        width: 100%;
    }

    .content-page .btn-green a {
        width: 100%;
        padding: 1.25em 3em;
    }

    .wp-block-buttons > .wp-block, .wp-block-buttons > .wp-block-button.wp-block-button.wp-block-button.wp-block-button.wp-block-button {
        width: 100%;
    }

    .content .section-table .first .wp-block-kadence-column:nth-child(1) .kt-inside-inner-col,
    .content .section-table .first .wp-block-kadence-column:nth-child(2) .kt-inside-inner-col,
    .content .section-table .first .wp-block-kadence-column:nth-child(4) .kt-inside-inner-col,
    .content .section-table .first .wp-block-kadence-column:nth-child(5) .kt-inside-inner-col,
    .content .section-table .second .wp-block-kadence-column:nth-child(1) .kt-inside-inner-col,
    .content .section-table .second .wp-block-kadence-column:nth-child(2) .kt-inside-inner-col,
    .content .section-table .second .wp-block-kadence-column:nth-child(3) .kt-inside-inner-col,
    .content .section-table .second .wp-block-kadence-column:nth-child(4) .kt-inside-inner-col {
        border-right: 1px solid #f6fa1a;;
    }

    .home-numbers-top .columns-numbers-item .title,
    .home-numbers-top .columns-numbers-item .description {
        text-align: center;
    }

    .home-numbers-top .columns-numbers-item {
        margin-bottom: 3em;
    }

    .content-tickets .text {
        padding: 30em 2em 8em 2em;
    }

    html #sessionize.sessionize-wrapper .sz-tabs__item {
        width: 100%;
    }

    html #sessionize.sessionize-wrapper .sz-tabs__item a {
        width: 100%;
        margin: 0 !important;
    }

    html #sessionize.sessionize-wrapper .sz-day__title {
        font-size: 30px;
        line-height: 40px;
    }

    html #sessionize.sessionize-wrapper .sz-cssgrid .sz-cssgrid__track-label {
        display: none;
    }

    html #sessionize.sessionize-wrapper .sz-cssgrid .sz-session__card .sz-session__tags li {
        font-style: italic;
        font-size: 16px;
        font-weight: 500;
        color: #DBFE06;
    }

}

@media (max-width: 375px) {

    .home-speakers .col-6 {
        width: 100% !important;
    }

}
