@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Reg.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}


:root {
    --max-width: 1440px;
    --primary-color: #0099FF;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Proxima Nova', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
}

.responsive-img {
    max-width: 100%;
    height: auto;
}

header {
    position: relative;
    z-index: 3;
    background-image: linear-gradient(180deg, #000000 60%, rgba(0, 0, 0, 0) 100%);
}

.safari header {
    background-color: #000;
}

/* header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    
    mix-blend-mode: plus-lighter;
    pointer-events: none;
} */

header .section__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bg-black {
    background-color: #000;
}

.bg-white {
    background-color: #fff;
    color: #000;
}

.bg-dark {
    background-color: #252B42;
}

.bg-blue {
    background-color: #0000FF;
}

.text-center {
    text-align: center;
}

.color-primary {
    color: var(--primary-color);
}

.text-white {
    color: #fff;
}

.button {
    background-color: #0099FF;
    color: #FFFFFF;
    padding: 1rem 2rem;
    border: none;
    border-radius: 53px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    transition: background-color 0.3s, border-color 0.3s;
}

.button:hover {
    background-color: #54C7FF;
}

.button.outline {
    background-color: transparent;
    border: 1px solid #FFFFFF;
}

.button.outline:hover {
    background-color: #0099FF;
    border: 1px solid #0099FF;
}

.button.black {
    background-color: #000;
}

.button.black:hover {
    background-color: #0099FF;
}

a.button {
    text-decoration: none;
    color: #FFFFFF;
}

.section {}

.section__content {
    padding: 2rem 5rem;
    max-width: var(--max-width);
    margin: auto;
}

.hero {
    padding-bottom: 8rem;
    position: relative;
}

.hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 50px);
    top: -50px;
    z-index: 1;
    background-color: #000;
    background-image: linear-gradient(90deg, #0000FF -24.86%, rgba(0, 0, 255, 0) 71.84%);
    mix-blend-mode: plus-lighter;
    pointer-events: none;
}

.hero {
    position: relative;
}

.hero__background {
    background-image: url('tire-header.webp');
    background-size: 170%;
    background-position: right;
    position: absolute;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;

    width: 77vw;
    height: 100%;
}

.hero__content {
    max-width: 570px;
    padding-bottom: 43px;
}

.hero h1 {
    font-size: 3.625rem;
    color: #fff;
    padding-top: 1rem;
}

.hero h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    padding-top: 1rem;
    margin-bottom: 2rem;
}

.hero h4 {
    font-size: 1.25rem;
    font-weight: 300;
    color: #fff;
    padding-top: 1rem;
}

.animated-stripe {
    min-width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    position: relative;
    overflow: hidden;
}

/* @keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100vw);
    }
} */

.animated-stripe__content {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: max-content;
    top: 0.5rem;
    gap: 120px;
}

.stripe-text {
    position: relative;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.tile-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    row-gap: 4rem;
    column-gap: 1rem;

}

