:root {
    --site-header-height: 72px; /* adjust if needed */
}

body{
    overflow-x: hidden ;
}

/* SECTION */
.component--intro {
    position: relative;
    background: #000;
}

/* PINNED AREA */
.component--intro .sticky {
    position: sticky;
    height: 125vh;
    background: #000;
    overflow: hidden;
}

/* SCALING CONTAINER */
.component--intro .rows {
    position: relative;
    width: 100vw;
    height: 100%;
    transform-origin: center center;
}

/* ROW STACK */
.component--intro .row {
    position: absolute;
    width: calc(100vw + 30px);
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    padding: 0;
}

/* ROW POSITIONS */
.component--intro .row.--top {
    transform: translateY(-121%);
}

.component--intro .row.--center {
    transform: translateY(-21%);
}

.component--intro .row.--bottom {
    transform: translateY(79%);
}

/* VIDEO BLOCK */
.component--intro .video {
    position: absolute;
    width: 100%;
    padding: 10px;
    height: 100%;
}

/* VIDEO TAG */
.component--intro video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.component--intro .rows > .video {
    display: none;
}

.component--intro .video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.component--intro .video:not(.--center):after {
    background: rgba(0, 0, 0, 0.2);
}

.component--intro .video.--center:after {
    background: rgba(0, 0, 0, 0.4);
}

/* HORIZONTAL POSITIONS */
.component--intro .video.--midleft {
    right: 50%;
}

.component--intro .video.--midright {
    left: 50%;
}

.component--intro .video.--left {
    right: 100%;
}

.component--intro .video.--right {
    left: 100%;
}

.hero-text-block{
    position: absolute;
    left: 50%;
    top: 37%;
    z-index: 100000;
    color: #fff;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.hero-text-block-before {
    font-weight: 400;
    font-size: 25px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: -8px;
}

.hero-text-block-title{
    width: 975px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 62px;
    line-height: 130%;
    text-align: center;
    vertical-align: middle;
}
.hero-text-block-appointment{
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 10px;
}

