@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}
.sponsorship__container {
    padding-top: calc(120px + 6px + 72px);
}
@media (max-width: 1919px) {
    .sponsorship__container {
        padding-top: calc(90px + 6px + 72px);
    }
}
@media (max-width: 767px) {
    .sponsorship__container {
        padding-top: calc(50px + 6px + 72px);
    }
}

.heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.heading__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    max-width: 980px;
    width: 100%;
}

.heading__title {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 72px;
    line-height: 130%;
    color: #000;
    text-align: center;
}
@media (max-width: 1919px) {
    .heading__title {
        font-size: 54px;
    }
}
@media (max-width: 1439px) {
    .heading__title {
        font-size: 54px;
    }
}
@media (max-width: 767px) {
    .heading__title {
        font-size: 52px;
        width: 270px;
    }
    .heading {
        margin-bottom: 60px;
    }
}

.heading__subtitle {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28.8px;
    color: #000;
    text-align: center;
    width: 100%;
    max-width: 980px;
    padding: 0;
    text-wrap: balance;
    text-wrap: pretty;
}
@media (max-width: 1439px) {
    .heading__subtitle {
        max-width: 880px;
        padding: 0;
    }
}
@media (max-width: 1023px) {
    .heading__subtitle {
        padding: 0 31px;
    }
}
@media (max-width: 767px) {
    .heading__subtitle {
        padding: 0 24px;
    }
}

.heading__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    padding: 16px 36px;
    border-radius: 200px;
    text-decoration: none;
    width: 140px;
    height: 58px;
    font-size: 16px;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.heading__cta:hover,
.heading__cta:active {
    background-color: #323338;
    color: #fff;
    text-decoration: none;
}

.hero {
    overflow-x: clip;
    overflow-y: visible;
    margin-top: 100px;
}

.hero__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
}

.hero-inner__outer {
    flex: 0 0 509px;
}

.hero-inner__outer img {
    width: 509px;
    height: 763px;
    object-fit: cover;
    border-radius: 6.5px;
    display: block;
}