.acronym {
    background-color: black;
    color: #fff;
    padding-top: 115px;
    padding-bottom: 115px;
    position: relative;
    background-image: linear-gradient(140.31deg, #0000FF -33.79%, rgba(0, 0, 0, 0) 51.21%), url('tire-desktop-transparent.webp'), linear-gradient(360deg, #0000FF -19.05%, rgba(0, 0, 0, 0) 29.2%);
    background-repeat: no-repeat;
    background-position: top left, top -65px center, top center;
    background-blend-mode: screen;
}

.acronym .section__content {
    position: relative;
}

/* .acronym .section__content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url('/assets/tire.webp');
} */

/* .acronym::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(360deg, #0000FF -19.05%, rgba(0, 0, 0, 0.3) 29.2%);
    pointer-events: none;
} */

.acronym .tile-container {
    margin-bottom: 115px;
}

.acronym h5 {
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    background: linear-gradient(180deg, #0099FF 37.5%, #005C99 165.62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.acronym h6 {
    font-size: 0.8rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.acronym .tile {
    text-align: center;
    max-width: 240px;
}

.acronym .tile p {
    font-size: 0.8rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.speakers {
    /* padding-top: 8rem; */
    padding-bottom: 5rem;
}

.speaker-pic {
    border-radius: 50%;
}

.speaker-pic-container {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.speaker-pic-container img {
    width: 100%;
}

.speaker-pic-container.big {
    width: 200px;
    height: 200px;
}

.speakers h2 {
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 80px;
}

.speakers .tile-container {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.speakers .tile {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.speakers h5 {
    font-size: 1.5rem;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

.speakers h6 {
    font-size: 0.875rem;
    font-weight: 300;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.more-speakers {
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    margin-top: 4rem;
}

.section.agenda {
    background: linear-gradient(180deg, #000000 -10.11%, #00006F 13.36%);
    color: #fff;
    padding-bottom: 80px;
}

.agenda h2 {
    font-size: 58px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.agenda .section__content>p {
    font-size: 1.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 100;
}

.agenda__content {
    margin-top: 80px;
}

.agenda__item {
    display: flex;
    align-items: flex-start;
    padding: 1.5rem 4rem;
    gap: 40px;
}

.agenda__time h5 {
    font-size: 2rem;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 0;
}

.agenda__time h5 b {
    font-weight: 700;
}

.agenda__info {
    flex-shrink: 1;
}

.agenda__info>p {
    font-size: 0.875rem;
    font-weight: 300;
}

.agenda__info h6 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.agenda__speakers {
    align-self: flex-end;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-end;
    gap: 20px;
    max-width: 100%;
    flex-wrap: wrap;
}

.agenda__speaker {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-grow: 1;
    flex-shrink: 0;
}

.agenda__speaker h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 0;
}

.agenda__speaker h6 {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
}

.agenda__speaker u {
    text-transform: uppercase;
    text-decoration: none;
}

.section.map {
    background: linear-gradient(360deg, #0000FF -20.9%, #000000 47.79%);

}

.section.map .section__content {
    display: flex;
    flex-direction: row;
    padding: 100px 30px;
}

.map-frame {
    object-fit: contain;
    height: 510px;
    cursor: pointer;
}

.section.map>.section__content>.map-column-text {
    margin-left: 100px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.section.map>.section__content>.map-column-text .button {

    display: block;
    width: fit-content;

}

.section.map>.section__content>.map-column-text a {
    color: #fff;
    text-decoration: none;
}

.section.map>.section__content>.map-column-text a:hover {}

.section.map>.section__content>.map-column-text h2 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 44px;
    font-weight: 700;
    line-height: 57px;
}

.section.map>.section__content>.map-column-text * h3 {
    margin: 0px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;

}

.section.map>.section__content>.map-column-text * h4 {

    font-size: 20px;
    font-weight: 300;
    line-height: 30px;


}

.section.map>.section__content>.map-column-text * p {
    margin: 0px;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;


}

.section.map>.section__content>.map-column-text>.map-text-small {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin: 20px 0px;
}


.section.form h2 {
    font-size: 58px;
}

.sponsors h2 {
    font-size: 44px;
    font-weight: 700;
    text-align: center;

}

.sponsors .tile-container {
    color: #fff;
    margin-top: 155px;
}

.sponsors .tile {
    text-align: center;
}

.sponsors h5 {
    font-size: 20px;
    font-weight: 300;
}

.sponsors h6 {
    font-size: 24px;
    font-weight: 700;
}

.sponsors {
    position: relative;
}

.sponsors::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(360deg, #0000FF -19.05%, rgba(0, 0, 0, 0) 29.2%);
    pointer-events: none;
}

.sponsors .section__content {
    background-image: url('footer-bg.png');
    background-size: cover;
    background-position: bottom -50px center;
    padding-bottom: 8rem;
}

.footer__content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.footer__links a {
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    color: #BDBDBD;
}

.free_container {
    color: white;

    display: block;
}

.row {
    display: flex;
    flex-direction: row;
}

.second-row {
    margin-top: 15px;
}

.header-row {
    width: 450px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
    gap: 40px;
}

.header-row a {
    display: block;
    font-size: 24px;
}

.free-label {
    background-color: #0000FF;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 2px;
    text-align: center;
    width: 55px;
    height: 32px;
}

.price-label {
    text-decoration: line-through;
    margin-left: 15px;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    text-align: left;
}

.free-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    width: 160px;
    margin: 0px;
}



#registration {
    height: 1260px !important;
}


.logo-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    margin: 0px;
}



.vertical-line {
    border-left: 0.3px solid #FFFFFF;
    width: 1px;
    height: 215px;
    display: block;
    margin: 0px 60px;
}


.logo-row img {
    width: 112px;
    height: auto;
}

.logo-column {
    display: flex;
    flex-direction: column;
}

.logo-column h4 {

    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    margin: 20px 0px;
}

.logo-column-left {
    width: 180px;
}

.logo-column-left h4 {
    text-align: center;
}

.logo-column-right h4 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.logo-column-left img {
    width: 180px;
    height: auto;
}

.logos {
    margin-bottom: 20px;
}

.logos div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    min-width: 100%;
    box-sizing: border-box;
}

.logo-sized {
    width: 92px !important;
}

.logos div figure {
    margin: 0px;
}

.mobile-only {
    display: none;
}

.tile>summary {
    list-style: none;
}

.tile summary::-webkit-details-marker {
    display: none;
}

.wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 999;
    position: relative;
}

section.partners {
    background-color: #000;
    color: white;
}

section.partners p {
    margin: 0;
    text-align: center;
    font-size: 14.4px;
    font-weight: 300;
    line-height: 27px;
    padding-top: 30px;
}

section.partners .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 140px;
    max-width: 100%;
    padding-bottom: 50px;
}

section.partners .row figure img {
    height: 50px;
    width: auto;
}

figure img.bridgestone {
    width: 137px;
}

@media screen and (min-width: 1200px) and (max-width: 1690px) {
    .logos div {
        gap: 5px;
    }

    .logo-row figure img {
        width: 80px;
    }
}

@media screen and (max-width: 1330px) {
    .logo-column-left img {
        width: 150px;
    }

    .logo-row img {
        width: 95px;
    }

    .acronym .tile-container {
        gap: 2rem;
    }

    .map-frame {
        height: auto;
        margin-right: 50px;
        width: 50%;
    }

    .section.map>.section__content>.map-column-text {
        margin: 0px;
    }

    .agenda__item {
        flex-wrap: wrap;
    }

    .agenda__info {
        width: calc(100% - 120px);
        flex-grow: 1;
    }

    .vertical-line {
        margin: 0px 20px;
    }
}
div.row.media-partners{
    gap: 30px;
}

@media screen and (max-width: 1200px) {

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .hero__background {
        display: none;
    }

    .wrapper {
        flex-direction: column;
        max-width: 100%;
        padding: 0px 20px;
    }

    .hero__content {
        max-width: none;
        text-align: center;
    }

    .vertical-line {
        display: none;
    }

    .logo-section {
        flex-direction: column;
        margin: 50px auto 0px auto;
        padding: 0px;
        max-width: 100%;
        overflow-x: hidden;
    }

    .logo-row:first-child {
        margin-bottom: 10px;
    }

    .logo-row h4 {
        text-align: center;
    }


    .logo-row img {

        display: block;
    }

    .logo-column-left {
        margin-bottom: 30px;
    }

    .logo-column-right {
        overflow-x: auto;
    }

    .scroller div figure {
        width: 150px;
        height: 50px;

        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px;

    }

    .scroller div figure img {

        width: 80%;
        height: auto;

    }

    .scroller {

        max-width: 500px;
    }

    .scroller__inner {
        padding-block: 1rem;
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;

    }

    .scroller[data-animated="true"] {
        overflow-x: hidden;
        -webkit-mask: linear-gradient(90deg,
                transparent,
                white 20%,
                white 80%,
                transparent);
        mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
    }

    .scroller[data-animated="true"] .scroller__inner {
        width: max-content;
        flex-wrap: nowrap;
        animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
    }

    .scroller[data-direction="right"] {
        --_animation-direction: reverse;
    }

    .scroller[data-direction="left"] {
        --_animation-direction: forwards;
    }

    .scroller[data-speed="fast"] {
        --_animation-duration: 8s;
    }

    .scroller[data-speed="slow"] {
        --_animation-duration: 30s;
    }

    @keyframes scroll {
        to {
            transform: translate(calc(-50% - 0.5rem));
        }
    }

    .section.hero {
        background-image: linear-gradient(180deg, #0000FF -10.69%, rgba(0, 0, 255, 0) 74.75%), url('square-tire.webp');
        /*background-image: linear-gradient(180deg, #0000FF -33.69%, rgba(0, 0, 255, 0) 74.75%), url('/assets/square-tire.webp');*/
        background-position: top center, bottom 50px center;
        background-repeat: no-repeat;
        background-size: 120%;
        padding-bottom: 0rem;
    }

    .hero .section__content {

        background-size: 110%;
        background-position: right center;
        position: relative;
        background-repeat: no-repeat;
    }

    .header-row {
        max-width: 100%;
        justify-content: flex-start;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }

}


@media screen and (max-width: 767px) {
    

    section.partners .row {
        flex-direction: row;
        gap: 0;
        align-items: center;
    }
    div.row.media-partners{
        flex-direction: column;
        gap: 20px;
    }
    .scroller {

        max-width: 360px;
    }

    .hero__content {
        max-width: 100%;
    }

    .section.hero {
        background-position: top center, bottom 450px center;

        /* background-position: top center, bottom 850px center;*/

    }

    .hero::before {
        display: none;
    }

    .free_container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .row {
        justify-content: center;
    }

    .speakers .tile-container {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .speakers .tile-container .tile:first-child {
        margin-left: 1rem;
    }

    .speakers .tile-container .tile:last-child {
        margin-right: 1rem;
    }

    .section.map>.section__content>.map-column-text {
        margin: 0px;
    }

    .section.map>.section__content {
        flex-direction: column-reverse;
    }

    .map-frame {
        height: auto;
        margin: 100px 0px 0px 0px;
        width: auto;
    }

    #registration {
        height: 1870px !important;
    }

    .section__content {
        padding: 2rem 1rem;
    }

    .agenda .section__content {
        padding: 0 !important;
    }

    .mobile-hide {
        display: none;
    }

    .tile-container {
        justify-content: center;
    }

    .tile {
        max-width: 100% !important;
    }

    header {
        background-image: linear-gradient(180deg, #000000 60%, #0000FF 100%);
    }

    .hero h3 {
        padding-top: 4rem;
    }

    .hero h4 {
        padding-bottom: 2rem;
    }




    .acronym {
        background-image: linear-gradient(140.31deg, #0000FF -33.79%, rgba(0, 0, 0, 0) 51.21%), url(tire-mobile-transparent.webp), linear-gradient(360deg, #0000FF -19.05%, rgba(0, 0, 0, 0) 29.2%);
        background-position: top center, top center;
        background-size: 150%;
    }

    .section.agenda {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .section.form h2 {
        font-size: 32px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .form .section__content {
        padding-left: 0;
        padding-right: 0;
    }

    .agenda h2 {
        font-size: 35px;
        text-align: center;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .agenda .section__content>p {
        font-size: 1.25rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .agenda__item {
        flex-wrap: wrap;
        padding: 1rem;
        gap: 16px;
    }

    .agenda__info {
        width: calc(100% - 100px);
        flex-grow: 1;
    }

    .agenda__info h6 {
        text-align: right;
    }

    .agenda__speakers {
        flex-grow: 0;
        flex-shrink: 1;
        flex-wrap: wrap;
        width: 100%;

    }

    .sponsors .section__content {
        background-size: 150%;
        background-repeat: no-repeat;
        background-position: top 220px center;
    }



    .acronym .tile {
        border-bottom: var(--primary-color) 1px solid;
        padding-bottom: 5px;
        margin-bottom: 30px;
        width: 90%;
    }

    .acronym .tile summary {
        list-style: none;
        position: relative;
    }

    .acronym .tile summary::-webkit-details-marker {
        display: none;
    }

    .acronym .tile summary::before {
        content: "";
        display: inline-block;
        width: 27px;
        height: 27px;
        background: url('plus.svg') center no-repeat;
        position: relative;
        right: -140px;
        top: 70px;
    }

    .acronym .tile[open] summary::before {
        background: url('dash.svg') center no-repeat;
        color: transparent;

    }

    figure img.bridgestone {
        width: 100% !important;
    }
}