/* TEXT BLOCK SECTION */
.textblock{
    padding: 110px 0 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(183deg, #6161FF -60%, #000 80%);
}
.textblock-container{
    font-family: Poppins;
    font-weight: 400;
    font-size: 45px;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    max-width: 1100px;
    margin: 0 auto;
}
.textblock .word {
    display: inline-block;
    color: transparent;
    transition: color 0.1s linear;
}

/* FLOATING TAGS SECTION */

.pin-spacer:has(.floating-tags) {
    background: #000;
}

.floating-tags-container{
    background: #000;
    color: #fff;
    padding: 0 0 200px;
    display: flex;
    gap: 7px;
    flex-direction: column;
    position: relative;
}
.floating-tags-title{
    font-family: Poppins;
    font-weight: 400;
    font-size: 72px;
    line-height: 135%;
    text-align: center;
    vertical-align: middle;
}
.floating-tags-title br{
    display: none;
}
.floating-tags-figures{
    background-color: #323338;
    border-radius: 12px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 52px;
    line-height: 135%;
    text-align: center;
    vertical-align: middle;
    width: fit-content;
    margin: 36px auto 0;
    padding: 10px 20px;
}
.floating-tags-figures i {
    margin: 0 14px;
    font-style: normal;
}
.floating-tag{
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    padding: 10px 32px;
    position: absolute;
    opacity: 0;
    backdrop-filter: blur(8px);
    box-shadow: rgba(221, 221, 221, 0.5) 0px -1px 5px inset;
}

/* WHY ELEVATE SECTION */

.why-elevate{
    padding: 40px 0 190px;
    background: #000;
}
.why-elevate-container{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    box-sizing: content-box;
}
.why-elevate-title{
    font-family: Poppins;
    font-weight: 400;
    font-size: 52px;
    line-height: 130%;
    text-align: center;
    color: #fff;
}
.why-elevate-subtitle{
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    max-width: 700px;
    color: #fff;
    margin-top: 5px;
}
.why-elevate-blocks{
    display: flex;
    gap: 32px;
    padding: 30px 0 20px;
}
.why-elevate-block{
    width: 100%;
    max-width: 296px;
    height: 100%;
    min-height: 520px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.why-elevate-block:hover{
    background-color: var(--lightblue) !important;
    color: #000 !important;
}
.web-top{
    display: flex;
    justify-content: space-between;
    padding: 30px 24px 24px;
}
.webt-number{
    font-family: Poppins;
    font-weight: 400;
    font-size: 44px;
    line-height: 52px;
    vertical-align: middle;
    text-transform: uppercase;
    transition: color 0.3s ease;
}
.why-elevate-block:hover .webt-number{
    color: #000 !important;
}
.webt-icon{
    border: 2px solid;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    transition: color 0.3s ease;
}
.why-elevate-block:hover .webt-icon,
.why-elevate-block:hover .webb-title{
    color: #000 !important;
}


.webt-icon svg{
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
.why-elevate-block:hover .webt-icon svg{
    transform: rotate(45deg);
}
.web-bottom{
    padding: 0 24px 30px;
}
.webb-title{
    font-family: Poppins;
    font-weight: 400;
    font-size: 36px;
    line-height: 130%;
    vertical-align: middle;
    transition: color 0.3s ease;
}
.webb-text{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease, margin-top 0.5s ease;
    opacity: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.why-elevate-block:hover .webb-text{
    max-height: 220px;
    opacity: 1;
    margin-top: 10px;
}

/* BUZZ ABOUT ELEVATE */

.buzz {
    margin-top: -70px;
}

.buzz-container {
    background-color: var(--lightblue);
    border-radius: 72px 72px 0 0;
    padding: 120px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.buzz-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 52px;
    line-height: 130%;
    text-align: center;
    vertical-align: middle;
}

.buzz-subtitle {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    margin-top: 6px;
}

.buzz-subtitle br {
    display: none;
}

.buzz-blocks {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.buzz-blocks-left {
    flex-shrink: 0;
}

.buzz-image {
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    max-width: 590px;
    background: var(--bluish);
}

.buzz-image img {
    width: 100%;
}

.buzz-blocks-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 33px;
    width: 100%;
    min-width: 0;
}
.buzz-blocks-right .slick-track{
    display: flex;
}
.buzz-blocks-right .slick-slide{
    height: auto;
}
.buzz-blocks-right > div {
    width: 100%;
    max-width: 657px;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.buzz-feedback {
    height: 100%;
    background-color: #fff;
    border-radius: 0;
    padding: 24px 24px 31px;
    display: flex;
    flex-direction: column;
}

.bf-header {
    display: flex;
    align-items: center;
    gap: 17px;
}

.bfh-image {
    min-width: 56px;
    height: 56px;
    border-radius: 100%;
    overflow: hidden;
}

.bfh-image img {
    min-width: 56px;
    height: 56px;
}

.bfh-testimonial {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.bfh-position {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    vertical-align: middle;
    color: #7c7c7b;
}

.bf-body {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    vertical-align: middle;
    margin: 20px 0 30px;
}

.bfb-tags {
    font-weight: 700;
    color: #007ebb;
}

.bf-footer {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.bff-left {
    display: flex;
    gap: 12px;
    align-items: center;
}

.bff-date {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
    color: #7c7c7b;
    margin-top: 3px;
}

.bff-right {
    display: flex;
    gap: 12px;
}

.bff-buttons{
    position: absolute;
    bottom: 42px;
    right: 61px;
}
.bff-buttons .slick-arrow::before{
    opacity: 0;
}
.bff-button {
    border: 1px solid;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: background-color 0.2s ease;
    cursor: pointer;
}
.bff-button:hover{
    background-color: var(--lightblue);
}
.bff-button.left {
    right: 14px;
}
.bff-button.right {
    transform: rotate(180deg);
}

.buzz-sponsors {
    width: 657px;
    height: 200px;
    background-color: #fff;
    border-radius: 24px;
    padding: 26px 0;
    position: relative;
    overflow: hidden;
}
.buzz-sponsors::before, .buzz-sponsors::after,
.buzz-sponsors-tablet::before, .buzz-sponsors-tablet::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 2;
    pointer-events: none;
}
.buzz-sponsors::before,
.buzz-sponsors-tablet::before{
    left: -4px;
    background: linear-gradient(to right, #fff, transparent);
}
.buzz-sponsors::after,
.buzz-sponsors-tablet::after{
    right: -4px;
    background: linear-gradient(to left, #fff, transparent);
}
.buzz-sponsors-tablet{
    display: none;
    width: 930px;
    margin-top: 10px;
    height: 200px;
    background-color: #fff;
    border-radius: 24px;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

.buzz-sponsors-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    vertical-align: middle;
    padding-left: 25px;
    z-index: 3;
    position: relative;
}

.buzz-sponsor-carousel-item > div{
    display: flex;
    align-items: center;
    height: 70px;
    width: 180px;
    padding: 0px 15px;
    justify-content: center;
}

/* AGENDA */

.agenda-container {
    background: var(--lightblue);
    padding: 60px 32px 190px;
}
.agenda-wrapper{
    display: flex;
    max-width: 1278px;
    margin: 0 auto;
}
.agenda-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 32px;
    min-width: 380px;
}

.al-above-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: var(--blue);
    text-transform: uppercase;
}

.al-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 72px;
    line-height: 130%;
}

.al-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 15px;
}

.agenda-right {
    width: 733px;
}

.agenda-right-above {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    height: 227px;
}

.ara-buttons {
    display: flex;
    gap: 24px;
    margin-bottom: 20px;
}

.ara-button {
    font-family: Poppins;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    text-align: center;
    vertical-align: middle;
    border-radius: 8px;
    border: 1px solid #cacbcd;
    width: 172px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.ara-button:hover {
    background-color: var(--lightblue);
}
.ara-button.active{
    background-color: var(--bluish);
    border: 1px solid var(--bluish);
}
.ara-titles{
    height: 100px;
    display: flex;
    flex-direction: column;
    padding: 6px 0 0;
}
.ara-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 42px;
    line-height: 160%;
    vertical-align: middle;
    /*
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
    transition: opacity 0.2s ease, visibility 0.2s 0.2s ease, max-height 0.2s 0.2s ease; */
    display: none;
}
.ara-title.show{
/*     opacity: 1;
    visibility: visible;
    pointer-events: auto;
    max-height: 100px;
    transition: opacity 0.2s 0.4s ease, visibility 0.2s 0.2s ease, max-height 0.2s 0.2s ease; */
    display: block;
}
.ara-subtitle{
    font-family: Poppins;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    vertical-align: middle;
    /* 
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
    transition: opacity 0.2s ease, visibility 0.2s 0.2s ease, max-height 0.2s 0.2s ease; */
    display: none;
}
.ara-subtitle.show{
/*     opacity: 1;
    visibility: visible;
    pointer-events: auto;
    max-height: 100px;
    transition: opacity 0.2s 0.4s ease, visibility 0.2s 0.2s ease, max-height 0.2s 0.2s ease; */
    display: block;
}
.agenda-right-below {
    background: #fff;
    border-radius: 24px;
    padding: 11px 32px;
}
.arb-container {
/*     height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    transition: height 0.3s ease, opacity 0.2s ease, visibility 0.2s 0.2s ease; */
    display: none;
}
.arb-container.show {
/*     opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: height 0.3s ease, opacity 0.2s 0.1s ease, visibility 0.2s 0.1s ease; */
    display: block;
}
.arb-event {
    display: flex;
    padding: 21px 0;
    gap: 24px
}
.arbe-image {
    width: 102px;
}
.arbe-image img {
    width: 100%;
    min-width: 102px;
}
.arbe-info {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.arbe-time {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    vertical-align: middle;
    text-transform: uppercase;
}

.arbe-title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    vertical-align: middle;
}

/* SHAPE WORK SECTION */

.shape-work{
    margin-top: -70px;
}
.sw-container{
    background-color: #000000;
    border-radius: 72px 72px 0 0;
    padding: 120px 0 70px;
}
.sw-title{
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-size: 52px;
    line-height: 130%;
    text-align: center;
    vertical-align: middle;
}
.sw-blocks{
    display: flex;
    padding: 50px 20px;
    justify-content: center;
}
.swb-block{
    position: relative;
    width: 100%;
    max-width: 640px;
    height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.swb-block.sponsor{
    color: #000;
}
.swb-block.speaker{
    color: #fff;
}
.swb-image{
    position: absolute;
}
.swb-image svg{
    width: 100%;
    height: 100%;
}
.swb-title{
    position: relative;
    font-family: Poppins;
    font-weight: 400;
    font-size: 42px;
    line-height: 130%;
    text-align: center;
}
.swb-text{
    position: relative;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: center;
    max-width: 510px;
}
.swb-block a{
    position: relative;
    width: 163px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
[href="#disabled"]{
    cursor: not-allowed;
    opacity: .5;
    text-decoration: none !important;
}
.sponsor.swb-block a{
    background-color: #000;
    color: #fff;
}
.sponsor.swb-block a:hover{
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
.speaker.swb-block a{
    background-color: #fff;
    color: #000;
}
.speaker.swb-block a:not([href="#disabled"]):hover{
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

/* BLOG */

.blog{
    background-color: #000;
}
.blog-container{
    padding: 60px 32px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.blog-tagline{
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}
.blog-title{
    font-family: Poppins;
    font-weight: 400;
    font-size: 52px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}
.blog-items{
    display: flex;
    padding-top: 30px;
    gap: 25px;
    justify-content: center;
    max-width: 1280px;
}
.blog-item{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}
.blog-item:nth-child(4){
    display: none;
}
.blog-item-image img {
    width: 100%;
}
.blog-item-title{
    font-family: Poppins;
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-top: 15px;
    color: #fff;
}
.blog-item-text{
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
}
.blog-item a{
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    white-space: nowrap;
    width: fit-content;
    gap: 7px;
    margin-top: auto;
}
.blog-item a:hover{
    text-decoration: none;
}
.blog-item a span:first-child::after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #787878;
    bottom: -3px;
    left: 0;
    max-width: 106px;
}
.blog-item a span:first-child:hover::after{
    background-color: #000;
}
.blog-item a span:last-child{
    margin-left: 0;
    transition: margin-left 0.2s ease;
}
.blog-item a:hover span:last-child{
    margin-left: 7px;
}

.watch {
    padding: 130px 0 230px;
    background-color: #000;
}

.watch-container-title {
    color: #fff;
}

.watch-tax-term {
    color: #fff;
}

.watch-tax-term.active::after {
    background-color: #fff;
}

.watch-player-playlist-container {
    background-color: #1C1D21;
}

.video-item-tag {
    color: #fff;
}

.video-item-title {
    color: #fff;
}

.video-item.active,
.video-item:hover {
    background-color: #000;
}

.watch-player-see-all {
    color: #fff;
}

.watch-player-info {
    background-color: var(--bluish);
    color: #000;
}

.wpi-above-next svg path {
    fill: #000;
}

.ai-edge {
    margin-top: -70px;
    padding-top: 70px;
    border-radius: 72px 72px 0 0;
    background: #fff;
}

@media (max-width: 1439px){
    .why-elevate-block {
        max-width: 254px;
        min-height: 480px;
    }

    .why-elevate {
        padding: 50px 0 190px;
    }

    .webb-title {
        font-size: 30px;
    }

    .why-elevate-block:hover .webb-text {
        overflow-y: auto;
    }

    .buzz-blocks {
        width: 100%;
    }
    .buzz-container {
        padding: 120px 85px;
    }
    .buzz-sponsors {
        width: 524px;
        height: 189px;
        padding: 22px 0;
    }
    .buzz-sponsors-title {
        font-size: 16px;
        padding-left: 20px;
    }
    .buzz-image .wtb-image-regular{
        display: block;
    }
    .buzz-image {
        width: 100%;
        max-width: 540px;
    }
    .buzz-blocks-right > div {
        max-width: unset;
    }
    .buzz-feedback {
        padding: 20px 20px 28px;
    }
    .bf-body {
        margin: 20px 0 25px;
    }
    .bff-buttons {
        bottom: 39px;
        right: 58px;
    }
    .al-title {
        font-size: 66px;
    }
    .al-subtitle {
        display: none;
    }
    .blog-container {
        padding: 60px 85px 100px;
    }
    .blog-item-title{
        font-size: 24px;
    }
    .blog-item-text{
        font-size: 16px;
    }
    .blog-items {
        gap: 32px;
    }
    .floating-tags-title{
        font-size: 64px;
        margin: 0 auto;
    }
    .floating-tags-figures{
        font-size: 50px;
    }
    .agenda-container{
        padding: 60px 36px 190px;
    }
    .agenda-right {
        width: 100%;
    }
    .agenda-wrapper {
        gap: 95px;
        max-width: 1110px;
    }
    .agenda .why-elevate-cta {
        margin-top: 18px;
    }
    .swb-block {
        max-width: 555px;
        max-height: 555px;
    }
    .swb-text {
        max-width: 430px;
    }
    .hero-text-block-title {
        width: 680px;
    }
    .hero-text-block {
        gap: 5px;
    }
}

@media (max-width: 1279px){
    .why-elevate-blocks {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 30px 28px 20px;
    }

    .why-elevate {
        padding: 10px 0 190px;
    }

    .webt-icon {
        display: none;
    }

    .why-elevate-block {
        max-width: none;
        min-height: 370px;
        pointer-events: none;
    }

    .why-elevate-title {
        font-size: 42px;
    }

    .agenda .why-elevate-cta {
        margin-top: 15px;
    }

    .webb-text {
        max-height: unset;
        opacity: 1;
        font-size: 16px;
    }

    .why-elevate-block:not(:first-child) .webb-text {
        color: #fff;
    }

    .why-elevate-block:first-child .webb-text {
        font-size: 18px;
    }

    .webb-title {
        font-size: 36px;
        margin-bottom: 17px;
    }

    .webb-title span{
        display: block;
    }
    .buzz-blocks-left {
        width: auto !important;
    }
    .buzz-title {
        font-size: 42px;
    }
    .buzz-blocks-right {
        flex-direction: row;
        gap: 32px;
    }
    .buzz-subtitle {
        font-size: 18px;
    }
    .buzz-feedback {
        padding: 16px 16px 24px;
    }
    .bff-buttons {
        bottom: 35px;
        right: 54px;
    }
    .buzz-container {
        padding: 120px 47px;
    }
    .buzz-sponsors{
        display: none;
    }
    .buzz-blocks {
        margin-top: 28px;
        flex-direction: column;
    }
    .buzz-sponsors-tablet{
        display: block;
        width: 100%;
        height: 190px;
    }
    .buzz-feedbacks .slick-track {
        display: flex;
        height: 100%;
    }
    .buzz-feedbacks {
        height: 100%;
    }
    .buzz-feedbacks .slick-list {
        height: 100%;
    }
    .buzz-image {
        max-width: 370px;
        height: 100%;
    }
    .bf-body {
        margin: 20px 0 34px;
    }
    .blog-item-title{
        font-size: 20px;
        margin-top: 4px;
    }
    .blog-container {
        padding: 20px 47px 100px;
    }
    .watch {
        padding: 80px 0 190px;
    }
    .watch-container-title {
        font-size: 52px;
    }
    .floating-tags-figures {
        font-size: 42px;
    }
    .floating-tags-figures i {
        margin: 0 11px;
    }
    .floating-tags-title {
        font-size: 60px;
        line-height: 1.3;
        max-width: 700px;
    }
    .floating-tags-container div:nth-child(4){
        top: -8% !important;
        left: 30% !important;
    }

    .floating-tags-container div:nth-child(5){
        top: -2% !important;
        left: 66% !important;
    }

    .floating-tags-container div:nth-child(7){
        top: 25% !important;
        left: 74% !important;
    }

    .floating-tags-container div:nth-child(6){
        top: 12% !important;
        left: 12% !important;
    }

    .floating-tags-container div:nth-child(8){
        top: 45% !important;
        left: 52% !important;
    }

    .floating-tags-container div:nth-child(9){
        top: 37% !important;
        left: 7% !important;
    }

    .floating-tags-container div:nth-child(10){
        top: 65% !important;
        left: 79% !important;
    }

    .floating-tags-container div:nth-child(11){
        top: 70% !important;
        left: 30% !important;
    }

    .agenda-container{
        padding: 40px 47px 170px;
    }
    .ara-button {
        font-size: 18px;
        width: 148px;
        height: 50px;
    }
    .agenda-wrapper {
        gap: 21px;
        max-width: 1110px;
    }
    .agenda-right-above {
        padding: 24px;
        height: 206px;
    }
    .ara-buttons {
        gap: 18px;
    }
    .al-title {
        font-size: 60px;
    }
    .agenda-right-below {
        padding: 4px 24px;
    }
    .swb-block {
        max-width: 465px;
        max-height: 465px;
        gap: 18px;
    }
    .sw-container {
        padding: 102px 0 50px;
    }
    .sw-blocks {
        padding: 50px 47px 34px;
    }
    .sw-title {
        font-size: 42px;
    }
    .swb-title {
        font-size: 35px;
    }
    .swb-text {
        max-width: 370px;
        font-size: 16px;
    }
    .textblock-container{
        font-size: 44px;
        max-width: calc(100vw - 64px);
    }
    .hero-text-block-title {
        width: 550px;
        font-size: 58px;
    }
}

@media (max-width: 1023px){
    .textblock {
        padding: 110px 0 170px;
    }
    .why-elevate {
        padding: 40px 0 188px;
    }
    .why-elevate-blocks {
        gap: 24px;
        padding: 30px 22px 20px;
    }
    .why-elevate-block {
        border-radius: 16px;
        min-height: 410px;
    }
    .buzz-container {
        padding: 120px 42px 60px;
    }
    .buzz-blocks-left{
        display: none;
    }
    .buzz-subtitle {
        max-width: 600px;
    }
    .buzz-blocks-right > div {
        border-radius: 16px;
    }
    .buzz-sponsors-tablet {
        margin-top: 4px;
        border-radius: 16px;
    }
    .bf-body {
        margin: 20px 0 25px;
    }
    .blog-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        gap: 44px 25px;
    }
    .blog-item:nth-child(4) {
        display: flex;
    }
    .blog-container {
        padding: 60px 42px 50px;
    }
    .blog-item {
        gap: 18px;
    }
    .blog-item-title {
        margin-top: 6px;
        font-size: 18px;
    }
    .blog-title{
        font-size: 42px;
    }
    .watch-video-container {
        padding-top: 0;
    }
    .watch-player-container {
        gap: 25px;
    }
    .watch {
        padding: 110px 0 190px;
    }
    .watch-container-title {
        font-size: 42px;
    }
    .ai-edge {
        padding: 0;
    }
    .floating-tags-figures {
        font-size: 45px;
        line-height: 1;
        margin: 32px auto 0;
        padding: 24px 20px;
    }
    .floating-tags-figures i:nth-of-type(1){
        display: none;
    }
    .floating-tags-figures span:nth-of-type(1){
        display: block;
        margin-bottom: 24px;
    }
    .floating-tags-container {
        padding: 0 0 170px;
    }
    .floating-tags-container div:nth-child(4){
        top: -8% !important;
        left: 24% !important;
    }

    .floating-tags-container div:nth-child(5){
        top: 8% !important;
        left: 63% !important;
    }

    .floating-tags-container div:nth-child(7){
        top: 25% !important;
        left: 75% !important;
    }

    .floating-tags-container div:nth-child(6){
        top: 10% !important;
        left: 7% !important;
    }

    .floating-tags-container div:nth-child(8){
        top: 41% !important;
        left: 39% !important;
    }

    .floating-tags-container div:nth-child(9){
        top: 35% !important;
        left: 8% !important;
    }

    .floating-tags-container div:nth-child(10){
        top: 70% !important;
        left: 68% !important;
    }

    .floating-tags-container div:nth-child(11){
        top: 76% !important;
        left: 23% !important;
    }

    .floating-tags-title br {
        display: block;
    }

    .agenda-wrapper {
        padding: 0 42px;
        flex-direction: column;
        gap: 32px;
    }

    .agenda-left {
        padding-top: 0px;
    }

    .agenda-container {
        padding: 50px 0 150px;
    }

    .agenda-right-above {
        padding: 32px;
        height: 224px;
    }

    .ara-buttons {
        gap: 24px;
    }

    .agenda-right-below {
        padding: 10px 32px;
    }
    .al-title {
        font-size: 50px;
    }
    .al-title br {
        display: none;
    }
    .webb-title {
        font-size: 34px;
    }
    .web-bottom {
        padding: 0 24px 48px;
    }
    .webb-title span {
        display: inline;
    }
    .hero-text-block-title {
        width: 410px;
        font-size: 46px;
    }
    .swb-text {
        font-size: 18px;
    }
    .swb-block {
        max-width: 555px;
        max-height: 555px;
    }
    .sw-container {
        padding: 80px 0 10px;
    }
    .sw-blocks{
        flex-direction: column;
        align-items: center;
        padding: 50px 32px;
    }
    .swb-block.sponsor svg {
        transform: rotate(90deg) scale(1);
    }
    .footer-elevate-26 {
        margin-top: 20px;
    }
    .textblock-container {
        font-size: 38px;
    }
}

@media (max-width: 767px){
    .why-elevate-block:nth-child(1) .webb-title,
    .why-elevate-block:nth-child(2) .webb-title {
        max-width: 280px;
    }

    .why-elevate-container {
        padding: 0 24px;
    }

    .web-bottom {
        padding: 0 24px 23px;
    }

    .bff-date {
        font-size: 14px;
        margin-top: 0;
    }

    .agenda-wrapper {
        flex-direction: column;
        gap: 32px;
        padding: 0;
    }

    .blog {
        padding: 30px 0;
    }

    .blog-title{
        font-size: 40px;
        max-width: 370px;
    }

    .blog-item-title {
        font-size: 18px;
        margin-top: 5px;
    }

    .blog-items {
        width: 100%;
        gap: 44px;
        grid-template-columns: 1fr;
        justify-items: center;
        padding-top: 25px;
    }

    .blog-item{
        gap: 19px;
        width: calc(100vw - 48px);
    }

    .blog-item a span:first-child::after {
        bottom: -2px;
    }

    .blog-item:nth-child(4){
        display: none;
    }

    .blog-container {
        padding: 40px 0;
        gap: 16px;
    }

    .watch-player-container.active {
        flex-direction: column;
    }

    .watch {
        padding: 50px 0 150px;
    }

    .watch-container-title {
        font-size: 40px;
    }

    .hero-text-block-before {
        font-size: 18px;
        margin-bottom: 0;
    }

    .hero-text-block-title {
        max-width: 327px;
        font-size: 39px;
    }

    .hero-text-block {
        top: 390px;
        opacity: 1;
        gap: 14px;
    }

    .hero-text-block-appointment {
        max-width: 190px;
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 8px;
    }

    .hero-separator{
        display: none;
    }

    .textblock-container {
        font-size: 26px;
        max-width: calc(100vw - 24px);
    }

    .textblock {
        padding: 82px 0 275px;
    }

    .floating-tag {
        font-size: 14px;
        white-space: nowrap;
    }

    .floating-tags-container {
        padding: 0 20px 250px;
        height: unset;
        gap: 10px;
    }

    .floating-tags-title {
        font-size: 32px;
        line-height: 1.5;
    }

    .floating-tags-figures i {
        display: none;
    }

    .floating-tags-figures {
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 28px;
        max-width: 500px;
        margin: 33px auto 0;
        padding: 16px 20px;
    }

    .floating-tags {
        padding: 0;
    }

    .floating-tags-figures span:nth-of-type(3) {
        margin-top: 0;
    }

    .floating-tags-container div:nth-child(4){
        top: -28% !important;
        left: 40% !important;
    }

    .floating-tags-container div:nth-child(5){
        top: -16% !important;
        left: 8% !important;
    }

    .floating-tags-container div:nth-child(7){
        top: -5% !important;
        left: 53% !important;
    }

    .floating-tags-container div:nth-child(6){
        top: 23% !important;
        left: 6% !important;
    }

    .floating-tags-container div:nth-child(8){
        top: 81% !important;
        left: 45% !important;
    }

    .floating-tags-container div:nth-child(9){
        top: 55% !important;
        left: 32% !important;
    }

    .floating-tags-container div:nth-child(10){
        top: 28% !important;
        left: 56% !important;
    }

    .floating-tags-container div:nth-child(11){
        top: 69% !important;
        left: 10% !important;
    }

    .floating-tags-figures span:nth-of-type(1) {
        margin-bottom: 0;
    }

    .why-elevate-subtitle {
        max-width: unset;
    }

    .why-elevate-subtitle br {
        display: none;
    }

    .why-elevate {
        height: unset;
        padding: 34px 0 150px;
    }

    .why-elevate-block:not(:first-child) .webb-text {
        color: #fff;
    }

    .why-elevate-blocks {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 30px;
        padding: 0 0 20px;
    }
    .web-top {
        padding: 24px 24px 18px;
    }
    .why-elevate-block {
        min-height: unset;
    }
    .webt-number {
        font-size: 34px;
    }

    .webb-title {
        font-size: 30px;
        line-height: 130%;
    }

    .why-elevate-block:nth-child(1) .webb-title{
        max-width: 260px;
    }

    .why-elevate-block .webb-text {
        max-height: 220px;
        opacity: 1;
        font-size: 16px !important;
    }

    .buzz-title {
        font-size: 42px;
    }

    .agenda-container {
        padding: 50px 24px 150px;
    }

    .ara-button {
        min-width: 148px;
        height: 49px;
        font-size: 18px;
    }

    .agenda-right-below {
        padding: 5px 16px 0;
        border-radius: 16px;
    }

    .agenda-right-above {
        padding: 16px 0;
        height: 193px;
        border-radius: 16px;
        overflow: hidden;
    }

    .al-title {
        font-size: 40px;
        max-width: unset;
    }

    .arb-event {
        padding: 16px 0;
        gap: 16px;
    }

    .arb-event + .arb-event {
        margin-top: 10px;
    }

    .arbe-time {
        font-size: 14px;
    }

    .arbe-title {
        font-size: 16px;
        line-height: 130%;
    }

    .arbe-info {
        gap: 9px;
        margin-top: 6px;
    }

    .ara-titles {
        justify-content: flex-start;
        margin: 27px 16px 0;
    }

    .ara-title {
        font-size: 32px;
    }

    .ara-buttons {
        gap: 8px;
        width: 100%;
        overflow-x: scroll;
        margin-bottom: 0px;
        padding: 0 16px;
    }

    .ara-buttons::-webkit-scrollbar {
        display: none;
    }

    .shape-work {
        padding: 0;
    }

    .buzz-container {
        padding: 60px 24px;
        border-radius: 32px 32px 0 0;
    }

    .buzz-sponsors-tablet {
        width: 100%;
        margin-top: -4px;
    }

    .buzz {
        padding: 0;
    }

    .buzz-subtitle {
        max-width: 370px;
    }

    .buzz-subtitle br {
        display: block;
    }

    .buzz-blocks {
        gap: 16px;
        margin-top: 30px;
        flex-direction: column-reverse;
    }

    .buzz-image {
        width: auto;
        max-width: none;
        height: auto;
    }

    .buzz-image .wtb-image-regular {
        display: block;
    }
    .buzz-sponsors-title {
        font-size: 16px;
    }
    .buzz-blocks-right {
        flex-direction: column-reverse;
        gap: 16px;
    }
    .bfh-position {
        font-size: 14px;
    }
    .buzz-blocks-left {
        display: block;
    }
    .ai-edge {
        border-radius: 32px 32px 0 0;
    }
    .swb-text {
        font-size: 16px;
        line-height: 24px;
        max-width: 230px;
    }
    .component--intro .row {
        display: none;
    }
    .component--intro .sticky {
        height: 100vh;
    }
    .component--intro .rows > .video {
        display: block;
        padding: 0;
    }
    .component--intro .video:not(.--center):after {
        background: rgba(0, 0, 0, 0.4);
    }
    .component--intro video {
        border-radius: 0;
    }
    .swb-title {
        font-size: 23px;
    }
    .sw-container {
        padding: 80px 24px 50px;
        border-radius: 32px 32px 0 0;
    }
    .sw-title {
        font-size: 40px;
    }
    .sw-blocks {
        flex-direction: column;
        padding: 40px 0 0;
    }
    .swb-block{
        gap: 10px;
        aspect-ratio: 1 / 1;
        height: auto;
    }
    .swb-block.speaker .swb-text{
        max-width: 280px;
    }
    .swb-block a {
        height: 50px;
    }
    .swb-block.sponsor svg {
        transform: rotate(90deg) scale(1);
    }
}

@media (max-width: 495px){
    .textblock-container {
        max-width: 350px;
    }
}