.events-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
}

.hero_section {
    display: flex;
    position: relative;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: clamp(1.875rem, 1.5288rem + 1.5385vw, 3.375rem)
        clamp(0.625rem, 0.1923rem + 1.9231vw, 2.5rem)
        clamp(1.875rem, 1.1106rem + 3.3974vw, 5.1875rem)
        clamp(0.625rem, 0.1923rem + 1.9231vw, 2.5rem);
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    font-family: "Manrope", sans-serif;
    text-align: left;
}
.hero_section::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(2, 59, 69, 0) -30.32%, rgba(2, 59, 69, 0.68) 65.83%);
    pointer-events: none;
    content: "";
}
.hero_section-wrapper {
    display: grid;
    position: relative;
    grid-template-rows: auto auto auto;
    grid-template-columns: clamp(21.0625rem, 16.75rem + 19.1667vw, 39.75rem) clamp(
            15.1875rem,
            12.6779rem + 11.1538vw,
            26.0625rem
        );
    justify-content: space-between;
    gap: clamp(1.25rem, 0.9327rem + 1.4103vw, 2.625rem);
    z-index: 2;
    width: 100%;
    height: auto;
}
.hero_section-left--title {
    grid-row: 1;
    grid-column: 1;
}
.hero_section-preview {
    grid-row: 2;
    grid-column: 1;
}
.hero_section-button {
    grid-row: 3;
    grid-column: 1;
    align-self: start;
}
.hero_section-right {
    display: flex;
    grid-row: 1 / 4;
    grid-column: 2;
    flex-direction: column;
    align-self: end;
    gap: 12px;
    margin-bottom: clamp(0rem, -1.4423rem + 6.4103vw, 6.25rem);
    color: #e2eff4;
    font-size: 32px;
    line-height: 1.3;
}
.hero_section-info-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.hero_section-info-icon {
    flex-shrink: 0;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
    width: 24px;
    height: 24px;
}
.hero_section-info-value {
    font-size: clamp(1rem, 0.7692rem + 1.0256vw, 2rem);
}
.hero_section-left--title {
    color: #ffffff;
    font-weight: 400;
    font-size: clamp(2rem, 1.7692rem + 1.0256vw, 3rem);
    line-height: 130%;
    font-family: "Manrope", sans-serif;
}
.hero_section-preview {
    color: #e2eff4;
    font-size: clamp(0.875rem, 0.7308rem + 0.641vw, 1.5rem);
    line-height: 1.3;
}
.hero_section-button {
    vertical-align: middle;
    transition: all 0.3s ease;
    border-radius: 2px;
    background-color: #e2eff4;
    padding: 12px 0;
    max-width: 273px;
    color: #127a8d;
    font-size: clamp(1rem, 0.9423rem + 0.2564vw, 1.25rem);
    line-height: 1.3;
    font-family: "Manrope", sans-serif;
    text-align: center;
    text-decoration: none;
}
.hero_section-button:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #f0f0f0;
}
.for-whom {
    margin-top: -50px;
    border-radius: 8px;
    background-image: url("include/for_whom_bg.webp");
    background-position: right bottom;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #e2eff4;
    padding: clamp(1.875rem, 1.5rem + 1.6667vw, 3.5rem)
        clamp(0.625rem, 0.1923rem + 1.9231vw, 2.5rem);
    width: 100%;
}
.for-whom__wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.for-whom__wrapper--item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    gap: clamp(0.625rem, 0.5385rem + 0.3846vw, 1rem);
    max-width: 61%;
    height: 100%;
    text-align: left;
}
.for-whom__wrapper--item-title {
    color: #127a8d;
    font-weight: 800;
    font-size: clamp(1.125rem, 0.9231rem + 0.8974vw, 2rem);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.for-whom__wrapper--item-paragraph {
    color: #127a8d;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.7885rem + 0.3846vw, 1.25rem);
    line-height: 1.4;
}
.talk-about {
    border-radius: 8px;
    background-image: url("include/talk_about_bg-item.webp");
    background-position: right bottom;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #e2eff4;
    padding: 0;
    width: 100%;
}
.talk-about__wrapper__title-container {
    border-radius: 8px;
    background-image: url("include/talk_about_bg.webp");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: clamp(3.25rem, 3.0913rem + 0.7051vw, 3.9375rem)
        clamp(0.625rem, 0.1923rem + 1.9231vw, 2.5rem);
    width: 100%;
}
.talk-about__wrapper__title-container--title {
    color: #ffffff;
    font-weight: 600;
    font-size: clamp(1.125rem, 0.9231rem + 0.8974vw, 2rem);
    line-height: 130%;
    text-align: left;
    text-transform: uppercase;
}
.talk-about__wrapper__content-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: clamp(1.25rem, 0.9615rem + 1.2821vw, 2.5rem);
    padding: clamp(1.875rem, 1.7308rem + 0.641vw, 2.5rem)
        clamp(0.625rem, 0.1923rem + 1.9231vw, 2.5rem)
        clamp(1.875rem, 1.4712rem + 1.7949vw, 3.625rem)
        clamp(0.625rem, 0.1923rem + 1.9231vw, 2.5rem);
}
.talk-about__wrapper__content-container--list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.talk-about__wrapper__content-container--list-item {
    display: flex;
    align-items: center;
    gap: clamp(1.25rem, 1.1635rem + 0.3846vw, 1.625rem);
}
.talk-about__wrapper__content-container--list-item:last-child {
    margin-bottom: 0;
}

.talk-about__wrapper__content-container--list-item-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
}

