html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

.t-body, .t-records {
    overflow-x: hidden !important;
}
.t-event {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    background-color: #FFFFFF;
}
.t-event .cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    z-index: 6;
    background-color: #0a0c0f;
}
.t-event .cover-bg {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    background-color: #f7f7f9;
}
.t-event .cover-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
    position: relative;
    border-radius: 8px;
    border: 1px solid;
    border-color: #242628; 
}
.t-event .cover-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.t-event .cover-fade {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000040;
    border: 1px solid #242628;
    border-radius: 8px;
    backdrop-filter: blur(16px) brightness(100%);
    -webkit-backdrop-filter: blur(16px) brightness(100%);
}
.t-event .cover-breadcrumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 16px 8px 8px;
    position: relative;
    background-color: #eff1f4;
    transition: background .3s ease-in-out;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
}
.t-event .cover-breadcrumb:hover {
    background-color: #ffffff;
}
.t-event .cover-breadcrumb img {
    position: relative;
    width: 14px;
    height: 14px;
}
.t-event .cover-breadcrumb .breadcrumb-label {
    position: relative;
    width: fit-content;
    margin-top: -0.5px;
    font-family: "Montserrat", Helvetica;
    font-weight: 600;
    color: #0a0c0f;
    font-size: 12px;
    text-align: center;
    letter-spacing: -0.24px;
    line-height: 1.4;
}
.t-event .cover-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
}
.t-event .event-title {
    margin-top: -1px;
    font-family: "Montserrat", Helvetica;
    font-weight: 600;
    color: #fff;
}
.t-event .event-descr {
    opacity: 0.8;
    font-family: "Inter", Helvetica;
    font-weight: 350;
    line-height: 1.4;
    color: #fff;
}
.t-event .cover-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
    background-color: #f7f7f9;
    border-radius: 4px;
}
.t-event .details-container {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
}
.t-event .details-date {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    min-width: 160px
}
.t-event .details-title {
    display: flex;
    flex-direction: column;
    justify-content: left;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0.5;
}
.t-event .cover .date, .t-event .cover .time, .t-event .cover .place {
    position: relative;
    width: fit-content;
    font-family: "Montserrat", Helvetica;
    font-weight: 500;
    color: #000;
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 1.4;
    white-space: nowrap;
}
.t-event .cover .date-icon-m {
    position: relative;
    align-self: stretch;
    width: 24px;
    margin: 0 3px;
}
.t-event .cover .time-m {
    position: relative;
    width: fit-content;
    font-family: "Montserrat", Helvetica;
    font-weight: 500;
    color: #000;
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 1.4;
    white-space: nowrap;
}
.t-event .details-descr {
    display: flex;
    align-items: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}