.hero-inner__mid {
    flex: 0 0 458px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-inner__mid img {
    width: 100%;
    object-fit: cover;
    border-radius: 6.5px;
    display: block;
    object-position: top;
}

/* Left mid: square on top, portrait on bottom */
.hero__inner > :nth-child(2) img:first-child { height: 458px; }
.hero__inner > :nth-child(2) img:last-child  { height: 611px; }

/* Right mid: portrait on top, square on bottom */
.hero__inner > :nth-child(4) img:first-child { height: 461px; }
.hero__inner > :nth-child(4) img:last-child  { height: 611px; }

.hero-inner__center {
    flex: 0 0 920px;
    height: 1056px;
    position: relative;
    overflow: hidden;
    border-radius: 9px;
}
.hero-video-controls{
    position: absolute;
    display: flex;
    gap: 12px;
    bottom: 32px;
    left: 30px;
    opacity: 0;
    z-index: 10;
}
.hero-video-controls > div{
    cursor: pointer;
}
#hvc-play, #hvc-mute{
    display: none;
}
.hero-inner__center video {
    width: 920px;
    height: 1056px;
    object-fit: cover;
    display: block;
}
.hero-inner__gradient{
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 64.06%, #000000 110.65%), linear-gradient(90deg, rgba(0, 0, 0, 0) 69.06%, #000000 105.94%);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.why-become {
    margin-top: 50px;
}
.why-become__title {
    color: var(--black, #000);
    text-align: center;
    font-family: Poppins;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 67.6px */
    text-align: center;
}
.why-become__items {
    padding: 50px 24px 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    display: grid;
    grid-template-columns: 1fr;
}
.why-become__item {
    padding: 16px;
    border-radius: 24px;
    height: auto;
    width: auto;
    transition: width 0.3s ease;
    position: relative;
    color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.why-become__item:nth-child(2){
    color: #000;
}
.why-become__item img{
    width: 100%;
    height: auto;
    border-radius: 16px;
    margin-bottom: 16px;
    transition: opacity 0.3s ease;
    object-fit: contain;
}
.numbers-behind__column:nth-child(2) .numbers-behind-image {
    background-color: rgba(0, 202, 114, 1);
    background-image: url(../images/e26-green-shapes.svg);
    background-repeat: no-repeat;
    background-position: center 27px;
    background-size: 309px;
    height: 200px;
}
.numbers-behind__column:nth-child(2) .numbers-behind-info {
    flex: 1;
}
.numbers-behind__column:nth-child(2) .numbers-behind-image img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    object-fit: contain;
    object-position: top;
}
.why-become__item-title {
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 31.2px */
    margin-bottom: 16px;
    text-wrap: balance;
    text-wrap: pretty;
}

.why-become__item-text {
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
    text-wrap: balance;
    text-wrap: pretty;
}
.why-become-toggler{
    position: absolute;
    right: 16px;
    bottom: 16px;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}
.numbers-behind__column:first-child .numbers-behind-info {
    color: #fff;
}

@media (min-width: 768px) {

    .why-become {
        margin-top: 0px;
    }
    .why-become__item {
        height: auto;
        width: auto;
        padding: 24px;
    }
    .why-become__item.open {
        width: auto;
    }
    .numbers-behind__column:nth-child(2) .numbers-behind-image {
        background-size: 100% 80%;
        height: 260px;
    }

    .numbers-behind__column:nth-child(2) .numbers-behind-image img {
        width: auto;
        height: 100%;
        object-fit: cover;
    }

    .why-become__item-title {
        margin-bottom: 16px;
        flex: 0;
        display: flex;
        align-items: flex-end;
        font-size: 22px;
    }
    .why-become__items {
        grid-template-columns: repeat(2, 1fr);
        padding: 50px 42px 0;
    }
    .why-become__item img{
        height: auto;
        width: auto;
        object-fit: contain;
        opacity: 1;
        transition: opacity 0.3s ease;
        margin-bottom: 32px;
    }
    .why-become__item-text {
        font-size: 16px;
        max-height: 400px;
        opacity: 1;
        transition: max-height 0.3s ease, opacity 0.3s ease;
    }
    .why-become-toggler{
        opacity: 0;
    }
}
@media (min-width: 1024px) {
    .why-become__item {
        height: auto;
        width: auto;
        padding: 24px;
    }
    .why-become__item.open {
        width: auto;
    }
    .why-become__item img {
        height: auto;
        opacity: 1;
        border-radius: 24px;
    }
    .numbers-behind__column {
        width: 302px;
        height: 455px;
    }
    .numbers-behind-info {
        padding: 24px;
        min-height: 150px;
    }
    .numbers-behind__column:nth-child(2) .numbers-behind-image {
        background-size: 107%;
        height: 260px;
        background-position: center 60px;
    }
    .why-become__item-text {
        max-height: unset;
        height: unset;
        opacity: 1;
    }

    .why-become__item-title {
        margin-bottom: 21px;
        flex: 0;
        display: flex;
        align-items: flex-end;
        font-size: 24px;
    }
    .why-become-toggler {
        opacity: 0;
    }
}

@media (min-width: 1280px) {
    .why-become__item {
        height: 399px;
        width: 222px;
        padding: 16px;
    }
    .why-become__item.open {
        width: 444px;
    }
    .why-become__items {
        flex-wrap: nowrap;
        gap: 0px;
        display: flex;
    }
    .why-become__item-title {
        margin-bottom: 18px;
        font-size: 22px;
    }
    .numbers-behind__item-number {
        font-size: 62px;
    }

    .numbers-behind__item-text {
        font-size: 36px;
    }
    .why-become__item-text {
        font-size: 16px;
    }
    .numbers-behind__column {
        width: 362px;
        height: 488px;
    }
    .numbers-behind__column:nth-child(2) .numbers-behind-image {
        background-size: 90%;
        height: 260px;
        background-position: center 60px;
    }
    .numbers-behind__column:nth-child(2) .numbers-behind-image img {
        width: auto;
        height: 100%;
        object-fit: cover;
    }
    .why-become__item:not(.open) .why-become__item-title {
        margin-bottom: 0;
        flex: 1;
        display: flex;
        align-items: flex-end;
    }
    .why-become__item:not(.open) img {
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    .why-become__item:not(.open) .why-become__item-text {
        opacity: 0;
        max-height: 0;
        transition: max-height 0.3s ease, opacity 0.3s ease;
    }
    .why-become__item:not(.open) .why-become-toggler{
        opacity: 1;
    }
    .why-become__item.open .why-become__item-title {

    }
    .why-become__item.open img{
        opacity: 1;
        border-radius: 20px;
    }
    .why-become__item.open .why-become__item-text {
        max-height: 400px;
        opacity: 1;
    }
    .why-become__item.open .why-become-toggler{
        opacity: 0;
    }
}

@media (min-width: 1440px) {
    .why-become__item {
        height: 467px;
        width: 255px;
        padding: 32px 24px;
    }
    .why-become__item.open {
        width: 515px;
    }
    .why-become__item-title {
        margin-bottom: 21px;
        font-size: 24px;
    }
    .why-become__item img {
        height: 200px;
        opacity: 1;
        border-radius: 24px;
    }
    .why-become__item-text {
        font-size: 18px;
    }
    .numbers-behind__column {
        width: 418px;
        height: 514px;
    }
    .numbers-behind__column:nth-child(2) .numbers-behind-image {
        background-size: 88%;
        height: 260px;
        background-position: center 35px;
    }
}

.what-sponsors-say {
    width: 100%;
    /*height: 810px;*/
    padding: 120px 20px 32px;
    margin: 0 auto;
}

.wss__inner {
    background-color: #97AEFF;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    padding: 120px 0;
}

.wss-left {
    width: 435px;
}

.wss-title {
    color: var(--brand-black, #000);
    font-family: Poppins;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 67.6px */
    padding-top: 32px;
}

.wss-buttons {
    margin: 34px 0 0 0;
    display: flex;
    gap: 15px;
}

.wss-left-arrow {
    color: #000;
    position: relative;
    width: 37.5px;
    height: 37.5px;
}

.wss-right-arrow {
    transform: rotate(180deg);
    position: relative;
    width: 37.5px;
    height: 37.5px;
}
.wss-buttons > div.slick-arrow::before{
    display: none;
}

.wss-slider {
    display: flex;
    gap: 32px;
}

.wss-slider-left {
    width: 296px;
}

.wss-slide__image {
    width: 296px;
    height: 296px;
    border-radius: 24px;
    overflow: hidden;
}
.wss-slide__image img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}
.images-slider{
    background: #fff;
    border-radius: 11px;
    overflow: hidden;
}

.logos-slider {
    margin-top: 32px;
    background: #fff;
    border-radius: 24px;
}

.wss-logo-slide {
    background-color: #fff;
    border-radius: 16px;
    display: flex;
}
.wss-logo-speaker{
    display: none;
}
.wss-slide__logo {
    width: 296px;
    height: 91px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.wss-slider-right {
    width: 515px;
    background: #fff;
    border-radius: 24px;
}
.wss-slider-right .slick-list,
.wss-slider-right .slick-track {
    height: 100%;
}

.wss-text-slide {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    width: 515px;
    height: 419px;
}
.wss-text-slide > div {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.wss-slide__text {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 38.4px */
}
.wss-slide-speaker{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
}

.wss-slide__name {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.wss-slide__position {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.wss-logo-slide{
    display: none;
}
.wss-buttons > div{
    color: #fff;
    cursor: pointer;
}
.wss-buttons > div:hover{
    color: rgba(231, 236, 255, 1);
}

.get-in-touch {
    padding: 32px 20px;
}

.get-in-touch__container {
    background-color: var(--lightblue);
    border-radius: 24px;
    display: flex;
    justify-content: center;
    padding: 120px 0;
}

.get-in-touch__container-inner {
    display: flex;
    gap: 32px;
    height: 1490px;
}

.get-in-touch__text-container {
    width: 624px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.get-in-touch__title {
    color: var(--black, #000);
    font-family: Poppins;
    font-size: 82px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    max-width: 410px;
}

.get-in-touch__text {
    color: var(--black, #000);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    flex: 1;
    max-width: 517px;
    margin: auto;
    text-wrap: balance;
    text-wrap: pretty;
}

.get-in-touch__privacy {
    color: var(--grey-ink, #7C7B7B);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    padding-bottom: 23px;
}

.get-in-touch__iframe-container {
    width: 624px;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
}

.get-in-touch__iframe::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
}
.get-in-touch__iframe::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
}
.get-in-touch__iframe{
    overflow: hidden;
    position: relative;
}
.get-in-touch__iframe iframe {
    margin: -64px auto auto auto;
}

/* FOOTER ADJUSTMENT */

.footer-elevate-26 {
    margin-top: 20px;
}

@media (max-width: 1920px) {
    .hero-inner__outer {
        flex: 0 0 384px;
    }

    .hero-inner__outer img {
        width: 384px;
        height: 576px;
    }

    .hero-inner__mid {
        flex: 0 0 346px;
    }

    /* Left mid: square on top, portrait on bottom */
    .hero__inner > :nth-child(2) img:first-child { height: 346px; }
    .hero__inner > :nth-child(2) img:last-child  { height: 461px; }

    /* Right mid: portrait on top, square on bottom */
    .hero__inner > :nth-child(4) img:first-child { height: 461px; }
    .hero__inner > :nth-child(4) img:last-child  { height: 346px; }

    .hero-inner__center {
        flex: 0 0 690px;
        height: 800px;
    }

    .hero-inner__center video {
        width: 690px;
        height: 800px;
    }
}

@media (max-width: 1440px) {
    .hero {
        margin-top: 75px;
    }
    .hero-inner__outer {
        flex: 0 0 288px;
    }

    .hero__inner {
        gap: 12px;
    }

    .hero-inner__outer img {
        width: 288px;
        height: 432px;
    }

    .hero-inner__mid {
        flex: 0 0 259px;
        gap: 12px;
    }

    /* Left mid: square on top, portrait on bottom */
    .hero__inner > :nth-child(2) img:first-child { height: 259px; }
    .hero__inner > :nth-child(2) img:last-child  { height: 345px; }

    /* Right mid: portrait on top, square on bottom */
    .hero__inner > :nth-child(4) img:first-child { height: 345px; }
    .hero__inner > :nth-child(4) img:last-child  { height: 259px; }

    .hero-inner__center {
        flex: 0 0 568px;
        height: 630px;
    }

    .hero-inner__center video {
        width: 568px;
        height: 630px;
    }
}

@media (max-width: 1280px) {
    .hero-inner__outer {
        flex: 0 0 253px;
    }

    .hero__inner {
        gap: 11px;
    }

    .hero-inner__outer img {
        width: 253px;
        height: 379.5px;
    }

    .hero-inner__mid {
        flex: 0 0 228px;
        gap: 11px;
    }

    /* Left mid: square on top, portrait on bottom */
    .hero__inner > :nth-child(2) img:first-child { height: 228px; }
    .hero__inner > :nth-child(2) img:last-child  { height: 304px; }

    /* Right mid: portrait on top, square on bottom */
    .hero__inner > :nth-child(4) img:first-child { height: 304px; }
    .hero__inner > :nth-child(4) img:last-child  { height: 228px; }

    .hero-inner__center {
        flex: 0 0 460px;
        height: min(772px, 75vh);
    }

    .hero-inner__center video {
        width: 460px;
        height: 772px;
    }

    .why-become-toggler {
        right: 16px;
        bottom: 16px;
    }
    .what-sponsors-say {
        height: unset;
    }
    .wss-title {
        padding-top: 16px;
    }
    .wss-left {
        width: 390px;
    }
    .wss-slider-left {
        width: 158px;
    }
    .wss-slide__image {
        width: 158px;
        height: 200px;
    }
    .wss-slide__image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 16px;
    }
    .wss-slide__logo {
        width: 158px;
        height: 82px;
        padding: 14px;
    }
    .wss-slider-right {
        width: 539px;
    }
    .wss-slide__text {
        font-size: 21px;
    }
    .wss-text-slide {
        width: 539px;
        height: 314px;
    }
    .get-in-touch__title {
        font-size: 72px;
        width: 360px;
    }
    .get-in-touch__text-container {
        width: 450px;
    }

}

@media (max-width: 1367px) {
    .hero-inner__outer {
        flex: 0 0 207px;
    }

    .hero__inner {
        gap: 9px;
    }

    .hero-inner__outer img {
        width: 207px;
        height: 310.5px;
    }

    .hero-inner__mid {
        flex: 0 0 186px;
        gap: 9px;
    }

    /* Left mid: square on top, portrait on bottom */
    .hero__inner > :nth-child(2) img:first-child { height: 186px; }
    .hero__inner > :nth-child(2) img:last-child  { height: 248px; }

    /* Right mid: portrait on top, square on bottom */
    .hero__inner > :nth-child(4) img:first-child { height: 248px; }
    .hero__inner > :nth-child(4) img:last-child  { height: 186px; }

    .hero-inner__center {
        flex: 0 0 400px;
        height: 635px;
    }

    .hero-inner__center video {
        width: 400px;
        height: 635px;
    }

    .why-become__title {
        font-size: 42px;
    }
    .wss-title {
        padding-top: 32px;
    }
    .what-sponsors-say {
        height: unset;
    }
    .wss-title {
        font-size: 42px;
    }
    .wss-slider {
        flex-direction: column-reverse;
    }
    .wss-slider-left {
        display: flex;
        gap: 32px;
    }
    .images-slider {
        width: 134px;
        height: 145px;
    }
    .wss__inner {
        padding: 100px 0;
    }
    .wss-left {
        width: 310px;
        padding-top: 50px;
    }
    .wss-slide__image {
        width: 134px;
        height: 145px;
    }
    .logos-slider {
        margin-top: 0;
        width: 449px;
        height: 145px;
    }
    .wss-slide__logo {
        width: 449px;
        height: 145px;
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .wss-slide__logo img{
        width: 115px;
    }
    .wss-slider-right {
        width: 615px;
    }
    .wss-text-slide {
        width: 615px;
        height: 184px;
    }
    .wss-slide-speaker {
        display: none;
    }
    .wss-text-slide {
        padding: 24px;
    }
    .wss-logo-slide{
        display: flex;
        flex-direction: column;
    }
    .wss-logo-speaker {
        display: block;
    }
    .get-in-touch__title {
        font-size: 62px;
        width: 314px;
    }
    .get-in-touch__text-container {
        width: 369px;
    }
    .get-in-touch__iframe-container {
        width: 529px;
    }
    .get-in-touch__iframe iframe {
        margin: -64px auto auto -40px;
    }
    .get-in-touch__iframe::after, .get-in-touch__iframe::before {
        display: none
    }
    .get-in-touch__container-inner {
        height: unset;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .hero-inner__outer {
        flex: 0 0 124px;
    }

    .hero__inner {
        gap: 7px;
    }

    .hero-inner__outer img {
        width: 124px;
        height: 186px;
    }

    .hero-inner__mid {
        flex: 0 0 139px;
        gap: 7px;
    }

    /* Left mid: square on top, portrait on bottom */
    .hero__inner > :nth-child(2) img:first-child { height: 91px; }
    .hero__inner > :nth-child(2) img:last-child  { height: 121px; }

    /* Right mid: portrait on top, square on bottom */
    .hero__inner > :nth-child(4) img:first-child { height: 121px; }
    .hero__inner > :nth-child(4) img:last-child  { height: 91px; }

    .hero {
        margin-top: 20px;
        overflow: visible;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        /* --locked-vh is set by JS at page load and never changes.
           Fallback to 100vh if JS hasn't run yet (SSR / no-JS). */
        height: max(310px, calc(var(--locked-vh, 100vh) - 500px));
    }

    .hero__inner {
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

    .hero-inner__outer,
    .hero-inner__mid {
        position: relative;
        z-index: 0;
    }

    .hero-inner__center {
        flex: 0 0 195px;
        height: 310px;
        position: relative;
        z-index: 2;
        box-sizing: border-box;
        align-self: center;
        overflow: hidden;
    }

    /* Taller + slightly wider than the box so cover crops bottom (subs) and sides; not clip-path (avoids empty band). */
    .hero-inner__center video {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 108%;
        height: 122%;
        max-width: none;
        object-fit: cover;
        object-position: center 22%;
    }

    .pin-spacer + .brands {
        margin-top: 30vh;
    }

    .wss-slide__image,
    .wss-slide__image img {
        border-radius: 11px;
    }
    .wss-title {
        padding-top: 0;
    }
    .wss__inner {
        padding: 50px 0;
        flex-direction: column;
        align-items: center;
    }
    .wss-left {
        width: unset;
        padding-top: 0;
    }
    .wss-slider-right {
        width: 684px;
    }
    .wss-text-slide {
        width: 684px;
        height: 160px;
    }
    .wss-slide__image, .images-slider {
        width: 123px;
        height: 133px;
    }
    .wss-slide__logo, .logos-slider {
        width: 536px;
        height: 133px;
    }
    .wss-slider-left, .wss-slider {
        gap: 24px;
    }
    .wss-buttons {
        justify-content: center;
    }
    .wss-title {
        margin-bottom: 32px;
    }
    .what-sponsors-say {
        padding: 50px 20px 32px;
    }

    .get-in-touch__title {
        font-size: 52px;
        width: 100%;
    }
    .get-in-touch__text-container {
        width: 100%;
        text-align: center;
    }
    .get-in-touch__iframe-container {
        width: 529px;
    }
    .get-in-touch__container-inner {
        height: unset;
        flex-direction: column;
        align-items: center;
    }
    .get-in-touch__privacy {
        padding-bottom: 0;
    }
    .get-in-touch__iframe-container {
        width: 684px;
    }
    .get-in-touch__container {
        padding: 50px 36px;
    }
    .get-in-touch__iframe{
        height: 878px;
    }
    .get-in-touch__iframe iframe {
        margin: -70px auto auto auto;
        box-shadow: none !important;
    }
    .get-in-touch__iframe::after, .get-in-touch__iframe::before {
        display: block;
        width: 60px;
    }
}
@media (min-width: 768px) {
    .hero__inner {
        height: 100%;
    }
    .hero-inner__center {
        flex: 0 0 298px;
        height: 474px;
        border-radius: 17px;
    }
    .hero-inner__mid {
        flex: 0 0 139px;
        gap: 9px;
    }
    .hero__inner > :nth-child(2) img:first-child {
        height: 139px;
    }
    .hero__inner > :nth-child(2) img:last-child {
        height: 185px;
    }
    .hero__inner > :nth-child(4) img:first-child {
        height: 185px;
    }
    .hero__inner > :nth-child(4) img:last-child {
        height: 139px;
    }
    .hero-inner__outer {
        flex: 0 0 154px;
    }
    .hero-inner__outer img {
        width: 154px;
        height: 231px;
    }
    .hero-inner__outer img,
    .hero-inner__mid img {
        border-radius: 9.66px;
    }
    .hero-inner__center {
        border-radius: 13.44px;
    }
}
@media (min-width: 1024px) {
    .hero-inner__center {
        flex: 0 0 400px;
        height: 635px;
        border-radius: 24px;
    }
    .hero-inner__mid {
        flex: 0 0 186px;
        gap: 9px;
    }
    .hero-inner__outer img,
    .hero-inner__mid img {
        border-radius: 13px;
    }
    .hero-inner__center {
        border-radius: 18px;
    }
    .hero__inner > :nth-child(2) img:first-child {
        height: 186px;
    }
    .hero__inner > :nth-child(2) img:last-child {
        height: 248px;
    }
    .hero__inner > :nth-child(4) img:first-child {
        height: 248px;
    }
    .hero__inner > :nth-child(4) img:last-child {
        height: 186px;
    }
    .hero-inner__outer {
        flex: 0 0 207px;
    }
    .hero-inner__outer img {
        width: 207px;
        height: 310px;
    }
}
@media (min-width: 1280px) {
    .hero-inner__center {
        flex: 0 0 460px;
        height: 635px;
    }
    .hero-inner__mid {
        flex: 0 0 228px;
        gap: 9px;
    }
    .hero__inner > :nth-child(2) img:first-child {
        height: 228px;
    }
    .hero__inner > :nth-child(2) img:last-child {
        height: 304px;
    }
    .hero__inner > :nth-child(4) img:first-child {
        height: 304px;
    }
    .hero__inner > :nth-child(4) img:last-child {
        height: 228px;
    }
    .hero-inner__outer {
        flex: 0 0 253px;
    }
    .hero-inner__outer img {
        width: 253px;
        height: 380px;
    }
    .hero-inner__outer img,
    .hero-inner__mid img {
        border-radius: 15.85px;
    }
    .hero-inner__center {
        border-radius: 18px;
    }
}
@media (min-width: 1440px) {
    .hero-inner__center {
        flex: 0 0 568px;
        height: 630px;
    }
    .hero-inner__mid {
        flex: 0 0 259px;
        gap: 9px;
    }
    .hero__inner > :nth-child(2) img:first-child {
        height: 259px;
    }
    .hero__inner > :nth-child(2) img:last-child {
        height: 345px;
    }
    .hero__inner > :nth-child(4) img:first-child {
        height: 345px;
    }
    .hero__inner > :nth-child(4) img:last-child {
        height: 259px;
    }
    .hero-inner__outer {
        flex: 0 0 288px;
    }
    .hero-inner__outer img {
        width: 288px;
        height: 432px;
    }
    .hero-inner__outer img,
    .hero-inner__mid img {
        border-radius: 18px;
    }
    .hero-inner__center {
        border-radius: 18px;
    }
}
@media (min-width: 1920px) {
    .hero-inner__center {
        flex: 0 0 690px;
        height: 861px;
        border-radius: 32px;
    }
    .hero-inner__mid {
        flex: 0 0 345px;
        gap: 9px;
    }
    .hero__inner > :nth-child(2) img:first-child {
        height: 345px;
    }
    .hero__inner > :nth-child(2) img:last-child {
        height: 460px;
    }
    .hero__inner > :nth-child(4) img:first-child {
        height: 460px;
    }
    .hero__inner > :nth-child(4) img:last-child {
        height: 345px;
    }
    .hero-inner__outer {
        flex: 0 0 384px;
    }
    .hero-inner__outer img {
        width: 384px;
        height: 576px;
    }
    .hero-inner__outer img,
    .hero-inner__mid img {
        border-radius: 24px;
    }
    .hero-inner__center {
        border-radius: 24px;
    }
}
@media (min-width: 2560px) {
    .hero-inner__center {
        flex: 0 0 920px;
        height: 1056px;
    }
    .hero-inner__mid {
        flex: 0 0 458px;
        gap: 9px;
    }
    .hero__inner > :nth-child(2) img:first-child {
        height: 458px;
    }
    .hero__inner > :nth-child(2) img:last-child {
        height: 611px;
    }
    .hero__inner > :nth-child(4) img:first-child {
        height: 611px;
    }
    .hero__inner > :nth-child(4) img:last-child {
        height: 458px;
    }
    .hero-inner__outer {
        flex: 0 0 384px;
    }
    .hero-inner__outer img {
        width: 384px;
        height: 576px;
    }
    .hero-inner__outer img,
    .hero-inner__mid img {
        border-radius: 32px;
    }
    .hero-inner__center {
        border-radius: 29.44px;
    }
}

@media (max-width: 1023px){
    .wss__inner {
        padding: 50px 0;
        flex-direction: column;
        align-items: center;
    }
    .wss-title {
        font-size: 40px;
        text-align: center;
    }
    .wss-slider-left, .wss-slider {
        gap: 16px;
        display: flex;
        width: 100%;
    }
    .what-sponsors-say {
        padding: 50px 10px 20px;
    }
    .wss-slider-right {
        width: calc(100vw - 60px);
    }
    .wss-text-slide {
        width: calc(100vw - 60px);
        height: unset;
        padding: 16px;
    }
    .wss-slide__text {
        font-size: 20px;
    }
    .wss-slide-speaker {
        display: flex;
        margin-top: 16px;
    }
    .wss-slide__image, .images-slider {
        width: 100px;
        height: 100px;
    }
    .wss-slide__logo, .logos-slider {
        width: auto;
        height: 100px;
    }
    .wss-logo-speaker{
        display: none;
    }
    .wss-slide__logo img {
        width: unset;
    }
    .wss-left {
        width: unset;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .wss-buttons {
        justify-content: center;
    }
    .get-in-touch__title {
        font-size: 40px;
        width: 100%;
        margin: 0 auto;
    }
    .get-in-touch {
        padding: 20px 10px;
    }
    .get-in-touch__container-inner {
        width: calc(100vw - 60px);
    }
    .get-in-touch__iframe-container {
        width: 340px;
    }
    .get-in-touch__iframe iframe {
        margin: -70px auto auto -40px;
        box-shadow: none !important;
        width: 422px;
        height: 100%;
    }
    .get-in-touch__iframe {
        height: 1740px;
    }
    .get-in-touch__iframe::after, .get-in-touch__iframe::before {
        display: none;
    }
}

@media (max-width: 405px) {
    .hero__inner {
        gap: 4px;
    }
    .hero-inner__mid {
        flex: 0 0 91px;
        gap: 4px;
    }

    .why-become__title {
        font-size: 40px;
    }

    .wss-title {
        font-size: 40px;
        text-align: center;
    }
    .wss-slider-left, .wss-slider {
        gap: 16px;
    }
    .what-sponsors-say {
        padding: 50px 10px 20px;
    }
    .wss-slider-right {
        width: calc(100vw - 60px);
    }
    .wss-text-slide {
        width: calc(100vw - 60px);
        height: unset;
    }
    .wss-slide__text {
        font-size: 20px;
    }
    .wss-slide-speaker {
        display: flex;
        margin-top: 16px;
    }
    .wss-slide__image, .images-slider {
        width: 100px;
        height: 100px;
    }
    .wss-slide__logo, .logos-slider {
        width: calc(100vw - 178px);
        height: 100px;
    }
    .wss-logo-speaker{
        display: none;
    }
    .wss-left {
        padding-bottom: 0;
    }
    .wss-slide__logo img {
        width: unset;
    }
    .get-in-touch__title {
        font-size: 40px;
        width: 100%;
        margin: 0 auto;
    }
    .get-in-touch {
        padding: 20px 10px;
    }
    .get-in-touch__container-inner {
        width: calc(100vw - 60px);
    }
    .get-in-touch__iframe-container {
        width: calc(100vw - 40px);
    }
    .get-in-touch__iframe iframe {
        margin: -70px auto auto -40px;
        box-shadow: none !important;
        width: 422px;
        height: 1746px;
    }
    .get-in-touch__iframe {
        height: unset;
    }
    .get-in-touch__iframe::after, .get-in-touch__iframe::before {
        display: none;
    }
}

@media (max-width: 360px) {
    .get-in-touch__iframe-container {
        width: calc(100vw - 20px);
    }
}
@media (max-width: 767px) {
    .what-sponsors-say {
        padding: 50px 0px 20px;
    }
    .wss-left {
        padding-top: 0;
        padding-bottom: 0;
    }
    .wss__inner {
        padding: 50px 24px;
        flex-direction: column;
        align-items: center;
    }
    .wss-slider-right {
        width: calc(100vw - 48px);
    }
    .logos-slider {
        width: calc(100vw - 100px - 16px - 48px);
        height: 100px;
    }

    .wss-slide__image, .images-slider {
        width: 92px;
        height: 92px;
    }
    .logos-slider {
        width: calc(100vw - 92px - 16px - 48px);
        height: 92px;
    }
    .wss-slide__logo {
        height: 92px;
    }
    .wss-slide__logo img {
        max-height: 51px;
        height: auto;
        max-width: 100%;
        width: auto;
    }
    .wss-slide__position,
    .wss-slide__name {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .header-elevate__container {
        width: calc(100% - 84px);
    }
    .blue-background .what-sponsors-say .wss__inner,
    .wss__inner {
        padding: 50px 32px;
    }
    .wss-right {
        width: 100%;
    }
    .wss-left {
        padding-top: 0;
        padding-bottom: 32px;
    }
    .wss-title {
        padding-top: 0;
    }

    .wss-slide__image, .images-slider {
        width: 123px;
        height: 133px;
    }
    .wss-slider-right,
    .logos-slider,
    .images-slider {
        border-radius: 16px;
    }
    .wss-slide__image {
        border-radius: 11px;
    }
    .wss-logo-speaker {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    .wss-slide-speaker {
        display: none;
    }
    .wss-slide__logo img {
        height: 30px;
    }
    .wss-slide__logo, .logos-slider {
        width: calc(100% - 24px - 123px);
        height: 133px;
    }
    .wss-slider-right {
        width: 100%;
        border-radius: 16px;
    }
    .wss-slider-left, .wss-slider {
        gap: 24px;
        display: flex;
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .header-elevate__container {
        width: 100%;
        max-width: 930px;
        padding: 0;
        margin: auto;
    }
    .blue-background .what-sponsors-say .wss__inner,
    .wss__inner {
        padding: 100px 65px 130px;
    }
    .what-sponsors-say {
        padding-right: 11px;
        padding-left: 11px;
    }
    .wss-left {
        width: 283px;
    }
    .wss-right {
        width: 615px;
    }
    .wss-title {
        font-size: 42px;
        padding-top: 32px;
    }
    .wss__inner {
        padding: 120px 36px;
        gap: 32px;
    }
    .wss-left {
        width: 283px;
        padding-top: 0;
    }
    .wss-right {
        width: 615px;
    }
    .wss-title {
        font-size: 42px;
        padding-top: 32px;
    }
    .wss-slider {
        display: grid;
        grid-template-areas: "right" "left";
        grid-template-columns: 100%;
        width: 100%;
        gap: 32px;
    }
    .wss-slider-left {
        grid-area: left;
        display: grid;
        grid-template-areas: "images logos";
        grid-template-columns: 134px calc(100% - 134px - 32px);
        gap: 32px;
        width: 100%;
        height: 145px;
    }
    .wss-slider-right {
        grid-area: right;
        width: 100%;
        border-radius: 24px;
        overflow: hidden;
    }
    .wss-slide__image,
    .images-slider {
        width: 134px;
        height: 145px;
    }
    .logos-slider {
        margin-top: 0;
        width: 100%;
        height: 145px;
        border-radius: 24px;
        overflow: hidden;
    }
    .wss-logo-speaker {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    .wss-slide-speaker {
        display: none;
    }
    .wss-slide__logo {
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: space-between;
        align-items: start;
        padding: 24px;
        gap: 11px;
    }
    .wss-slide__logo img {
        height: 33px;
        width: auto;
    }
    .wss-text-slide {
        height: 100%;
        padding: 24px;
    }
}

@media (min-width: 1280px) {
    .header-elevate__container {
        max-width: 1110px;
        margin-right: auto;
        margin-left: auto;
        padding: 0;
    }
    .what-sponsors-say {
        padding-right: 20px;
        padding-left: 20px;
    }

    .wss__inner {
        padding: 120px 65px;
        gap: 32px;
    }
    .wss-slider {
        grid-template-areas: "left right";
        grid-template-columns: 158px calc(100% - 158px - 32px);
    }
    .wss-slider-left {
        grid-template-areas: "images" "logos";
        grid-template-columns: 1fr;
        width: 158px;
        height: unset;
    }
    .wss-slide__logo {
        width: 158px;
        height: 82px;
        padding: 23px 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .logos-slider {
        width: 158px;
    }
    .images-slider {
        width: 158px;
        height: 200px;
    }
    .wss-slide__image {
        width: 158px;
        height: 200px;
    }
    .wss-left {
        width: 349px;
        padding: 0;
    }
    .wss-title {
        padding-top: 16px;
        font-size: 52px;
    }
    .wss-right {
        width: 729px;
    }
    .wss-slider-right {
        width: auto;
    }
    .wss-logo-speaker {
        display: none;
    }
    .logos-slider {
        height: 82px;
    }
    .wss-slide-speaker {
        display: flex;
        margin-top: auto;
        gap: 4px;
    }
    .wss-slide__text {
        font-size: 21px;
    }

    .wss-slide__logo img {
        width: auto;
        height: auto;
    }
}

@media (min-width: 1440px) {
    .header-elevate__container {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
    }

    .wss__inner {
        padding: 120px 60px;
        display: grid;
        grid-template-columns: 405px 843px;
        gap: 32px;
        justify-content: center;
    }
    .wss-left {
        width: 100%;
    }
    .wss-right {
        width: 843px;
    }
    .images-slider {
        width: 296px;
        height: 296px;
        border-radius: 24px;
    }
    .wss-slider {
        grid-template-areas: "left right";
        grid-template-columns: 296px calc(100% - 296px - 32px);
    }
    .wss-slide__image {
        width: 296px;
        height: 296px;
    }
    .logos-slider {
        width: 296px;
        height: 91px;
    }
    .wss-slider-left {
        grid-template-areas:
        "images"
        "logos";
        grid-template-columns: 1fr;
        width: 296px;
        height: unset;
    }
    .wss-slide__text {
        font-size: 24px;
    }
    .wss-slide__logo {
        height: 91px;
        padding: 20px 30px;
        width: 100%;
    }
    .wss-slide__logo img {
        max-height: 51px;
        height: auto;
    }
    .wss-slider-right {
        width: auto;
    }
}
@media (min-width: 1920px) {
    .wss-slide__text {
        font-size: 24px;
    }
    .wss-left {
        width: 405px;
    }
    .wss-right {
        width: 843px;
    }
    .wss__inner {
        padding: 120px 60px;
        display: flex;
        gap: 32px;
        justify-content: center;
    }
}


@media (max-width: 767px) {
    .numbers-behind {
        padding: 0;
    }
}
@media (min-width: 768px) {
    .numbers-behind {
        padding: 0 10px;
    }
}
@media (min-width: 1024px) {
    .numbers-behind {
        padding: 0 11px;
    }
}
@media (min-width: 1280px) {
    .numbers-behind {
        padding: 0 20px;
    }
}


@media (max-width: 767px) {
    .get-in-touch {
        padding: 20px 0px;
    }
    .get-in-touch__container {
        padding: 50px 24px;
    }
    .get-in-touch__container-inner {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .get-in-touch {
        padding: 20px 10px;
    }
    .get-in-touch__text-container {
        width: 100%;
    }
    .get-in-touch__text {
        width: 100%;
        max-width: unset;
        text-align: center;
    }
    .get-in-touch__container {
        padding: 50px 32px;
    }
}
@media (min-width: 1024px) {
    .get-in-touch {
        padding: 20px 11px;
    }
    .get-in-touch__container {
        padding: 100px 36px;
    }
    .get-in-touch__text-container {
        height: 100%;
    }
    .get-in-touch__container-inner {
        display: grid;
        grid-template-columns: minmax(370px, calc(100% - 545px)) 545px;
        gap: 32px;
        align-items: start;
        max-width: 930px;
    }
    .get-in-touch__iframe-container {
        width: unset;
        height: 100%;
    }
    .get-in-touch__text {
        text-align: start;
    }
    .get-in-touch__privacy {
        margin-top: auto;
        padding-bottom: 0;
    }
}
@media (min-width: 1280px) {
    .get-in-touch {
        padding: 20px;
    }
    .get-in-touch__container {
        padding: 120px 65px;
    }
    .get-in-touch__title {
        font-size: 72px;
        width: 380px;
    }
    .get-in-touch__container-inner {
        display: grid;
        grid-template-columns: minmax(450px, calc(100% - 545px)) 545px;
        gap: 32px;
        align-items: start;
        max-width: 1110px;
    }

}
@media (min-width: 1368px) {
    .get-in-touch__container-inner {
        grid-template-columns: minmax(450px, calc(100% - 610px)) 610px;
    }
}
@media (min-width: 1440px) {
    .get-in-touch {
        padding: 20px;
    }
    .get-in-touch__container {
        padding: 120px 60px;
    }
    .get-in-touch__container-inner {
        display: grid;
        grid-template-columns: auto 612px;
        gap: 32px;
        align-items: start;
        max-width: 1280px;
        margin: 0 auto;
    }

}
.brands__item-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    width: 170px;
    padding: 0;
}
@media (max-width: 767px) {
    .brands .brands__title {
        padding: 0;
        width: 340px;
        margin: 0 auto;
    }
}

.blue-background .what-sponsors-say .wss__inner {
    background: transparent;
    padding-bottom: 70px;
}
.blue-background .number-behind .numbers-behind__inner {
    background-color: transparent;
}
.blue-background {
    border-radius: 72px 72px 0 0;
    background: linear-gradient(180deg, #97AEFF -7.11%, #E7ECFF 71.44%);
    margin-top: 120px;
}
.blue-background .what-sponsors-say {
    padding-top: 0;
    padding-bottom: 0;
}
.blue-background .numbers-behind__title {
    color: #000;
}
.blue-background .numbers-behind__inner {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: transparent;
}
.blue-background + .get-in-touch {
    padding: 0;
}
.blue-background + .get-in-touch .get-in-touch__container {
    border-radius: 0;
}
.footer-elevate-26 {
    margin-top: 0px;
}
@media (max-width: 1023px) {
    .blue-background .what-sponsors-say .wss__inner {
        padding: 50px 32px;
    }
    .blue-background .numbers-behind__inner {
        padding: 50px 20px;
    }
}
@media (max-width: 767px) {
    .blue-background {
        border-radius: 32px 32px 0 0;
    }

    .blue-background .what-sponsors-say .wss__inner {
        padding: 40px 24px;
        flex-direction: column;
        align-items: center;
    }
    .blue-background .numbers-behind__inner {
        padding: 40px 20px;
    }
}