.talk-about__wrapper__content-container--list-item-text,
.talk-about__wrapper__content-container--paragraph {
    flex: 1;
    max-width: 63%;
    color: #127a8d;
    font-size: clamp(0.875rem, 0.7308rem + 0.641vw, 1.5rem);
    line-height: 1.3;
    text-align: left;
}

.talk-about__wrapper__content-container--button {
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 2px;
    background-color: #127a8d;
    padding: 12px 30px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.3;
    font-family: "Manrope", sans-serif;
    text-align: center;
    text-decoration: none;
}

.talk-about__wrapper__content-container--button:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #127a8d;
    color: #ffffff;
}
.speakers-section {
    border-radius: 8px;
    background-color: #e2eff4;
    padding: clamp(1.875rem, 1.7308rem + 0.641vw, 2.5rem)
        clamp(0.625rem, 0.1923rem + 1.9231vw, 2.5rem)
        clamp(1.25rem, 0.9615rem + 1.2821vw, 2.5rem)
        clamp(0.625rem, 0.1923rem + 1.9231vw, 2.5rem);
    width: 100%;
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    font-family: "Manrope", sans-serif;
    text-align: left;
}

.speakers-section__title {
    margin-bottom: clamp(1.25rem, 1.0769rem + 0.7692vw, 2rem);
    width: fit-content;
    color: #127a8d;
    font-weight: 400;
    font-size: clamp(1.125rem, 0.9231rem + 0.8974vw, 2rem);
    line-height: 100%;
    text-transform: uppercase;
}
.speakers-section__item-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: clamp(1.25rem, 1.1923rem + 0.2564vw, 1.5rem);
    width: 100%;
}
.speakers-section__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(0.625rem, 0.3654rem + 1.1538vw, 1.75rem);
    max-height: 225px;
}
.speakers-section__item--img {
    border-radius: 12px;
    width: 40%;
    max-width: 225px;
    height: 225px;
    object-fit: cover;
    object-position: center;
}
.speakers-section__item-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: clamp(0.625rem, 0.5962rem + 0.1282vw, 0.75rem);
    backdrop-filter: blur(18.299999237060547px);
    border-radius: 12px;
    background: #127a8d80;
    padding: clamp(1.875rem, 1.2837rem + 2.6282vw, 4.4375rem)
        clamp(1.25rem, 0.8462rem + 1.7949vw, 3rem) 30px
        clamp(1.25rem, 0.8462rem + 1.7949vw, 3rem);
    width: 100%;
    height: 225px;
}
.speakers-section__item-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 600;
    font-size: clamp(1.125rem, 0.9231rem + 0.8974vw, 2rem);
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 1.3;
}
.speakers-section__item-text {
    display: -webkit-box;
    max-height: 85px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.3;
    text-overflow: ellipsis;
}

.additional-info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: clamp(30px, 1.3558rem + 2.3077vw, 66px);
    border-radius: 8px;
    background-color: #e2eff4;
    width: 100%;
    color: #127a8d;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.7885rem + 0.3846vw, 1.25rem);
    line-height: 140%;
    font-family: "Manrope", sans-serif;
}

.additional-info__header {
    border-radius: 8px;
    background-image: url("include/additional-info_bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: clamp(40px, 2.0096rem + 2.1795vw, 74px) 0
        clamp(40px, 2.3413rem + 0.7051vw, 51px)
        clamp(10px, 0.1923rem + 1.9231vw, 40px);
    width: 100%;
}
.additional-info__header-title {
    color: #ffffff;
    font-weight: 600;
    font-size: clamp(1.125rem, 0.9231rem + 0.8974vw, 2rem);
    line-height: 140%;
    text-transform: uppercase;
}
.additional-info__content {
    padding: 0 clamp(10px, 0.1923rem + 1.9231vw, 40px)
        clamp(30px, 1.5rem + 1.6667vw, 56px)
        clamp(10px, 0.1923rem + 1.9231vw, 40px);
}

.additional-info__content-item {
    font-size: clamp(0.875rem, 0.7885rem + 0.3846vw, 1.25rem);
    text-align: left;
}
@media screen and (max-width: 1023.9px) {
    .events-detail {
        padding: 0;
    }

    .hero_section {
        flex-direction: column;
        padding: 30px 10px;
    }

    .hero_section-wrapper {
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hero_section-left--title {
        grid-row: 1;
        grid-column: 1;
    }

    .hero_section-right {
        grid-row: 2;
        grid-column: 1;
        margin-bottom: 0;
    }

    .hero_section-preview {
        grid-row: 3;
        grid-column: 1;
    }

    .hero_section-button {
        grid-row: 4;
        grid-column: 1;
        width: 100%;
        max-width: 100%;
    }

    .for-whom,
    .talk-about {
        background-image: none;
    }

    .for-whom__wrapper--item {
        max-width: 100%;
    }

    .talk-about__wrapper__title-container {
        background-size: auto;
    }

    .talk-about__wrapper__title-container {
        background-image: url("include/talk_about_bg--mobile.webp");
        background-position: right bottom;
        background-size: cover;
    }

    .additional-info__header {
        background-image: url("include/additional-info_bg--mobile.webp");
        background-position: top;
        background-size: cover;
    }

    .talk-about__wrapper__content-container--button {
        width: 100%;
    }

    .speakers-section__item {
        flex-wrap: wrap;
        max-height: fit-content;
    }

    .speakers-section__item--img {
        width: 100%;
        max-width: 100%;
    }

    .speakers-section__item-content {
        width: 100%;
        max-width: 100%;
        height: fit-content;
    }

    .speakers-section__title {
        font-weight: 600;
    }
}

@media (min-width: 1024px) {
    .hero_section {
        min-height: 735px;
    }
}