.t-event .details-divider {
    position: relative;
    align-self: stretch;
    width: 1px;
    background-color: #dde0e3;
}
.t-event .details-time, .t-event .details-place {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    min-width: 120px;
}
.t-event .place-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}
.t-event .place-text {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    align-self: stretch;
    width: fit-content;
    flex: 0 0 auto;
}
.t-event .place-arrow {
    position: relative;
    width: 10px;
    height: 10px;
}
.t-event .hint-container {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    z-index: 100;
}
.t-event .hint-top {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    padding: 0 20px 0 0;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: -2px;
}
.t-event .hint-top img {
    position: relative;
    width: 30px;
    height: 15px;
}
.t-event .hint-body {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    padding: 15px 20px;
    position: relative;
    flex: 0 0 auto;
    margin-bottom: -84px;
    margin-left: -200px;
    background-color: #0dbacc;
    border-radius: 4px;
    overflow: hidden;
}
.t-event .hint {
    position: relative;
    width: 280px;
    margin-top: -1px;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
}
.t-event .hint-area {
    position: absolute;
}
.t-event .button {
    display: inline-flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 32px;
    position: relative;
    flex: 0 0 auto;
    background-color: #0dbacc;
    transition: background .3s ease-in-out;
    border: 0px;
    border-radius: 4px;
    text-decoration: none;
}
.t-event .button:hover {
    background-color: #29d8e7;
}
.t-event .button-label {
    position: relative;
    width: fit-content;
    margin-top: -1.5px;
    font-family: "Montserrat", Helvetica;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.32px;
    line-height: 1.4;
    white-space: nowrap;
}
.t-event .about {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    z-index: 5;
    background-color: #f7f7f9;
}
.t-event .container {
    display: flex;
    align-items: flex-start;
    position: relative;
    flex: 0 0 auto;
}
.t-event .col-l {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
}
.t-event .col-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    flex: 0 0 auto;
    background-color: #eff1f4;
    border-radius: 4px;
    overflow: hidden;
    gap: 10px;
    position: relative;
    font-family: "Montserrat", Helvetica;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    text-align: center;
    letter-spacing: -0.3px;
    line-height: 1.4;
}
.t-event .col-r {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
}
.t-event .speakers .col-r {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 40px;
    flex: 1;
    flex-grow: 1;
    align-items: flex-start;
    position: relative;
}
.t-event .html-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}
.t-event .agenda-descr {
    font-family: "Inter", Helvetica;
    font-weight: 350;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    align-self: stretch;
    color: #000;
    letter-spacing: 0;
}
.t-event span {
    font-family: "Inter", Helvetica;
    font-weight: 350;
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.4;
}
.t-event .insights {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    z-index: 4;
    background-color: #f7f7f9;
}
.t-event .col-r .col-title {
    position: relative;
    flex: 1;
    margin-top: -1px;
    font-family: "Montserrat", Helvetica;
    font-weight: 550;
    color: #000;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 1.4;
}
.t-event .html-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    display: flex;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}
.t-event .html-container {
    font-family: "Inter", Helvetica;
    font-weight: 350;
    font-size: 16px;
    line-height: 1.4;
}
.t-event .html-container span {
    font-family: "Inter", Helvetica;
    font-weight: 350;
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.4;
}
.t-event .html-container p {
    position: relative;
    flex: 1;
    margin-top: -1px;
    font-family: "Inter", Helvetica;
    font-weight: 350;
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.4;
}
.t-event .html-container ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    padding: 0 !important;
}
.t-event .html-container li {
    position: relative;
    align-self: stretch;
    color: #000;
    background: url('/img/marker.svg') no-repeat left 2px;
    padding: 0px 0px 0px 32px;
    list-style: none;
    margin: 0;
}
.t-event .html-container h2,
.t-event .html-container h2 * {
    font-size: 24px;
    font-weight: 600;
}
.t-event .html-container h3,
.t-event .html-container h3 * {
    font-size: 18px;
    font-weight: 600;
}
@media screen and (max-width: 479px) {
    .t-event .html-container h2 * {
        font-size: 20px;
    }
    .t-event .html-container h3 * {
        font-size: 16px;
    }
}
.t-event p {
    position: relative;
    flex: 1;
    font-family: "Inter", Helvetica;
    font-weight: 350;
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.4;
}
.t-event .agenda {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    z-index: 3;
    background-color: #f7f7f9;
}
.t-event .agenda .col-r {
    flex-direction: column;
    flex: 1;
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.t-event .agenda-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e2e5e9;
}
.t-event .agenda-time {
    position: relative;
    width: 100px;
    margin-top: -1px;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: #00adbf;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
}
.t-event .agenda-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}
.t-event .agenda-title {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: "Montserrat", Helvetica;
    font-weight: 550;
    color: #000;
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 1.4;
}
.t-event .speakers {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    z-index: 2;
    background-color: #f7f7f9;
}
.t-event .speaker {
    display: flex;
    width: 300px;
    align-items: center;
    gap: 20px;
    position: relative;
}
.t-event .speaker-avatar {
    position: relative;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 60px;
}
.t-event .speaker-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}
.t-event .speaker-name {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: "Montserrat", Helvetica;
    font-weight: 550;
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.4;
}
.t-event .speaker-job {
    position: relative;
    align-self: stretch;
    font-family: "Inter", Helvetica;
    font-weight: 350;
    color: #000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
}
.t-event .target {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    z-index: 1;
    background-color: #f7f7f9;
}
.t-event .cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    z-index: 0;
    background-color: #f7f7f9;
}
.t-event .cta .cta-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    align-self: stretch;
    opacity: 0.4;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
}
.t-event .cta .cta-container a {
    color: #000 !important;
    text-decoration: underline !important;
}
@media (min-width: 480px) {
    .t-event .cover {
        padding: 100px 0 0;
    }
    .t-event .cover-container {
        width: 908px;
        height: auto;
        min-height: 440px;
        justify-content: space-between;
        padding: 40px;
    }
    .t-event .cover-title {
        max-width: 600px;
        gap: 16px;
    }
    .t-event .event-title {
        font-size: 36px;
        letter-spacing: -0.7px;
        line-height: 1.25;
    }
    .t-event .cover-details {
        max-width: 860px;
        padding: 20px 24px;
    }
    .t-event .details-date .date-icon, .t-event .details-date .time {
        display: none;
    }
    .t-event .hint-area {
        width: 320px;
        height: 110px;
        right: 0;
        top: -30px;
    }
    .t-event .hint-top {
        margin-left: -22px;
    }
    .t-event .about {
        padding: 72px 0 0;
    }
    .t-event .container {
        width: 960px;
        gap: 20px;
        padding: 0 40px;
    }
    .t-event .col-l {
        width: 200px;
    }
    .t-event .col-r {
        width: 660px;
        max-width: 660px;
    }
    .t-event .speakers .col-r {
        gap: 40px 40px;
    }
    .t-event .insights {
        padding: 32px 0 0;
    }
    .t-event .agenda {
        padding: 72px 0 0;
    }
    .t-event .agenda .col-r {
        gap: 0;
        margin-top: -20px;
    }
    .t-event .agenda-item {
        max-width: 660px;
        padding: 20px 0;
    }
    .t-event .agenda-time {
        padding-top: 4px;
    }
    .t-event .speakers {
        padding: 72px 0 0;
    }
    .t-event .target {
        padding: 72px 0 80px;
    }
    .t-event:has(.cta) .target {
        padding: 72px 0 0;
    }
    .t-event .cta {
        padding: 32px 0 80px;
    }
}
@media (max-width: 479px) {
    .t-event .cover {
        padding: 0;
    }
    .t-event .cover-bg {
        width: 100%;
        height: 80px;
        bottom: -2px;
        left: 0;
    }
    .t-event .cover-container {
        gap: 32px;
        padding: 96px 24px 32px;
    }
    .t-event .cover-title {
        max-width: 560px;
        gap: 16px;
    }
    .t-event .event-title {
        font-size: 24px;
        letter-spacing: -0.5px;
        line-height: 1.25;
    }
    .t-event .cover-details {
        flex-direction: column;
        max-width: 284px;
        gap: 20px;
        padding: 20px 16px;
    }
    .t-event .details-container {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
    .t-event .details-container .details-time {
        display: none;
    }
    .t-event .details-container .details-divider {
        display: block;
        width: 100%;
        height: 1px;
    }
    .t-event .details-container .details-divider ~ .details-divider {
        display: none;
    }
    .t-event .details-descr .date-icon {
        padding: 0 4px;
    }
    .t-event .date {
        font-size: 16px;
        letter-spacing: -0.32px;
        line-height: 1.4;
        white-space: nowrap;
    } 
    .t-event .cover .date-icon-m {
        width: 22px;
        height: 22px;
    }
    .t-event .cover .time-m {
        font-size: 16px;
        letter-spacing: -0.32px;
        line-height: 1.4;
    }
    .t-event .button {
        width: 100%;
        padding: 0;
    }
    .t-event .cover .date, .t-event .cover .time, .t-event .cover .place {
        font-size: 16px;
    }
    .t-event .place-container {
        max-width: 92px;
    }
    .t-event .hint-body {
        margin-bottom: -80px;
        margin-left: -10px;
        max-width: 268px;
        padding: 16px;
    }
    .t-event .hint-top {
        align-items: flex-start;
        margin-bottom: 0;
        margin-left: 70px;
        width: 40px;
    }
    .t-event .hint-area {
        left: 0;
        top: 10px;
        width: 284px;
        height: 100px;
    }
    .t-event .about {
        padding: 40px 0 0;
    }
    .t-event .container {
        flex-direction: column;
        max-width: 320px;
        gap: 16px;
    }
    .t-event .col-l {
        flex: 0 0 auto;
    }
    .t-event .col-r {
        width: 300px;
        max-width: 300px;
        padding: 0 10px;
        flex: 0 0 auto;
    }
    .t-event .col-r .col-title {
        font-size: 16px;
    }
    .t-event .html-container {
        font-size: 14px;
    }
    .t-event .agenda .col-r {
        gap: 0;
    }
    .t-event .insights {
        padding: 8px 0 0;
    }
    .t-event .agenda {
        padding: 40px 0 0;
    }
    .t-event .agenda-item {
        max-width: 300px;
        padding: 16px 0;
        flex-direction: column;
    }
    .t-event .agenda-title {
        font-size: 16px;
    }
    .t-event .agenda-descr {
        font-size: 14px;
    }
    .t-event .speakers {
        padding: 40px 0 0;
    }
    .t-event .speakers .container {
        gap: 24px;
    }
    .t-event .speakers .col-r {
        gap: 32px;
    }
    .t-event .speaker-name {
        font-size: 14px;
    }
    .t-event .target {
        padding: 32px 0 0;
    }
    .t-event:has(.cta) .target {
        padding: 32px 0 0;
    }
    .t-event .cta {
        padding: 12px 0 50px;
    }
    .t-event .cta span, .t-event .cta p {
        font-size: 14px !important;
    }
    .t-event .html-container {
        font-size: 14px !important;
    }
    .t-event .cta .col-r {
        gap: 24px;
    }
}